@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.mincho--jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #371F1F;
  background: #FAFAFA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  width: 100%;
}
body.white {
  background-color: #fff;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__wrap {
    gap: 20px;
  }
}
.l-header__logo {
  margin-left: 2%;
  position: relative;
  z-index: 99;
}
.l-header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    width: 375px;
    position: fixed;
    top: 72px;
    right: -120%;
    z-index: 50;
    gap: 30px;
    padding: 50px 4.2%;
    background: url(../img/common/bg-nav.jpg) no-repeat center/cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    padding: 37px 4.2%;
    gap: 15px;
  }
}
.l-header__nav.open {
  right: 0;
}
.l-header__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 66px;
}
@media screen and (max-width: 1140px) {
  .l-header__menu {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    gap: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .l-header__menu li {
    width: 100%;
  }
}
.l-header__menu li a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(17 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a {
    width: 100%;
    padding: 28px 24px;
    background-color: #fff;
    display: block;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 14px;
  }
}
.l-header__menu li a:hover {
  opacity: 0.5;
}
.l-header__menu li a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: calc(14 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  margin-bottom: 4px;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a span {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.l-header__menu li a::after {
  width: 7px;
  height: 7px;
  border-top: solid 1px #e71f29;
  border-right: solid 1px #e71f29;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a::after {
    content: "";
  }
}
.l-header__menu li.contact a span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.l-header__contact {
  height: 100%;
}
@media screen and (max-width: 1140px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  color: #fff;
}
.l-header__contact a:hover {
  opacity: 0.7;
}
.l-header__trigger {
  display: none;
  width: 72px;
  height: 72px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1140px) {
  .l-header__trigger {
    display: block;
  }
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__trigger-btn span {
  margin-bottom: 14px;
  width: 40%;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span {
    width: 54%;
    height: 2px;
  }
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::before {
    height: 2px;
  }
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::after {
    height: 2px;
  }
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  margin-bottom: 0;
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 0;
}
.l-header__trigger-btn.active span::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 0;
}
.l-header__trigger-btn.active::after {
  color: transparent;
}
.l-header__trigger-btn::after {
  content: "MENU";
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* l-footer
--------------------------- */
.l-footer {
  padding: 42px 0 28px;
  background-color: #371F1F;
}
.l-footer__inner {
  max-width: 1400px;
  width: 96%;
  margin-inline: auto;
}
.l-footer__main {
  padding-inline: 50px;
  padding-bottom: 57px;
  margin-bottom: 15px;
  border-bottom: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 960px) {
  .l-footer__main {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px;
    padding-bottom: 37px;
    margin-bottom: 15px;
  }
}
.l-footer__logo img {
  display: inline-block;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 60px;
}
@media screen and (max-width: 1140px) {
  .l-footer__menu {
    gap: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px 18px;
  }
}
.l-footer__menu li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
.l-footer__other a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  margin-right: 20px;
}
.l-footer__other a:hover {
  text-decoration: underline;
}
.l-footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 50px;
}
@media screen and (max-width: 960px) {
  .l-footer__sub {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.l-footer__copyright {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
}

.c-contact {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-contact {
    margin-top: 60px;
  }
}
.c-contact::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #371F1F;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-contact::before {
    height: 20%;
  }
}
.c-contact__box {
  max-width: 1300px;
  width: 92%;
  margin-inline: auto;
  border-radius: 10px;
  padding: 86px 40px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
}
@media screen and (max-width: 960px) {
  .c-contact__box {
    padding: 50px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__box {
    padding: 53px 12.4% 56px;
  }
}
.c-contact__inner {
  max-width: 1030px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .c-contact__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.c-contact__ttl {
  margin-bottom: 0;
}
.c-contact__dtl {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .c-contact__dtl {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__dtl {
    width: 100%;
  }
}
.c-contact__dtl-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(34 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-contact__dtl-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.c-contact__dtl-btn a {
  border: solid 1px #FFBF83;
  text-align: center;
  display: block;
  max-width: 445px;
  width: 96%;
  padding: 30px 15px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #e71f29;
  background-color: #FFBF83;
}
@media screen and (max-width: 960px) {
  .c-contact__dtl-btn a {
    padding: 20px;
  }
}
.c-contact__dtl-btn a:hover {
  background-color: #fff;
}

/* l-container
--------------------------- */
.l-container {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-container-wide {
  width: 92%;
  max-width: 1170px;
  margin: 0 auto;
}

/* 初期状態です。透明＆少し下に移動させます */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 表示されたときの状態です */
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 初期状態です */
.js-fv-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 表示状態です */
.js-fv-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wsp-container a {
  color: #e71f29 !important;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-head
--------------------------- */
.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 40px;
  color: #371F1F;
}
@media screen and (max-width: 960px) {
  .c-section__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.c-section__title span {
  margin-bottom: 32px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-style: italic;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(38px, 38px + 22 * (100vw - 767px) / 673, 60px);
}
@media screen and (max-width: 960px) {
  .c-section__title span {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title span {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
.c-section__title--white {
  color: #fff;
}
.c-section__title--white span {
  color: #fff;
}
.c-section__subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(60 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 673, 36px);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-section__subtitle {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.c-section__subtitle--white {
  color: #fff;
}
.c-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .c-section__text {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.c-section__head {
  text-align: center;
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 960px) {
  .c-section__head {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__head {
    margin-bottom: 60px;
  }
}
.c-section__head span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #371F1F;
  position: relative;
}
.c-section__head span::after {
  content: "";
  width: 52px;
  height: 2px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .c-section__head span::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__head span::after {
    bottom: -15px;
  }
}
.c-section__head::before {
  content: attr(data-en);
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 125px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(50px, 50px + 75 * (100vw - 767px) / 673, 125px);
  color: #FFEBEC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

/* c-mainv
--------------------------- */
.c-mainv {
  margin-top: 72px;
  width: 100%;
  height: 252px;
  background: url(../img/common/lower-mainv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-mainv {
    background: url(../img/common/lower-mainv-sp.jpg) no-repeat center/cover;
    height: 160px;
  }
}
.c-mainv__inner {
  width: 90%;
  margin-inline: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mainv__title {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #fff;
}
.c-mainv__title span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-mainv__title span {
    margin-bottom: 15px;
  }
}
.c-mainv__title--single {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(56 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 16 * (100vw - 767px) / 673, 36px);
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 14px 0;
  border-bottom: solid 1px #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li {
    font-size: 14px;
  }
}
.c-breadcrumb__list li a {
  color: #000;
}
.c-breadcrumb__list li a span {
  color: #000;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb__list li span {
  color: #000;
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  color: #e71f29;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li:not(:last-child) {
  margin-right: 21px;
}

/* c-button
--------------------------- */
.c-button a {
  max-width: 220px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  font-family: "Judson", serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 7 * (100vw - 767px) / 673, 23px);
  color: #371F1F;
  padding: 18px 0;
  border: solid 1px #371F1F;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button a {
    max-width: 168px;
    padding: 16px 0;
  }
}
.c-button a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #371F1F;
  border-right: solid 1px #371F1F;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-button a:hover {
  color: #fff;
  background-color: #371F1F;
}
.c-button a:hover::after {
  border-color: #fff;
}
.c-button--center {
  text-align: center;
}
.c-button--center a {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-button--center a {
    margin-left: 0;
  }
}
.c-button--white a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.c-button--white a::after {
  border-color: #fff;
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 50px 0 80px;
  }
}
.c-pagination__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #fff;
  background-color: #DCDBDB;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 40px;
  }
}
.c-pagination .page-numbers.current {
  background: #e71f29;
  pointer-events: none;
}
.c-pagination .page-numbers:hover {
  background-color: #e71f29;
}
.c-pagination .page-numbers.prev {
  background-color: transparent;
  color: #371F1F;
}
.c-pagination .page-numbers.prev:hover {
  background-color: transparent;
  opacity: 0.7;
}
.c-pagination .page-numbers.next {
  background-color: transparent;
  color: #371F1F;
}
.c-pagination .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.7;
}

.c-pager {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .c-pager {
    gap: 30px;
  }
}
.c-pager__arrow a {
  display: block;
  width: 284px;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #371F1F;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow a {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a {
    width: 100px;
    padding: 6px 10px 10px 10px;
  }
}
.c-pager__arrow a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #e71f29;
}
.c-pager__arrow a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a::after {
    width: 9px;
    height: 9px;
  }
}
.c-pager__arrow.prev a {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a {
    padding-left: 20px;
  }
}
.c-pager__arrow.prev a::after {
  border-top: solid 1px #371F1F;
  border-left: solid 1px #371F1F;
  left: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a::after {
    left: 12px;
  }
}
.c-pager__arrow.next a {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a {
    padding-right: 20px;
  }
}
.c-pager__arrow.next a::after {
  border-top: solid 1px #371F1F;
  border-right: solid 1px #371F1F;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a::after {
    right: 12px;
  }
}
.c-pager__arrow-ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(23 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-ttl {
    display: none;
  }
}
.c-pager__arrow-no {
  display: block;
  width: 284px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow-no {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-no {
    width: 100px;
  }
}
.c-pager__all {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  text-decoration: underline;
}
.c-pager__all:hover {
  text-decoration: none;
}

/* c-form
--------------------------- */
.c-form__wrap:not(:last-of-type) {
  margin-bottom: 32px;
}
.c-form__head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form__head {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.c-form__head span {
  display: inline-block;
  margin-left: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #FF2F0A;
}
@media screen and (max-width: 767px) {
  .c-form__head span {
    font-size: 12px;
  }
}
.c-form__head span::before {
  content: "※";
  display: inline-block;
}
.c-form__content input[type=text],
.c-form__content input[type=tel],
.c-form__content input[type=email],
.c-form__content select,
.c-form__content textarea {
  width: 100%;
  background-color: #FFF5F6;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
@media screen and (max-width: 767px) {
  .c-form__content input[type=text],
  .c-form__content input[type=tel],
  .c-form__content input[type=email],
  .c-form__content select,
  .c-form__content textarea {
    padding: 14px;
  }
}
.c-form__content input[type=text]:placeholder,
.c-form__content input[type=tel]:placeholder,
.c-form__content input[type=email]:placeholder,
.c-form__content select:placeholder,
.c-form__content textarea:placeholder {
  color: #A9B9CB;
}
.c-form__content select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.c-form .form-label {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-form .form-label {
    margin-bottom: 8px;
  }
}
.c-form .form-head {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.c-form .form-input {
  display: block;
  margin-bottom: 20px;
}
.c-form__btn {
  margin-top: 40px;
  text-align: center;
}
.c-form__btn > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 673, 18px);
  margin-inline: auto;
  max-width: 320px;
  width: 80%;
  padding: 16px 12px 20px;
  border-radius: 6px;
  background-color: #e71f29;
  color: #fff;
  border: solid 1px #e71f29;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-form__btn > span {
    padding: 20px;
  }
}
.c-form__btn > span:hover {
  background-color: #fff;
  color: #e71f29;
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form__policy {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  margin: 32px 0;
}
.c-form__policy a {
  display: inline-block;
  text-decoration: underline;
}
.c-form__policy a:hover {
  text-decoration: none;
}
.c-form .checkbox span.wpcf7-list-item {
  min-width: calc((100% - 65px) / 4);
}
@media screen and (max-width: 960px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 45px) / 2);
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.c-form .checkbox span.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form .checkbox span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 400;
  color: #FF2F0A;
}
.c-form .radio span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.c-form__prev {
  text-align: center;
  margin-top: 30px;
}
.c-form__prev input[type=button] {
  display: inline-block;
  text-decoration: underline;
}
.c-form__prev input[type=button]:hover {
  text-decoration: none;
}

/* c-post
--------------------------- */
.c-post {
  margin-right: calc(50% - 50vw);
}
.c-post__list-item a {
  display: block;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-post__list-item a {
    padding: 20px 14px;
  }
}
.c-post__list-item a:hover .c-post__list-arw span {
  background-color: #fff;
  color: #371F1F;
}
.c-post__list-thumb {
  margin-bottom: 10px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-post__list-thumb {
    width: 100%;
  }
}
.c-post__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.c-post__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(55, 31, 31, 0.3);
}
.c-post__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #371F1F;
  padding: 5px 10px;
  background-color: rgba(55, 31, 31, 0.3);
}
.c-post__list-arw {
  position: absolute;
  right: 30px;
  bottom: 23px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw {
    right: 14px;
    bottom: 13px;
  }
}
.c-post__list-arw span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  border: solid 1px #371F1F;
  background-color: #371F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw span {
    width: 30px;
    height: 30px;
  }
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home-mainv {
  margin-top: 72px;
  position: relative;
  width: 100%;
}
.p-home-mainv__inner {
  max-width: 1040px;
  width: 92%;
  height: 100%;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-home-mainv__dtl {
  max-width: 655px;
  width: 92%;
  margin-top: 180px;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__dtl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-mainv__dtl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__dtl {
    margin-top: 0;
  }
}
.p-home-mainv__sub {
  margin-bottom: 12px;
  max-width: 576px;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__sub {
    width: 100%;
  }
}
.p-home-mainv__head {
  font-size: 64px;
  font-weight: 700;
  line-height: calc(76 / 64 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 34 * (100vw - 767px) / 673, 64px);
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__head {
    font-size: 35px;
    line-height: 1.2em;
  }
}
.p-home-mainv__text {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__text {
    display: none;
  }
}

.mainv-slide {
  position: relative;
}
.mainv-slide .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 11px;
  z-index: 99;
}
.mainv-slide .splide__pagination__page {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #fff;
}
.mainv-slide .splide__pagination__page.is-active {
  background-color: #e71f29;
}

