@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #444;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  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: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.bg {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper {
  position: relative;
  z-index: 1;
}

.body-wrap {
  background: #fff;
  margin: 0 auto;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Black.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-ExtraLight.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 200;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-Regular.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-SemiBold.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  z-index: 100;
  padding-left: 40px;
  padding-right: 37px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header .logo {
  background: #fff;
  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;
  padding: 30px 20px;
  border-radius: 0 0 20px 20px;
}
.c-header .header-nav {
  height: 69px;
  margin-top: 20px;
  background: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 7px 40px 7px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .menu {
  width: 20px;
  position: relative;
  height: 14px;
  margin-top: 2px;
  cursor: pointer;
}
.c-header .menu > span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #F62837;
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-header .menu > span:nth-child(2) {
  top: 6px;
}
.c-header .menu > span:nth-child(3) {
  top: 12px;
}
.c-header .menu.open > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.c-header .menu.open > span:nth-child(2) {
  opacity: 0;
}
.c-header .menu.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.c-header .btn {
  background: #F62837;
  padding: 16px 40px;
  border-radius: 40px;
  display: block;
  color: #fff;
  border: 1px solid #F62837;
  line-height: 1;
}

#pagetop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #F62837;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 #adadad;
          box-shadow: 0 0 0 #adadad;
  cursor: pointer;
}
#pagetop::after, #pagetop::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 13px;
}
#pagetop::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -13px;
}
#pagetop.appear {
  opacity: 1;
  pointer-events: visible;
}

