@charset "UTF-8";
/*===== 編集不可 =====*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  background-color: transparent;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*===== 変数,フォント,常用色定義 =====*/
html {
  font-size: 62.5%;
  /* 10px */
  font-weight: 500;
}

body {
  font-size: 1.5rem;
  /* 14px */
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  overflow-x: hidden;
}

a,
address,
dd,
div,
dt,
figcaption,
figure,
input,
li,
p,
section,
select,
td,
textarea,
time {
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  /* 1rem = 10pxなので14px */
  line-height: 2;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.04em;
}

html > body a img:hover {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

input[type=button], input[type=submit], input[type=text], input[type=tel], input[type=email] {
  -webkit-appearance: none;
  outline: none;
}

select,
textarea {
  -webkit-appearance: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 500;
}

form {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  border-style: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  zoom: 1;
}

address {
  font-style: normal;
}

table,
td,
th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

time {
  display: block;
}

input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  overflow: hidden;
  outline: none;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body a img:hover {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

:root {
  --font-size-xs: 1.2rem;
  --font-size-s: 1.4rem;
  --font-size-m: 1.6rem;
  --font-size-l: 1.8rem;
  --font-size-xl: 2rem;
  --font-size-xxl: 3rem;
  --font-size-xxxl: 3.6rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.l-header.is-hide {
  display: contents;
}
.l-header.is-hide .l-header__inner {
  display: contents;
}
.l-header.is-hide .l-hamburger-nav {
  z-index: 90;
  max-height: 100vh;
}
@media screen and (max-width: 1080px) {
  .l-header {
    position: relative;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*space-aroundでの中央寄せ*/
  width: 100%;
  height: 70px;
  padding: 0 36px;
  -webkit-animation: header 0.8s ease-out both;
          animation: header 0.8s ease-out both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1081px) {
  .l-header__inner {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header .l-header-logo {
  width: 120px;
}
.l-header .l-header-logo a {
  display: block;
}
.l-header .l-header-logo.is-fixed {
  margin: 19px 0 0 36px;
}
@media screen and (max-width: 768px) {
  .l-header .l-header-logo.is-fixed {
    margin: 19px 0 0 20px;
  }
}
.l-header .l-header-nav {
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .l-header .l-header-nav {
    display: none;
  }
}
.l-header .l-header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*space-between単体*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header .l-header-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
}
.l-header .l-header-nav__item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  height: 100%;
}
.l-header .l-header-nav__item dl:hover > .l-header-nav__menu {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.l-header .l-header-nav__item > a {
  color: #0A0A0A;
  font-size: var(--font-size-s);
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.l-header .l-header-nav__item > a:hover {
  color: #E50012;
}
.l-header .l-header-nav__item dt {
  position: relative;
  padding: 0 18px 0 0;
}
.l-header .l-header-nav__item dt::after {
  content: "";
  position: absolute;
  right: 0;
  /*上下中央寄せ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background: #0A0A0A;
  -webkit-mask: url(../img/common/chervon-bottom.svg?v=utbc0ky) no-repeat 50% 50%/cover;
          mask: url(../img/common/chervon-bottom.svg?v=utbc0ky) no-repeat 50% 50%/cover;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.l-header .l-header-nav__item dt:hover > a {
  color: #E50012;
}
.l-header .l-header-nav__item dt:hover::after {
  background: #E50012;
}
.l-header .l-header-nav__item.--jigyosho a {
  padding: 10px 40px;
  color: #000000;
  line-height: 1.5;
  background: #F4F4F6;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header .l-header-nav__item.--jigyosho a:hover {
  opacity: 0.6;
}
.l-header .l-header-nav__item.--recruit a {
  padding: 10px 52px;
  color: #fff;
  line-height: 1.5;
  background: #E50012;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header .l-header-nav__item.--recruit a:hover {
  opacity: 0.6;
}
.l-header .l-header-nav__menu {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  padding: 50px;
  background: #fff;
  border-radius: 0 0 80px 80px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 1281px) {
  .l-header .l-header-nav__menu {
    padding: 50px calc((100% - 1280px) / 2);
  }
}
.l-header .l-header-nav__menu .c-heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-header .l-header-nav__menu .c-btn--s {
  grid-column: 1/2;
  grid-row: 2/3;
}
.l-header .l-header-nav__menu .c-btn--s .c-btn--txt {
  font-size: 1.5rem;
}
.l-header .l-header-nav__menu .c-btn--s .c-btn--chervon {
  width: 46px;
  height: 46px;
  background: #E50012;
}
.l-header .l-header-nav__menu .c-btn--s .c-btn--chervon::before {
  content: none;
}
.l-header .l-header-nav__menu .c-btn--s .c-btn--chervon::after {
  background: #fff;
}
.l-header .l-header-nav__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px 40px;
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 880px;
}
.l-header .l-header-nav__menu > ul li {
  width: calc((100% - 80px) / 3);
}
.l-header .l-header-nav__menu > ul li a {
  display: block;
}
.l-header .l-header-nav__menu > ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-header .l-header-nav__menu > ul li div {
  margin: 0 0 28px;
  border-radius: 20px;
  overflow: hidden;
}
.l-header .l-header-nav__menu > ul li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header .l-header-nav__menu > ul li p {
  font-size: var(--font-size-m);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.l-footer .l-footer-recruitment {
  display: grid;
  grid-template-columns: 1fr 44%;
  grid-template-rows: auto 1fr;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px 0;
  margin: 0 40px;
  padding: 80px 0 0;
  background: url("../img/common/bg-dot.png") repeat 0% 0%;
  background-color: #E50012;
  background-size: 20px;
  border-radius: 80px 80px 0 0;
}
@media screen and (min-width: 1281px) {
  .l-footer .l-footer-recruitment {
    grid-template-columns: 1fr 550px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-recruitment {
    margin: 0;
    padding: 0 20px 0 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-recruitment {
    border-radius: 50px 50px 0 0;
  }
}
.l-footer .l-footer-recruitment .c-heading {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-recruitment .c-heading {
    margin: 0 0 40px 20px;
  }
}
.l-footer .l-footer-recruitment .c-heading span {
  color: #fff;
  margin: 0;
}
.l-footer .l-footer-recruitment__main {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 30px 0 40px;
  background: #fff;
  border-radius: 0 40px 0 0;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__main {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-recruitment__main {
    grid-column: 1/3;
  }
}
.l-footer .l-footer-recruitment__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  padding: 0 20px;
  border-bottom: 1px solid #EEEEEE;
  counter-reset: recruitment;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__tab {
    display: block;
  }
}
.l-footer .l-footer-recruitment__tab li {
  position: relative;
  padding: 0 10px 16px;
  color: #BBBBBB;
  font-size: var(--font-size-xl);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__tab li {
    padding: 6px 10px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-recruitment__tab li {
    font-size: var(--font-size-s);
  }
}
.l-footer .l-footer-recruitment__tab li.is-active {
  color: #E50012;
}
.l-footer .l-footer-recruitment__tab li.is-active::after {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__tab li.is-active::after {
    width: 2px;
    height: 100%;
  }
}
.l-footer .l-footer-recruitment__tab li::before {
  content: counter(recruitment, decimal-leading-zero);
  counter-increment: recruitment;
  margin: 0 10px 0 0;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-m);
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-recruitment__tab li::before {
    font-size: var(--font-size-s);
    vertical-align: middle;
  }
}
.l-footer .l-footer-recruitment__tab li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E50012;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__tab li::after {
    width: 2px;
    height: 0;
    left: 0;
    /*上下中央寄せ*/
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer .l-footer-recruitment__list {
  display: grid;
  grid-template-rows: 1fr;
}
.l-footer .l-footer-recruitment__item {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  padding: 40px 40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .l-footer .l-footer-recruitment__item {
    padding: 20px;
  }
}
.l-footer .l-footer-recruitment__item.is-active {
  visibility: visible;
  opacity: 1;
}
.l-footer .l-footer-recruitment__item a {
  display: block;
}
.l-footer .l-footer-recruitment__item a:hover .l-footer-recruitment__btn span {
  color: #fff;
}
.l-footer .l-footer-recruitment__item a:hover .l-footer-recruitment__btn span:last-of-type::before {
  background: #E50012;
  -webkit-transform: scale(12);
          transform: scale(12);
}
.l-footer .l-footer-recruitment__item a:hover .l-footer-recruitment__btn span:last-of-type::after {
  background: #fff;
}
.l-footer .l-footer-recruitment__item p {
  margin: 0 0 20px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-recruitment__item p {
    font-size: var(--font-size-s);
  }
}
.l-footer .l-footer-recruitment__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  background: #FAFAFA;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-recruitment__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 160px;
    padding: 20px;
  }
}
.l-footer .l-footer-recruitment__btn span {
  position: relative;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.l-footer .l-footer-recruitment__btn span:first-of-type {
  z-index: 2;
  font-size: var(--font-size-s);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-recruitment__btn span:first-of-type {
    font-size: var(--font-size-xs);
  }
}
.l-footer .l-footer-recruitment__btn span:last-of-type {
  width: 24px;
  height: 24px;
}
.l-footer .l-footer-recruitment__btn span:last-of-type::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.l-footer .l-footer-recruitment__btn span:last-of-type::after {
  content: "";
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #E50012;
  -webkit-mask: url(../img/common/arrow-right.svg?v=utbc0la) no-repeat 50% 50%/cover;
          mask: url(../img/common/arrow-right.svg?v=utbc0la) no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.l-footer .l-footer-recruitment .swiper-container-recruitment {
  grid-column: 2/3;
  grid-row: 1/3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-recruitment .swiper-container-recruitment {
    grid-row: 1/2;
  }
}
.l-footer .l-footer-recruitment .swiper-container-recruitment .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-footer .l-footer-recruitment .swiper-container-recruitment .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-footer .l-footer-mov {
  width: 100%;
  height: 80vh;
  max-height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-mov {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-footer .l-footer-mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-mov video.--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-mov video:not(.--sp) {
    display: none;
  }
}
.l-footer .l-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: #E50012;
}
@media screen and (min-width: 1025px) {
  .l-footer .l-footer-link {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link {
    padding-right: 0;
  }
}
.l-footer .l-footer-link__block {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link__block {
    border-right: none;
    border-radius: 20px 0 0 20px;
  }
}
.l-footer .l-footer-link__block.--jigyosho a {
  background: url(../img/common/bg-footer01.png?v=utbc0lq) no-repeat 50% 50%/cover;
}
.l-footer .l-footer-link__block.--recruit a {
  background: url(../img/common/bg-footer02.png?v=utbc0m3) no-repeat 50% 50%/cover;
}
.l-footer .l-footer-link__block a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: 100%;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link__block a {
    grid-template-columns: 1fr auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
    padding: 40px;
  }
}
.l-footer .l-footer-link__block a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #E50012;
  opacity: 0.9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer .l-footer-link__block a:hover::after {
  background: #fff;
  opacity: 0.88;
}
.l-footer .l-footer-link__block a:hover h2,
.l-footer .l-footer-link__block a:hover p {
  color: #000000;
}
.l-footer .l-footer-link__block a:hover p::before {
  background: #000000;
}
.l-footer .l-footer-link__block a:hover p::after {
  border: 1px solid #000000;
}
.l-footer .l-footer-link__block a:hover span::before {
  background: #000000;
}
.l-footer .l-footer-link__block a:hover span::after {
  border: 1px solid #000000;
}
.l-footer .l-footer-link__block h2 {
  grid-column: 1/3;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link__block h2 {
    grid-column: 1/2;
  }
}
.l-footer .l-footer-link__block p {
  grid-column: 1/2;
  grid-row: 2/3;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link__block p {
    grid-column: 1/3;
  }
}
.l-footer .l-footer-link__block span {
  grid-column: 2/3;
  grid-row: 2/3;
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-link__block span {
    grid-row: 1/2;
  }
}
.l-footer .l-footer-link__block span::before, .l-footer .l-footer-link__block span::after {
  content: "";
  position: absolute;
  right: 0;
  /*上下中央寄せ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer .l-footer-link__block span::before {
  background: #fff;
  -webkit-mask: url(../img/common/chervon-right.svg?v=utbc0m7) no-repeat 50% 50%/auto 8px;
          mask: url(../img/common/chervon-right.svg?v=utbc0m7) no-repeat 50% 50%/auto 8px;
  -webkit-mask-size: auto, 8px, cover;
          mask-size: auto, 8px, cover;
}
.l-footer .l-footer-link__block span::after {
  border: 1px solid #fff;
}
.l-footer .l-footer-nav {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-nav {
    width: 90%;
  }
}
.l-footer .l-footer-nav {
  padding: 72px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 54px 30px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px 0;
    padding: 40px 0;
  }
}
.l-footer .l-footer-nav__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__logo {
    grid-column: 1/1;
    grid-row: 2/3;
    width: 150px;
  }
}
.l-footer .l-footer-nav__logo a {
  display: block;
}
.l-footer .l-footer-nav__info {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__info {
    grid-column: 1/1;
    grid-row: 3/4;
  }
}
.l-footer .l-footer-nav__info p,
.l-footer .l-footer-nav__info address {
  color: #0A0A0A;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__info p,
  .l-footer .l-footer-nav__info address {
    text-align: left;
    font-size: var(--font-size-s);
  }
}
.l-footer .l-footer-nav__info p {
  margin: 0 0 20px;
  font-size: var(--font-size-m);
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__info p {
    display: none;
  }
}
.l-footer .l-footer-nav__info address {
  color: #0A0A0A;
  line-height: 1.8;
}
.l-footer .l-footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column: 1/3;
  grid-row: 2/3;
  padding: 60px 0 0;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 1180px) {
  .l-footer .l-footer-nav__list {
    gap: 30px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__list {
    grid-column: 1/1;
    grid-row: 1/2;
    margin: 0 0 50px;
    padding: 0;
    border: none;
  }
}
.l-footer .l-footer-nav__item:last-of-type dd {
  color: #0A0A0A;
  font-weight: 500;
}
.l-footer .l-footer-nav__item:last-of-type dd::before {
  content: none;
}
.l-footer .l-footer-nav__item dt {
  margin: 0 0 12px;
  color: #0A0A0A;
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.l-footer .l-footer-nav__item dd {
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-nav__item dd a {
    font-size: 1.3rem;
  }
}
.l-footer .l-footer-nav__item dd:not(:last-of-type) {
  margin: 0 0 8px;
}
.l-footer .l-footer-nav__item dd::before {
  content: "・";
  margin: 0 8px 0 0;
}
.l-footer .l-footer-nav__item a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.l-footer .l-footer-nav__item a:hover {
  color: #E50012;
}
.l-footer .l-footer-copyright {
  background: #E50012;
}
.l-footer .l-footer-copyright p {
  padding: 70px 0 350px;
  color: #fff;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-s);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-copyright p {
    padding: 30px 0 220px;
  }
}

@media screen and (min-width: 1081px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger .l-hamburger-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 46px;
  height: 46px;
  border: 1px solid #000000;
  border-radius: 100%;
  cursor: pointer;
}
.l-hamburger .l-hamburger-toggle span {
  display: block;
  width: 25px;
  height: 1px;
  background: #000000;
}
.l-hamburger .l-hamburger-toggle.is-active {
  gap: 0;
}
.l-hamburger .l-hamburger-toggle.is-active span {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.l-hamburger .l-hamburger-toggle.is-active span:nth-of-type(1) {
  display: none;
}
.l-hamburger .l-hamburger-toggle.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(0.5px) rotate(45deg);
          transform: translateY(0.5px) rotate(45deg);
}
.l-hamburger .l-hamburger-toggle.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.l-hamburger .l-hamburger-toggle.--sp {
  position: fixed;
  top: 12px;
  right: 36px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-hamburger .l-hamburger-toggle.--sp {
    right: 20px;
  }
}
.l-hamburger .l-hamburger-toggle.--sp.is-show {
  opacity: 1;
  visibility: visible;
}
.l-hamburger .l-hamburger-toggle.is-fixed {
  position: fixed;
  top: 12px;
  right: 36px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-hamburger .l-hamburger-toggle.is-fixed {
    right: 20px;
  }
}
.l-hamburger .l-hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  max-height: calc(100vh - 70px);
  padding: 70px 0 120px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.l-hamburger .l-hamburger-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-hamburger .l-hamburger-nav .l-header-logo {
  position: absolute;
  top: 19px;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .l-hamburger .l-hamburger-nav .l-header-logo {
    left: 20px;
  }
}
.l-hamburger .l-hamburger-nav__list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-hamburger .l-hamburger-nav__item {
  padding: 20px 0;
}
.l-hamburger .l-hamburger-nav__item:not(.--jigyosho):not(.--recruit) {
  border-bottom: 1px solid #CCCCCC;
}
.l-hamburger .l-hamburger-nav__item dt {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*space-aroundでの中央寄せ*/
}
.l-hamburger .l-hamburger-nav__item dt a {
  pointer-events: none;
}
.l-hamburger .l-hamburger-nav__item dt:hover {
  color: #E50012;
}
.l-hamburger .l-hamburger-nav__item dt.is-active a {
  pointer-events: auto;
}
.l-hamburger .l-hamburger-nav__item dt.is-active .c-chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.l-hamburger .l-hamburger-nav__item dt.is-active .c-chervon::after {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scaleY(-1);
          transform: translate(-50%, -50%) scaleY(-1);
}
.l-hamburger .l-hamburger-nav__item dt span:not(.c-chervon) {
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: 0;
}
.l-hamburger .l-hamburger-nav__item dt span.c-chervon {
  width: 44px;
  height: 44px;
  pointer-events: none;
}
.l-hamburger .l-hamburger-nav__item dd div {
  padding: 10px 0;
}
.l-hamburger .l-hamburger-nav__item dd div a {
  font-size: var(--font-size-s);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.l-hamburger .l-hamburger-nav__item dd div a::before {
  content: "・";
  margin: 0 10px 0 0;
}
.l-hamburger .l-hamburger-nav__item a {
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-hamburger .l-hamburger-nav__item a:hover {
  color: #E50012;
}
.l-hamburger .l-hamburger-nav__item.--jigyosho a {
  display: block;
  width: 100%;
  padding: 23px 0;
  font-size: var(--font-size-s);
  text-align: center;
  background: #F4F4F6;
  border-radius: 100px;
}
.l-hamburger .l-hamburger-nav__item.--jigyosho a:hover {
  color: #000000;
  opacity: 0.6;
}
.l-hamburger .l-hamburger-nav__item.--recruit {
  padding: 0;
}
.l-hamburger .l-hamburger-nav__item.--recruit a {
  display: block;
  width: 100%;
  padding: 23px 0;
  color: #fff;
  font-size: var(--font-size-s);
  text-align: center;
  background: #E50012;
  border-radius: 100px;
}
.l-hamburger .l-hamburger-nav__item.--recruit a:hover {
  color: #fff;
  opacity: 0.6;
}

#pnkz_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #pnkz_box {
    max-width: 80%;
  }
  #pnkz_box ::-webkit-scrollbar {
    display: none;
  }
}
#pnkz_box #pnkz {
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 769px) {
  #pnkz_box #pnkz {
    scrollbar-width: none;
  }
}
#pnkz_box #pnkz li {
  display: inline;
  position: relative;
}
#pnkz_box #pnkz li:not(:last-of-type) {
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
}
#pnkz_box #pnkz li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  /*上下中央寄せ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background: #D9D9D9;
}
#pnkz_box #pnkz li a {
  color: #D9D9D9;
  font-size: var(--font-size-s);
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#pnkz_box #pnkz li a:hover {
  color: #E50012;
}
#pnkz_box #pnkz li > span {
  color: #000000;
  white-space: nowrap;
}