.p-home-business {
  padding: 200px 0 300px;
  background: url(../img/home/bg-business.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1140px) {
  .p-home-business {
    padding: 120px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-business {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business {
    padding: 50px 0 130px;
    background: url(../img/home/bg-business-sp.jpg) no-repeat center/cover;
  }
}
.p-home-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-home-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-business__head {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-home-business__head {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__head {
    width: 100%;
  }
}
.p-home-business__dtl {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-home-business__dtl {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__dtl {
    width: 100%;
  }
}
.p-home-business__dtl-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-business__dtl-txt {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 28px;
  }
}

.p-home-works {
  padding: 120px 0 100px;
  background: url(../img/home/bg-works.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-works {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works {
    padding: 50px 0 70px;
    background: url(../img/home/bg-works-sp.jpg) no-repeat center/cover;
  }
}
.p-home-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .p-home-works__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
}
.p-home-works__dtl {
  width: 56%;
}
@media screen and (max-width: 960px) {
  .p-home-works__dtl {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__dtl {
    width: 100%;
  }
}
.p-home-works__dtl-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-works__dtl-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__list {
    display: none;
  }
}
.p-home-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  background-color: #fff;
}
.p-home-works__item li {
  width: calc((100% - 2px) / 3);
}
.p-home-works__item li a {
  display: block;
}
.p-home-works__item-thumb {
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.p-home-works__item-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-works__btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 7 * (100vw - 767px) / 673, 23px);
  color: #371F1F;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-home-works__btn a {
    padding: 24px;
  }
}
.p-home-works__btn a:hover {
  background-color: #371F1F;
  color: #fff;
}
.p-home-works__splist {
  display: none;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-home-works__splist {
    display: block;
  }
}
.p-home-works__splist-btn {
  padding-left: 4.2%;
  margin-top: 40px;
}

.p-home-strength {
  padding: 125px 0 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-home-strength {
    padding: 54px 0 0;
  }
}
.p-home-strength::before {
  content: "";
  max-width: 315px;
  width: 15%;
  aspect-ratio: 629/673;
  background: url(../img/home/parts01.png) no-repeat center/contain;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-home-strength::before {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength::before {
    left: 10px;
    top: -35px;
    width: 22%;
  }
}
.p-home-strength::after {
  content: "";
  max-width: 351px;
  width: 20%;
  aspect-ratio: 702/580;
  background: url(../img/home/parts02.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-home-strength::after {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength::after {
    bottom: auto;
    top: 100px;
  }
}
.p-home-strength__head {
  text-align: center;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-strength__head {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__head {
    margin-bottom: 54px;
  }
}
.p-home-strength__head::before {
  content: "THREE STRENGTHS";
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 125px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 85 * (100vw - 767px) / 673, 125px);
  color: #FFEBEC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.p-home-strength__head span {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 24 * (100vw - 767px) / 673, 48px);
  color: #371F1F;
  position: relative;
}
.p-home-strength__head span::after {
  content: "";
  width: 52px;
  height: 2px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-home-strength__head span::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__head span::after {
    bottom: -13px;
  }
}
.p-home-strength__list li {
  border-radius: 6px;
  padding: 35px;
  -webkit-box-shadow: 0 0 30px rgba(231, 31, 41, 0.1);
          box-shadow: 0 0 30px rgba(231, 31, 41, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-home-strength__list li {
    padding: 25px 6.2% 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-home-strength__list li:not(:last-child) {
  margin-bottom: 40px;
}
.p-home-strength__img {
  width: 284px;
}
@media screen and (max-width: 960px) {
  .p-home-strength__img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__img {
    width: 100%;
  }
}
.p-home-strength__dtl {
  width: calc(100% - 284px);
}
@media screen and (max-width: 960px) {
  .p-home-strength__dtl {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__dtl {
    width: 100%;
  }
}
.p-home-strength__dtl-sub {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #e71f29;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-strength__dtl-sub {
    font-size: 16px;
  }
}
.p-home-strength__dtl-sub span {
  display: inline-block;
  margin-left: 3px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 6 * (100vw - 767px) / 673, 26px);
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-home-strength__dtl-sub span {
    font-size: 26px;
  }
}
.p-home-strength__dtl-head {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-home-strength__dtl-head {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__dtl-head {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.p-home-strength__dtl-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-home-strength__dtl-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.p-home-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .p-home-news__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-home-news__list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  .p-home-news__list li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list li {
    width: 100%;
  }
}
.p-home-news__list li a {
  display: block;
}
.p-home-news__list-thumb {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.p-home-news__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-news__list-thumb::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/home/ico-arrow.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
          filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 960px) {
  .p-home-news__list-thumb::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list-thumb::after {
    width: 48px;
    height: 48px;
  }
}
.p-home-news__list-ttl {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  border-bottom: solid 1px #DCDBDB;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .p-home-news__list-ttl {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list-ttl {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.p-home-news__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-home-news__list-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-date {
    font-size: 14px;
  }
}
.p-home-news__list-tag {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  background-color: #FDF3F3;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-tag {
    font-size: 12px;
  }
}

.p-home-recruit {
  padding: 100px 0 110px;
  background: url(../img/home/bg-recruit.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-recruit {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit {
    padding: 80px 0 70px;
    background: url(../img/home/bg-recruit-sp.jpg) no-repeat center/cover;
  }
}
.p-home-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-recruit__dtl {
  width: 52%;
  padding-right: 5%;
}
@media screen and (max-width: 960px) {
  .p-home-recruit__dtl {
    width: 60%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__dtl {
    width: 100%;
  }
}
.p-home-recruit__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__text {
    font-size: 16px;
    line-height: 1.6em;
  }
}

/* p-contact
--------------------------- */
.p-contact {
  background-color: #FFF5F6;
}
.p-contact__container {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding: 50px 0 80px;
  }
}
.p-contact__form {
  max-width: 850px;
  margin-inline: auto;
  padding: 40px 5.4%;
  border-radius: 6px;
  background-color: #fff;
}
.p-contact .wpcf7-acceptance {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.p-contact__thanks-container {
  padding: 80px 0;
}
.p-contact__thanks-head {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(42 / 26 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(20px, 20px + 6 * (100vw - 767px) / 673, 26px);
  margin-bottom: 40px;
}
.p-contact__thanks-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 50px;
}
.p-contact__thanks-btn {
  text-align: center;
}
.p-contact__thanks-btn a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-contact__thanks-btn a:hover {
  text-decoration: none;
}
.p-contact .c-button span[role=button] {
  cursor: pointer;
}

/* p-news
--------------------------- */
.p-news__contents {
  padding: 130px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    padding: 80px 0 60px;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 30px;
}
@media screen and (max-width: 960px) {
  .p-news__list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-news__list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  .p-news__list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-news__list li {
    width: 100%;
  }
}
.p-news__list li a {
  display: block;
}
.p-news__list-thumb {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.p-news__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__list-thumb::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/home/ico-arrow.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
          filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 960px) {
  .p-news__list-thumb::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-thumb::after {
    width: 48px;
    height: 48px;
  }
}
.p-news__list-ttl {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  border-bottom: solid 1px #DCDBDB;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .p-news__list-ttl {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.p-news__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-news__list-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news__list-date {
    font-size: 14px;
  }
}
.p-news__list-tag {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  background-color: #FDF3F3;
}
@media screen and (max-width: 767px) {
  .p-news__list-tag {
    font-size: 12px;
  }
}
.p-news-single {
  padding: 40px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 30px 0 80px;
  }
}
.p-news__article-head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #dcdbdb;
}
@media screen and (max-width: 767px) {
  .p-news__article-head {
    margin-bottom: 20px;
  }
}
.p-news__article-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news__article-date {
    font-size: 14px;
  }
}
.p-news__article-tag {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  background-color: #C3F5FF;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-news__article-tag {
    font-size: 12px;
    padding: 4px 12px;
  }
}
.p-news__article-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 8 * (100vw - 767px) / 673, 32px);
  color: #000;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-news__article-ttl {
    margin-bottom: 20px;
  }
}
.p-news__article-main h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(34 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
  margin: 2em 0 1em;
  padding-left: 1em;
  border-left: solid 5px #e71f29;
}
@media screen and (max-width: 767px) {
  .p-news__article-main h2 {
    margin: 1em 0 0.5em;
  }
}
.p-news__article-main h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 673, 20px);
  margin: 2em 0 1em;
  padding-bottom: 8px;
  border-bottom: solid 1px #e71f29;
}
@media screen and (max-width: 767px) {
  .p-news__article-main h3 {
    margin: 1em 0 0.5em;
  }
}
.p-news__article-main h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(25 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  margin: 2em 0 1em;
  color: #e71f29;
}
@media screen and (max-width: 767px) {
  .p-news__article-main h4 {
    margin: 1em 0 0.5em;
  }
}
.p-news__article-main h5 {
  font-weight: 700;
  color: #e71f29;
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .p-news__article-main h5 {
    margin: 1em 0 0.5em;
  }
}
.p-news__article-main p {
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .p-news__article-main p {
    margin: 1em 0 0.5em;
  }
}
.p-news__article-main figure {
  text-align: center;
  margin: 20px 0;
}
.p-news__article-main figure img {
  display: inline-block;
  max-width: 100%;
}
.p-news__article-btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-news__article-btn {
    margin-top: 50px;
  }
}
.p-news__article-btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 18px 12px;
  max-width: 300px;
  margin-inline: auto;
}
.p-news__related {
  padding: 80px 0 90px;
  background-color: #F5FDFF;
}
@media screen and (max-width: 767px) {
  .p-news__related {
    padding: 60px 0;
  }
}
.p-news__related-head {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 8 * (100vw - 767px) / 673, 32px);
  margin-bottom: 80px;
  position: relative;
}
.p-news__related-head::after {
  content: "";
  width: 54px;
  height: 2px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-news.single .c-mainv__title {
  width: 100%;
}

/* p-about
--------------------------- */
.p-about-mainv {
  background-image: url(../img/about/mainv.jpg);
  height: 72vh;
}
@media screen and (max-width: 960px) {
  .p-about-mainv {
    height: 47vh;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mainv {
    background-image: url(../img/about/mainv-sp.jpg);
    height: 64vh;
  }
}
.p-about-mainv .c-mainv__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-mainv .c-mainv__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  white-space: nowrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-about-mainv .c-mainv__title {
    margin-bottom: 50px;
  }
}
.p-about-mainv .c-mainv__title span {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(36px, 36px + 36 * (100vw - 767px) / 673, 72px);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-about-mainv .c-mainv__title span {
    margin-bottom: 20px;
  }
}
.p-about__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__anchor li {
    width: calc((100% - 14px) / 2);
  }
}
.p-about__anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 18px 37px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about__anchor li a {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__anchor li a {
    font-size: 16px;
    padding: 14px 0;
    width: 100%;
  }
}
.p-about__anchor li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #e71f29;
  border-bottom: solid 2px #e71f29;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-about__anchor li a::after {
    position: absolute;
    top: 44%;
    right: 12px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}

.p-about-intro {
  padding: 140px 0 120px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-intro {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro {
    padding: 70px 0 60px;
  }
}
.p-about-intro::before {
  content: "";
  width: 15%;
  height: 100%;
  background: url(../img/about/intro-icon01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-intro::after {
  content: "";
  width: 15%;
  height: 100%;
  background: url(../img/about/intro-icon02.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-intro__sub {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-about-intro__sub {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__sub {
    margin-bottom: 40px;
  }
}
.p-about-intro__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(35 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    font-size: 16px;
  }
}

.p-about-vision {
  padding: 150px 0 110px;
  background-color: #FFF5F6;
}
@media screen and (max-width: 960px) {
  .p-about-vision {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-vision {
    padding: 60px 0;
  }
}
.p-about-vision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-vision__box-dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box-dtl {
    width: 100%;
  }
}
.p-about-vision__box-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box-img {
    width: 100%;
  }
}
.p-about-vision__subttl {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 673, 36px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-vision__subttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-about-vision__text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(35 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-vision__text {
    font-size: 14px;
  }
}

.p-about-msg {
  padding: 320px 0 110px;
  background: url(../img/about/img-msg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1140px) {
  .p-about-msg {
    padding-top: 280px;
  }
}
@media screen and (max-width: 960px) {
  .p-about-msg {
    padding: 180px 0 90px;
    background: url(../img/about/img-msg.jpg) no-repeat top center/contain;
  }
}
@media screen and (max-width: 767px) {
  .p-about-msg {
    background: none;
    padding: 0;
  }
}
.p-about-msg__inner {
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-about-msg__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-about-msg__dtl {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-about-msg__dtl {
    width: 100%;
    margin-top: 30px;
  }
}
.p-about-msg__head {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-about-msg__head {
    margin-bottom: 32px;
  }
}
.p-about-msg__head span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.p-about-msg__head span::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #e71f29;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-about-msg__text span {
    display: none;
  }
}
.p-about-msg__sptxt {
  margin-top: 120px;
  display: none;
}
@media screen and (max-width: 960px) {
  .p-about-msg__sptxt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-about-msg__sptxt {
    margin-top: 0;
  }
}
.p-about-msg__spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-msg__spimg {
    display: block;
  }
}
.p-about-msg__sign {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-about-msg__sign {
    display: none;
  }
}
.p-about-msg__sign span {
  margin-left: 1.5em;
  display: inline-block;
  width: 132px;
}
.p-about-msg__sign span img {
  width: 100%;
  height: auto;
}
.p-about-msg__spsign {
  display: block;
  text-align: right;
}
.p-about-msg__spsign span {
  margin-top: 1em;
  display: block;
  width: 132px;
  margin-right: 0;
  margin-left: auto;
}
.p-about-msg__spsign span img {
  width: 100%;
  height: auto;
}

.p-about-profile {
  padding: 135px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-about-profile {
    padding: 100px 0 60px;
  }
}
.p-about-profile__dtl {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl {
    margin-top: 50px;
  }
}
.p-about-profile__dtl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #DCDBDB;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
}
.p-about-profile__dtl-wrap::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e71f29;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap::after {
    width: 100px;
  }
}
.p-about-profile__dtl-wrap dt {
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap dt {
    width: 125px;
  }
}
.p-about-profile__dtl-wrap dd {
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 400;
  line-height: calc(21 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap dd {
    width: calc(100% - 125px);
  }
}
.p-about-profile__dtl-wrap dd a {
  text-decoration: underline;
}
.p-about-profile__dtl-wrap dd a:hover {
  text-decoration: none;
}

/* 404
--------------------------- */
.p-error__intro {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-error__intro {
    padding: 120px 0;
  }
}

/* p-business
--------------------------- */
.p-business-intro {
  padding: 56px 0 110px;
  background-color: #FFF5F6;
}
@media screen and (max-width: 767px) {
  .p-business-intro {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-intro__inner {
    width: 84%;
  }
}
.p-business-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 37px;
}
@media screen and (max-width: 960px) {
  .p-business-intro__head {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-intro__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 38px;
  }
}
.p-business-intro__subhead {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-business-intro__subhead {
    width: 100%;
  }
}
.p-business-intro__text {
  width: 50%;
  text-align: justify;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-business-intro__text {
    width: 100%;
    font-size: 16px;
  }
}
.p-business-intro__image {
  max-width: 809px;
  width: 88%;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-business-intro__image {
    width: 100%;
  }
}
.p-business-intro__image img {
  display: inline-block;
}
.p-business-intro__list {
  max-width: 1110px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-business-intro__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business-intro__list > li {
  width: 50%;
  background-color: #fff;
  padding: 25px 27px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(231, 31, 41, 0.1);
          box-shadow: 0 0 20px rgba(231, 31, 41, 0.1);
}
@media screen and (max-width: 960px) {
  .p-business-intro__list > li {
    padding: 25px 2.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-business-intro__list > li {
    width: 100%;
    padding: 25px 4.2%;
  }
}
.p-business-intro__list-head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  padding-bottom: 10px;
  border-bottom: solid 1px #DCDBDB;
  position: relative;
  margin-bottom: 22px;
}
.p-business-intro__list-head::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e71f29;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 960px) {
  .p-business-intro__list-head::after {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-intro__list-head::after {
    width: 130px;
  }
}
.p-business-intro__list-item li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-business-reazon {
  padding: 290px 0 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-business-reazon {
    padding: 160px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-reazon {
    padding: 80px 0 60px;
  }
}
.p-business-reazon::before {
  content: "";
  width: 14%;
  aspect-ratio: 447/673;
  background: url(../img/business/parts01.png) no-repeat center/contain;
  position: absolute;
  top: 2%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-business-reazon::before {
    width: 20%;
  }
}
.p-business-reazon::after {
  content: "";
  width: 18%;
  aspect-ratio: 480/710;
  background: url(../img/business/parts02.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.p-business-reazon__list {
  margin-top: 90px;
}
.p-business-reazon__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media screen and (max-width: 960px) {
  .p-business-reazon__list li {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-reazon__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.p-business-reazon__list li:not(:last-child) {
  margin-bottom: 40px;
}
.p-business-reazon__list-thumb {
  width: 37%;
}
@media screen and (max-width: 960px) {
  .p-business-reazon__list-thumb {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-business-reazon__list-thumb {
    width: 100%;
  }
}
.p-business-reazon__list-thumb img {
  border-radius: 10px;
  overflow: hidden;
}
.p-business-reazon__list-dtl {
  width: 63%;
}
@media screen and (max-width: 960px) {
  .p-business-reazon__list-dtl {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-business-reazon__list-dtl {
    width: 100%;
  }
}
.p-business-reazon__list-head {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 16 * (100vw - 767px) / 673, 32px);
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .p-business-reazon__list-head {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-reazon__list-head {
    font-size: 22px;
  }
}
.p-business-reazon__list-txt {
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-business-reazon__list-txt {
    font-size: 16px;
  }
}
.p-business-works__list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 54px 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-business-works__list {
    gap: 35px 20px;
    margin-bottom: 80px;
  }
}
.p-business-works__list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  .p-business-works__list li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-business-works__list li {
    width: calc((100% - 20px) / 2);
  }
}
.p-business-works__list li a {
  display: block;
}
.p-business-works__list-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-business-works__list-thumb {
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.p-business-works__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-works__list-ttl {
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-business-works__btn a {
  max-width: 300px;
  margin-inline: auto;
}

/* p-works
--------------------------- */
.p-works-archive__container {
  margin-top: 58px;
}
.p-works-archive__search {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-works-archive__search {
    margin-bottom: 42px;
  }
}
.p-works-archive__search-head {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #000;
  padding-bottom: 12px;
  border-bottom: solid 1px #DCDBDB;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-works-archive__search-head {
    font-size: 16px;
  }
}
.p-works-archive__search-head::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e71f29;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-works-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 30px;
}
@media screen and (max-width: 960px) {
  .p-works-archive__list {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-archive__list {
    gap: 30px;
  }
}
.p-works-archive__list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  .p-works-archive__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-works-archive__list li {
    width: 100%;
  }
}
.p-works-archive__list li a {
  display: block;
}
.p-works-archive__list-thumb {
  padding-top: 64%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 12px;
}
.p-works-archive__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-archive__list-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: solid 1px #DCDBDB;
}
@media screen and (max-width: 767px) {
  .p-works-archive__list-ttl {
    font-size: 16px;
  }
}
.p-works-archive__list-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .p-works-archive__list-name {
    font-size: 14px;
  }
}

.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
@media screen and (max-width: 767px) {
  .tag__list {
    gap: 10px;
  }
}
.tag__list li label {
  display: inline-block;
  padding: 12px 29px;
  border-radius: 40px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 0 20px rgba(231, 31, 41, 0.1);
          box-shadow: 0 0 20px rgba(231, 31, 41, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.tag__list li label:hover {
  background-color: #FDF3F3;
}
.tag__list li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tag__list li input[type=checkbox]:checked + label {
  background-color: #e71f29;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(231, 31, 41, 0);
          box-shadow: 0 0 20px rgba(231, 31, 41, 0);
}

.p-works-single__article {
  padding: 90px 0 80px;
}
@media screen and (max-width: 960px) {
  .p-works-single__article {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__article {
    padding: 20px 0 50px;
  }
}
.p-works-single__head {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 673, 32px);
  position: relative;
  margin-bottom: 80px;
}
.p-works-single__head::after {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #0B56AF;
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-works-single__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 170px;
}
@media screen and (max-width: 960px) {
  .p-works-single__main {
    gap: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 80px;
  }
}
.p-works-single__main-dtl {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-works-single__main-dtl {
    width: 95%;
    margin-inline: auto;
  }
}
.p-works-single__main-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-works-single__main-img {
    width: 95%;
    margin-inline: auto;
  }
}
.p-works-single__main-img img {
  width: 100%;
}
.p-works-single__category {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-works-single__category {
    margin-bottom: 16px;
  }
}
.p-works-single__category span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #fff;
  padding: 12px 29px;
  border-radius: 40px;
  background-color: #e71f29;
}
@media screen and (max-width: 767px) {
  .p-works-single__category span {
    padding: 10px 20px;
  }
}
.p-works-single__title {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 8 * (100vw - 767px) / 673, 32px);
  margin-bottom: 36px;
}
.p-works-single__images {
  margin-bottom: 10px;
  position: relative;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-works-single__images {
    margin-bottom: 20px;
    border-radius: 3px;
  }
}
.p-works-single__images .splide__arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-works-single__images .splide__arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  -webkit-box-shadow: 0 0 20px rgba(231, 31, 41, 0.2);
          box-shadow: 0 0 20px rgba(231, 31, 41, 0.2);
  border: solid 1px #eaeaea;
}
@media screen and (max-width: 960px) {
  .p-works-single__images .splide__arrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__images .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.p-works-single__images .splide__arrow::after {
  color: #e71f29;
  display: inline-block;
}
.p-works-single__images .splide__arrow svg {
  display: none;
}
.p-works-single__images .splide__arrow--prev {
  left: -24px;
}
@media screen and (max-width: 960px) {
  .p-works-single__images .splide__arrow--prev {
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__images .splide__arrow--prev {
    left: -14px;
  }
}
.p-works-single__images .splide__arrow--prev::after {
  content: "＜";
}
.p-works-single__images .splide__arrow--next {
  right: -24px;
}
@media screen and (max-width: 960px) {
  .p-works-single__images .splide__arrow--next {
    right: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__images .splide__arrow--next {
    right: -14px;
  }
}
.p-works-single__images .splide__arrow--next::after {
  content: "＞";
}
.p-works-single__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-works-single__thumbnail {
    gap: 4px;
  }
}
.p-works-single__thumbnail li {
  width: calc((100% - 24px) / 4);
  border: solid 1px transparent;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-works-single__thumbnail li {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-works-single__thumbnail li {
    width: calc((100% - 12px) / 4);
    border-radius: 3px;
  }
}
.p-works-single__thumbnail li a {
  display: block;
}
.p-works-single__thumbnail li.is-active {
  border-color: #000;
}
.p-works-single__counter {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 9px;
  background-color: #371F1F;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  color: #fff;
  border-radius: 30px;
}
.p-works-single__dtl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #DCDBDB;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
}
.p-works-single__dtl-wrap::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #00b1dd;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-works-single__dtl-wrap::after {
    width: 100px;
  }
}
.p-works-single__dtl-wrap dt {
  width: 280px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-works-single__dtl-wrap dt {
    width: 125px;
  }
}
.p-works-single__dtl-wrap dd {
  width: calc(100% - 280px);
  font-size: 16px;
  font-weight: 400;
  line-height: calc(21 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-works-single__dtl-wrap dd {
    width: calc(100% - 125px);
  }
}
.p-works-single__dtl-wrap dd a {
  text-decoration: underline;
}
.p-works-single__dtl-wrap dd a:hover {
  text-decoration: none;
}

.p-works-other {
  background-color: #F5FDFF;
  padding: 75px 0 45px;
}
.p-works-other__head {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 673, 32px);
  position: relative;
  margin-bottom: 80px;
}
.p-works-other__head::after {
  content: "";
  width: 52px;
  height: 2px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-works-other__slide {
    width: 95%;
    margin-inline: auto;
  }
}
.p-works-other__slide.splide {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.p-works-other__slide .splide__arrows {
  width: 100%;
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-works-other__slide .splide__arrows {
    display: block !important;
    top: 32%;
  }
}
.p-works-other__slide .splide__arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  -webkit-box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
          box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .p-works-other__slide .splide__arrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-other__slide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.p-works-other__slide .splide__arrow::after {
  color: #e71f29;
  display: inline-block;
}
.p-works-other__slide .splide__arrow svg {
  display: none;
}
.p-works-other__slide .splide__arrow--prev {
  left: -24px;
}
@media screen and (max-width: 960px) {
  .p-works-other__slide .splide__arrow--prev {
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-other__slide .splide__arrow--prev {
    left: -14px;
  }
}
.p-works-other__slide .splide__arrow--prev::after {
  content: "＜";
}
.p-works-other__slide .splide__arrow--next {
  right: -24px;
}
@media screen and (max-width: 960px) {
  .p-works-other__slide .splide__arrow--next {
    right: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-other__slide .splide__arrow--next {
    right: -14px;
  }
}
.p-works-other__slide .splide__arrow--next::after {
  content: "＞";
}
.p-works-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-works-other__list {
    gap: 20px;
  }
}
.p-works-other__list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-works-other__list li {
    width: calc((100% - 20px) / 2);
  }
}
.p-works-other__list li a {
  display: block;
}
.p-works-other__list-thumb {
  padding-top: 64%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 12px;
}
.p-works-other__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-other__list-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: solid 1px #DCDBDB;
}
@media screen and (max-width: 767px) {
  .p-works-other__list-ttl {
    font-size: 16px;
  }
}
.p-works-other__list-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .p-works-other__list-name {
    font-size: 14px;
  }
}

/* p-recruit
--------------------------- */
.p-recruit {
  overflow: hidden;
}
.p-recruit__title {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
}
.p-recruit__title span {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-recruit__subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(56 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 56px;
}
.p-recruit__text {
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-recruit-intro__head {
  max-width: 800px;
  font-size: 49px;
  font-weight: 700;
  line-height: calc(75 / 49 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 25 * (100vw - 767px) / 673, 49px);
  width: 56%;
  margin-right: 8%;
  margin-left: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__head {
    width: 270px;
    margin-right: auto;
    margin-left: 4.2%;
    margin-bottom: 52px;
  }
}
.p-recruit-intro__main {
  position: relative;
  z-index: 1;
}
.p-recruit-intro__main::before {
  content: "";
  width: 100%;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/recruit/mainv-ico01.png) no-repeat center left/100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__main::before {
    height: 350px;
    background: url(../img/recruit/mainv-ico01-sp.png) no-repeat center left/100%;
  }
}
.p-recruit-intro__main::after {
  content: "";
  width: 100%;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/recruit/mainv-ico02.png) no-repeat center left/100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__main::after {
    height: 350px;
    background: url(../img/recruit/mainv-ico02-sp.png) no-repeat center left/100%;
  }
}
.p-recruit-vision {
  padding: 120px 0 90px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-recruit-vision {
    padding: 60px 0;
  }
}
.p-recruit-vision::before {
  content: "";
  max-width: 400px;
  width: 40%;
  aspect-ratio: 786/615;
  position: absolute;
  top: 140px;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: url(../img/recruit/bg-vision.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-recruit-vision::before {
    width: 50%;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-recruit__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-recruit__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__flex-dtl {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-recruit__flex-dtl {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flex-dtl {
    width: 100%;
  }
}
.p-recruit__flex-dtl .p-recruit__text {
  max-width: 540px;
  text-align: justify;
}
.p-recruit__flex-img {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-recruit__flex-img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flex-img {
    width: 100%;
  }
}
.p-recruit__flex-img img {
  max-width: 518px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-recruit__flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-recruit-about .p-recruit__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-recruit-about .p-recruit__flex-img {
  text-align: left;
}
.p-recruit-about .p-recruit__flex-img img {
  max-width: 526px;
}
.p-recruit-about__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.p-recruit-about__btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__btn a {
    margin-inline: auto;
  }
}
.p-recruit__bg {
  max-width: 1490px;
  width: 78%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -12%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg {
    width: 98%;
    margin-top: -20%;
  }
}
.p-recruit-person {
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-person {
    padding-top: 30px;
  }
}
.p-recruit-person::before {
  content: "";
  max-width: 108px;
  width: 14%;
  aspect-ratio: 217/919;
  background: url(../img/recruit/person-ico.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: -1;
}
.p-recruit__box {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-recruit__box {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__box-dtl {
  width: calc(100% - 517px);
}
@media screen and (max-width: 960px) {
  .p-recruit__box-dtl {
    width: calc(100% - 305px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__box-dtl {
    width: 100%;
  }
}
.p-recruit__box-dtl .p-recruit__text {
  max-width: 560px;
}
.p-recruit__box-img {
  width: 467px;
}
@media screen and (max-width: 960px) {
  .p-recruit__box-img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__box-img {
    width: 100%;
  }
}
.p-recruit__box-head {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 8 * (100vw - 767px) / 673, 32px);
  margin-bottom: 30px;
}
.p-recruit__box-head span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.p-recruit__box-head span::after {
  content: "";
  width: 19px;
  height: 1px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 0;
  bottom: -15px;
}
.p-recruit-ques {
  padding: 100px 0;
  background: url(../img/recruit/bg-question.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-recruit-ques {
    padding: 70px 0;
  }
}
.p-recruit-ques::after {
  content: "";
  max-width: 242px;
  width: 24%;
  aspect-ratio: 484/979;
  background: url(../img/recruit/question-ico.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -120px;
}
.p-recruit-ques__text {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 6 * (100vw - 767px) / 673, 22px);
  margin: 55px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-ques__text {
    margin: 30px 0;
  }
}
.p-recruit__faq-wrap {
  padding: 37px 40px;
  border-radius: 10px 10px 0 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
          box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-wrap {
    padding: 20px 4.2% 26px;
  }
}
.p-recruit__faq-wrap:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-recruit__faq-wrap:nth-of-type(1) dt::before {
  content: "Q1";
}
.p-recruit__faq-wrap:nth-of-type(2) dt::before {
  content: "Q2";
}
.p-recruit__faq-wrap:nth-of-type(3) dt::before {
  content: "Q3";
}
.p-recruit__faq-wrap:nth-of-type(4) dt::before {
  content: "Q4";
}
.p-recruit__faq-wrap:nth-of-type(5) dt::before {
  content: "Q5";
}
.p-recruit__faq dt {
  padding: 9px 0 9px 54px;
  margin-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq dt {
    padding: 5px 0 5px 40px;
    margin-bottom: 12px;
  }
}
.p-recruit__faq dt span {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(30 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-recruit__faq dt::before {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #fff;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit__faq dt::before {
    width: 34px;
    height: 34px;
  }
}
.p-recruit__faq dd {
  max-width: 1010px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(21 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq dd {
    line-height: 1.5em;
  }
}
.p-recruit-welfare {
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  .p-recruit-welfare {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare {
    padding-top: 60px;
  }
}
.p-recruit-welfare__btn {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.p-recruit-welfare__btn a {
  border-color: #fff;
  margin-inline: auto;
  max-width: 170px;
  font-size: 16px;
}
.p-recruit__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-recruit__other {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__other li {
  width: 50%;
  padding: 74px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: url(../img/recruit/bg-welfare.jpg) no-repeat center/cover;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-recruit__other li {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__other li {
    width: 100%;
  }
}
.p-recruit__other-ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: calc(40 / 25 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 4 * (100vw - 767px) / 673, 25px);
  color: #e71f29;
}
.p-recruit__other-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 0;
  margin-top: auto;
}

.c-interview {
  background-color: #FFF5F6;
  padding: 120px 0 65px;
}
@media screen and (max-width: 767px) {
  .c-interview {
    padding: 70px 0 50px;
  }
}
.c-interview__area {
  margin: 56px 0 60px;
  position: relative;
}
.c-interview__area .splide__arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-interview__area .splide__arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  -webkit-box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
          box-shadow: 0 0 20px rgba(116, 180, 255, 0.2);
  border: solid 1px #eaeaea;
}
@media screen and (max-width: 960px) {
  .c-interview__area .splide__arrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .c-interview__area .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.c-interview__area .splide__arrow::after {
  color: #e71f29;
  display: inline-block;
}
.c-interview__area .splide__arrow svg {
  display: none;
}
.c-interview__area .splide__arrow--prev {
  left: -24px;
}
@media screen and (max-width: 960px) {
  .c-interview__area .splide__arrow--prev {
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .c-interview__area .splide__arrow--prev {
    left: -14px;
  }
}
.c-interview__area .splide__arrow--prev::after {
  content: "＜";
}
.c-interview__area .splide__arrow--next {
  right: -24px;
}
@media screen and (max-width: 960px) {
  .c-interview__area .splide__arrow--next {
    right: -18px;
  }
}
@media screen and (max-width: 767px) {
  .c-interview__area .splide__arrow--next {
    right: -14px;
  }
}
.c-interview__area .splide__arrow--next::after {
  content: "＞";
}
.c-interview__list li a {
  position: relative;
  display: block;
}
.c-interview__list-thumb {
  margin-bottom: 15px;
  position: relative;
}
.c-interview__list-thumb span {
  display: block;
  width: auto;
  aspect-ratio: 570/700;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-interview__list-thumb span {
    border-radius: 5px;
  }
}
.c-interview__list-thumb::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/home/ico-arrow.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
          filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
  position: absolute;
  right: -10px;
  bottom: -10px;
}
@media screen and (max-width: 960px) {
  .c-interview__list-thumb::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-interview__list-thumb::after {
    width: 30px;
    height: 30px;
    right: -5px;
    bottom: -5px;
  }
}
.c-interview__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-interview__list-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 12px;
}
.c-interview__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.c-interview__btn {
  text-align: center;
}
.c-interview__btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-inline: auto;
}

/* p-data
--------------------------- */
.p-data-num {
  background-color: #F5FDFF;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-data-num {
    background-color: #EAFBFF;
  }
}
.p-data__head {
  margin-bottom: 57px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-data__head {
    margin-bottom: 32px;
  }
}
.p-data__head span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-data__head span {
    margin-bottom: 20px;
  }
}
.p-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px 30px;
}
@media screen and (max-width: 960px) {
  .p-data__list {
    gap: 50px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-data__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
}
.p-data__list li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 12px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .p-data__list li {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-data__list li {
    width: 100%;
    padding: 32px 4.2% 42px;
  }
}
.p-data__list-icon {
  max-width: 210px;
  width: 80%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .p-data__list-icon {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-data__list-icon {
    height: 130px;
  }
}
@media screen and (max-width: 960px) {
  .p-data__list-icon img {
    width: auto;
    height: 100%;
  }
}
.p-data__list-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-data__list-ttl {
    font-size: 32px;
  }
}
.p-data__list-num {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 87px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(38px, 38px + 49 * (100vw - 767px) / 673, 87px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-data__list-num {
    font-size: 87px;
  }
}
.p-data__list-txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 16 * (100vw - 767px) / 673, 30px);
}
@media screen and (max-width: 767px) {
  .p-data__list-txt {
    font-size: 30px;
  }
}
.p-data__list-txt2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(50 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 20 * (100vw - 767px) / 673, 40px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-data__list-txt2 {
    font-size: 32px;
  }
}

/* p-welfare
--------------------------- */
.p-welfare {
  padding-bottom: 180px;
  background-color: #F5FDFF;
}
@media screen and (max-width: 960px) {
  .p-welfare {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare {
    padding-bottom: 80px;
    background-color: #EAFBFF;
  }
}
.p-welfare-intro {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-welfare-intro {
    padding-bottom: 50px;
  }
}
.p-welfare-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-welfare-intro__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 88%;
  }
}
.p-welfare-intro__head {
  width: 40%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 960px) {
  .p-welfare-intro__head {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__head {
    width: 100%;
  }
}
.p-welfare-intro__head span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__head span {
    margin-bottom: 18px;
  }
}
.p-welfare-intro__dtl {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .p-welfare-intro__dtl {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__dtl {
    width: 100%;
  }
}
.p-welfare-intro__subhead {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(56 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__subhead {
    margin-bottom: 28px;
  }
}
.p-welfare-intro__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-welfare-intro__text {
    font-size: 16px;
  }
}
.p-welfare__box {
  padding: 65px 70px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-welfare__box {
    padding: 40px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare__box {
    padding: 46px 4.2%;
  }
}
.p-welfare__box:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-welfare__box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare__box:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.p-welfare__box-head {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-welfare__box-head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare__box-head {
    margin-bottom: 20px;
  }
}
.p-welfare__box-head span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 8 * (100vw - 767px) / 673, 36px);
}
@media screen and (max-width: 767px) {
  .p-welfare__box-head span {
    font-size: 22px;
  }
}
.p-welfare__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-welfare__box-wrap {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-welfare__box-dtl {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .p-welfare__box-dtl {
    width: 100%;
  }
}
.p-welfare__box-subhead {
  font-size: 32px;
  font-weight: 500;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-welfare__box-subhead {
    margin-bottom: 14px;
  }
}
.p-welfare__box-subhead span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
}
.p-welfare__box-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
}
.p-welfare__box-img {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .p-welfare__box-img {
    width: 100%;
  }
}
.p-welfare .mT60 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-welfare .mT60 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare .mT60 {
    margin-top: 30px;
  }
}

/* p-job
--------------------------- */
.p-job-intro {
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .p-job-intro {
    padding-bottom: 40px;
  }
}
.p-job-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-job-intro__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-job-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 88%;
  }
}
.p-job-intro__head {
  width: 50%;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(56 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 15 * (100vw - 767px) / 673, 36px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-job-intro__head {
    width: 100%;
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.p-job-intro__dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-job-intro__dtl {
    width: 100%;
  }
}
.p-job-intro__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-job-intro__text {
    font-size: 16px;
  }
}
.p-job-sales, .p-job-design, .p-job-director {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-job-sales, .p-job-design, .p-job-director {
    padding: 50px 0;
  }
}
.p-job-sales::before {
  content: "";
  width: 8%;
  aspect-ratio: 189/918;
  background: url(../img/job/parts01.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.p-job-design::after {
  content: "";
  width: 18%;
  aspect-ratio: 438/979;
  background: url(../img/job/parts02.png) no-repeat center/contain;
  position: absolute;
  top: -260px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-job-design::after {
    width: 14%;
    top: -180px;
  }
}
.p-job-director::before {
  content: "";
  width: 22%;
  aspect-ratio: 695/676;
  background: url(../img/job/parts03.png) no-repeat center/contain;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-job-director::before {
    top: -100px;
  }
}
.p-job__head {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 1px #fff);
          filter: drop-shadow(0px 0px 1px #fff);
  margin-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .p-job__head {
    margin-bottom: 16px;
  }
}
.p-job__sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 8 * (100vw - 767px) / 673, 20px);
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-job__sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__sub {
    font-size: 14px;
  }
}
.p-job__subhead {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-job__subhead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__subhead {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.p-job__subhead span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-job__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-job__text {
    font-size: 14px;
  }
}
.p-job__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-job__box {
    gap: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-job__box-dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-job__box-dtl {
    width: 100%;
  }
}
.p-job__box-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-job__box-img {
    width: 100%;
  }
}
.p-job__title {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
}
.p-job__title span {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 673, 60px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-job__interview {
  padding: 50px 50px 100px;
  border-radius: 20px;
  background: url(../img/job/bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-job__interview {
    padding: 40px 4.2% 80px;
  }
}
.p-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-job__list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-job__list-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  .p-job__list-item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-job__list-item {
    width: 100%;
  }
}
.p-job__list-item a {
  display: block;
}
.p-job__list-thumb {
  border-radius: 6px;
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  margin-bottom: 12px;
}
.p-job__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-job__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: solid 1px #DCDBDB;
}
.p-job__list-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(18 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 673, 14px);
  color: #333;
}

/* p-interview
--------------------------- */
.p-interview__contents {
  padding: 130px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-interview__contents {
    padding: 50px 0 60px;
  }
}
.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 25px;
}
@media screen and (max-width: 960px) {
  .p-interview__list {
    gap: 30px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__list {
    gap: 30px 15px;
  }
}
.p-interview__list li {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 960px) {
  .p-interview__list li {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__list li {
    width: calc((100% - 15px) / 2);
  }
}
.p-interview__list li a {
  display: block;
}
.p-interview__list-thumb {
  position: relative;
}
.p-interview__list-thumb::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/home/ico-arrow.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
          filter: drop-shadow(0 0 20px rgba(116, 180, 255, 0.1));
  position: absolute;
  right: -10px;
  bottom: -12px;
}
@media screen and (max-width: 960px) {
  .p-interview__list-thumb::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__list-thumb::after {
    width: 32px;
    height: 32px;
  }
}
.p-interview__list-img {
  width: 100%;
  aspect-ratio: 285/350;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.p-interview__list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview__list-name {
  padding: 12px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
  margin-bottom: 10px;
}
.p-interview__list-job {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(20 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #333;
}
.p-interview__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 8 * (100vw - 767px) / 673, 32px);
  margin-bottom: 80px;
  position: relative;
}
.p-interview__title::after {
  content: "";
  width: 54px;
  height: 2px;
  background: #E2292C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-interview-mainv {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-interview-mainv {
    height: 380px;
  }
}
.p-interview-mainv__inner {
  height: 100%;
  position: relative;
}
.p-interview-mainv__head {
  max-width: 390px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-interview-mainv__head {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}
.p-interview-mainv__title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 41, 44)), to(rgb(221, 0, 4)));
  background: linear-gradient(90deg, rgb(226, 41, 44) 0%, rgb(221, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  padding-bottom: 24px;
  margin-bottom: 27px;
  border-bottom: solid 1px #a9a9a9;
}
@media screen and (max-width: 767px) {
  .p-interview-mainv__title {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.p-interview-mainv__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-interview-mainv__txt {
    font-size: 16px;
  }
}

.p-interview-single {
  padding: 35px 0 45px;
}
@media screen and (max-width: 767px) {
  .p-interview-single {
    padding: 10px 0 40px;
  }
}
.p-interview-single__contents {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-interview-single__contents {
    padding: 20px 0;
  }
}
.p-interview-single__ques {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 4 * (100vw - 767px) / 673, 22px);
  color: #e71f29;
  padding-left: 1em;
  position: relative;
  margin-bottom: 28px;
}
.p-interview-single__ques::before {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../img/interview/icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-interview-single__answ {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-interview-single__answ {
    font-size: 16px;
  }
}
.p-interview-single__img {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview-single__img {
    margin-top: 30px;
  }
}
.p-interview-single__img img {
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}

/* p-entry
--------------------------- */
.p-entry-detail {
  padding: 65px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-entry-detail {
    padding: 40px 0 60px;
  }
}
.p-entry__detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #DCDBDB;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
.p-entry__detail-wrap::before {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e71f29;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-wrap::before {
    content: none;
  }
}
.p-entry__detail dt {
  width: 180px;
  padding: 23px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-entry__detail dt {
    width: 100%;
    border-bottom: solid 1px #e71f29;
    padding: 16px 0;
    font-size: 18px;
  }
}
.p-entry__detail dd {
  width: calc(100% - 180px);
  padding: 23px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-entry__detail dd {
    width: 100%;
    padding: 16px 0 30px;
    font-size: 14px;
  }
}
.p-entry__detail table th {
  font-weight: 400;
  padding-right: 30px;
}
.p-entry__detail table th::before {
  content: "・";
  display: inline-block;
}

/*-------------------
 * object
 -------------------*/
/*-------------------
 * javascript
 -------------------*/