.c-footer .main-footer {
  color: #fff;
  letter-spacing: 0.05em;
  background: #F62837;
}
.c-footer .main-footer .inner-block {
  padding: 50px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .main-footer .left-block .logo {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}
.c-footer .main-footer .left-block .address {
  margin-top: 20px;
}
.c-footer .main-footer .left-block .address span {
  line-height: 1.8125;
  display: block;
}
.c-footer .main-footer .right-block {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .main-footer .right-block .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-weight: 500;
  line-height: 1;
}
.c-footer .main-footer .right-block .copy {
  text-align: right;
  color: #fff;
  line-height: 2;
}

.c-ttl01 {
  margin-bottom: 40px;
}
.c-ttl01 .en {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F62837;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.03em;
}
.c-ttl01 .en::after {
  position: absolute;
  content: "";
  background: #F62837;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-ttl01 .ja {
  font-size: 36px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-ttl03 {
  color: #F62837;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 24px;
  font-size: 30px;
}

.c-ttl04 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 20px;
}

.note {
  margin-top: 5px;
  font-size: 14px;
}

.btn-wrap {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.c-button {
  display: block;
  text-align: center;
  background: #F62837;
  color: #fff;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 40px;
  border: 1px solid #F62837;
  min-width: 280px;
  max-width: 500px;
  padding: 20px 70px;
  font-size: 18px;
}
.c-button.back-btn {
  border: 1px solid #F62837;
  background: #fff;
  color: #F62837;
}

.mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5411764706);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mask.open {
  opacity: 1;
  pointer-events: visible;
}

.c-section {
  padding-top: 80px;
}

.txt {
  line-height: 2;
}

.center {
  text-align: center;
}

.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-link {
  margin-top: 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;
  gap: 20px;
  font-weight: 500;
}

.bg-gray-round {
  margin-top: 120px;
  text-align: center;
  background: #F9F9F9;
  border-radius: 50px;
  padding: 100px 90px;
}
.bg-gray-round .c-ttl01 .en {
  margin-inline: auto;
}

.c-link-btn {
  border: 1px solid #F62837;
  width: 60px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-link-btn::after {
  position: absolute;
  content: "";
  background: #F62837;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 8px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tag-wrap {
  gap: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-wrap .tag {
  padding: 7px 19px;
  border-radius: 20px;
  border: 1px solid #BABABA;
  line-height: 1;
  font-size: 14px;
}
.tag-wrap .tags {
  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: 5px 20px;
}

.news-list > li {
  position: relative;
}
.news-list > li + li {
  border-top: 1px solid #D9D9D9;
}
.news-list > li > a {
  display: block;
  padding: 16px 80px 22px 0;
}
.news-list > li .date {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.news-list > li h3 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list > li .c-link-btn {
  width: 66px;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.lower-mv {
  position: relative;
  overflow: hidden;
  height: clamp(250px, 33.3333333333vw + 14px, 400px);
  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;
  border-radius: 0 0 clamp(80px, 33.3333333333vw - 340px, 200px) clamp(100px, 33.3333333333vw - 340px, 200px);
}
.lower-mv .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-mv .inner-block .mv-ttl {
  font-weight: bold;
  font-size: clamp(50px, 10vw - 42px, 70px);
}
.lower-mv .inner-block .breadcrumbs {
  font-weight: bold;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.lower-mv .inner-block .breadcrumbs li + li {
  position: relative;
}
.lower-mv .inner-block .breadcrumbs li + li::after {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  width: 10px;
  height: 10px;
}
.lower-mv .en {
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: clamp(100px, 10vw + 58px, 180px);
  color: #fff;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  pointer-events: none;
}

.page-404 .lower-mv {
  background: url(../img/company/mv.png.webp) no-repeat center/cover;
}

.news .lower-mv {
  background: url(../img/news/mv.png.webp) no-repeat center/cover;
}

.company .lower-mv {
  position: relative;
  background: url(../img/company/mv.png.webp) no-repeat center/cover;
}
.company .lower-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.company.notice .lower-mv {
  background: url(../img/company/mv-notice.png.webp) no-repeat center/cover;
}

.product .lower-mv {
  position: relative;
  background: url(../img/product/mv.png.webp) no-repeat center/cover;
}
.product .lower-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.recruit .lower-mv,
.interview .lower-mv {
  position: relative;
  background: url(../img/recruit/mv.png.webp) no-repeat center/cover;
}
.recruit .lower-mv::before,
.interview .lower-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.two-columns-block {
  margin: 100px auto 120px;
  padding: 0 40px;
  max-width: 1380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.two-columns-block .block {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px;
}
.two-columns-block .block.sidebar {
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 30px;
}
.two-columns-block .block.sidebar .ttl {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.two-columns-block .block.sidebar .cat-list > li {
  border-top: 1px solid #D9D9D9;
}
.two-columns-block .block.sidebar .cat-list > li > a {
  display: block;
  padding: 20px 0;
}
.two-columns-block .block.contents-wrap {
  width: calc(100% - 360px);
  padding: 50px;
}

.c-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-tag-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 15px) / 2);
  background-color: #F9F9F9;
  position: relative;
  border: 1px solid #D9D9D9;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 5px;
}
.c-tag-list li .c-tag {
  width: 100%;
  display: block;
  padding: 20px 30px 20px 15px;
}
.c-tag-list li .c-tag::after {
  position: absolute;
  -webkit-mask: url(../img/common/ico-arrow.svg);
          mask: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: #F62837;
  top: 40%;
}
.c-tag-list li .c-tag::after {
  right: 14px;
}
.c-tag-list li .c-tag.ico-right::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.body-wrap.sub {
  margin-top: -40px;
}

/* ローディング */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 800;
  overflow: hidden;
}
.loading.loaded {
  -webkit-animation: 1.4s fade cubic-bezier(0.53, 0.4, 0.25, 1.03) forwards;
          animation: 1.4s fade cubic-bezier(0.53, 0.4, 0.25, 1.03) forwards;
}
.loading .img {
  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;
  width: 100%;
  height: 100%;
  padding: 70px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: relative;
  z-index: 1;
}
.loading .img.is-animated {
  -webkit-animation: 2s appear linear forwards;
          animation: 2s appear linear forwards;
}
.loading .circle {
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 70px rgb(212, 212, 212);
          box-shadow: 0 0 70px rgb(212, 212, 212);
  width: 0;
  height: 0;
}
.loading .circle.is-animated {
  -webkit-animation: 3.8s circle cubic-bezier(0.28, 0.88, 0.72, 0.99) forwards;
          animation: 3.8s circle cubic-bezier(0.28, 0.88, 0.72, 0.99) forwards;
}
.loading .circle.second {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading .circle.third {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes appear {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  94% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes appear {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  94% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 200vw;
    height: 200vw;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 200vw;
    height: 200vw;
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  30% {
    -webkit-filter: blur(0);
            filter: blur(0);
    border-radius: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(300px);
            filter: blur(300px);
    border-radius: 50%;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  30% {
    -webkit-filter: blur(0);
            filter: blur(0);
    border-radius: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(300px);
            filter: blur(300px);
    border-radius: 50%;
  }
}
/* --------------------------------
c-table
----------------------------------- */
.c-table {
  width: 100%;
}
.c-table tr {
  border-top: 1px solid #D9D9D9;
}
.c-table tr:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.c-table tr th {
  text-align: left;
  padding-block: 24px;
}
.c-table tr td {
  padding-block: 24px;
  line-height: 140%;
  font-weight: 400;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-block {
  position: relative;
  border-radius: 0 0 300px 300px;
  overflow: hidden;
}
.home .mv-block .swiper-controller .swiper-button-next, .home .mv-block .swiper-controller .swiper-button-prev {
  color: #F62837;
  width: 40px;
  height: 50px;
}
.home .mv-block .swiper-controller .swiper-button-next {
  right: 60px;
}
.home .mv-block .swiper-controller .swiper-button-prev {
  left: 60px;
}
.home .mv-block .swiper-pagination-bullet-active {
  background: #F62837;
}
.home .mv-block .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.home .mv-block .swiper-slide {
  height: auto;
}
.home .mv-block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv-block .ttl-block {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 146px;
  left: 0;
  z-index: 1;
  padding: 0 80px;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .mv-block .ttl-block .mv-ttl {
  font-size: 60px;
  line-height: 1.34;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.home .mv-block .ttl-block .txt {
  font-size: 24px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.home .top-news-section .c-ttl01 {
  margin-bottom: 0;
}
.home .top-news-section .two-column {
  gap: 140px;
}
.home .top-news-section .ttl-wrap {
  width: 260px;
}
.home .top-news-section .ttl-wrap .c-link {
  margin-top: 63px;
}
.home .top-news-section .news-list {
  width: calc(100% - 400px);
}
.home .top-company-section .c-ttl01 {
  margin-bottom: 0;
}
.home .top-company-section .img {
  border-radius: 50%;
}
.home .top-company-section .img img {
  width: 100%;
  border-radius: 50%;
  max-width: 300px;
}
.home .top-company-section .box {
  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: 60px;
}
.home .top-company-section .box .txt-wrap .lead {
  font-size: 22px;
  font-weight: bold;
}
.home .top-company-section .box .txt-wrap .txt {
  width: 370px;
  margin-top: 40px;
}
.home .top-company-section .box:first-child {
  width: 300px;
}
.home .top-company-section .box:last-child {
  width: calc(100% - 300px);
}
.home .top-product-section .inner {
  background: #F9F9F9;
  border-radius: 40px;
  padding: 60px;
}
.home .top-product-section .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 135px;
}
.home .top-product-section .ttl-wrap .c-ttl01 {
  width: 260px;
}
.home .top-product-section .ttl-wrap .txt-wrap {
  width: calc(100% - 395px);
}
.home .top-product-section .gallery {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6785714286%;
}
.home .top-product-section .gallery img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .top-product-section .gallery .left {
  width: 25.8928571429%;
}
.home .top-product-section .gallery .left img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 290/417;
}
.home .top-product-section .gallery .right {
  width: 71.4285714286%;
}
.home .top-product-section .gallery .top, .home .top-product-section .gallery .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .top-product-section .gallery .top img, .home .top-product-section .gallery .bot img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  border-radius: 10px;
}
.home .top-product-section .gallery .top img:nth-child(1) {
  width: 28.75%;
  margin-left: 3.125%;
  aspect-ratio: 230/150;
}
.home .top-product-section .gallery .top img:nth-child(2) {
  width: 25%;
  margin-left: 5.625%;
  aspect-ratio: 1;
}
.home .top-product-section .gallery .top img:nth-child(3) {
  width: 32.5%;
  margin-left: 5%;
  aspect-ratio: 260/186;
}
.home .top-product-section .gallery .bot {
  margin-top: min(16px, 1.4285714286vw);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .top-product-section .gallery .bot img:nth-child(1) {
  width: 35%;
  aspect-ratio: 280/200;
}
.home .top-product-section .gallery .bot img:nth-child(2) {
  width: 28.75%;
  margin-left: 6.25%;
  aspect-ratio: 230/150;
}
.home .top-product-section .gallery .bot img:nth-child(3) {
  width: 25%;
  margin-left: 5%;
  aspect-ratio: 1;
}
.home .top-recruit-section .txt {
  text-align: center;
  max-width: 800px;
  margin: 40px auto 0;
}
.home .top-recruit-section .img-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: clamp(-140px, -50vw + 530px, -80px);
  margin-right: clamp(-140px, -50vw + 530px, -80px);
}
.home .top-recruit-section .img-wrap > li {
  width: 33.3333333333%;
}
.home .top-recruit-section .img-wrap > li img {
  width: 100%;
}
.home .top-recruit-section .img-wrap.sp {
  margin-top: 0;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.news .news-list {
  border-bottom: 1px solid #D9D9D9;
}
.news .pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -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;
  font-size: 14px;
  font-weight: bold;
}
.news .pagination a, .news .pagination span {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  padding-top: 2px;
  height: 40px;
}
.news .pagination a[rel=prev], .news .pagination a .prev, .news .pagination span[rel=prev], .news .pagination span .prev {
  margin-right: 20px;
  position: relative;
}
.news .pagination a[rel=prev]::after, .news .pagination a[rel=prev]::before, .news .pagination a .prev::after, .news .pagination a .prev::before, .news .pagination span[rel=prev]::after, .news .pagination span[rel=prev]::before, .news .pagination span .prev::after, .news .pagination span .prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #F62837;
  border-radius: 2px;
  top: -6px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
}
.news .pagination a[rel=prev]::after, .news .pagination a .prev::after, .news .pagination span[rel=prev]::after, .news .pagination span .prev::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
}
.news .pagination a[rel=next], .news .pagination a .next, .news .pagination span[rel=next], .news .pagination span .next {
  margin-left: 20px;
  position: relative;
}
.news .pagination a[rel=next]::after, .news .pagination a[rel=next]::before, .news .pagination a .next::after, .news .pagination a .next::before, .news .pagination span[rel=next]::after, .news .pagination span[rel=next]::before, .news .pagination span .next::after, .news .pagination span .next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #F62837;
  border-radius: 2px;
  top: 6px;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .pagination a[rel=next]::after, .news .pagination a .next::after, .news .pagination span[rel=next]::after, .news .pagination span .next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.news .pagination a.current, .news .pagination a[rel=prev], .news .pagination a[rel=next], .news .pagination a .prev, .news .pagination a .next, .news .pagination span.current, .news .pagination span[rel=prev], .news .pagination span[rel=next], .news .pagination span .prev, .news .pagination span .next {
  color: #F62837;
  border: 1px solid #F62837;
}
.news .pagination a.long, .news .pagination span.long {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  border-color: #F62837;
  color: #F62837;
  padding: 14px 30px;
  height: auto;
}
.news .pagination .dots {
  display: block;
  width: 22px;
  height: auto;
  border: none;
  position: relative;
}
.news .pagination .dots .dot {
  position: absolute;
  content: "";
  background: #D9D9D9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.news .pagination .dots .dot:nth-child(2) {
  right: 0;
}
.news .pagination .dots .dot:nth-child(3) {
  right: 0;
  left: auto;
}

/* -----------------------------------------------
* news detail Module
* news detail ページ用
-------------------------------------------------- */
.c-article-area .ttl-wrap {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 30px;
}
.c-article-area .ttl-wrap .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.c-article-area .ttl-wrap .ttl {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 180%;
}
.c-article-area .ttl-wrap .tag {
  border: 1px solid #BABABA;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  font-size: 14px;
}
.c-article-area .ttl-wrap .detail-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-article-area .thumb {
  margin: 50px 0 0;
}
.c-article-area .thumb img {
  width: 100%;
  height: auto;
}
.c-article-area .article-content {
  margin-top: 50px;
}
.c-article-area .article-content h2 {
  font-size: 24px;
  padding-left: 22px;
  position: relative;
}
.c-article-area .article-content h2::before, .c-article-area .article-content h2::after {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  left: 0;
}
.c-article-area .article-content h2::before {
  background: #F62837;
  top: 0;
  height: 100%;
}
.c-article-area .article-content h2::after {
  background: #C7000E;
  bottom: 0;
  height: 50%;
}
.c-article-area .article-content h3 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.c-article-area .article-content h3::before {
  background: #F62837;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}
.c-article-area .article-content h4 {
  border-bottom: 2px solid #F62837;
  font-size: 20px;
  padding-bottom: 7px;
}
.c-article-area .article-content h5 {
  font-size: 18px;
}
.c-article-area .article-content ul li,
.c-article-area .article-content ol li {
  line-height: 1.5;
  position: relative;
}
.c-article-area .article-content ul li {
  padding-left: 15px;
}
.c-article-area .article-content ul li::before {
  background: #F62837;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
.c-article-area .article-content ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.c-article-area .article-content ol li::before {
  color: #F62837;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
  font-weight: bold;
}
.c-article-area .article-content a {
  color: #F62837;
  position: relative;
  text-decoration: underline;
}
.c-article-area .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;
}
.c-article-area .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;
}
.c-article-area .article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #F62837;
  color: #F62837;
}
.c-article-area .article-content .wp-block-button.is-style-outline .wp-block-button__link::before {
  border-color: #F62837;
}
.c-article-area .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;
}
.c-article-area .article-content .is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #F62837;
  color: #F62837;
}
.c-article-area .article-content .is-style-outline .wp-block-button__link::before {
  border-color: #F62837;
}
.c-article-area .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;
}
.c-article-area .article-content .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.c-article-area .article-content .wp-block-columns .wp-block-image {
  margin: 0 20px;
  text-align: center;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.c-article-area .article-content .wp-block-media-text {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-article-area .article-content .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.c-article-area .article-content .wp-block-table {
  margin: 0;
}
.c-article-area .article-content table {
  margin-top: 30px;
  width: 100%;
}
.c-article-area .article-content table th,
.c-article-area .article-content table td {
  padding: 15px;
}
.c-article-area .article-content table th {
  background: #F62837;
  border: 1px solid #F62837;
  color: #fff;
}
.c-article-area .article-content table td {
  border: 1px solid #F62837;
}
.c-article-area .article-content table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.c-article-area .article-content table thead th:not(:last-child) {
  border-right-color: #fff;
}
.c-article-area .article-content .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.c-article-area .article-content .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.c-article-area .article-content img {
  height: auto;
}
.c-article-area .article-content * + h2,
.c-article-area .article-content * + h3,
.c-article-area .article-content * + h4,
.c-article-area .article-content * + h5,
.c-article-area .article-content * + ul,
.c-article-area .article-content * + ol,
.c-article-area .article-content * + .wp-block-buttons {
  margin-top: 30px;
}
.c-article-area .article-content * + p {
  margin-top: 10px;
}
.c-article-area .article-content h2 {
  margin-bottom: 30px;
}
.c-article-area .article-content h2,
.c-article-area .article-content h3,
.c-article-area .article-content h4,
.c-article-area .article-content h5 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.c-article-area .article-content * + .wp-block-buttons {
  margin: 30px auto !important;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.company .company-prof-section .company-prof-block {
  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;
  margin-bottom: 50px;
}
.company .company-prof-section .company-prof-block .left-contents .txt {
  margin-block: 24px;
}
.company .company-prof-section iframe {
  width: 100%;
  min-height: 250px;
}
.company .slogan {
  margin-top: -10px;
  margin-bottom: 50px;
}
.company .message-section .message-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .message-section .message-inner .message-txt .txt {
  line-height: 200%;
  text-align: left;
}
.company .message-section .message-inner .message-txt .txt-right {
  margin-top: 50px;
  text-align: right;
}
.company .message-section .message-inner .message-txt .txt-right .company {
  font-size: 14px;
  line-height: 100%;
}
.company .message-section .message-inner .message-txt .txt-right .name {
  font-size: 32px;
  margin-top: 24px;
}
.company .message-section .message-inner .message-img {
  width: 380px;
  padding-left: 80px;
}
.company .slogan-section {
  text-align: center;
}
.company .slogan-section .c-ttl01 .en {
  margin-inline: auto;
}
.company .slogan-section .c-ttl03 {
  margin-top: 0;
}
.company .two-column-section {
  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;
}
.company .history-section .history-list {
  margin-top: 80px;
  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;
  text-align: left;
  margin-inline: auto;
}
.company .history-section .history-list .history-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
.company .history-section .history-list .history-item:not(:last-child) {
  padding-bottom: 36px;
}
.company .history-section .history-list .history-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 4px;
  padding-top: 24px;
  height: 100%;
  background: #F62837;
}
.company .history-section .history-list .history-item .history-year {
  font-size: 24px;
  line-height: 100%;
  padding-left: 40px;
  width: 180px;
  position: relative;
}
.company .history-section .history-list .history-item .history-year .num {
  font-family: "poppins";
}
.company .history-section .history-list .history-item .history-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFF;
  border: solid 5px #F62837;
}
.company .history-section .history-list .history-item .history-event {
  width: calc(100% - 220px);
}
.company #notice .bg-gray {
  background: #F9F9F9;
  margin-top: 40px;
  padding: 40px 50px;
}
.company #notice .bg-gray .notice-list {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.company #notice .bg-gray .notice-list > li {
  width: 100%;
  background: #fff;
  position: relative;
}
.company #notice .bg-gray .notice-list > li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_pdf.png.webp) no-repeat center/contain;
}
.company #notice .bg-gray .notice-list > li > a {
  display: block;
  width: 100%;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 15px 20px;
  height: 100%;
  padding-right: 40px;
}
.company.notice .lower-mv .en {
  font-size: clamp(100px, 10vw + 24px, 160px);
}