body.is-fixed {
  overflow: hidden;
}

.l-main {
  -webkit-animation: main 0.5s ease-in-out both;
          animation: main 0.5s ease-in-out both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1081px) {
  .l-main {
    padding: 70px 0 0;
  }
}
.l-main:has(.p-omusubisan__inner) {
  background: #6CCD6C;
}
@media screen and (max-width: 768px) {
  .l-main:has(.p-omusubisan__inner) {
    padding: 60px 0 44px;
  }
}

.l-fix {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  .l-fix {
    display: none;
  }
}
.l-fix a {
  display: block;
  width: 100px;
  border-radius: 0 0 55px 0;
}

.c-btn--s a, .c-btn a, .c-btn--s button, .c-btn button, .c-btn--s > span, .c-btn > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.c-btn--s a:hover .c-btn--chervon::before, .c-btn a:hover .c-btn--chervon::before, .c-btn--s button:hover .c-btn--chervon::before, .c-btn button:hover .c-btn--chervon::before, .c-btn--s > span:hover .c-btn--chervon::before, .c-btn > span:hover .c-btn--chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.c-btn--s a:hover .c-btn--chervon::after, .c-btn a:hover .c-btn--chervon::after, .c-btn--s button:hover .c-btn--chervon::after, .c-btn button:hover .c-btn--chervon::after, .c-btn--s > span:hover .c-btn--chervon::after, .c-btn > span:hover .c-btn--chervon::after {
  background: #fff;
}
.c-btn--s .c-btn--txt, .c-btn .c-btn--txt {
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-btn--s .c-btn--txt, .c-btn .c-btn--txt {
    font-size: var(--font-size-m);
  }
}
.c-btn--s .c-btn--chervon, .c-btn .c-btn--chervon {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  background: #F4F4F6;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn--s .c-btn--chervon, .c-btn .c-btn--chervon {
    width: 64px;
    height: 64px;
  }
}
.c-btn--s .c-btn--chervon::before, .c-btn .c-btn--chervon::before, .c-btn--s .c-btn--chervon::after, .c-btn .c-btn--chervon::after {
  content: "";
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.c-btn--s .c-btn--chervon::before, .c-btn .c-btn--chervon::before {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
.c-btn--s .c-btn--chervon::after, .c-btn .c-btn--chervon::after {
  width: 4px;
  height: 8px;
  background: #E50012;
  -webkit-mask: url(../img/common/chervon-right.svg?v=utbc0mi) no-repeat 50% 50%/cover;
          mask: url(../img/common/chervon-right.svg?v=utbc0mi) no-repeat 50% 50%/cover;
}

.c-btn--s .c-btn--txt {
  font-size: var(--font-size-m);
}
@media screen and (max-width: 768px) {
  .c-btn--s .c-btn--chervon {
    width: 34px;
    height: 34px;
  }
}

.c-chervon {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  background: #F4F4F6;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .c-chervon {
    width: 56px;
    height: 56px;
  }
}
.c-chervon::before, .c-chervon::after {
  content: "";
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.c-chervon::before {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
.c-chervon::after {
  width: 8px;
  height: 4px;
  background: #E50012;
  -webkit-mask: url(../img/common/chervon-bottom.svg?v=utbc0my) no-repeat 50% 50%/cover;
          mask: url(../img/common/chervon-bottom.svg?v=utbc0my) no-repeat 50% 50%/cover;
}
.c-chervon:hover::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.c-chervon:hover::after {
  background: #fff;
}

.c-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  gap: 40px;
}
.c-pager a, .c-pager span {
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.c-pager a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-pager a.prev::after, .c-pager a.next::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: #000000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-pager a.prev::after {
  -webkit-mask: url(../img/common/chervon-right.svg?v=utbc0n6) no-repeat 50% 50%/contain;
          mask: url(../img/common/chervon-right.svg?v=utbc0n6) no-repeat 50% 50%/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-pager a.next::after {
  -webkit-mask: url(../img/common/chervon-right.svg?v=utbc0o0) no-repeat 50% 50%/contain;
          mask: url(../img/common/chervon-right.svg?v=utbc0o0) no-repeat 50% 50%/contain;
}
.c-pager a:hover {
  color: #E50012;
}
.c-pager a:hover.prev::after, .c-pager a:hover.next::after {
  background: #E50012;
}
.c-pager span.current {
  color: #E50012;
}
.c-pager span:not(.current) {
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: -0.2em;
}

.c-pager--back {
  margin: 45px 0 0;
  padding: 24px 0;
  text-align: center;
  line-height: 1;
}
.c-pager--back a {
  font-size: var(--font-size-m);
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-pager--back a:hover {
  color: #E50012;
}

.c-pager--prev,
.c-pager--next {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-pager--prev a,
  .c-pager--next a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 10px 0;
  }
}

.c-pager--prev {
  left: 0;
}
.c-pager--prev a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-pager--prev .c-btn--chervon::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.c-pager--next {
  right: 0;
}

.c-heading--en {
  display: block;
  margin: 0 0 15px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.c-heading--ja {
  display: block;
  font-size: clamp(38px, 7.5vw - 58px, 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-heading--ja {
    font-size: var(--font-size-xxl);
  }
}
.c-heading--center {
  text-align: center;
}
.c-heading--center span {
  text-align: center;
}

.c-news__list {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .c-news__list {
    margin: 0 0 40px;
  }
}
.c-news__item {
  border-bottom: 1px solid #CCCCCC;
}
.c-news__item a {
  display: grid;
  grid-template-columns: minmax(100px, -webkit-max-content) minmax(160px, -webkit-max-content) 1fr;
  grid-template-columns: minmax(100px, max-content) minmax(160px, max-content) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 30px;
  padding: 34px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-news__item a {
    grid-template-columns: minmax(80px, -webkit-max-content) minmax(140px, -webkit-max-content) 1fr;
    grid-template-columns: minmax(80px, max-content) minmax(140px, max-content) 1fr;
    gap: 5px 15px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__item a {
    grid-template-columns: auto 1fr;
  }
}
.c-news__item a:hover {
  background: #FAFAFA;
}
.c-news__item a:hover time,
.c-news__item a:hover .c-news__ttl {
  color: #E50012;
}
.c-news__item time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-l);
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-news__item time {
    font-size: var(--font-size-s);
  }
}
@media screen and (max-width: 768px) {
  .c-news__item time {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .c-news__cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.c-news__cat span {
  padding: 4px 10px;
  color: #fff;
  font-size: var(--font-size-s);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #E50012;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-news__cat span {
    padding: 2px 8px;
    line-height: 1.2;
  }
}
.c-news__ttl {
  font-size: var(--font-size-xl);
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-news__ttl {
    font-size: var(--font-size-s);
  }
}
@media screen and (max-width: 768px) {
  .c-news__ttl {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.c-article h2 {
  position: relative;
  margin: 56px 0 66px;
  padding: 0 0 0 23px;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: 5px solid #E50012;
}
@media screen and (max-width: 768px) {
  .c-article h2 {
    margin: 40px 0 50px;
    font-size: 2.4rem;
  }
}
.c-article h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 2px;
  background: #000000;
}
.c-article h3 {
  margin: 56px 0;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-article h3 {
    margin: 40px 0;
    font-size: 2.4rem;
  }
}
.c-article p {
  margin: 56px 0;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-article p {
    margin: 40px 0;
  }
}
.c-article strong {
  font-weight: 700;
}
.c-article a {
  text-decoration: underline;
}
.c-article table tr:nth-last-of-type(odd) {
  background: #FAFAFA;
}
.c-article table th, .c-article table td {
  padding: 20px 25px;
  font-size: var(--font-size-l);
  font-weight: 400;
  line-height: 2;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c-article table th, .c-article table td {
    font-size: var(--font-size-s);
    line-height: 1.4;
  }
}
.c-article table th {
  font-weight: 500;
}
.c-article figure.wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
.c-article iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.c-fv {
  position: relative;
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-fv {
    width: 90%;
  }
}
.c-fv {
  margin: 50px auto 45px;
}
@media screen and (max-width: 768px) {
  .c-fv {
    margin: 0 auto 40px;
    padding: 60px 0 0;
  }
}
.c-fv #pnkz_box {
  position: absolute;
  top: 0;
  right: 0;
}
.c-fv .c-fv-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  margin: 45px 0;
}
@media screen and (max-width: 768px) {
  .c-fv .c-fv-nav {
    margin: 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-fv .c-fv-nav li {
  padding: 0 20px 0 0;
}
.c-fv .c-fv-nav li:not(:last-of-type) {
  border-right: 2px dashed #E50012;
}
@media screen and (max-width: 1024px) {
  .c-fv .c-fv-nav li:not(:last-of-type) {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-fv .c-fv-nav li {
    padding: 0;
    border: none;
  }
}
.c-fv .c-fv-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  padding: 3px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-fv .c-fv-nav li a:hover {
  color: #E50012;
}
.c-fv .c-fv-nav li a:hover .c-chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.c-fv .c-fv-nav li a:hover .c-chervon::after {
  background: #fff;
}
.c-fv .c-fv-nav li span:not(.c-chervon) {
  font-size: var(--font-size-m);
  font-weight: 500;
  letter-spacing: 0;
}
.c-fv .c-fv-nav li span.c-chervon {
  width: 30px;
  height: 30px;
}
.c-fv .c-fv-nav li span.c-chervon:hover {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-fv .c-fv-nav.--2col li {
    padding: 0 20px 0 0;
  }
  .c-fv .c-fv-nav.--2col li:not(:last-of-type) {
    border-right: 2px dashed #E50012;
  }
}
@media screen and (max-width: 768px) {
  .c-fv .c-fv-nav.--2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-fv .c-fv-nav.--2col li {
    width: calc((100% - 25px) / 2);
  }
  .c-fv .c-fv-nav.--2col li:nth-of-type(odd) {
    border-right: 2px dashed #E50012;
  }
  .c-fv .c-fv-nav.--2col li:nth-of-type(even), .c-fv .c-fv-nav.--2col li:last-of-type {
    border: none;
  }
}
.c-fv .c-fv-img {
  margin: 45px 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-fv .c-fv-img {
    margin: 40px auto;
    aspect-ratio: 1.675/1;
  }
}
.c-fv .c-fv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal {
  margin: 45px 0;
}
@media screen and (max-width: 768px) {
  .c-modal {
    margin: 40px auto;
  }
}
.c-modal .js-modal-open {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-modal .js-modal-open:hover {
  opacity: 0.6;
}
.c-modal__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-modal__img {
    aspect-ratio: 1.675/1;
  }
}
.c-modal__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.c-modal__main.is-show {
  display: block;
}
.c-modal .js-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.c-modal__inner {
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    width: 90%;
  }
}
.c-modal .js-modal-close {
  display: grid;
  position: absolute;
  bottom: -92px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 64px;
  font-weight: 100;
  background: #FAFAFA;
  border: none;
  outline: none;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-modal .js-modal-close {
    bottom: -50px;
    width: 40px;
    height: 40px;
  }
}
.c-modal .js-modal-close::before, .c-modal .js-modal-close::after {
  content: "";
  position: absolute;
  /*上下左右中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 3px;
  background: #000000;
}
.c-modal .js-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal .js-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__video {
  max-height: calc(78vh - 80px);
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-modal__video {
    max-height: calc(78vh - 50px);
  }
}
.c-modal__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-cat {
  width: 100%;
  margin: 0 0 45px;
}
.c-cat ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  gap: 20px 25px;
}
@media screen and (max-width: 768px) {
  .c-cat ul {
    gap: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-cat ul li {
    min-width: calc((100% - 30px) / 2);
  }
}
.c-cat ul li span, .c-cat ul li a {
  display: block;
  padding: 8px 30px;
  font-size: var(--font-size-m);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-cat ul li span, .c-cat ul li a {
    padding: 8px;
  }
}
.c-cat ul li span {
  color: #fff;
  background: #E50012;
}
.c-cat ul li a {
  background: #F4F4F6;
}
.c-cat ul li a:hover {
  color: #fff;
  background: #E50012;
}

@media screen and (min-width: 1281px) {
  .u-sp_call {
    pointer-events: none;
  }
}
.u-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.u-fadein.u-rt.is-active, .u-fadein.u-lt.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.u-fadein.u-tp.is-active, .u-fadein.u-bt.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fadein.u-rt {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.u-fadein.u-lt {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.u-fadein.u-tp {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.u-fadein.u-bt {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.u-fadein.is-active {
  opacity: 1;
  visibility: visible;
}
.u-fadein.--lag:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.u-fadein.--lag:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.u-fadein.--lag:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.u-fadein.--lag:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.u-fadein.--lag:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.u-fadein.--lag:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.u-fadein.--lag:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.u-fadein.--lag:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.u-fadein.--lag:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.u-vel01 {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.u-vel02 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.u-vel03 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-vel04 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.u-vel05 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-vel06 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.u-vel07 {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.u-vel08 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.u-vel09 {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.u-vel0 {
  -webkit-transition: 0s;
  transition: 0s;
}

.u-vel1 {
  -webkit-transition: 1s;
  transition: 1s;
}

.u-vel2 {
  -webkit-transition: 2s;
  transition: 2s;
}

.u-vel3 {
  -webkit-transition: 3s;
  transition: 3s;
}

.u-vel4 {
  -webkit-transition: 4s;
  transition: 4s;
}

.u-vel5 {
  -webkit-transition: 5s;
  transition: 5s;
}

.u-vel6 {
  -webkit-transition: 6s;
  transition: 6s;
}

.u-vel7 {
  -webkit-transition: 7s;
  transition: 7s;
}

.u-vel8 {
  -webkit-transition: 8s;
  transition: 8s;
}

.u-vel9 {
  -webkit-transition: 9s;
  transition: 9s;
}

.u-vel10 {
  -webkit-transition: 10s;
  transition: 10s;
}

.u-vel11 {
  -webkit-transition: 11s;
  transition: 11s;
}

.u-vel12 {
  -webkit-transition: 12s;
  transition: 12s;
}

.u-vel13 {
  -webkit-transition: 13s;
  transition: 13s;
}

.u-vel14 {
  -webkit-transition: 14s;
  transition: 14s;
}

.u-vel15 {
  -webkit-transition: 15s;
  transition: 15s;
}

.u-vel16 {
  -webkit-transition: 16s;
  transition: 16s;
}

.u-vel17 {
  -webkit-transition: 17s;
  transition: 17s;
}

.u-vel18 {
  -webkit-transition: 18s;
  transition: 18s;
}

.u-vel19 {
  -webkit-transition: 19s;
  transition: 19s;
}

.u-vel20 {
  -webkit-transition: 20s;
  transition: 20s;
}

.u-vel21 {
  -webkit-transition: 21s;
  transition: 21s;
}

.u-vel22 {
  -webkit-transition: 22s;
  transition: 22s;
}

.u-vel23 {
  -webkit-transition: 23s;
  transition: 23s;
}

.u-vel24 {
  -webkit-transition: 24s;
  transition: 24s;
}

.u-vel25 {
  -webkit-transition: 25s;
  transition: 25s;
}

.u-vel26 {
  -webkit-transition: 26s;
  transition: 26s;
}

.u-vel27 {
  -webkit-transition: 27s;
  transition: 27s;
}

.u-vel28 {
  -webkit-transition: 28s;
  transition: 28s;
}

.u-vel29 {
  -webkit-transition: 29s;
  transition: 29s;
}

.u-vel30 {
  -webkit-transition: 30s;
  transition: 30s;
}

.u-vel31 {
  -webkit-transition: 31s;
  transition: 31s;
}

.u-vel32 {
  -webkit-transition: 32s;
  transition: 32s;
}

.u-vel33 {
  -webkit-transition: 33s;
  transition: 33s;
}

.u-vel34 {
  -webkit-transition: 34s;
  transition: 34s;
}

.u-vel35 {
  -webkit-transition: 35s;
  transition: 35s;
}

.u-vel36 {
  -webkit-transition: 36s;
  transition: 36s;
}

.u-vel37 {
  -webkit-transition: 37s;
  transition: 37s;
}

.u-vel38 {
  -webkit-transition: 38s;
  transition: 38s;
}

.u-vel39 {
  -webkit-transition: 39s;
  transition: 39s;
}

.u-vel40 {
  -webkit-transition: 40s;
  transition: 40s;
}

.u-vel41 {
  -webkit-transition: 41s;
  transition: 41s;
}

.u-vel42 {
  -webkit-transition: 42s;
  transition: 42s;
}

.u-vel43 {
  -webkit-transition: 43s;
  transition: 43s;
}

.u-vel44 {
  -webkit-transition: 44s;
  transition: 44s;
}

.u-vel45 {
  -webkit-transition: 45s;
  transition: 45s;
}

.u-vel46 {
  -webkit-transition: 46s;
  transition: 46s;
}

.u-vel47 {
  -webkit-transition: 47s;
  transition: 47s;
}

.u-vel48 {
  -webkit-transition: 48s;
  transition: 48s;
}

.u-vel49 {
  -webkit-transition: 49s;
  transition: 49s;
}

.u-vel50 {
  -webkit-transition: 50s;
  transition: 50s;
}

.u-del01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.u-del02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.u-del03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-del04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.u-del05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.u-del06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-del07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.u-del08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.u-del09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.u-del10 {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.u-del11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.u-del12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.u-del13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.u-del14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.u-del15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.u-del16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.u-del17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.u-del18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.u-del19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mt155 {
  margin-top: 155px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt165 {
  margin-top: 165px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mt175 {
  margin-top: 175px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt185 {
  margin-top: 185px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mt195 {
  margin-top: 195px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mt205 {
  margin-top: 205px;
}

.u-mt210 {
  margin-top: 210px;
}

.u-mt215 {
  margin-top: 215px;
}

.u-mt220 {
  margin-top: 220px;
}

.u-mt225 {
  margin-top: 225px;
}

.u-mt230 {
  margin-top: 230px;
}

.u-mt235 {
  margin-top: 235px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mt245 {
  margin-top: 245px;
}

.u-mt250 {
  margin-top: 250px;
}

.u-2col {
  width: 48% !important;
}

.u-shadow {
  -webkit-box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.u-shadow:hover {
  -webkit-box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.05);
}

.u-accordion {
  cursor: pointer;
}
.u-accordion.is-active + * {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.u-accordion + * {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.u-parallax {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (min-width: 1281px) {
  .u-pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .u-sp_none {
    display: none !important;
  }
}

.p-home .p-home-fv {
  position: relative;
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 2/1;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv {
    margin: 0 0 20px;
    aspect-ratio: 1/1.35;
    border-radius: 50px 50px 0 0;
  }
}
.p-home .p-home-fv__img {
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
  -webkit-animation: fvBg 0.7s ease-in-out both;
          animation: fvBg 0.7s ease-in-out both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .p-home .p-home-fv__img.--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv__img:not(.--sp) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv__img {
    border-radius: 50px 50px 0 0;
  }
}
@-webkit-keyframes fvBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-home .p-home-fv__img img,
.p-home .p-home-fv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-animation: fvImg 0.8s ease-out both;
          animation: fvImg 0.8s ease-out both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes fvImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-home .p-home-fv .swiper-container-fv {
  height: 100%;
  overflow: hidden;
}
.p-home .p-home-fv .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-home .p-home-fv .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  background: #000000;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
  -webkit-animation: fvBg 0.7s ease-in-out both;
          animation: fvBg 0.7s ease-in-out both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv .swiper-slide {
    border-radius: 50px 50px 0 0;
  }
}
.p-home .p-home-fv .swiper-slide img, .p-home .p-home-fv .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fvImg 0.8s ease-out both;
          animation: fvImg 0.8s ease-out both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-home .p-home-fv .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0 8px;
  position: absolute;
  bottom: 30px;
  left: 9%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv .swiper-pagination {
    gap: 0 6px;
    bottom: 26px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.p-home .p-home-fv .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 120px;
  height: 4px;
  margin: 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv .swiper-pagination .swiper-pagination-bullet {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 2px;
  }
}
.p-home .p-home-fv .swiper-pagination .swiper-progress-bar {
  width: 100%;
  height: 100%;
  background-color: #E50012;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: none;
  transition: none;
}
.p-home .p-home-fv .swiper-pagination .swiper-pagination-bullet-active .swiper-progress-bar {
  -webkit-animation: progressBar 4000ms linear forwards;
          animation: progressBar 4000ms linear forwards;
}
@-webkit-keyframes progressBar {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes progressBar {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-home .p-home-fv__txt {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv__txt {
    width: 90%;
  }
}
.p-home .p-home-fv__txt {
  position: absolute;
  bottom: 80px;
  left: 9%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv__txt {
    bottom: 50px;
    left: 30px;
    right: 30px;
  }
}
.p-home .p-home-fv__txt span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(30px, 7.44vw - 27.2px, 80px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-fv__txt span {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.p-home .p-home-fv__txt span:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-home .p-home-fv__txt span:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-home .p-home-latest {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-home .p-home-latest__inner {
  width: 50%;
  min-width: 650px;
  margin: 0 0 0 auto;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-latest__inner {
    width: 100%;
    min-width: inherit;
  }
}
.p-home .p-home-latest a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 30px;
  padding: 18px 30px;
}
.p-home .p-home-latest a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-latest a {
    gap: 6px 15px;
  }
}
.p-home .p-home-latest time {
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-l);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-latest time {
    font-size: var(--font-size-s);
  }
}
.p-home .p-home-latest__cat {
  padding: 4px 10px;
  color: #fff;
  font-size: var(--font-size-s);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  background: #E50012;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-latest__cat {
    padding: 2px 8px;
    line-height: 1.2;
  }
}
.p-home .p-home-latest__ttl {
  font-size: var(--font-size-l);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-latest__ttl {
    font-size: var(--font-size-s);
    letter-spacing: 0;
  }
}
.p-home .p-home-policy {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-policy {
    width: 90%;
  }
}
.p-home .p-home-policy {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px 0;
  }
}
.p-home .p-home-policy__textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p-home .p-home-policy__textarea {
    max-width: 460px;
  }
}
.p-home .p-home-policy .c-heading {
  margin: 0 0 15px;
}
.p-home .p-home-policy__txt {
  margin: 0 0 25px;
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-policy__txt {
    margin: 0 0 15px;
    font-size: var(--font-size-m);
    line-height: 2.2;
  }
}
.p-home .p-home-policy__imagearea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 42% auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 45px;
}
@media screen and (min-width: 769px) {
  .p-home .p-home-policy__imagearea {
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-policy__imagearea {
    gap: 0 22px;
  }
}
.p-home .p-home-policy__img {
  border-radius: 20px;
  overflow: hidden;
}
.p-home .p-home-policy__img:nth-of-type(1) {
  margin: 15% 0 0;
}
.p-home .p-home-policy__img:nth-of-type(3) {
  width: 85%;
  margin: 0 auto;
}
.p-home .p-home-policy__img:nth-of-type(4) {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}
.p-home .p-home-policy__img.is-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-home .p-home-policy__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.p-home .p-home-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  overflow: hidden;
}
.p-home .p-home-scroll ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0 40px;
  padding: 0;
  -webkit-animation: loopScroll 40s linear infinite;
          animation: loopScroll 40s linear infinite;
}
.p-home .p-home-scroll li {
  width: 100%;
  height: 160px;
}
.p-home .p-home-scroll li img {
  width: auto;
  height: 100%;
}
@-webkit-keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-home .p-home-business {
  position: relative;
  height: auto;
  margin-bottom: 90px;
}
@media screen and (min-width: 1441px) {
  .p-home .p-home-business {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business {
    margin-bottom: 40px;
  }
}
.p-home .p-home-business__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 80px 0 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-home .p-home-business__bg {
    border-radius: 50px;
  }
}
.p-home .p-home-business__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home .p-home-business__main {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__main {
    width: 90%;
  }
}
.p-home .p-home-business__main {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-home .p-home-business__main {
    position: relative;
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__main {
    padding: 40px 0 60px;
  }
}
.p-home .p-home-business__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-business .c-btn {
    display: none;
  }
}
.p-home .p-home-business__slide {
  position: relative;
  overflow: visible;
}
.p-home .p-home-business__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  counter-reset: business;
}
@media screen and (max-width: 1440px) {
  .p-home .p-home-business__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__list {
    gap: 20px;
  }
}
.p-home .p-home-business__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54vh;
      -ms-flex: 0 0 54vh;
          flex: 0 0 54vh;
  max-width: 480px;
  padding: 72px 0 0;
  scroll-snap-align: start;
}
@media screen and (max-width: 1440px) {
  .p-home .p-home-business__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 40px) / 2);
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.p-home .p-home-business__item a {
  display: block;
}
.p-home .p-home-business__item a::before {
  content: counter(business, decimal-leading-zero);
  counter-increment: business;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__item a::before {
    font-size: 4.8rem;
  }
}
.p-home .p-home-business__item a:hover .c-btn--chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.p-home .p-home-business__item a:hover .c-btn--chervon::after {
  background: #fff;
}
.p-home .p-home-business__item h3 {
  margin: 0 0 18px;
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__item h3 {
    margin: 0 0 15px;
  }
}
.p-home .p-home-business__item p {
  margin: 0 0 18px;
  font-size: clamp(14px, 0.3vw + 11.7px, 16px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-business__item p {
    margin: 0 0 15px;
  }
}
.p-home .p-home-business__img {
  margin: 0 0 28px;
  aspect-ratio: 1.6/1;
  border-radius: 20px;
  overflow: hidden;
}
.p-home .p-home-business__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home .p-home-business .c-btn--s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .p-home .p-home-business .c-btn--s {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.p-home .p-home-actions {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-actions {
    width: 90%;
  }
}
.p-home .p-home-actions {
  margin-bottom: 90px;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions {
    gap: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-actions {
    margin-bottom: 40px;
  }
}
.p-home .p-home-actions .c-heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions .c-heading {
    text-align: right;
  }
}
.p-home .p-home-actions .c-btn {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions .c-btn {
    display: none;
  }
}
.p-home .p-home-actions__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 45px;
  grid-column: 1/3;
  grid-row: 2/3;
}
.p-home .p-home-actions__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  counter-reset: actions;
}
.p-home .p-home-actions__item:not(:last-of-type) {
  border-bottom: 1px solid #EEEEEE;
}
.p-home .p-home-actions__item:hover dt {
  color: #E50012;
}
.p-home .p-home-actions__item:hover dd {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-home .p-home-actions__item:hover .c-chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.p-home .p-home-actions__item:hover .c-chervon::after {
  background: #fff;
}
.p-home .p-home-actions__item a {
  display: block;
}
.p-home .p-home-actions__item dt {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  padding: 40px 0 20px;
  font-size: var(--font-size-xl);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions__item dt {
    grid-template-columns: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
    font-size: var(--font-size-l);
  }
}
.p-home .p-home-actions__item dt::before {
  grid-row: 1/1;
  content: counter(actions, decimal-leading-zero);
  counter-increment: actions;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-m);
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions__item dt::before {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: var(--font-size-s);
  }
}
.p-home .p-home-actions__item dt span:not(.c-chervon) {
  grid-row: 1/1;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions__item dt span:not(.c-chervon) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-home .p-home-actions__item dt .c-chervon {
  grid-row: 1/1;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions__item dt .c-chervon {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-home .p-home-actions__item dd {
  max-height: 0;
  padding: 0 0 20px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease-out 0s, opacity 0.3s ease-out 0.1s, -webkit-transform 0.5s ease-out 0.1s;
  transition: max-height 0.6s ease-out 0s, opacity 0.3s ease-out 0.1s, -webkit-transform 0.5s ease-out 0.1s;
  transition: max-height 0.6s ease-out 0s, opacity 0.3s ease-out 0.1s, transform 0.5s ease-out 0.1s;
  transition: max-height 0.6s ease-out 0s, opacity 0.3s ease-out 0.1s, transform 0.5s ease-out 0.1s, -webkit-transform 0.5s ease-out 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions__item dd {
    font-size: var(--font-size-s);
  }
}
.p-home .p-home-actions .swiper-container-actions {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-home .p-home-actions .swiper-container-actions {
    width: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions .swiper-container-actions {
    width: 100%;
  }
}
.p-home .p-home-actions .swiper-container-actions .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-home .p-home-actions .swiper-container-actions .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 0.9/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-actions .swiper-container-actions .swiper-slide {
    aspect-ratio: 1/0.8;
  }
}
.p-home .p-home-actions .swiper-container-actions .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
}
.p-home .p-home-actions .swiper-container-actions .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-home .p-home-company {
  margin: 0 0 90px;
  padding: 90px 0 100px;
  background: url("../img/bg-company.svg") no-repeat 0% 50%/70%;
  background-color: #F9F9F9;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company {
    margin: 0 0 40px;
    padding: 40px 0 60px;
    background: url("../img/bg-company.svg") no-repeat 240px 0%/90%;
    background-color: #F9F9F9;
    background-size: 98%;
    border-radius: 50px;
  }
}
.p-home .p-home-company__inner {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__inner {
    width: 90%;
  }
}
.p-home .p-home-company__inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 45px;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-company__inner {
    display: block;
  }
}
.p-home .p-home-company .c-heading {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 45px;
}
.p-home .p-home-company__img {
  grid-column: 2/3;
  grid-row: 1/3;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-company__img {
    margin: 0 0 30px;
    aspect-ratio: 1.675/1;
  }
}
.p-home .p-home-company__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .p-home .p-home-company__head {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 375px;
    padding: 0 0 0 45px;
  }
}
.p-home .p-home-company__head dt {
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__head dt {
    font-size: var(--font-size-m);
  }
}
.p-home .p-home-company__head dd p {
  margin: 0 0 26px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__head dd p {
    font-size: var(--font-size-s);
  }
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-company__head .c-btn--s {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.p-home .p-home-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px 38px;
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-company__list {
    gap: 25px;
    margin: 25px 0 0;
  }
}
.p-home .p-home-company__item {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 1024px) {
  .p-home .p-home-company__item {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__item {
    width: calc((100% - 25px) / 2);
  }
}
.p-home .p-home-company__item a {
  display: block;
}
.p-home .p-home-company__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home .p-home-company__item div {
  margin: 0 0 28px;
  aspect-ratio: 1.8/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__item div {
    aspect-ratio: 1/1;
  }
}
.p-home .p-home-company__item div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.p-home .p-home-company__item h3 {
  font-size: var(--font-size-l);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-company__item h3 {
    font-size: var(--font-size-s);
  }
}
.p-home .p-home-news {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-news {
    width: 90%;
  }
}
.p-home .p-home-news {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-news {
    margin-bottom: 60px;
  }
}
.p-home .p-home-news .c-heading--center {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-news .c-heading--center {
    margin: 0 0 40px;
  }
}
.p-home .p-home-news .c-news__list {
  margin: 0 0 65px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-news .c-news__list {
    margin: 0 0 18px;
  }
}
.p-home .p-home-news .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.p-about .p-about-message {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px 28px;
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-message {
    width: 90%;
  }
}
.p-about .p-about-message {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-message {
    display: block;
    margin-bottom: 80px;
  }
}
.p-about .p-about-message .c-heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-about .p-about-message__txt {
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 640px;
  font-size: var(--font-size-l);
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-message__txt {
    max-width: none;
    margin: 15px 0;
    font-size: var(--font-size-m);
  }
}
.p-about .p-about-message .c-btn {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-about .p-about-features {
  margin: 0 0 90px;
  padding: 90px 0;
  background: #F9F9F9;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features {
    margin: 0 0 40px;
    padding: 40px 0;
    border-radius: 50px;
  }
}
.p-about .p-about-features__inner {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__inner {
    width: 90%;
  }
}
.p-about .p-about-features__inner > p {
  margin: 15px 0 90px;
  font-size: var(--font-size-m);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 426px) {
  .p-about .p-about-features__inner > p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__inner > p {
    margin: 15px 0 20px;
  }
}
.p-about .p-about-features__list {
  counter-reset: features;
}
.p-about .p-about-features__item {
  position: relative;
}
.p-about .p-about-features__item:not(:last-of-type) {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__item:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-features__item {
    padding: 70px 0 0;
  }
}
.p-about .p-about-features__item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-features__item figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px 0;
  }
}
.p-about .p-about-features__item figure > div {
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-features__item figure > div {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-features__item figure > div {
    width: 100%;
  }
}
.p-about .p-about-features__item figure > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .p-about-features__item .swiper-container-common {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-features__item .swiper-container-common {
    width: 50%;
    max-width: 800px;
  }
}
.p-about .p-about-features__item .swiper-container-common .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about .p-about-features__item .swiper-container-common .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/0.9;
  border-radius: 20px;
  overflow: hidden;
}
.p-about .p-about-features__item .swiper-container-common .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .p-about-features__item .swiper-container-common .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__item .swiper-container-common .swiper-pagination {
    bottom: 15px;
  }
}
.p-about .p-about-features__item .swiper-container-common .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__item .swiper-container-common .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.p-about .p-about-features__item .swiper-container-common .swiper-pagination-bullet-active {
  background: #E50012;
}
.p-about .p-about-features__item figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about .p-about-features__item figcaption h3 {
  margin: 0 0 15px;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__item figcaption h3 {
    font-size: 2.4rem;
  }
}
.p-about .p-about-features__item figcaption h3::before {
  display: block;
  content: counter(features, decimal-leading-zero);
  counter-increment: features;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-features__item figcaption h3::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.8rem;
  }
}
.p-about .p-about-features__item figcaption p {
  margin: 0 0 18px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-features__item figcaption p {
    font-size: var(--font-size-s);
  }
}
.p-about .p-about-features .c-btn--s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.p-about .p-about-numbers {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-numbers {
    width: 90%;
  }
}
.p-about .p-about-numbers {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-numbers {
    margin-bottom: 40px;
  }
}
.p-about .p-about-numbers > p {
  margin: 15px 0 90px;
  font-size: var(--font-size-m);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-numbers > p {
    margin: 15px 0 50px;
  }
}
.p-about .p-about-numbers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 44px 36px;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__list {
    gap: 10px 20px;
  }
}
.p-about .p-about-numbers__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  /*space-betweenでの中央寄せ*/
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 72px) / 3);
  height: 400px;
  padding: 20px;
  background: #F9F9F9;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-about .p-about-numbers__item {
    width: calc((100% - 20px) / 2);
    padding: 20px 8px;
  }
}
.p-about .p-about-numbers__item:nth-last-of-type(2), .p-about .p-about-numbers__item:nth-last-of-type(5), .p-about .p-about-numbers__item:nth-last-of-type(8) {
  color: #fff;
  background: #E50012;
}
.p-about .p-about-numbers__item:nth-last-of-type(2) p, .p-about .p-about-numbers__item:nth-last-of-type(2) span, .p-about .p-about-numbers__item:nth-last-of-type(5) p, .p-about .p-about-numbers__item:nth-last-of-type(5) span, .p-about .p-about-numbers__item:nth-last-of-type(8) p, .p-about .p-about-numbers__item:nth-last-of-type(8) span {
  color: #fff;
}
.p-about .p-about-numbers__item:nth-of-type(1) .p-about-numbers__ico {
  width: 110px;
}
.p-about .p-about-numbers__item:nth-of-type(1) .number {
  font-size: clamp(74px, 18.04vw - 110.7px, 120px);
}
.p-about .p-about-numbers__item:nth-of-type(1) small span {
  color: #E50012;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(1) small span {
    font-size: var(--font-size-xl);
  }
}
.p-about .p-about-numbers__item:nth-of-type(2) .p-about-numbers__ico {
  width: 125px;
}
.p-about .p-about-numbers__item:nth-of-type(2) .number {
  font-size: clamp(60px, 23.53vw - 181.2px, 120px);
}
.p-about .p-about-numbers__item:nth-of-type(3) .p-about-numbers__ico {
  width: 85px;
}
.p-about .p-about-numbers__item:nth-of-type(3) .number {
  font-size: clamp(30px, 13.33vw - 106.67px, 64px);
  letter-spacing: -0.02em;
}
.p-about .p-about-numbers__item:nth-of-type(4) .p-about-numbers__ico {
  width: 108px;
}
.p-about .p-about-numbers__item:nth-of-type(4) .number {
  font-size: clamp(50px, 11.08vw - 63.7px, 96px);
}
.p-about .p-about-numbers__item:nth-of-type(5) .p-about-numbers__ico {
  width: 108px;
}
.p-about .p-about-numbers__item:nth-of-type(5) .number {
  font-size: clamp(50px, 11.08vw - 63.7px, 96px);
}
.p-about .p-about-numbers__item:nth-of-type(6) .p-about-numbers__ico {
  width: 120px;
}
.p-about .p-about-numbers__item:nth-of-type(6) .number {
  font-size: clamp(30px, 13.33vw - 106.67px, 64px);
}
.p-about .p-about-numbers__item:nth-of-type(7) .p-about-numbers__ico {
  width: 150px;
}
.p-about .p-about-numbers__item:nth-of-type(7) .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about .p-about-numbers__item:nth-of-type(7) .number {
  font-size: clamp(50px, 11.08vw - 63.7px, 96px);
}
.p-about .p-about-numbers__item:nth-of-type(7) .number::before {
  display: block;
  color: #000000;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(7) .number::before {
    font-size: var(--font-size-s);
  }
}
.p-about .p-about-numbers__item:nth-of-type(7) .number:first-of-type {
  position: relative;
  margin: 0 20px 0 0;
  padding: 0 28px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(7) .number:first-of-type {
    margin: 0 5px 0 0;
    padding: 0 15px 0 0;
  }
}
.p-about .p-about-numbers__item:nth-of-type(7) .number:first-of-type::before {
  content: "男";
}
.p-about .p-about-numbers__item:nth-of-type(7) .number:first-of-type::after {
  content: ":";
  position: absolute;
  right: 0;
  bottom: 38px;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(7) .number:first-of-type::after {
    bottom: 14px;
  }
}
.p-about .p-about-numbers__item:nth-of-type(7) .number:last-of-type::before {
  content: "女";
}
.p-about .p-about-numbers__item:nth-of-type(8) h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(8) h3 {
    font-size: var(--font-size-xl);
  }
}
@media screen and (max-width: 520px) {
  .p-about .p-about-numbers__item:nth-of-type(8) h3 {
    font-size: var(--font-size-m);
  }
}
.p-about .p-about-numbers__item:nth-of-type(8) span:not(.number) {
  display: block;
  font-size: var(--font-size-xxl);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item:nth-of-type(8) span:not(.number) {
    font-size: 1.5rem;
  }
}
.p-about .p-about-numbers__item:nth-of-type(8) .number {
  font-size: clamp(40px, 11.08vw - 63.7px, 96px);
}
.p-about .p-about-numbers__item:nth-of-type(8) img {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
.p-about .p-about-numbers__item:nth-of-type(9) .p-about-numbers__ico {
  width: 104px;
}
.p-about .p-about-numbers__item:nth-of-type(9) .number {
  font-size: clamp(50px, 11.08vw - 63.7px, 96px);
}
@media screen and (min-width: 1401px) {
  .p-about .p-about-numbers__item:nth-of-type(9) br {
    display: none;
  }
}
.p-about .p-about-numbers__item h3 {
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item h3 {
    font-size: var(--font-size-xl);
  }
}
.p-about .p-about-numbers__item .counter {
  font-size: clamp(14px, 3.92vw - 26.2px, 24px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.p-about .p-about-numbers__item .number {
  padding: 0 8px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-numbers__item .number {
    padding: 0 4px;
  }
}
.p-about .p-about-numbers__item small {
  display: block;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-m);
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__item small {
    font-size: var(--font-size-xs);
  }
}
.p-about .p-about-numbers__item small span {
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  vertical-align: sub;
  line-height: 0;
  letter-spacing: 0.01em;
}
.p-about .p-about-numbers__ico {
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-numbers__ico {
    height: 60px;
  }
}
.p-about .p-about-numbers__ico img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.p-about .p-about-factory {
  padding: 90px 0;
  background: #F9F9F9;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory {
    margin: 0 0 30px;
    padding: 40px 0;
    border-radius: 50px;
  }
}
.p-about .p-about-factory__inner {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__inner {
    width: 90%;
  }
}
.p-about .p-about-factory__inner > p {
  margin: 15px 0 90px;
  font-size: var(--font-size-m);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__inner > p {
    margin: 15px 0 35px;
  }
}
.p-about .p-about-factory__img {
  margin: 45px 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__img {
    margin: 40px auto;
    aspect-ratio: 1.675/1;
  }
}
.p-about .p-about-factory__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .p-about-factory__list {
  counter-reset: features;
}
.p-about .p-about-factory__item:not(:last-of-type) {
  margin: 0 0 45px;
}
.p-about .p-about-factory__item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-factory__item figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about .p-about-factory__item figure > div {
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-factory__item figure > div {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-factory__item figure > div {
    width: 100%;
  }
}
.p-about .p-about-factory__item figure > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .p-about-factory__item .swiper-container-common {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-factory__item .swiper-container-common {
    width: 50%;
    max-width: 800px;
  }
}
.p-about .p-about-factory__item .swiper-container-common .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about .p-about-factory__item .swiper-container-common .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/0.9;
  border-radius: 20px;
  overflow: hidden;
}
.p-about .p-about-factory__item .swiper-container-common .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .p-about-factory__item .swiper-container-common .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
.p-about .p-about-factory__item .swiper-container-common .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}
.p-about .p-about-factory__item .swiper-container-common .swiper-pagination-bullet-active {
  background: #E50012;
}
.p-about .p-about-factory__item figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-about .p-about-factory__item figcaption {
    margin: 0 0 20px;
  }
}
.p-about .p-about-factory__item figcaption h3 {
  margin: 0 0 24px;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__item figcaption h3 {
    margin: 0 0 15px;
    font-size: var(--font-size-xl);
  }
}
.p-about .p-about-factory__item figcaption h3::before {
  display: block;
  content: "Point " counter(features, decimal-leading-zero);
  counter-increment: features;
  margin: 0 0 24px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__item figcaption h3::before {
    font-size: 4.8rem;
  }
}
.p-about .p-about-factory__item figcaption p {
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-factory__item figcaption p {
    font-size: var(--font-size-s);
  }
}

.p-business .p-business-noodles, .p-business .p-business-dailydishes, .p-business .p-business-cookedrice, .p-business .p-business-dressedbread {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles, .p-business .p-business-dailydishes, .p-business .p-business-cookedrice, .p-business .p-business-dressedbread {
    width: 90%;
  }
}
.p-business .p-business-noodles, .p-business .p-business-dailydishes, .p-business .p-business-cookedrice, .p-business .p-business-dressedbread {
  margin-bottom: 58px;
}
.p-business .p-business-noodles h2, .p-business .p-business-dailydishes h2, .p-business .p-business-cookedrice h2, .p-business .p-business-dressedbread h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 0 0 0 23px;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: 5px solid #E50012;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles h2, .p-business .p-business-dailydishes h2, .p-business .p-business-cookedrice h2, .p-business .p-business-dressedbread h2 {
    margin: 0 0 50px;
    font-size: 2.4rem;
  }
}
.p-business .p-business-noodles h2::before, .p-business .p-business-dailydishes h2::before, .p-business .p-business-cookedrice h2::before, .p-business .p-business-dressedbread h2::before {
  margin: 0 12px 0 0;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  vertical-align: sub;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles h2::before, .p-business .p-business-dailydishes h2::before, .p-business .p-business-cookedrice h2::before, .p-business .p-business-dressedbread h2::before {
    font-size: 4.8rem;
  }
}
.p-business .p-business-noodles h2::after, .p-business .p-business-dailydishes h2::after, .p-business .p-business-cookedrice h2::after, .p-business .p-business-dressedbread h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 2px;
  background: #000000;
}
.p-business .p-business-noodles > div:not(.c-btn), .p-business .p-business-dailydishes > div:not(.c-btn), .p-business .p-business-cookedrice > div:not(.c-btn), .p-business .p-business-dressedbread > div:not(.c-btn) {
  margin: 0 0 58px;
  aspect-ratio: 2.5/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles > div:not(.c-btn), .p-business .p-business-dailydishes > div:not(.c-btn), .p-business .p-business-cookedrice > div:not(.c-btn), .p-business .p-business-dressedbread > div:not(.c-btn) {
    margin: 0 0 20px;
  }
}
.p-business .p-business-noodles > div:not(.c-btn) img, .p-business .p-business-dailydishes > div:not(.c-btn) img, .p-business .p-business-cookedrice > div:not(.c-btn) img, .p-business .p-business-dressedbread > div:not(.c-btn) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business .p-business-noodles > p, .p-business .p-business-dailydishes > p, .p-business .p-business-cookedrice > p, .p-business .p-business-dressedbread > p {
  margin: 0 0 58px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles > p, .p-business .p-business-dailydishes > p, .p-business .p-business-cookedrice > p, .p-business .p-business-dressedbread > p {
    margin: 0 0 40px;
  }
}
.p-business .p-business-noodles > ol, .p-business .p-business-dailydishes > ol, .p-business .p-business-cookedrice > ol, .p-business .p-business-dressedbread > ol {
  counter-reset: business-section;
}
.p-business .p-business-noodles > ol > li:not(:last-of-type), .p-business .p-business-dailydishes > ol > li:not(:last-of-type), .p-business .p-business-cookedrice > ol > li:not(:last-of-type), .p-business .p-business-dressedbread > ol > li:not(:last-of-type) {
  margin: 0 0 58px;
}
.p-business .p-business-noodles > ol > li figure, .p-business .p-business-dailydishes > ol > li figure, .p-business .p-business-cookedrice > ol > li figure, .p-business .p-business-dressedbread > ol > li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .p-business .p-business-noodles > ol > li figure, .p-business .p-business-dailydishes > ol > li figure, .p-business .p-business-cookedrice > ol > li figure, .p-business .p-business-dressedbread > ol > li figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-business .p-business-noodles > ol > li figure > div, .p-business .p-business-dailydishes > ol > li figure > div, .p-business .p-business-cookedrice > ol > li figure > div, .p-business .p-business-dressedbread > ol > li figure > div {
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-business .p-business-noodles > ol > li figure > div, .p-business .p-business-dailydishes > ol > li figure > div, .p-business .p-business-cookedrice > ol > li figure > div, .p-business .p-business-dressedbread > ol > li figure > div {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-business .p-business-noodles > ol > li figure > div, .p-business .p-business-dailydishes > ol > li figure > div, .p-business .p-business-cookedrice > ol > li figure > div, .p-business .p-business-dressedbread > ol > li figure > div {
    width: 100%;
  }
}
.p-business .p-business-noodles > ol > li figure > div img, .p-business .p-business-dailydishes > ol > li figure > div img, .p-business .p-business-cookedrice > ol > li figure > div img, .p-business .p-business-dressedbread > ol > li figure > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business .p-business-noodles > ol > li .swiper-container-common, .p-business .p-business-dailydishes > ol > li .swiper-container-common, .p-business .p-business-cookedrice > ol > li .swiper-container-common, .p-business .p-business-dressedbread > ol > li .swiper-container-common {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-business .p-business-noodles > ol > li .swiper-container-common, .p-business .p-business-dailydishes > ol > li .swiper-container-common, .p-business .p-business-cookedrice > ol > li .swiper-container-common, .p-business .p-business-dressedbread > ol > li .swiper-container-common {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-business .p-business-noodles > ol > li .swiper-container-common, .p-business .p-business-dailydishes > ol > li .swiper-container-common, .p-business .p-business-cookedrice > ol > li .swiper-container-common, .p-business .p-business-dressedbread > ol > li .swiper-container-common {
    width: 100%;
  }
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-wrapper, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-wrapper, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-wrapper, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-slide, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-slide, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-slide, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-slide img, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-slide img, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-slide img, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-pagination, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-pagination, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-pagination, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-pagination-bullet, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-pagination-bullet, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-pagination-bullet, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}
.p-business .p-business-noodles > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-business .p-business-dailydishes > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-business .p-business-cookedrice > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-business .p-business-dressedbread > ol > li .swiper-container-common .swiper-pagination-bullet-active {
  background: #E50012;
}
.p-business .p-business-noodles > ol > li figcaption, .p-business .p-business-dailydishes > ol > li figcaption, .p-business .p-business-cookedrice > ol > li figcaption, .p-business .p-business-dressedbread > ol > li figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-business .p-business-noodles > ol > li figcaption, .p-business .p-business-dailydishes > ol > li figcaption, .p-business .p-business-cookedrice > ol > li figcaption, .p-business .p-business-dressedbread > ol > li figcaption {
    margin: 0 0 20px;
  }
}
.p-business .p-business-noodles > ol > li figcaption h3, .p-business .p-business-dailydishes > ol > li figcaption h3, .p-business .p-business-cookedrice > ol > li figcaption h3, .p-business .p-business-dressedbread > ol > li figcaption h3 {
  margin: 0 0 20px;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles > ol > li figcaption h3, .p-business .p-business-dailydishes > ol > li figcaption h3, .p-business .p-business-cookedrice > ol > li figcaption h3, .p-business .p-business-dressedbread > ol > li figcaption h3 {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-business .p-business-noodles > ol > li figcaption h3::before, .p-business .p-business-dailydishes > ol > li figcaption h3::before, .p-business .p-business-cookedrice > ol > li figcaption h3::before, .p-business .p-business-dressedbread > ol > li figcaption h3::before {
  display: block;
  content: "Feature " counter(business-section, decimal-leading-zero);
  counter-increment: business-section;
  margin: 0 0 20px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles > ol > li figcaption h3::before, .p-business .p-business-dailydishes > ol > li figcaption h3::before, .p-business .p-business-cookedrice > ol > li figcaption h3::before, .p-business .p-business-dressedbread > ol > li figcaption h3::before {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-business .p-business-noodles > ol > li figcaption p, .p-business .p-business-dailydishes > ol > li figcaption p, .p-business .p-business-cookedrice > ol > li figcaption p, .p-business .p-business-dressedbread > ol > li figcaption p {
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles > ol > li figcaption p, .p-business .p-business-dailydishes > ol > li figcaption p, .p-business .p-business-cookedrice > ol > li figcaption p, .p-business .p-business-dressedbread > ol > li figcaption p {
    font-size: var(--font-size-s);
  }
}
.p-business .p-business-dressedbread__heading::before {
  content: "01";
}
.p-business .p-business-cookedrice__heading::before {
  content: "02";
}
.p-business .p-business-dailydishes__heading::before {
  content: "03";
}
.p-business .p-business-noodles {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-business .p-business-noodles {
    margin-bottom: 90px;
  }
}
.p-business .p-business-noodles__heading::before {
  content: "04";
}
.p-business .p-business-noodles .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.p-actions .p-actions-fv__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-fv__txt {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.p-actions .p-actions-fv__txt h3 {
  width: 100%;
  font-size: var(--font-size-xl);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-fv__txt h3 {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-fv__txt h3 {
    margin: 0 0 25px;
  }
}
.p-actions .p-actions-fv__txt p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
  border-left: 1px dashed #000000;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-fv__txt p {
    padding: 20px 0 0;
    border-top: 1px dashed #000000;
    border-left: none;
  }
}
.p-actions .p-actions-environment, .p-actions .p-actions-csr, .p-actions .p-actions-development, .p-actions .p-actions-spw, .p-actions .p-actions-quality {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment, .p-actions .p-actions-csr, .p-actions .p-actions-development, .p-actions .p-actions-spw, .p-actions .p-actions-quality {
    width: 90%;
  }
}
.p-actions .p-actions-environment, .p-actions .p-actions-csr, .p-actions .p-actions-development, .p-actions .p-actions-spw, .p-actions .p-actions-quality {
  margin-bottom: 58px;
}
.p-actions .p-actions-environment h2, .p-actions .p-actions-csr h2, .p-actions .p-actions-development h2, .p-actions .p-actions-spw h2, .p-actions .p-actions-quality h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 0 0 0 23px;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: 5px solid #E50012;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment h2, .p-actions .p-actions-csr h2, .p-actions .p-actions-development h2, .p-actions .p-actions-spw h2, .p-actions .p-actions-quality h2 {
    margin: 0 0 50px;
    font-size: 2.4rem;
  }
}
.p-actions .p-actions-environment h2::before, .p-actions .p-actions-csr h2::before, .p-actions .p-actions-development h2::before, .p-actions .p-actions-spw h2::before, .p-actions .p-actions-quality h2::before {
  margin: 0 12px 0 0;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  vertical-align: sub;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment h2::before, .p-actions .p-actions-csr h2::before, .p-actions .p-actions-development h2::before, .p-actions .p-actions-spw h2::before, .p-actions .p-actions-quality h2::before {
    font-size: 4.8rem;
  }
}
.p-actions .p-actions-environment h2::after, .p-actions .p-actions-csr h2::after, .p-actions .p-actions-development h2::after, .p-actions .p-actions-spw h2::after, .p-actions .p-actions-quality h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 2px;
  background: #000000;
}
.p-actions .p-actions-environment > div, .p-actions .p-actions-csr > div, .p-actions .p-actions-development > div, .p-actions .p-actions-spw > div, .p-actions .p-actions-quality > div {
  margin: 0 0 58px;
  aspect-ratio: 2.5/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment > div, .p-actions .p-actions-csr > div, .p-actions .p-actions-development > div, .p-actions .p-actions-spw > div, .p-actions .p-actions-quality > div {
    margin: 0 0 20px;
  }
}
.p-actions .p-actions-environment > div img, .p-actions .p-actions-csr > div img, .p-actions .p-actions-development > div img, .p-actions .p-actions-spw > div img, .p-actions .p-actions-quality > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-actions .p-actions-environment > p, .p-actions .p-actions-csr > p, .p-actions .p-actions-development > p, .p-actions .p-actions-spw > p, .p-actions .p-actions-quality > p {
  margin: 0 0 58px;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment > p, .p-actions .p-actions-csr > p, .p-actions .p-actions-development > p, .p-actions .p-actions-spw > p, .p-actions .p-actions-quality > p {
    margin: 0 0 40px;
  }
}
.p-actions .p-actions-environment > ol, .p-actions .p-actions-csr > ol, .p-actions .p-actions-development > ol, .p-actions .p-actions-spw > ol, .p-actions .p-actions-quality > ol {
  counter-reset: actions-section;
}
.p-actions .p-actions-environment > ol > li:not(:last-of-type), .p-actions .p-actions-csr > ol > li:not(:last-of-type), .p-actions .p-actions-development > ol > li:not(:last-of-type), .p-actions .p-actions-spw > ol > li:not(:last-of-type), .p-actions .p-actions-quality > ol > li:not(:last-of-type) {
  margin: 0 0 58px;
}
.p-actions .p-actions-environment > ol > li figure, .p-actions .p-actions-csr > ol > li figure, .p-actions .p-actions-development > ol > li figure, .p-actions .p-actions-spw > ol > li figure, .p-actions .p-actions-quality > ol > li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-environment > ol > li figure, .p-actions .p-actions-csr > ol > li figure, .p-actions .p-actions-development > ol > li figure, .p-actions .p-actions-spw > ol > li figure, .p-actions .p-actions-quality > ol > li figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-actions .p-actions-environment > ol > li figure > div, .p-actions .p-actions-csr > ol > li figure > div, .p-actions .p-actions-development > ol > li figure > div, .p-actions .p-actions-spw > ol > li figure > div, .p-actions .p-actions-quality > ol > li figure > div {
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-environment > ol > li figure > div, .p-actions .p-actions-csr > ol > li figure > div, .p-actions .p-actions-development > ol > li figure > div, .p-actions .p-actions-spw > ol > li figure > div, .p-actions .p-actions-quality > ol > li figure > div {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-environment > ol > li figure > div, .p-actions .p-actions-csr > ol > li figure > div, .p-actions .p-actions-development > ol > li figure > div, .p-actions .p-actions-spw > ol > li figure > div, .p-actions .p-actions-quality > ol > li figure > div {
    width: 100%;
  }
}
.p-actions .p-actions-environment > ol > li figure > div img, .p-actions .p-actions-csr > ol > li figure > div img, .p-actions .p-actions-development > ol > li figure > div img, .p-actions .p-actions-spw > ol > li figure > div img, .p-actions .p-actions-quality > ol > li figure > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common, .p-actions .p-actions-csr > ol > li .swiper-container-common, .p-actions .p-actions-development > ol > li .swiper-container-common, .p-actions .p-actions-spw > ol > li .swiper-container-common, .p-actions .p-actions-quality > ol > li .swiper-container-common {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-environment > ol > li .swiper-container-common, .p-actions .p-actions-csr > ol > li .swiper-container-common, .p-actions .p-actions-development > ol > li .swiper-container-common, .p-actions .p-actions-spw > ol > li .swiper-container-common, .p-actions .p-actions-quality > ol > li .swiper-container-common {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-environment > ol > li .swiper-container-common, .p-actions .p-actions-csr > ol > li .swiper-container-common, .p-actions .p-actions-development > ol > li .swiper-container-common, .p-actions .p-actions-spw > ol > li .swiper-container-common, .p-actions .p-actions-quality > ol > li .swiper-container-common {
    width: 100%;
  }
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-wrapper, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-wrapper, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-wrapper, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-wrapper, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-slide, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-slide, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-slide, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-slide, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-slide img, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-slide img, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-slide img, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-slide img, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-pagination, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-pagination, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-pagination, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-pagination, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-pagination-bullet, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-pagination-bullet, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-pagination-bullet, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-pagination-bullet, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}
.p-actions .p-actions-environment > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-actions .p-actions-csr > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-actions .p-actions-development > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-actions .p-actions-spw > ol > li .swiper-container-common .swiper-pagination-bullet-active, .p-actions .p-actions-quality > ol > li .swiper-container-common .swiper-pagination-bullet-active {
  background: #E50012;
}
.p-actions .p-actions-environment > ol > li figcaption, .p-actions .p-actions-csr > ol > li figcaption, .p-actions .p-actions-development > ol > li figcaption, .p-actions .p-actions-spw > ol > li figcaption, .p-actions .p-actions-quality > ol > li figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-environment > ol > li figcaption, .p-actions .p-actions-csr > ol > li figcaption, .p-actions .p-actions-development > ol > li figcaption, .p-actions .p-actions-spw > ol > li figcaption, .p-actions .p-actions-quality > ol > li figcaption {
    margin: 0 0 20px;
  }
}
.p-actions .p-actions-environment > ol > li figcaption h3, .p-actions .p-actions-csr > ol > li figcaption h3, .p-actions .p-actions-development > ol > li figcaption h3, .p-actions .p-actions-spw > ol > li figcaption h3, .p-actions .p-actions-quality > ol > li figcaption h3 {
  margin: 0 0 20px;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment > ol > li figcaption h3, .p-actions .p-actions-csr > ol > li figcaption h3, .p-actions .p-actions-development > ol > li figcaption h3, .p-actions .p-actions-spw > ol > li figcaption h3, .p-actions .p-actions-quality > ol > li figcaption h3 {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-actions .p-actions-environment > ol > li figcaption h3::before, .p-actions .p-actions-csr > ol > li figcaption h3::before, .p-actions .p-actions-development > ol > li figcaption h3::before, .p-actions .p-actions-spw > ol > li figcaption h3::before, .p-actions .p-actions-quality > ol > li figcaption h3::before {
  display: block;
  content: "Feature " counter(actions-section, decimal-leading-zero);
  counter-increment: actions-section;
  margin: 0 0 20px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment > ol > li figcaption h3::before, .p-actions .p-actions-csr > ol > li figcaption h3::before, .p-actions .p-actions-development > ol > li figcaption h3::before, .p-actions .p-actions-spw > ol > li figcaption h3::before, .p-actions .p-actions-quality > ol > li figcaption h3::before {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-actions .p-actions-environment > ol > li figcaption p, .p-actions .p-actions-csr > ol > li figcaption p, .p-actions .p-actions-development > ol > li figcaption p, .p-actions .p-actions-spw > ol > li figcaption p, .p-actions .p-actions-quality > ol > li figcaption p {
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment > ol > li figcaption p, .p-actions .p-actions-csr > ol > li figcaption p, .p-actions .p-actions-development > ol > li figcaption p, .p-actions .p-actions-spw > ol > li figcaption p, .p-actions .p-actions-quality > ol > li figcaption p {
    font-size: var(--font-size-s);
  }
}
.p-actions .p-actions-quality__heading::before {
  content: "01";
}
.p-actions .p-actions-spw__heading::before {
  content: "02";
}
.p-actions .p-actions-spw__detail > li {
  margin: 58px 0 0;
}
.p-actions .p-actions-spw__detail > li:first-of-type h3 {
  color: #006EBC;
}
.p-actions .p-actions-spw__detail > li:first-of-type .p-actions-spw__head {
  border-bottom: 2px solid #006EBC;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(2) h3 {
  color: #009758;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(2) .p-actions-spw__head {
  border-bottom: 2px solid #009758;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(2) .p-actions-spw__head::before {
  background: url(../img/actions/omusubi02.png?v=utbc0og) no-repeat 50% 100%/contain;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(3) h3 {
  color: #FAC649;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(3) .p-actions-spw__head {
  border-bottom: 2px solid #FAC649;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(3) .p-actions-spw__head::before {
  background: url(../img/actions/omusubi03.png?v=utbc0pc) no-repeat 50% 100%/contain;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(4) h3 {
  color: #E71A0F;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(4) .p-actions-spw__head {
  border-bottom: 2px solid #E71A0F;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(4) .p-actions-spw__head::before {
  background: url(../img/actions/omusubi04.png?v=utbc0pr) no-repeat 50% 100%/contain;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(5) h3 {
  color: #7E2E8E;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(5) .p-actions-spw__head {
  border-bottom: 2px solid #7E2E8E;
}
.p-actions .p-actions-spw__detail > li:nth-of-type(5) .p-actions-spw__head::before {
  background: url(../img/actions/omusubi05.png?v=utbc0px) no-repeat 50% 100%/contain;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-spw__detail > li .swiper-container-common {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__detail > li .swiper-container-common {
    width: 100%;
  }
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}
.p-actions .p-actions-spw__detail > li .swiper-container-common .swiper-pagination-bullet-active {
  background: #E50012;
}
.p-actions .p-actions-spw__head {
  position: relative;
  margin: 0 0 44px;
  padding: 0 0 32px 130px;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__head {
    display: grid;
    gap: 10px 16px;
    grid-template-columns: auto 1fr;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 0 0 16px;
  }
}
.p-actions .p-actions-spw__head::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100px;
  height: 112px;
  background: url(../img/actions/omusubi01.png?v=utbc0qt) no-repeat 50% 100%/contain;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__head::before {
    position: relative;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 60px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-actions .p-actions-spw__head h3 {
  font-size: var(--font-size-xxxl);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__head h3 {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 2.4rem;
  }
}
.p-actions .p-actions-spw__head p {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__head p {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: var(--font-size-s);
    line-height: 1.8;
  }
}
.p-actions .p-actions-spw__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px 0;
  }
}
.p-actions .p-actions-spw__box > div {
  aspect-ratio: 1/0.75;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-actions .p-actions-spw__box > div {
    width: 50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__box > div {
    width: 100%;
  }
}
.p-actions .p-actions-spw__box > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-actions .p-actions-spw__box > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-actions .p-actions-spw__box > p {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-spw__box > p {
    font-size: var(--font-size-s);
  }
}
.p-actions .p-actions-development__heading::before {
  content: "03";
}
.p-actions .p-actions-csr {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-csr {
    margin-bottom: 90px;
  }
}
.p-actions .p-actions-csr__heading::before {
  content: "04";
}
.p-actions .p-actions-environment {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-actions .p-actions-environment {
    margin-bottom: 90px;
  }
}
.p-actions .p-actions-environment__heading::before {
  content: "05";
}

@media screen and (min-width: 1025px) {
  .p-jigyosho .p-jigyosho-fv .c-fv-nav {
    display: none;
  }
}
.p-jigyosho .p-jigyosho-map {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-jigyosho .p-jigyosho-map {
    width: 90%;
  }
}
.p-jigyosho .p-jigyosho-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 44px;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-map {
    display: none;
  }
}
.p-jigyosho .p-jigyosho-map__img {
  grid-column: 1/1;
  grid-row: 1/1;
  width: 450px;
  margin: 0 auto;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
@media screen and (min-width: 1281px) {
  .p-jigyosho .p-jigyosho-map__img {
    width: 500px;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.p-jigyosho .p-jigyosho-map__list {
  position: relative;
  z-index: 1;
  grid-column: 1/1;
  grid-row: 1/1;
}
.p-jigyosho .p-jigyosho-map li {
  position: absolute;
  top: 0;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-jigyosho .p-jigyosho-map li#--hokkaido, .p-jigyosho .p-jigyosho-map li#--kanto, .p-jigyosho .p-jigyosho-map li#--kinki {
  width: 320px;
  left: calc(50% + 370px);
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--hokkaido, .p-jigyosho .p-jigyosho-map li#--kanto, .p-jigyosho .p-jigyosho-map li#--kinki {
    width: 310px;
    left: calc(50% + 358px);
  }
}
.p-jigyosho .p-jigyosho-map li#--hokkaido {
  top: 90px;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--hokkaido {
    top: 80px;
  }
}
.p-jigyosho .p-jigyosho-map li#--kanto {
  top: 240px;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--kanto {
    top: 210px;
  }
}
.p-jigyosho .p-jigyosho-map li#--kinki {
  top: 440px;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--kinki {
    top: 398px;
  }
}
.p-jigyosho .p-jigyosho-map li#--tohoku {
  top: 98px;
  left: calc(90px + (100vw - 1280px) * 110 / 280);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1560px) {
  .p-jigyosho .p-jigyosho-map li#--tohoku {
    left: 16%;
  }
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--tohoku {
    top: 86px;
    left: clamp(0px, (100vw - 1024px) * 120 / 256, 120px);
  }
}
.p-jigyosho .p-jigyosho-map li#--chubu {
  top: 210px;
  left: calc(90px + (100vw - 1280px) * 110 / 280);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1560px) {
  .p-jigyosho .p-jigyosho-map li#--chubu {
    left: 16%;
  }
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--chubu {
    top: 188px;
    left: clamp(0px, (100vw - 1024px) * 120 / 256, 120px);
  }
}
.p-jigyosho .p-jigyosho-map li#--chugoku-shikoku {
  top: 308px;
  left: calc(90px + (100vw - 1280px) * 110 / 280);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1560px) {
  .p-jigyosho .p-jigyosho-map li#--chugoku-shikoku {
    left: 16%;
  }
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--chugoku-shikoku {
    top: 276px;
    left: clamp(0px, (100vw - 1024px) * 120 / 256, 120px);
  }
}
.p-jigyosho .p-jigyosho-map li#--kyushu {
  width: 200px;
  top: 400px;
  left: calc(90px + (100vw - 1280px) * 110 / 280);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1560px) {
  .p-jigyosho .p-jigyosho-map li#--kyushu {
    left: 16%;
  }
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li#--kyushu {
    top: 360px;
    left: clamp(0px, (100vw - 1024px) * 120 / 256, 120px);
  }
}
.p-jigyosho .p-jigyosho-map li#--affiliates {
  display: none;
}
.p-jigyosho .p-jigyosho-map li dt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  padding: 0 0 0 13px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-left: 3px solid #E50012;
}
.p-jigyosho .p-jigyosho-map li dt a:hover {
  color: #E50012;
}
.p-jigyosho .p-jigyosho-map li dt a:hover .c-chervon::before {
  width: 100%;
  height: 100%;
  background: #E50012;
}
.p-jigyosho .p-jigyosho-map li dt a:hover .c-chervon::after {
  background: #fff;
}
.p-jigyosho .p-jigyosho-map li dt span:not(.c-chervon) {
  font-size: var(--font-size-m);
  font-weight: 500;
  letter-spacing: 0;
}
.p-jigyosho .p-jigyosho-map li dt span.c-chervon {
  width: 30px;
  height: 30px;
}
.p-jigyosho .p-jigyosho-map li dt span.c-chervon:hover {
  pointer-events: none;
}
.p-jigyosho .p-jigyosho-map li dd {
  display: inline-block;
}
.p-jigyosho .p-jigyosho-map li dd:before {
  content: "・";
}
.p-jigyosho .p-jigyosho-map li dd a, .p-jigyosho .p-jigyosho-map li dd span {
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-map li dd a, .p-jigyosho .p-jigyosho-map li dd span {
    font-size: var(--font-size-xs);
  }
}
.p-jigyosho .p-jigyosho-map li dd a {
  text-decoration: underline;
}
.p-jigyosho .p-jigyosho-map li dd a:hover {
  color: #E50012;
}
.p-jigyosho .p-jigyosho-main {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-jigyosho .p-jigyosho-main {
    width: 90%;
  }
}
.p-jigyosho .p-jigyosho-main {
  padding: 0 0 100px;
}
.p-jigyosho .p-jigyosho-main__item:not(:last-of-type) {
  margin: 0 0 60px;
}
.p-jigyosho .p-jigyosho-main__item dt {
  position: relative;
  margin: 0 0 70px;
  padding: 0 0 0 23px;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: 5px solid #E50012;
}
@media screen and (max-width: 768px) {
  .p-jigyosho .p-jigyosho-main__item dt {
    margin: 0 0 40px;
    font-size: 2.4rem;
  }
}
.p-jigyosho .p-jigyosho-main__item dt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 2px;
  background: #000000;
}
.p-jigyosho .p-jigyosho-main__item dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 28px;
}
.p-jigyosho .p-jigyosho-main__item dd:not(:last-of-type) {
  margin: 0 0 46px;
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-main__item dd {
    gap: 20px 0;
  }
}
.p-jigyosho .p-jigyosho-main__ttl {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-jigyosho .p-jigyosho-main__ttl {
    font-size: var(--font-size-xl);
  }
}
.p-jigyosho .p-jigyosho-main__img {
  aspect-ratio: 1.3/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-jigyosho .p-jigyosho-main__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-main__img {
    width: 100%;
  }
}
.p-jigyosho .p-jigyosho-main__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-jigyosho .p-jigyosho-main__info {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-main__info {
    grid-template-columns: auto 1fr;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .p-jigyosho .p-jigyosho-main__info {
    grid-template-columns: 1fr auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-jigyosho .p-jigyosho-main__info table {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  background: #FAFAFA;
}
.p-jigyosho .p-jigyosho-main__info table th, .p-jigyosho .p-jigyosho-main__info table td {
  font-size: var(--font-size-m);
  text-align: left;
  border: 5px solid #fff;
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-main__info table th, .p-jigyosho .p-jigyosho-main__info table td {
    font-size: var(--font-size-s);
  }
}
.p-jigyosho .p-jigyosho-main__info table th {
  width: 135px;
  padding: 25px 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-jigyosho .p-jigyosho-main__info table th {
    padding: 25px 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-jigyosho .p-jigyosho-main__info table th {
    width: 88px;
  }
}
.p-jigyosho .p-jigyosho-main__info table td {
  padding: 16px 30px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-main__info .c-btn a {
    gap: 0 10px;
  }
}
.p-jigyosho .p-jigyosho-main__info .c-btn--txt {
  font-size: var(--font-size-m);
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-main__info .c-btn--txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 460px) {
  .p-jigyosho .p-jigyosho-main__info .c-btn--txt br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .p-jigyosho .p-jigyosho-main__info .c-btn--chervon {
    width: 64px;
    height: 64px;
  }
}
.p-jigyosho .p-jigyosho-main__info .c-btn:not(:nth-of-type(2)) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-jigyosho .p-jigyosho-main__info .c-btn:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-news {
  /* 一覧 */
}
.p-news .p-news-main {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-main {
    width: 90%;
  }
}
.p-news .p-news-main {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-main {
    margin-bottom: 100px;
  }
}
.p-news .p-news-main .c-news__list {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-main .c-news__list {
    margin: 0 0 40px;
  }
}
.p-news {
  /* 詳細 */
}
.p-news .p-news-fv__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin: 45px 0 0;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-fv__info {
    margin: 15px 0 0;
  }
}
.p-news .p-news-fv__info time {
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-l);
  font-weight: 500;
}
.p-news .p-news-fv__cat a {
  padding: 4px 10px;
  color: #fff;
  font-size: var(--font-size-s);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  background: #E50012;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-fv__cat a {
    padding: 2px 8px;
    line-height: 1.2;
  }
}
.p-news .p-news-head {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-head {
    width: 90%;
  }
}
.p-news .p-news-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-head {
    gap: 26px 0;
  }
}
.p-news .p-news-head__thumb {
  width: 100%;
  aspect-ratio: 2.5/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-head__thumb {
    aspect-ratio: 1.675/1;
  }
}
.p-news .p-news-head__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .p-news-head__status {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-head__status {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p-news .p-news-head:has(.p-news-head__intro) .p-news-head__status {
    max-width: 40%;
    min-width: 300px;
    padding: 10px 0;
  }
}
.p-news .p-news-head:not(:has(.p-news-head__intro)) .p-news-head__status {
  width: 100%;
}
.p-news .p-news-head__ttl {
  margin: 0 0 12px;
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1;
}
.p-news .p-news-head__txt {
  font-size: var(--font-size-s);
  font-weight: 400;
}
.p-news .p-news-head__intro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
.p-news .p-news-head:has(.p-news-head__status) .p-news-head__intro {
  padding: 0 0 0 20px;
  border-left: 1px dashed #000000;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-head:has(.p-news-head__status) .p-news-head__intro {
    padding: 20px 0 0;
    border-top: 1px dashed #000000;
    border-left: none;
  }
}
.p-news .p-news-head:not(:has(.p-news-head__status)) .p-news-head__intro {
  width: 100%;
}
.p-news .p-news-content {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-content {
    width: 90%;
  }
}
.p-news .p-news-content {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-content {
    margin-bottom: 64px;
  }
}

.p-omusubisan {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-omusubisan {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .p-omusubisan__inner {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-omusubisan__inner {
    width: 82%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 40px;
    background: #fff;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-omusubisan__inner {
    width: 90%;
  }
}
.p-omusubisan {
  /* 一覧 */
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-omusubisan .p-omusubisan-fv {
    margin-top: -50px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-omusubisan .p-omusubisan-fv #pnkz_box {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-fv #pnkz_box {
    top: -50px;
  }
}
.p-omusubisan .p-omusubisan-fv > p {
  margin: 15px 0 45px;
  font-size: var(--font-size-m);
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-omusubisan .p-omusubisan-fv > p br {
    display: none;
  }
}
.p-omusubisan .p-omusubisan-fv__img {
  position: relative;
  aspect-ratio: 2.5/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-fv__img {
    margin: 0 0 20px;
    aspect-ratio: 1.675/1;
  }
}
.p-omusubisan .p-omusubisan-fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-omusubisan .p-omusubisan-fv__img span {
  display: block;
  width: 100%;
  position: absolute;
  /*左右中央寄せ*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 17%;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p-omusubisan .p-omusubisan-fv__img span {
    top: 14%;
    font-size: 2.4rem;
  }
}
.p-omusubisan .p-omusubisan-main {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-main {
    width: 90%;
  }
}
.p-omusubisan .p-omusubisan-main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-omusubisan .p-omusubisan-main::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -56px;
    right: 64px;
    background: url(../img/omusubisan/takuan-chan.png?v=utbc0rj) no-repeat 50% 50%/contain;
  }
}
.p-omusubisan .p-omusubisan-main__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*space-around単体*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 54px 45px;
  margin: 0 0 45px;
  padding: 56px 40px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-main__list {
    gap: 45px 0;
    margin: 0 0 40px;
    padding: 56px 0 0;
  }
}
.p-omusubisan .p-omusubisan-main__item {
  position: relative;
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-main__item {
    width: 100%;
  }
}
.p-omusubisan .p-omusubisan-main__item a {
  display: block;
}
.p-omusubisan .p-omusubisan-main__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-omusubisan .p-omusubisan-main__thumb {
  overflow: hidden;
}
.p-omusubisan .p-omusubisan-main__thumb img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.p-omusubisan {
  /* 詳細 */
}
.p-omusubisan .p-omusubisan-fv .c-heading {
  padding: 40px 0 0;
  text-align: center;
}
.p-omusubisan .p-omusubisan-content {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-omusubisan .p-omusubisan-content {
    width: 90%;
  }
}
.p-omusubisan .p-omusubisan-content {
  position: relative;
}
.p-omusubisan .p-omusubisan-content .c-article {
  padding: 56px 40px;
  border-radius: 50px;
  background: #fff;
}

.p-company {
  margin-bottom: 160px;
}
.p-company .p-company-history, .p-company .p-company-philosophy, .p-company .p-company-president, .p-company .p-company-summary {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history, .p-company .p-company-philosophy, .p-company .p-company-president, .p-company .p-company-summary {
    width: 90%;
  }
}
.p-company .p-company-history, .p-company .p-company-philosophy, .p-company .p-company-president, .p-company .p-company-summary {
  margin-bottom: 58px;
}
.p-company .p-company-history h2, .p-company .p-company-philosophy h2, .p-company .p-company-president h2, .p-company .p-company-summary h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 0 0 0 23px;
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: 5px solid #E50012;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history h2, .p-company .p-company-philosophy h2, .p-company .p-company-president h2, .p-company .p-company-summary h2 {
    margin: 0 0 50px;
    font-size: 2.4rem;
  }
}
.p-company .p-company-history h2::before, .p-company .p-company-philosophy h2::before, .p-company .p-company-president h2::before, .p-company .p-company-summary h2::before {
  margin: 0 12px 0 0;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  vertical-align: sub;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history h2::before, .p-company .p-company-philosophy h2::before, .p-company .p-company-president h2::before, .p-company .p-company-summary h2::before {
    font-size: 4.8rem;
  }
}
.p-company .p-company-history h2::after, .p-company .p-company-philosophy h2::after, .p-company .p-company-president h2::after, .p-company .p-company-summary h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 2px;
  background: #000000;
}
.p-company .p-company-history table, .p-company .p-company-philosophy table, .p-company .p-company-president table, .p-company .p-company-summary table {
  width: 100%;
}
.p-company .p-company-history table tr:nth-last-of-type(odd), .p-company .p-company-philosophy table tr:nth-last-of-type(odd), .p-company .p-company-president table tr:nth-last-of-type(odd), .p-company .p-company-summary table tr:nth-last-of-type(odd) {
  background: #FAFAFA;
}
.p-company .p-company-history table th, .p-company .p-company-philosophy table th, .p-company .p-company-president table th, .p-company .p-company-summary table th, .p-company .p-company-history table td, .p-company .p-company-philosophy table td, .p-company .p-company-president table td, .p-company .p-company-summary table td {
  padding: 20px 25px;
  line-height: 2;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history table th, .p-company .p-company-philosophy table th, .p-company .p-company-president table th, .p-company .p-company-summary table th, .p-company .p-company-history table td, .p-company .p-company-philosophy table td, .p-company .p-company-president table td, .p-company .p-company-summary table td {
    line-height: 1.4;
  }
}
.p-company .p-company-history table th, .p-company .p-company-philosophy table th, .p-company .p-company-president table th, .p-company .p-company-summary table th {
  font-size: var(--font-size-l);
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history table th, .p-company .p-company-philosophy table th, .p-company .p-company-president table th, .p-company .p-company-summary table th {
    font-size: var(--font-size-s);
  }
}
.p-company .p-company-history table td, .p-company .p-company-philosophy table td, .p-company .p-company-president table td, .p-company .p-company-summary table td, .p-company .p-company-history table a, .p-company .p-company-philosophy table a, .p-company .p-company-president table a, .p-company .p-company-summary table a {
  font-size: var(--font-size-xl);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-history table td, .p-company .p-company-philosophy table td, .p-company .p-company-president table td, .p-company .p-company-summary table td, .p-company .p-company-history table a, .p-company .p-company-philosophy table a, .p-company .p-company-president table a, .p-company .p-company-summary table a {
    font-size: var(--font-size-s);
  }
}
.p-company .p-company-history table strong, .p-company .p-company-philosophy table strong, .p-company .p-company-president table strong, .p-company .p-company-summary table strong {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-company .p-company-summary th {
    width: 300px;
  }
}
.p-company .p-company-president__main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0 64px;
}
@media screen and (max-width: 1024px) {
  .p-company .p-company-president__main {
    display: block;
  }
}
.p-company .p-company-president__img {
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 270px;
  aspect-ratio: 1/1.5;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-company .p-company-president__img {
    float: right;
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .p-company-president__img {
    max-width: 150px;
  }
}
.p-company .p-company-president__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company .p-company-president h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 20px;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-president h3 {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-company .p-company-president h3::before {
  content: "Message";
  display: block;
  margin: 0 0 20px;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-president h3::before {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.p-company .p-company-president p {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
.p-company .p-company-philosophy p {
  font-size: var(--font-size-xl);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-philosophy p {
    font-size: var(--font-size-m);
  }
}
@media screen and (max-width: 1024px) {
  .p-company .p-company-history table tr {
    display: grid;
    gap: 10px 0;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .p-company .p-company-history table th:first-of-type {
    width: 180px;
  }
  .p-company .p-company-history table th:last-of-type {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-company .p-company-history table th {
    padding: 20px 20px 0;
    border-bottom: none;
  }
  .p-company .p-company-history table th:first-of-type {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-company .p-company-history table th:last-of-type {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1024px) {
  .p-company .p-company-history table td {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 0 20px 20px;
  }
}

.p-privacy .p-privacy-main {
  width: 82%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main {
    width: 90%;
  }
}
.p-privacy .p-privacy-main {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main {
    margin-bottom: 80px;
  }
}
.p-privacy .p-privacy-main__list {
  counter-reset: privacy;
}
.p-privacy .p-privacy-main__item:not(:last-of-type) {
  margin: 0 0 60px;
}
.p-privacy .p-privacy-main__item h2 {
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main__item h2 {
    margin: 0 0 16px;
    font-size: var(--font-size-xl);
  }
}
.p-privacy .p-privacy-main__item h2::before {
  content: counter(privacy, decimal-leading-zero);
  counter-increment: privacy;
  margin: 0 20px 0 0;
  color: #E50012;
  font-family: "Afacad", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main__item h2::before {
    margin: 0 16px 0 0;
    font-size: 2.4rem;
  }
}
.p-privacy .p-privacy-main__item p {
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main__item p {
    font-size: var(--font-size-s);
  }
}
.p-privacy .p-privacy-main > p {
  margin: 44px 0 0;
  font-size: var(--font-size-m);
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-privacy-main > p {
    font-size: var(--font-size-s);
  }
}