/* -----------------------------------------------
* product Module
* productページ用
-------------------------------------------------- */
.product .txt-area {
  padding-bottom: 50px;
  text-align: center;
}
.product .product-area .product-list {
  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;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .product-area .product-item {
  max-width: 302px;
  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;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
}
.product .product-area .product-item a {
  display: block;
}
.product .product-area .product-item a img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product .product-area .product-item a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.product .product-area .product-item .product-txt {
  min-height: 80px;
  padding: 20px 36px 20px 24px;
  border-top: 1px solid #D9D9D9;
  background: #F4F4F4;
  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;
  line-height: 120%;
  font-weight: bold;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.product .product-area .product-item .product-txt::after {
  position: absolute;
  -webkit-mask: url(../img/common/ico-arrow.svg);
          mask: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: #F62837;
  top: 40%;
  right: 24px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* -----------------------------------------------
* contact Module
* contact ページ用
-------------------------------------------------- */
.contact .lower-mv {
  background-image: url(../img/contact/mv.png.webp);
}

.contact-section .summary-txt {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
.contact-section .c-contact-step {
  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;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto 50px;
}
.contact-section .c-contact-step li {
  z-index: 1;
  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;
  width: calc((100% - 60px) / 3);
  text-align: center;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  border-radius: 90px;
  background: #fff;
  padding: 20px 10px;
}
.contact-section .c-contact-step li.active {
  color: #fff;
  border: #F62837;
  background: #F62837;
}
.contact-section .c-contact-step::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 1px;
  background: #D9D9D9;
}
.contact-section .q-wrap {
  padding: 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;
  gap: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.contact-section .q-wrap:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}
.contact-section .label-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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-section .input-area {
  width: calc(100% - 270px);
}
.contact-section .contact-label {
  font-size: 18px;
  font-weight: bold;
}
.contact-section .required-txt {
  padding: 1px 8px 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 12px;
  border-radius: 60px;
  background: #F62837;
  position: absolute;
  right: 0;
  margin: auto;
}
.contact-section .error-txt {
  margin-top: 4px;
  color: #F62837;
  font-size: 14px;
  font-weight: bold;
}
.contact-section input[type=text],
.contact-section input[type=tel],
.contact-section input[type=email],
.contact-section textarea,
.contact-section select {
  padding: 14px 18px;
  width: 100%;
  color: #444;
  display: block;
  font-size: 16px !important;
  background: #F4F4F4;
}
.contact-section input[type=text].errored,
.contact-section input[type=tel].errored,
.contact-section input[type=email].errored,
.contact-section textarea.errored,
.contact-section select.errored {
  border: 1px solid #F62837;
}
.contact-section .radio-group, .contact-section .checkbox-group {
  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: 25px 21px;
  height: 100%;
}
.contact-section .radio-group .wpcf7-radio, .contact-section .radio-group .wpcf7-checkbox, .contact-section .checkbox-group .wpcf7-radio, .contact-section .checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
.contact-section .radio-group label, .contact-section .checkbox-group label {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.contact-section .radio-group label::before, .contact-section .radio-group label::after, .contact-section .checkbox-group label::before, .contact-section .checkbox-group label::after {
  content: "";
  position: absolute;
}
.contact-section .radio-group label::before, .contact-section .checkbox-group label::before {
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  background: #D9D9D9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-section .radio-group label::after, .contact-section .checkbox-group label::after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  background: #F62837;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-section .radio-group label:has(input:checked)::after, .contact-section .checkbox-group label:has(input:checked)::after {
  opacity: 1;
}
.contact-section .radio-group label:has(input:checked)::before, .contact-section .checkbox-group label:has(input:checked)::before {
  background: #fff;
}
.contact-section .radio-group + .error-txt, .contact-section .checkbox-group + .error-txt {
  margin-top: 8px;
}
.contact-section .checkbox-group label::before {
  border-radius: 0;
}
.contact-section .checkbox-group label::after {
  top: 3px;
  width: 8px;
  height: 14px;
  background: transparent;
  border-right: 2px solid #F62837;
  border-bottom: 2px solid #F62837;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  border-radius: 0;
}
.contact-section .select-wrap {
  position: relative;
}
.contact-section .select-wrap select {
  cursor: pointer;
}
.contact-section .select-wrap::before {
  z-index: 1;
  content: "";
  border: solid #F62837;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
  pointer-events: none;
}
.contact-section .wpcf7-response-output {
  display: none !important;
}
.contact-section .wpcf7-not-valid-tip {
  display: none !important;
}

/* -----------------------------------------------
* product Module
* productページ用
-------------------------------------------------- */
.recruit .lower-mv {
  background-image: url(../img/recruit/mv.png.webp);
}
.recruit .c-section.bg-gray {
  margin-top: 80px;
  background: #F9F9F9;
  padding: 80px 50px;
}
.recruit .num-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 35px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.recruit .num-list > li {
  padding: 30px;
  width: calc((100% - 70px) / 3);
  background: #fff;
}
.recruit .num-list > li:nth-child(1) .img-box > img {
  max-height: 127.2727272727px;
}
.recruit .num-list > li:nth-child(6) .img-box > img {
  position: relative;
  top: -10px;
  max-height: 181.8181818182px;
}
.recruit .num-list .num-ttl {
  padding-left: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}
.recruit .num-list .num-ttl::after, .recruit .num-list .num-ttl::before {
  border-radius: 50%;
  background: #F62837;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
}
.recruit .num-list .num-ttl::after {
  left: 4px;
  width: 11px;
  height: 11px;
  background: #fff;
}
.recruit .num-list .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 60px);
  -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 .num-list .img-box > img {
  max-height: 200px;
}
.recruit .btn-wrap {
  margin-top: 30px;
}
.recruit .interview-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 33px;
}
.recruit .interview-list > li {
  width: calc((100% - 99px) / 4);
}
.recruit .interview-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit .interview-list > li > a .link-txt {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit .interview-list .name {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  min-height: 82px;
  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 .interview-list .year {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
.recruit .interview-list .txt {
  margin-top: 10px;
  line-height: 1.8;
}
.recruit .interview-list .c-link {
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit .interview-list .img {
  overflow: hidden;
}
.recruit .interview-list .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.recruit .target {
  margin-top: 50px;
}
.recruit .target .ttl-box {
  position: relative;
  z-index: 1;
}
.recruit .target .ttl-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #D9D9D9;
  z-index: -1;
}
.recruit .target .ttl {
  padding: 0 34px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit .target .target-list {
  margin-top: 46px;
  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;
  gap: 20px 15px;
}
.recruit .target .target-list > li {
  width: calc((100% - 30px) / 3);
}
.recruit .target .num {
  margin: 0 auto 10px;
  font-weight: bold;
  color: #F62837;
  border: 1px solid #F62837;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  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 .target .txt {
  line-height: 2;
}
.recruit .table-note {
  text-align: right;
  margin-top: 10px;
}

/* -----------------------------------------------
* interview Module
* interviewページ用
-------------------------------------------------- */
.interview .lower-mv {
  background-image: url(../img/recruit/mv.png.webp);
}
.interview .interview-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 964px;
}
.interview .interview-profile .img-area img {
  width: 364px;
}
.interview .interview-profile .txt-area {
  font-weight: bold;
  line-height: 220%;
  width: calc(100% - 424px);
}
.interview .interview-profile .txt-area .interview-ttl {
  line-height: 200%;
  margin-bottom: 50px;
}
.interview .interview-profile .txt-area .name {
  margin-bottom: 10px;
}
.interview .interview-qa {
  counter-reset: number 0;
}
.interview .interview-qa .interview-block {
  margin-bottom: 80px;
}
.interview .interview-qa .interview-block:last-child {
  margin-bottom: 0;
}
.interview .interview-qa .question {
  position: relative;
  line-height: 160%;
  font-weight: bold;
}
.interview .interview-qa .question span::before {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  margin-right: 5px;
  color: #F62837;
  font-size: 20px;
  font-weight: bold;
}
.interview .interview-qa .question::before, .interview .interview-qa .question::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.interview .interview-qa .question::before {
  background: #D9D9D9;
  width: 100%;
}
.interview .interview-qa .question::after {
  background: #F62837;
  width: 120px;
}
.interview .interview-qa .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview .interview-qa .flex .answer-txt {
  width: 500px;
  padding-right: 50px;
}
.interview .interview-qa .flex img {
  width: calc(100% - 500px);
}
.interview .interview-qa .flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview .interview-qa .flex-reverse .answer-txt {
  width: 500px;
  padding-right: 50px;
}
.interview .interview-qa .flex-reverse img {
  width: calc(100% - 500px);
}
.interview .interview-qa .column {
  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: 80px;
}
.interview .interview-schedule {
  background: #F4F4F4;
  text-align: left;
  font-weight: bold;
}
.interview .interview-schedule .num-ttl {
  padding-left: 28px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.interview .interview-schedule .num-ttl::after, .interview .interview-schedule .num-ttl::before {
  border-radius: 50%;
  background: #F62837;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
}
.interview .interview-schedule .num-ttl::after {
  left: 4px;
  width: 11px;
  height: 11px;
  background: #fff;
}
.interview .interview-schedule .schedule-list {
  margin-top: 30px;
}
.interview .interview-schedule .schedule-item {
  width: 100%;
  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;
  padding-block: 22px;
  border-bottom: 1px solid #D9D9D9;
}
.interview .interview-schedule .schedule-item:last-child {
  border-bottom: none;
}
.interview .interview-schedule .schedule-item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview .interview-schedule .schedule-item .info .time {
  background: #fff;
  max-width: 100px;
  font-size: 20px;
  border-radius: 30px;
  text-align: center;
  line-height: 100%;
  padding-block: 5px;
  padding-inline: 30px;
  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;
  max-height: 30px;
}
.interview .interview-schedule .schedule-item .desc {
  width: calc(100% - 100px);
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .body-wrap {
    max-width: calc(100% - 40px);
    padding: 0 20px 50px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .btn {
    margin: 20px auto 0;
    max-width: 400px;
    text-align: center;
    padding: 20px !important;
  }
  .c-footer .main-footer .left-block .address {
    font-size: 13px;
  }
  .c-footer .main-footer .right-block .copy {
    text-align: center;
    margin-top: 50px;
    font-size: 11px;
  }
  .c-ttl01 {
    margin-bottom: 30px;
  }
  .c-ttl01 .en {
    padding-left: 10px;
    font-size: 10px;
    margin-bottom: 8px;
  }
  .c-ttl01 .en::after {
    width: 5px;
    height: 5px;
  }
  .c-ttl01.center {
    text-align: left;
  }
  .c-ttl04 {
    font-size: 24px;
  }
  .note {
    font-size: 12px;
  }
  .btn-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-button {
    width: 100%;
    min-width: inherit;
    padding: 15px 30px;
  }
  .c-section {
    padding-top: 50px;
  }
  .txt.sp-left {
    text-align: left;
  }
  .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-link {
    gap: 10px;
    margin-top: 30px;
  }
  .c-link .link-txt {
    font-size: 12px;
  }
  .bg-gray-round {
    padding-inline: 20px;
    padding-block: 30px;
    margin-top: 50px;
    border-radius: 10px;
  }
  .c-link-btn {
    width: 45px;
    height: 30px;
  }
  .tag-wrap {
    gap: 5px 10px;
  }
  .tag-wrap .tag {
    padding: 5px 10px;
    font-size: 10px;
  }
  .tag-wrap .tags {
    gap: 5px 10px;
  }
  .news-list > li > a {
    padding: 15px 60px 20px 0;
  }
  .news-list > li h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .news-list > li .c-link-btn {
    width: 45px;
  }
  .lower-mv {
    height: 280px;
    padding-top: 30px;
    border-radius: 0 0 50px 50px;
  }
  .lower-mv .inner-block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower-mv .inner-block .mv-ttl {
    font-size: 32px;
  }
  .lower-mv .inner-block .breadcrumbs {
    gap: 30px;
  }
  .lower-mv .inner-block .breadcrumbs li + li::after {
    left: -23px;
    width: 8px;
    height: 8px;
    top: -3px;
  }
  .lower-mv .en {
    font-size: 100px;
  }
  .lower-mv .en.small {
    font-size: 65px;
    bottom: -12px;
  }
  .two-columns-block .block.sidebar .cat-list > li > a {
    padding: 13px 0;
  }
  .c-tag-list {
    gap: 10px;
  }
  .c-tag-list li {
    width: calc((100% - 10px) / 2);
  }
  .c-tag-list li .c-tag::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .body-wrap.sub {
    padding-top: 50px;
  }
  .c-table tr td {
    padding-left: 30px;
  }
  .home .mv-block {
    border-radius: 0 0 20px 20px;
  }
  .home .mv-block .swiper-controller .swiper-button-next {
    right: 20px;
  }
  .home .mv-block .swiper-controller .swiper-button-prev {
    left: 20px;
  }
  .home .mv-block .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .home .mv-block .ttl-block {
    display: block;
    bottom: 40px;
    padding: 0 18px;
  }
  .home .mv-block .ttl-block .mv-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home .mv-block .ttl-block .txt {
    font-size: 12px;
  }
  .home .top-news-section .ttl-wrap {
    width: 100%;
  }
  .home .top-news-section .ttl-wrap .c-link {
    margin-top: 20px;
  }
  .home .top-company-section .c-ttl01 .en {
    margin: 0 auto 10px;
  }
  .home .top-company-section .box .txt-wrap .lead {
    font-size: 16px;
  }
  .home .top-company-section .box .txt-wrap .txt {
    margin-top: 30px;
    width: 100%;
  }
  .home .top-product-section {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home .top-recruit-section .inner-block {
    padding: 0;
  }
  .home .top-recruit-section .c-ttl01 {
    margin-top: 30px;
  }
  .home .top-recruit-section .img-wrap {
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home .top-recruit-section .img-wrap:not(.sp) {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .home .top-recruit-section .img-wrap > li {
    width: 100%;
  }
  .news .pagination {
    margin-left: -10px;
    margin-right: -10px;
    gap: 7px;
    margin-top: 30px;
    font-size: 11px;
  }
  .news .pagination a, .news .pagination span {
    width: 34px;
    height: 34px;
    padding-top: 0;
  }
  .news .pagination a[rel=prev], .news .pagination a .prev, .news .pagination span[rel=prev], .news .pagination span .prev {
    margin-right: 0;
  }
  .news .pagination a[rel=prev]::after, .news .pagination a[rel=prev]::before, .news .pagination a .prev::after, .news .pagination a .prev::before, .news .pagination span[rel=prev]::after, .news .pagination span[rel=prev]::before, .news .pagination span .prev::after, .news .pagination span .prev::before {
    height: 8px;
  }
  .news .pagination a[rel=next], .news .pagination a .next, .news .pagination span[rel=next], .news .pagination span .next {
    margin-left: 0;
  }
  .news .pagination a[rel=next]::after, .news .pagination a[rel=next]::before, .news .pagination a .next::after, .news .pagination a .next::before, .news .pagination span[rel=next]::after, .news .pagination span[rel=next]::before, .news .pagination span .next::after, .news .pagination span .next::before {
    height: 7px;
    top: 5px;
  }
  .news .pagination a[rel=next]::after, .news .pagination a .next::after, .news .pagination span[rel=next]::after, .news .pagination span .next::after {
    top: -5px;
  }
  .c-article-area .ttl-wrap {
    padding-bottom: 20px;
  }
  .c-article-area .ttl-wrap .date {
    font-size: 13px;
  }
  .c-article-area .ttl-wrap .ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .c-article-area .ttl-wrap .tag {
    padding: 4px 15px;
  }
  .c-article-area .thumb {
    margin: 25px 0 0;
  }
  .c-article-area .article-content {
    margin-top: 30px;
  }
  .c-article-area .article-content h2 {
    font-size: 22px;
  }
  .c-article-area .article-content h3 {
    font-size: 18px;
  }
  .c-article-area .article-content h4 {
    font-size: 18px;
  }
  .c-article-area .article-content h5 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .c-article-area .article-content ul li + li,
  .c-article-area .article-content ol li + li {
    margin-top: 10px;
  }
  .c-article-area .article-content ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .c-article-area .article-content .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .c-article-area .article-content .wp-block-columns {
    margin-top: 20px;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .c-article-area .article-content .sp-scroll {
    overflow-x: scroll;
  }
  .c-article-area .article-content .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .c-article-area .article-content .wp-block-table.sp-block {
    width: 100%;
  }
  .c-article-area .article-content .wp-block-table.sp-block th, .c-article-area .article-content .wp-block-table.sp-block td {
    display: block;
  }
  .c-article-area .article-content .wp-block-table.sp-block td {
    border-top: none;
  }
  .c-article-area .article-content table th,
  .c-article-area .article-content table td {
    padding: 10px;
  }
  .c-article-area .article-content table.sp-block {
    width: 100%;
  }
  .c-article-area .article-content table.sp-block th, .c-article-area .article-content table.sp-block td {
    display: block;
  }
  .c-article-area .article-content table.sp-block td {
    border-top: none;
  }
  .c-article-area .article-content .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .c-article-area .article-content .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .c-article-area .article-content .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .c-article-area .article-content * + h2,
  .c-article-area .article-content * + h3,
  .c-article-area .article-content * + h4,
  .c-article-area .article-content * + h5,
  .c-article-area .article-content * + ul,
  .c-article-area .article-content * + ol,
  .c-article-area .article-content * + .wp-block-buttons {
    margin-top: 20px;
  }
  .c-article-area .article-content h2 {
    margin-bottom: 20px;
  }
  .c-article-area .article-content h2,
  .c-article-area .article-content h3,
  .c-article-area .article-content h4,
  .c-article-area .article-content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .company .message-section .message-inner .message-txt .txt-right {
    margin-top: 30px;
  }
  .company .message-section .message-inner .message-txt .txt-right .company {
    line-height: 180%;
  }
  .company .message-section .message-inner .message-txt .txt-right .name {
    margin-top: 18px;
    font-size: 24px;
  }
  .company .slogan-section .c-ttl03 {
    padding-top: 0;
  }
  .company .slogan-section .txt {
    text-align: left;
  }
  .company .history-section .history-list {
    margin-top: 40px;
  }
  .company .history-section .history-list .history-item:not(:last-child) {
    padding-bottom: 20px;
  }
  .company .history-section .history-list .history-item {
    gap: 20px;
  }
  .company .history-section .history-list .history-item .history-year {
    width: 150px;
    padding-left: 30px;
    font-size: 18px;
  }
  .company .history-section .history-list .history-item .history-year::before {
    left: 4px;
    top: 0;
    width: 16px;
    height: 16px;
    border: solid 3px #F62837;
  }
  .company .history-section .history-list .history-item .history-event {
    width: calc(100% - 170px);
    font-size: 14px;
  }
  .company #notice .bg-gray {
    margin-top: 20px;
    padding: 40px 15px;
  }
  .company #notice .bg-gray .notice-list > li::after {
    right: 10px;
  }
  .company.notice .lower-mv .en {
    font-size: 13.8666666667vw;
  }
  .product .txt-area {
    text-align: left;
  }
  .product .product-area .product-list {
    gap: 15px;
  }
  .product .product-area .product-item a .product-img {
    max-width: 100%;
  }
  .product .product-area .product-item .product-txt::after {
    top: 31%;
  }
  .contact-section .summary-txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .contact-section .c-contact-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-block: 30px;
  }
  .contact-section .c-contact-step li {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
  .contact-section .c-contact-step::before {
    width: 1px;
    height: 100%;
  }
  .contact-section .q-wrap {
    padding: 15px 0;
    -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: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .contact-section .label-area {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    width: 100%;
  }
  .contact-section .input-area {
    width: 100%;
  }
  .contact-section .contact-label {
    font-size: 16px;
  }
  .contact-section input[type=text],
  .contact-section input[type=tel],
  .contact-section input[type=email],
  .contact-section textarea,
  .contact-section select {
    padding: 16px 10px;
  }
  .contact-section .radio-group, .contact-section .checkbox-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-section .radio-group .wpcf7-radio, .contact-section .radio-group .wpcf7-checkbox, .contact-section .checkbox-group .wpcf7-radio, .contact-section .checkbox-group .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit .c-section.bg-gray {
    margin-top: 50px;
    padding: 40px 15px;
  }
  .recruit .num-list > li:nth-child(1) .img-box > img {
    max-height: 180px;
  }
  .recruit .num-list > li:nth-child(6) .img-box > img {
    top: 0;
    max-height: 180px;
  }
  .recruit .num-list .num-ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .recruit .num-list .img-box > img {
    max-height: 180px;
    max-width: 220px;
  }
  .recruit .interview-list .c-link {
    margin-top: 10px;
  }
  .recruit .target {
    margin-top: 30px;
  }
  .recruit .target .ttl {
    font-size: 18px;
  }
  .recruit .target .target-list {
    margin-top: 30px;
  }
  .recruit .c-button {
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
  }
  .interview .interview-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .interview .interview-profile .txt-area {
    width: 100%;
  }
  .interview .interview-profile .txt-area .interview-ttl {
    margin-bottom: 20px;
    line-height: 150%;
  }
  .interview .interview-profile .txt-area .name {
    font-size: 14px;
  }
  .interview .interview-qa .interview-block {
    margin-bottom: 50px;
  }
  .interview .interview-qa .question {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .interview .interview-schedule .num-ttl {
    font-size: 16px;
  }
  .interview .interview-schedule .num-ttl::after, .interview .interview-schedule .num-ttl::before {
    top: -2px;
  }
  .interview .interview-schedule .schedule-item .info {
    width: 100%;
    gap: 16px;
  }
  .interview .interview-schedule .schedule-item .desc {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .body-wrap {
    max-width: min(1300px, 100% - 40px);
    padding: 0 clamp(40px, 50vw - 570px, 100px) 70px;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1380px;
  }
  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 .header-nav a:not(.btn):hover {
    color: #F62837;
  }
  .c-header .menu {
    margin-top: 2px;
    width: 30px;
    height: 22px;
  }
  .c-header .menu > span:nth-child(2) {
    top: 10px;
  }
  .c-header .menu > span:nth-child(3) {
    top: 20px;
  }
  .c-header .btn:hover {
    background: #fff;
    color: #F62837;
  }
  #pagetop:hover {
    -webkit-box-shadow: 0 0 20px #adadad;
            box-shadow: 0 0 20px #adadad;
  }
  .c-footer .main-footer .right-block .footer-nav a:hover {
    opacity: 0.7;
  }
  .c-ttl01.center .en {
    margin-left: auto;
    margin-right: auto;
  }
  .pc-ib {
    display: inline-block;
  }
  .c-button:hover {
    background: #fff;
    color: #F62837;
  }
  .c-link.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-link:hover {
    color: #F62837;
  }
  .c-link:hover .c-link-btn {
    background: #F62837;
  }
  .c-link:hover .c-link-btn::after {
    background: #fff;
  }
  .news-list > li > a:hover .c-link-btn {
    background: #F62837;
  }
  .news-list > li > a:hover .c-link-btn::after {
    background: #fff;
  }
  .lower-mv .inner-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lower-mv .inner-block .breadcrumbs a:hover {
    color: #F62837;
  }
  .two-columns-block .block.sidebar .cat-list > li > a:hover {
    color: #F62837;
  }
  .c-tag-list li:hover {
    background: #D9D9D9;
  }
  .home .mv-block .swiper, .home .mv-block .swiper-wrapper, .home .mv-block .swiper-slide, .home .mv-block .swiper-slide img {
    min-height: 600px;
    max-height: 900px;
  }
  .news .pagination a:not(.dots):hover, .news .pagination a:not(.current):hover, .news .pagination span:not(.dots):hover, .news .pagination span:not(.current):hover {
    background: #D9D9D9;
    color: #fff;
  }
  .news .pagination a.current:not(.current):hover, .news .pagination a[rel=prev]:not(.current):hover, .news .pagination a[rel=next]:not(.current):hover, .news .pagination a .prev:not(.current):hover, .news .pagination a .next:not(.current):hover, .news .pagination span.current:not(.current):hover, .news .pagination span[rel=prev]:not(.current):hover, .news .pagination span[rel=next]:not(.current):hover, .news .pagination span .prev:not(.current):hover, .news .pagination span .next:not(.current):hover {
    background: #F62837;
    color: #fff;
  }
  .news .pagination a.current:not(.current):hover::before, .news .pagination a.current:not(.current):hover::after, .news .pagination a[rel=prev]:not(.current):hover::before, .news .pagination a[rel=prev]:not(.current):hover::after, .news .pagination a[rel=next]:not(.current):hover::before, .news .pagination a[rel=next]:not(.current):hover::after, .news .pagination a .prev:not(.current):hover::before, .news .pagination a .prev:not(.current):hover::after, .news .pagination a .next:not(.current):hover::before, .news .pagination a .next:not(.current):hover::after, .news .pagination span.current:not(.current):hover::before, .news .pagination span.current:not(.current):hover::after, .news .pagination span[rel=prev]:not(.current):hover::before, .news .pagination span[rel=prev]:not(.current):hover::after, .news .pagination span[rel=next]:not(.current):hover::before, .news .pagination span[rel=next]:not(.current):hover::after, .news .pagination span .prev:not(.current):hover::before, .news .pagination span .prev:not(.current):hover::after, .news .pagination span .next:not(.current):hover::before, .news .pagination span .next:not(.current):hover::after {
    background: #fff;
  }
  .c-article-area .article-content ul li + li,
  .c-article-area .article-content ol li + li {
    margin-top: 3px;
  }
  .c-article-area .article-content a:hover {
    text-decoration: none;
  }
  .c-article-area .article-content .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .c-article-area .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;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .c-article-area .article-content .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__media {
    width: 252px;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 30px;
    width: calc(100% - 252px);
  }
  .c-article-area .article-content .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-article-area .article-content .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-article-area .article-content table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-article-area .article-content table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-article-area .article-content .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .company #notice .bg-gray .notice-list > li > a:hover {
    border: 1px solid #F62837;
    background: #F62837;
    color: #fff;
  }
  .product .product-area .product-item a:hover .product-txt {
    background: #D9D9D9;
  }
  .contact-section .contact-label {
    max-width: 150px;
  }
  .contact-section .radio-group .wpcf7-radio, .contact-section .radio-group .wpcf7-checkbox, .contact-section .checkbox-group .wpcf7-radio, .contact-section .checkbox-group .wpcf7-checkbox {
    margin-top: 7px;
  }
  .recruit .c-section {
    padding-top: 80px;
  }
  .recruit .c-section.lead-block {
    padding-top: 160px;
  }
  .recruit .interview-list > li > a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .recruit .interview-list > li > a:hover .link-txt {
    color: #F62837;
  }
  .recruit .interview-list > li > a:hover .c-link-btn {
    background: #F62837;
  }
  .recruit .interview-list > li > a:hover .c-link-btn::after {
    background: #fff;
  }
  .interview .interview-profile .txt-area .interview-ttl {
    font-size: 30px;
  }
  .interview .interview-profile .txt-area .name {
    font-size: 30px;
  }
  .interview .interview-profile .txt-area .info {
    font-size: 16px;
    margin-bottom: 0;
  }
  .interview .interview-qa .question {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .interview .interview-qa .answer-txt {
    font-size: 18px;
    line-height: 200%;
  }
  .interview .interview-schedule {
    padding: 50px;
  }
}
@media only screen and (max-width: 1380px) {
  .c-header {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1380px) and (max-width: 980px) {
  .c-header {
    padding: 0;
  }
}
@media only screen and (min-width: 981px) {
  .c-header .logo {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
  }
  .c-header .header-nav {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1380px) {
  .c-header .logo {
    width: 330px;
    padding: 20px 5px;
  }
  .c-header .header-nav {
    gap: 25px;
    padding: 3px 40px 3px 30px;
    margin-top: 5px;
    height: 59px;
  }
}
@media only screen and (max-width: 980px) {
  .c-header .logo {
    padding: 0;
    width: 330px;
  }
  .c-header .header-nav {
    z-index: 100;
    pointer-events: none;
    position: fixed;
    top: -400px;
    left: 0;
    margin-top: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    height: auto;
    padding: 55px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-header .header-nav.open {
    top: 0px;
    pointer-events: visible;
  }
  .c-header .header-nav > li {
    border-top: 1px solid #afafaf;
    width: 100%;
    position: relative;
  }
  .c-header .header-nav > li::after {
    position: absolute;
    content: "";
    background: #F62837;
    width: 7px;
    height: 8px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .c-header .header-nav > li > a {
    display: block;
    padding: 10px;
  }
  .c-header .sp-cont {
    width: 100%;
    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;
    position: relative;
    z-index: 102;
    background: #fff;
    padding: 15px 20px 15px 10px;
    padding-left: 10px;
    border-radius: 0 0 20px 20px;
  }
  .recruit .target .target-list > li {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 980px) and (max-width: 767px) {
  .c-header .logo {
    width: 224px;
  }
  .recruit .target .target-list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 981px) {
  .c-header .menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .c-header .btn {
    margin: 20px auto 0;
    max-width: 400px;
    text-align: center;
    padding: 20px !important;
  }
  .bg-gray-round {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-footer .main-footer .inner-block {
    display: block;
    padding: 50px 20px 30px;
  }
  .c-footer .main-footer .right-block .footer-nav {
    display: none;
  }
  .interview .interview-qa .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .interview .interview-qa .flex .answer-txt {
    width: 100%;
    padding-right: 0;
  }
  .interview .interview-qa .flex img {
    width: 100%;
  }
  .interview .interview-qa .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .interview .interview-qa .flex-reverse .answer-txt {
    width: 100%;
    padding-right: 0;
  }
  .interview .interview-qa .flex-reverse img {
    width: 100%;
  }
  .interview .interview-qa .column {
    gap: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .c-ttl01 .ja {
    font-size: 45px;
  }
  .home .top-news-section .two-column {
    gap: 20px;
  }
  .home .top-news-section .news-list {
    width: calc(100% - 280px);
  }
  .home .top-company-section .box {
    gap: 40px;
  }
  .home .top-company-section .box:first-child {
    width: 200px;
  }
  .home .top-company-section .box:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 200px);
  }
  .home .top-company-section .two-column {
    gap: 20px;
  }
  .home .top-product-section .inner {
    padding: 60px 40px;
  }
  .home .top-product-section .ttl-wrap {
    gap: 40px;
    padding: 0;
  }
  .home .top-product-section .ttl-wrap .c-ttl01 {
    width: 200px;
  }
  .home .top-product-section .ttl-wrap .txt-wrap {
    width: calc(100% - 240px);
  }
  .home .top-product-section .gallery {
    margin-top: 40px;
  }
  .home .top-recruit-section .txt {
    margin-top: 40px;
  }
  .recruit .num-list {
    gap: 30px;
  }
  .recruit .num-list > li {
    width: calc(50% - 15px);
    padding: 20px;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 767px) {
  .c-ttl01 .ja {
    font-size: 30px;
  }
  .home .top-news-section .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .top-news-section .news-list {
    width: 100%;
  }
  .home .top-product-section .inner {
    border-radius: 20px;
    padding: 30px 13px 30px 20px;
  }
  .home .top-product-section .ttl-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .top-product-section .ttl-wrap .c-ttl01 {
    width: 100%;
  }
  .home .top-product-section .ttl-wrap .txt-wrap {
    width: 100%;
  }
  .home .top-product-section .gallery {
    margin-top: 30px;
  }
  .home .top-recruit-section .txt {
    margin-top: 30px;
    text-align: left;
  }
  .recruit .num-list {
    gap: 20px 10px;
  }
  .recruit .num-list > li {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 970px) {
  .c-ttl03 {
    font-size: 23px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .lower-mv .inner-block .mv-ttl {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 1120px) {
  .two-columns-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .two-columns-block .block.sidebar {
    width: 100%;
  }
  .two-columns-block .block.contents-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .two-columns-block {
    padding: 0 20px;
    margin: 50px auto 60px;
  }
  .two-columns-block .block.sidebar {
    padding: 30px 20px;
  }
  .two-columns-block .block.contents-wrap {
    padding: 20px 20px 30px;
  }
}
@media only screen and (min-width: 1160px) {
  .c-tag-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 30px;
  }
}
@media only screen and (min-width: 1020px) {
  .c-tag-list li {
    width: calc((100% - 90px) / 4);
  }
  .c-tag-list li .c-tag {
    width: 100%;
    padding: 24px 40px 24px 24px;
  }
  .c-tag-list li .c-tag::after {
    right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1740px) {
  .home .mv-block {
    border-radius: 0 0 100px 100px;
    min-height: 600px;
  }
  .home .mv-block .ttl-block {
    padding: 0 60px;
    bottom: 80px;
  }
  .home .mv-block .ttl-block .mv-ttl {
    font-size: 50px;
  }
  .home .mv-block .ttl-block .txt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1740px) and (max-width: 1320px) {
  .home .mv-block .ttl-block {
    display: block;
    bottom: 40px;
  }
  .home .mv-block .ttl-block .mv-ttl {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .home .mv-block .ttl-block .txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 1020px) {
  .home .top-company-section .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .top-company-section .box:first-child {
    width: 100%;
  }
  .home .top-company-section .box:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .home .top-company-section .two-column {
    -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: 1220px) and (max-width: 1020px) and (max-width: 767px) {
  .home .top-company-section .box:nth-child(2) {
    -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: 389px) {
  .news .pagination a, .news .pagination span {
    width: 28px;
    height: 28px;
  }
}
@media (any-hover: hover) {
  .news .pagination a.long:hover, .news .pagination span.long:hover {
    background: #F62837;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .company .company-prof-section .company-prof-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company .company-prof-section .company-prof-block .left-contents {
    width: 460px;
    padding-right: 80px;
  }
  .company .company-prof-section .company-prof-block .left-contents p {
    margin-top: 93px;
  }
  .company .company-prof-section .company-prof-block .right-contents {
    width: calc(100% - 460px);
  }
  .company .message-section .message-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .company .message-section .message-inner .message-txt {
    width: calc(100% - 380px);
  }
}
@media only screen and (max-width: 1200px) {
  .company .message-section .message-inner .message-img {
    max-width: 380px;
    padding-left: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .company .message-section .message-inner .message-img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 970px) {
  .company .two-column-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
  }
}
@media only screen and (min-width: 970px) and (min-width: 768px) {
  .company .two-column-section .c-ttl01 {
    width: 460px;
    padding-right: 20px;
  }
  .company .two-column-section .right-contents {
    width: calc(100% - 460px);
    padding-block: 56px;
  }
}
@media only screen and (min-width: 970px) and (max-width: 1200px) {
  .company .two-column-section .c-ttl01 {
    width: 350px;
  }
  .company .two-column-section .right-contents {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .company .history-section .history-list .history-item {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .history-section .history-list .history-item .history-event {
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 698px) {
  .product .product-area .product-item .product-txt {
    padding: 16px 40px 16px 24px;
    font-size: 14px;
    min-height: auto;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 767px) and (max-width: 560px) {
  .recruit .num-list > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .recruit .interview-list {
    gap: 40px;
  }
  .recruit .interview-list > li {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .recruit .interview-list > li {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .interview .interview-schedule .schedule-list {
    margin-top: 10px;
  }
  .interview .interview-schedule .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 15px;
  }
}
@media only screen and (max-width: 778px) {
  .interview .interview-schedule .schedule-item .info .time {
    font-size: 14px;
    padding-inline: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */