@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Borel&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --base: #000;
  --red1: #E70012;
  --yellow1: #FFD506;
  --yellow2: #FAF7EC;
  --brown1: #C98700;
  --gray1: #CECECE;
  --gray2: #E6E4D9;
  --gray3: #848484;
  --faq: #FAF7EC;
  --link1: #001DFF;
  --kaihatsu: #89B929;
  --eigyou: #E70012;
  --seizou: #E470A5;
  --tokatsu: #E7B200;
  --input: #C2C2C2;
  color-scheme: light;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

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

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
    overflow: hidden;
    overflow-y: scroll;
    line-height: 1.8461538462;
    font-size: 1.3rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

label {
  cursor: pointer;
}

:-moz-placeholder {
  background: var(--gray1);
}

:placeholder-shown {
  background: var(--gray1);
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FFF inset;
}

img {
  vertical-align: middle;
}

a, button {
  transition: 0.3s opacity;
}
a:hover, button:hover {
  opacity: 0.5;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--base);
}

@media only screen and (max-width: 768px) {
  a[href*="tel:"] {
      pointer-events: auto;
      cursor: pointer;
  }
}
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.scroll-head {
  scroll-margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .scroll-head {
    scroll-margin-top: 6.4rem;
  }
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}
.c-btn--ptn2 {
  display: grid;
  place-content: center;
  width: 41rem;
  height: 9rem;
  border: 0.5rem solid var(--red1);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn2 {
    width: 24.5rem;
    height: 6rem;
    border-width: 0.4rem;
    font-size: 1.6rem;
  }
}
.c-btn--ptn2::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  left: 5.1rem;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn2::before {
    width: 2.7rem;
    left: 2.9rem;
  }
}

.c-underline-white {
  padding-bottom: 0.5em;
  background: url(../img/common/underline-white.webp) 0 100%/auto 0.8rem repeat-x;
}
.c-underline-yellow1 {
  padding-bottom: 0.5em;
  background: url(../img/common/underline-yellow1.webp) 0 100%/auto 0.8rem repeat-x;
}

.c-title--ptn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 {
    gap: 1rem;
  }
}
.c-title--ptn1 .is__en {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: var(--brown1);
  max-width: 100%;
}
.c-title--ptn1 .is__en.--title02{width: 9.735rem;}
.c-title--ptn1 .is__en.--title03{width: 16.205rem;}
.c-title--ptn1 .is__en.--title04{width: 21.989rem;}
.c-title--ptn1 .is__en.--title05{width: 19.697rem;}
.c-title--ptn1 .is__en.--title06{width: 25.296rem;}
.c-title--ptn1 .is__en.--title07{width: 6.411rem;}
.c-title--ptn1 .is__en img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is__en {
    font-size: 1.6rem;
  }
  .c-title--ptn1 .is__en img{
    transform: scale(calc(16 / 22));
  }
  .c-title--ptn1.is-left .is__en img{
    transform-origin: left;
  }
}
.c-title--ptn1 .is__jp {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 4.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is__jp {
    font-size: 3.6rem;
  }
}
.c-title--ptn1.is-left {
  align-items: flex-start;
  text-align: left;
}
.c-title--ptn2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 {
    gap: 3rem;
  }
}
.c-title--ptn2 .is__sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 4.65rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 .is__sub {
    padding: 1.1rem 3.7rem;
    font-size: 1.5rem;
  }
}
.c-title--ptn2 .is__main {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 .is__main {
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.c-title--ptn2 .is__main-ptn2 {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 .is__main-ptn2 {
    font-size: 2.4rem;
  }
}

.c-lead--ptn1 {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-lead--ptn1.is-left {
  text-align: left;
}

.c-link {
  text-decoration: none;
}
.c-link--arrow-02-red {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .c-link--arrow-02-red {
    font-size: 1.6rem;
  }
}
.c-link--arrow-02-red::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
}

.l-header {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-header {
    display: block;
  }
}
.l-header__logo {
  display: block;
  width: 24rem;
  padding: 5rem 5.5rem 3.6rem;
  border-radius: 0 0 9rem 0;
  box-sizing: border-box;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 7rem;
    padding: 1rem 1rem 1rem 1.1rem;
    border-radius: 0 0 1.5rem 0;
  }
  .home .l-header__logo {
    width: 11rem;
    padding: 1.7rem 2.6rem 2.1rem 2rem;
    border-radius: 0 0 4rem 0;
  }
}
.l-header__logo_inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-header__logo_inner {
    gap: 0.6rem;
  }
  .home .l-header__logo_inner {
    gap: 1rem;
  }
}
.l-header__logo_inner picture {
  display: block;
  font-size: 1px;
}
.l-header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% - 24rem);
  height: 10rem;
  margin: 0 0 0 auto;
  padding: 0 3rem 0 0;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header__container {
    display: none;
  }
}
.l-header__container::before {
  content: "";
  width: 9rem;
  height: 8.97rem;
  background: url(../img/common/header-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
}
.l-header-globals {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.l-header-globals__list {
  display: flex;
  align-items: center;
  gap: 3rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 600;
}
.l-header-globals__list_link {
  text-decoration: none;
  color: var(--base);
}
.l-header__entry-wrap {
  position: relative;
  z-index: 40;
}
.l-header__entry-toggle {
  display: grid;
  place-content: center;
  width: 21.2rem;
  min-height: 5rem;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  cursor: pointer;
  font-family: inherit;
  color: #FFF;
  text-align: center;
  position: relative;
}
.l-header__entry-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.l-header__entry-line1 {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-header__entry-line2 {
  margin-top: 0.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
.l-header__entry-icon {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 1.164rem;
  height: 0.682rem;
  transform: translateY(-50%);
  background: url(../img/common/accordion-icon.svg) 50% 50%/100% no-repeat;
}
.l-header__entry-wrap.is-open .l-header__entry-icon {
  transform: translateY(-50%) scaleY(-1);
}
.l-header__entry-panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.9rem);
  right: 0;
  min-width: 21.2rem;
  padding: 1.8rem 2rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: #FBF7EC;
}
.l-header__entry-wrap.is-open .l-header__entry-panel {
  display: block;
}
.l-header__entry-panel_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--base);
}
.l-header__entry-panel_link + .l-header__entry-panel_link {
  margin-top: 1rem;
}
.l-header__entry-panel_text {
  white-space: nowrap;
  color: #E70013;
}
.l-header__entry-panel_ico {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  background: 50% 50%/100% no-repeat;
}
.l-header__entry-panel_ico.is-arrow01 {
  background-image: url(../img/common/link-arrow-01-red.svg);
}
.l-header__entry-panel_ico.is-arrow02 {
  background-image: url(../img/common/link-arrow-02-red.svg);
}
.l-header__hamburger-btn {
  display: none;
  place-content: center;
  width: 7rem;
  aspect-ratio: 1/1;
  border: 0.3rem solid #FFF;
  border-radius: 2.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background: var(--yellow1);
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  .l-header__hamburger-btn {
    display: grid;
  }
  .l-header__hamburger-btn:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .l-header__hamburger-btn:hover {
    opacity: 1;
  }
}
.l-header__hamburger-btn::before {
  content: "";
  width: 2.8rem;
  height: 2.5rem;
  margin: 0 auto;
  background: 50% 50%/100% no-repeat;
  background-image: url(../img/common/menu-btn-open.webp);
}
.l-header__hamburger-btn::after {
  content: "menu";
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: var(--red1);
}
.l-header__hamburger-btn.is-open::before {
  background-image: url(../img/common/menu-btn-close.webp);
}
.l-header__hamburger-btn.is-open::after {
  content: "close";
}

.l-hamburger {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.l-hamburger__head {
  padding: 1.5rem 2rem 3rem;
  box-sizing: border-box;
  background: var(--yellow1);
}
.l-hamburger__logo_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.l-hamburger__logo_company {
  width: 6.5rem;
}
.l-hamburger__logo_recruit {
  width: 10rem;
}
.l-hamburger__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
}
.l-hamburger__btns_row {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.l-hamburger__btns_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 6rem;
  padding-left: 1.2rem;
  border: 0.2rem solid var(--red1);
  border-radius: 5rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.9rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--base);
}
.l-hamburger__btns_item--half {
  flex: 1;
  width: auto;
  min-width: 0;
}
.l-hamburger__btns_item span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: left;
}
.l-hamburger__btns_item span::before {
  content: "";
  background: 50% 50%/100% no-repeat;
}
.l-hamburger__btns_entry span::before {
  width: 2.577rem;
  height: 2.589rem;
  background-image: url(../img/common/link-arrow-01-red.svg);
}
.l-hamburger__btns_career span::before {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/common/link-arrow-02-red.svg);
}
.l-hamburger__btns_casual span::before {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/common/link-arrow-02-red.svg);
}
.l-hamburger__body {
  padding: 4rem 4rem 6rem;
  box-sizing: border-box;
  background: var(--red1);
  text-align: left;
}
.l-hamburger__list {
  border-top: 1px solid #FFF;
}
.l-hamburger__list_item {
  padding: 2rem 0;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
.l-hamburger__list_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
}
.l-hamburger__list_link::before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/common/link-arrow-02-white.svg) 50% 50%/100% no-repeat;
}
.l-hamburger__child {
  margin: 2rem 0 0;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-hamburger__child_item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.l-hamburger__child_item::before {
  content: "-";
  color: #FFF;
}
.l-hamburger__child_link {
  text-decoration: none;
  color: #FFF;
  line-height: 1.4;
}
.l-hamburger__bottom {
  display: flex;
  justify-content: center;
  margin: 5rem auto 0;
}
.l-hamburger__bottom_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-hamburger__bottom_link {
  display: flex;
  gap: 1.36rem;
  text-decoration: none;
  color: #FFF;
}
.l-hamburger__bottom_link::before {
  content: "";
  width: 2.641rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-01-white.svg) 50% 50%/100% no-repeat;
}

.l-main {
  overflow-x: clip;
  display: block;
}

.l-footer {
  padding: 10.8rem 0 20rem;
  background: var(--red1);
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 8rem 0 3rem;
  }
}
.l-footer__container {
  display: grid;
  grid-template-columns: 36rem 1fr;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3rem;
  }
}
.l-footer__head {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: space-between;
}
.l-footer__recruit {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 26.6rem;
}
.l-footer__recruit_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 26.6rem;
  height: 6rem;
  padding: 0 1.2rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFD504;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--base);
}
.l-footer__recruit_btn_ico {
  flex: none;
  width: 2.7rem;
  height: 2.7rem;
  background: 50% 50%/100% no-repeat;
}
.l-footer__recruit_btn--entry .l-footer__recruit_btn_ico {
  background-image: url(../img/common/link-arrow-01-red.svg);
}
.l-footer__recruit_btn--career .l-footer__recruit_btn_ico {
  background-image: url(../img/common/link-arrow-02-red.svg);
}
.l-footer__recruit_btn_text {
  flex: 1;
  text-align: left;
}
.l-footer__logo_link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 16rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo_link {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    gap: 3rem;
  }
  .l-footer__head {
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  .l-footer__recruit {
    align-items: center;
  }
}
.l-footer__body {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .l-footer__body {
    width: 100%;
    margin: 6rem auto 0;
    padding: 0 0rem 5rem 2rem;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
  }
}
.l-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  gap: 5rem 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
    width: 100%;
  }
}
.l-footer__list_item {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 600;
}
.l-footer__list_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: #FFF;
}
.l-footer__list_link::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-white.svg) 50% 50%/100% no-repeat;
}
.l-footer__child {
  margin: 2rem 0 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-footer__child_item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.l-footer__child_item::before {
  content: "-";
  color: #FFF;
}
.l-footer__child_link {
  text-decoration: none;
  color: #FFF;
}
.l-footer__bottom {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .l-footer__bottom {
    margin-top: 5rem;
  }
}
.l-footer__bottom_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 500;
}
.l-footer__bottom_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: #FFF;
}
.l-footer__bottom_link::before {
  content: "";
  width: 2.641rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-01-white.svg) 50% 50%/100% no-repeat;
}
.l-footer__copy {
  position: absolute;
  right: 8rem;
  bottom: 6rem;
  line-height: 3.4285714286;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .l-footer__copy {
    margin: 8rem auto 0;
    position: static;
  }
}

.l-fixed-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 8rem;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  translate: 0 -200%;
  transition: 0.6s linear translate;
}
@media only screen and (max-width: 768px) {
  .l-fixed-nav {
    display: none;
  }
}
.l-fixed-nav.is-shown {
  translate: 0 0;
}
@media only screen and (max-width: 768px) {
  .l-fixed-nav.is-shown {
    translate: 0 -100%;
  }
}
.l-fixed-nav__container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}
.l-fixed-nav__logo_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.l-fixed-nav__logo_company {
  width: 5.9rem;
}
.l-fixed-nav__logo_recruit {
  width: 10.6rem;
}
.l-fixed-nav__content {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
  margin: 0 0 0 auto;
}
.l-fixed-nav__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 600;
}
.l-fixed-nav__list_link {
  text-decoration: none;
  color: var(--base);
}
.l-fixed-nav__entry-wrap {
  position: relative;
  z-index: 5;
  flex: none;
}

.l-loop-snack {
  display: flex;
  gap: 9rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-loop-snack {
    gap: 4rem;
  }
}
.l-loop-snack__item {
  flex: 0 0 153.9rem;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media only screen and (max-width: 768px) {
  .l-loop-snack__item {
    flex: 0 0 89rem;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-loop-snack__item img {
  width: 100%;
  height: auto;
  display: block;
}
.l-fixed-bg {
  width: 100%;
  height: 100lvh;
  background: url(../img/home/fixed-bg.webp) 50% 50%/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .l-fixed-bg {
    background-image: url(../img/home/fixed-bg-sp.webp);
  }
}

.l-welove {
  padding: 9.9rem 0 14rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .l-welove {
    padding: 6.8rem 0 5rem;
    overflow: hidden;
  }
  .p-company__body+.l-welove,
  .p-members__body+.l-welove,
  .p-recruit__body+.l-welove {
    padding: 2rem 0 7rem;
  }
}
.l-welove__container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: left;
}
.l-welove__container::before {
  content: "";
  width: 31.823rem;
  height: 60.617rem;
  background: url(../img/common/we-love-baby-star-boya.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -12rem;
  right: -12.4rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .l-welove__container::before {
    width: 11.077rem;
    height: 21.1rem;
    top: 12.9rem;
    right: -0.8rem;
  }
}
.l-welove__logo {
  width: 20.6rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .l-welove__logo {
    width: 15.8rem;
    margin: 0 auto;
  }
}
.l-welove__copy {
  display: flex;
  flex-direction: column;
  margin: 2.1rem 0 0;
  line-height: 1.8823529412;
  letter-spacing: 0.1em;
  font-size: 3.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l-welove__copy {
    gap: 1.5rem;
    margin: 3rem auto 0;
    padding: 0 2rem;
    box-sizing: border-box;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.l-welove__lead {
  margin: 0.8rem 0 0;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l-welove__lead {
    margin-top: 3rem;
    padding: 0 2rem;
    box-sizing: border-box;
    line-height: 2;
    font-size: 1.5rem;
  }
}
.l-welove__btns {
  display: flex;
  gap: 1rem;
  margin: 3.5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .l-welove__btns {
    flex-direction: column;
    gap: 0.5rem;
    margin: 2.5rem auto 0;
  }
}
.l-welove__btns_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  min-width: 24rem;
  height: 8rem;
  padding-inline: 3rem;
  border: 0.3rem solid var(--red1);
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .l-welove__btns_item {
    width: 31rem;
    height: 6rem;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
}
.l-welove__btns_item span {
}
@media only screen and (max-width: 768px) {
  .l-welove__btns_item span {
    gap: 1.35rem;
    font-feature-settings: "palt";
  }
}
.l-welove__btns_item::before {
  content: "";
  background: 50% 50%/100% no-repeat;
}
.l-welove__btns_label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .l-welove__btns_label {
    flex-direction: row;
    align-items: baseline;
    gap: 0.25em;
  }
}
.l-welove__btns_item.is-entry::before {
  width: 3.36rem;
  height: 3.374rem;
  background-image: url(../img/common/link-arrow-01-red.svg);
}
@media screen and (max-width: 768px) {
  .l-welove__btns_item.is-entry::before {
    width: 2.577rem;
    height: 2.589rem;
  }
}
.l-welove__btns_item.is-career::before {
  width: 3.4rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/link-arrow-02-red.svg);
}
@media screen and (max-width: 768px) {
  .l-welove__btns_item.is-career::before {
    width: 2.7rem;
  }
}

.l-breadcrumbs {
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -10.7rem;
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs {
    bottom: -3.9rem;
  }
}
.l-breadcrumbs__list {/*
  display: flex;
  gap: 1rem;*/
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
}
.l-breadcrumbs__list li{
  display: inline;
}
.l-breadcrumbs__list li + li {/*
  display: flex;
  align-items: center;
  gap: 1rem;*/
}
.l-breadcrumbs__list li + li::before {
  content: "━";
  width: 1.6rem;
  height: 1px;
  display: inline-block;
  margin: 0 1rem;
}
.l-breadcrumbs__list li a {
  text-decoration: none;
  color: var(--base);
}

.l-page-header--ptn1 {
  position: relative;
}
.l-page-header--ptn1 .l-page-header__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.3rem;
  height: 100%;
  margin: 0;
  padding: 24.2rem 0 0 8rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn1 .l-page-header__content {
    gap: 1.2rem;
    padding: 16.5rem 0 0 2.4rem;
  }
}
.l-page-header--ptn1 .l-page-header__title {
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  font-size: 6rem;
  font-weight: 700;
  text-shadow: 0 0 1.4rem rgb(67, 67, 67);
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn1 .l-page-header__title {
    line-height: 1.0689655172;
    font-size: 2.9rem;
  }
}
.l-page-header--ptn1 .l-page-header__lead {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0 0 1.4rem rgb(67, 67, 67);
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn1 .l-page-header__lead {
    line-height: 1.8666666667;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-page-header--ptn2 {
  padding: 7.9rem 0 7rem;
  background: var(--red1);
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn2 {
    padding: 14.4rem 0 11.5rem;
    padding: 6.0rem 0 3.8rem;
  }
}
.l-page-header--ptn2 .l-page-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn2 .l-page-header__title {
    gap: 1.8rem;
  }
}
.l-page-header--ptn2 .l-page-header__title .is__sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 4.8rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 500;
  color: var(--red1);
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn2 .l-page-header__title .is__sub {
    padding: 1.1rem 3.7rem;
    font-size: 1.5rem;
  }
}
.l-page-header--ptn2 .l-page-header__title .is__main {
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  font-size: 6rem;
  font-weight: 700;
  color: #FFF;
}
.l-page-header--ptn2 .l-page-header__title .is__main.is__sml{
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn2 .l-page-header__title .is__main {
    line-height: 1.0689655172;
    font-size: 2.9rem;
  }
  .l-page-header--ptn2 .l-page-header__title .is__main.is__sml{
    font-size: 2.9rem;
  }
}
.l-page-header--ptn2 .l-page-header__lead {
  margin: 2.3rem auto 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .l-page-header--ptn2 .l-page-header__lead {
    margin-top: 1.9rem;
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 113rem;
}
.l-container--ptn2 {
  max-width: 111rem;
}
.l-container--ptn3 {
  max-width: 130rem;
}
.l-container--ptn4 {
  max-width: 132rem;
  padding: 0 2rem;
}
.l-container--ptn5 {
  max-width: 98rem;
}

.l-itemlist--ptn1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-itemlist--ptn1 {
    grid-template-columns: 100%;
    gap: 2rem;
    width: 31.5rem;
    margin: 0 auto;
  }
}
.l-itemlist--ptn1 .l-itemlist__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  color: var(--base);
}
.l-itemlist--ptn1 .l-itemlist__item.is-false {
  position: relative;
}
.l-itemlist--ptn1 .l-itemlist__item.is-false::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.l-itemlist--ptn1 .l-itemlist__item.is-false::after {
  content: "後日公開";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
.l-itemlist--ptn1 .l-itemlist__item_image {
  display: block;
  width: 100%;
  aspect-ratio: 290/190;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.l-itemlist--ptn1 .l-itemlist__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-itemlist--ptn1 .l-itemlist__item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.7rem;
}
.l-itemlist--ptn1 .l-itemlist__item_title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-itemlist--ptn1 .l-itemlist__item_title::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
}
.l-itemlist--ptn1 .l-itemlist__item[target=_blank] .l-itemlist__item_title::before {
  width: 2.767rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/link-arrow-01-red.svg);
}

.p-home-mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-mv {
    padding: 0 0 9.9rem;
    box-sizing: border-box;
    width: 100%;
    height: calc(50rem + 9.9rem);
  }
}
.p-home-mv__content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 129.5rem;
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 5.7rem;
  translate: -50% 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content {
    flex-direction: column;
    align-items: stretch;
    max-width: initial;
    padding: 0;
    left: 0;
    bottom: 0;
    translate: 0 0;
  }
}
.p-home-mv__content_head {
  flex: 1 1 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_head {
    padding: 0 0 3.2rem 2.4rem;
  }
}
.p-home-mv__content_copy {
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: -0.5em;
  text-shadow: 0 0 1.4rem rgb(67, 67, 67);
  font-size: 7rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_copy {
    font-size: 2.9rem;
  }
}
.p-home-mv__content_lead {
  margin: 0.9rem 0 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1.4rem rgb(67, 67, 67);
  font-size: 2.6rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_lead {
    font-size: 2rem;
  }
}
.p-home-mv__content_btns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_btns {
    flex-direction: row;
    gap: 1.5rem;
    padding: 2rem;
    background: #FFF;
  }
}
.p-home-mv__content_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33rem;
  height: 7rem;
  padding-left: 3rem;
  box-sizing: border-box;
  border: 0.2rem solid var(--red1);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_btn {
    width: 100%;
    height: 5.9rem;
    padding-left: 1.4rem;
    line-height: 1.1428571429;
    font-size: 1.4rem;
  }
}
.p-home-mv__content_btn span {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.p-home-mv__content_btn span::before {
  content: "";
  background: 50% 50%/100% no-repeat;
}
.p-home-mv__content_entry span::before {
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/link-arrow-01-red.svg);
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_entry span::before {
    width: 1.743rem;
  }
}
.p-home-mv__content_casual span::before {
  width: 2.7rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/link-arrow-02-red.svg);
}
@media only screen and (max-width: 768px) {
  .p-home-mv__content_casual span::before {
    width: 1.9rem;
  }
}
.p-home-mv__slider .slick-dots {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  top: 21.6rem;
  left: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__slider .slick-dots {
    top: 17.5rem;
    left: 1.5rem;
  }
}
.p-home-mv__slider .slick-dots li {
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  cursor: pointer;
}
.p-home-mv__slider .slick-dots li.slick-active {
  background: var(--red1);
}
.p-home-mv__slider .slick-dots li button {
  text-indent: -99999px;
  overflow: hidden;
}
.p-home-mv__slider_item img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-home-about {
  padding: 8.7rem 0 6.62rem;
  background: var(--yellow1) url(../img/home/about_bg.webp) calc(100% + 8rem) 15.4rem/136.049rem no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-home-about {
    padding: 5rem 0 4.67rem;
    background: var(--yellow1) url(../img/home/about_bg.webp) calc(100% + 2.5rem) 12.5rem/29.946rem no-repeat;
    position: relative;
  }
  .p-home-about::before {
    content: "";
    width: 19.253rem;
    height: 20.755rem;
    background: url(../img/home/about-boya-sp.webp) 50% 50%/100% no-repeat;
    position: absolute;
    top: 8.25rem;
    left: -7.33rem;
  }
}
.p-home-about__container {
  max-width: 129.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-home-about__container {
    padding: 0 2rem;
  }
}
.p-home-about__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
}
.p-home-about__title .is__en {
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: var(--brown1);
  max-width: 100%;
}
.p-home-about__title .is__en.--title01{width: 25.711rem;}
.p-home-about__title .is__en img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-home-about__title .is__en {
    font-size: 1.6rem;
  }
  .p-home-about__title .is__en img{
    transform: scale(calc(16 / 22));
  }
}
.p-home-about__title .is__jp {
  line-height: 1.64;
  letter-spacing: 0.05em;
  font-size: 5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-home-about__title .is__jp {
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}
.p-home-about__wrap {
  display: flex;
  margin: 8.7rem auto 0;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-home-about__wrap {
    flex-direction: column-reverse;
    margin-top: 2.9rem;
    gap: 0;
  }
}
.p-home-about__slider {
  width: 64.054rem;
  margin-left: -3rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-home-about__slider {
    width: 100%;
    margin: 4.5rem auto 0;
  }
}
.p-home-about__slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/home/slider-frame.webp) 0 0/100.3% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-home-about__slider::after {
  content: "";
  width: 25.735rem;
  height: 31.071rem;
  background: url(../img/home/about-boya.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -19.5rem;
  left: 5.75rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-home-about__slider::after {
    display: none;
  }
}
.p-home-about__slider .slick-list {
  clip-path: url(#mask);
}
.p-home-about__slider .slick-dots {
  display: flex;
  gap: 0.8rem;
  position: absolute;
  left: 6.4rem;
  bottom: 0.5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-home-about__slider .slick-dots {
    left: 2rem;
    bottom: 0;
  }
}
.p-home-about__slider .slick-dots li {
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background: #FFF;
  cursor: pointer;
}
.p-home-about__slider .slick-dots li.slick-active {
  background: var(--red1);
}
.p-home-about__slider .slick-dots li button {
  overflow: hidden;
  text-indent: -9999px;
}
.p-home-about__slider_item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-home-about__content {
  flex: 1 1 auto;
  text-align: left;
  line-height: 2.4347826087;
  letter-spacing: 0.05em;
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-home-about__content {
    padding: 0 0.5rem;
    box-sizing: border-box;
    line-height: 2.3888888889;
    font-size: 1.8rem;
  }
}
.p-home-about__content p + p {
  margin-top: 1.6em;
}
.p-home-about__loop {
  margin: 6.52rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-about__loop {
    margin-top: 6rem;
  }
}

.p-home-team {
  background: var(--yellow1) url(../img/home/team-head_bg.webp) 0 0/100% no-repeat;
  padding: 12.4285714286vw 0 3.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-team {
    background: var(--yellow1) url(../img/home/team-head_bg-sp.webp) 0 0/100% no-repeat;
    padding: 8.9rem 0 12.3rem;
  }
}
.p-home-team::before {
  content: "";
  width: 100%;
  height: calc(100% - 52.8571428571vw);
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-team::before {
    height: calc(100% - 20.1rem);
  }
}
.p-home-team::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/15;
  background: url(../img/home/one-team_decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-team::after {
    aspect-ratio: 375/8;
    background-image: url(../img/home/one-team_decoration-sp.webp);
  }
}
.p-home-team__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  margin: 0 auto 5.6428571429vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-team__title {
    gap: 4.4rem;
    margin-bottom: 3rem;
  }
}
.p-home-team__title::before {
  content: "";
  width: 76.576rem;
  height: 21.334rem;
  background: url(../img/home/one-team_title-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: 2.04rem;
  left: 50%;
  translate: -50% 0;
  filter: drop-shadow(1.2rem 1.8rem 2rem rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 768px) {
  .p-home-team__title::before {
    width: 35.256rem;
    height: 11.768rem;
    background-image: url(../img/home/one-team_title-decoration-sp.webp);
    top: 5.85rem;
  }
}
.p-home-team__title .is__sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 3.4rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-team__title .is__sub {
    padding: 0.8rem 2.2rem;
    line-height: 1.3333333333;
    font-size: 1.5rem;
  }
}
.p-home-team__title .is__sub::after {
  content: "";
  width: 3.6rem;
  height: 2.5rem;
  background: url(../img/home/one-team_triangle.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: calc(100% - 0.7rem);
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 768px) {
  .p-home-team__title .is__sub::after {
    width: 2.6rem;
    height: 1.9rem;
    top: calc(100% - 0.5rem);
  }
}
.p-home-team__title .is__main {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-home-team__title .is__main {
    line-height: 1.2777777778;
    font-size: 3.6rem;
  }
}
.p-home-team__content {
  max-width: 54.5rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 2.4;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-home-team__content {
    line-height: 2;
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-home-team__content p + p {
  margin-top: 1.8em;
}
.p-home-team__content p.p-home-team__text-decoration {
  margin-top: 17.2rem;
}
.p-home-team__content p span {
  font-weight: 900;
}
.p-home-team__content::before {
  content: "";
  width: 17.298rem;
  height: 19.695rem;
  background: url(../img/home/one-team_img-01.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -3.1rem;
  right: calc(100% + 12.54rem);
}
@media only screen and (max-width: 768px) {
  .p-home-team__content::before {
    width: 10.34rem;
    height: 11.773rem;
    top: 33.2rem;
    right: 22.01rem;
  }
}
.p-home-team__content::after {
  content: "";
  width: 22.458rem;
  height: 25.137rem;
  background: url(../img/home/one-team_img-02.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: 4.1rem;
  left: calc(100% + 12.36rem);
}
@media only screen and (max-width: 768px) {
  .p-home-team__content::after {
    width: 11.245rem;
    height: 12.586rem;
    top: 34.1rem;
    left: 21.67rem;
  }
}
.p-home-team__image {
  width: 27.1rem;
  position: absolute;
  right: calc(100% + 4.5rem);
  bottom: -5rem;
}
@media only screen and (max-width: 768px) {
  .p-home-team__image {
    width: 11rem;
    top: calc(100% + 1rem);
    right: 24.9rem;
    bottom: auto;
  }
}
.p-home-team__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-home-company {
  margin: 76.4rem auto 0;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-company {
    margin-top: 32.8rem;
  }
}
.p-home-company__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 120rem;
  width: 100%;
  margin: 0 auto -8.1rem;
  padding: 8.1rem 8.5rem 10.8rem;
  border-radius: 10rem 10rem 0 0;
  box-sizing: border-box;
  background: #FFF;
  translate: 0 -8.1rem;
}
@media only screen and (max-width: 768px) {
  .p-home-company__container {
    display: flex;
    flex-direction: column;
    margin-bottom: -3rem;
    padding: 3rem 3rem 4rem;
    border-radius: 3rem 3rem 0 0;
    translate: 0 -3rem;
  }
}
.p-home-company__box {
  padding: 0 5.5rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-home-company__box {
    padding: 4rem 0;
  }
}
.p-home-company__box + .p-home-company__box {
  border-left: 1px solid var(--gray1);
}
@media only screen and (max-width: 768px) {
  .p-home-company__box + .p-home-company__box {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--gray1);
  }
}
.p-home-company__box_lead {
  margin: 2rem 0 0;
}
.p-home-company__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin: 4rem 0 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-home-company__list {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

.p-home-member {
  background: #FFF;
}
.p-home-member__wrap {
  padding: 8.8rem 0 8.3rem;
  box-sizing: border-box;
  border-radius: 100px 100px 100px 100px;
  background: var(--yellow1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-member__wrap {
    padding: 8rem 2rem 6rem;
    border-radius: 3rem;
  }
}
.p-home-member__wrap::before {
  content: "";
  width: 118.927rem;
  height: 33.586rem;
  background: url(../img/home/member-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -1.79rem;
  left: 50%;
  translate: -50% 0;
  filter: drop-shadow(1.2rem 1.8rem 2rem rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 768px) {
  .p-home-member__wrap::before {
    width: 34.499rem;
    height: 36.758rem;
    background-image: url(../img/home/member-decoration-sp.webp);
    top: -1.8rem;
  }
}
.p-home-member__lead {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-member__lead {
    margin-top: 2rem;
    font-feature-settings: "palt";
  }
}
.p-home-member__slider {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-member__slider {
    margin-top: 5rem;
  }
}
.p-home-member__slider .slick-track {
  display: flex !important;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-home-member__slider .slick-track {
    gap: 0;
  }
}
.p-home-member__slider .slick-track .p-home-member__slider_item {
  flex: 0 0 32rem;
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-home-member__slider .slick-track .p-home-member__slider_item {
    flex: 1 1 auto;
    width: auto;
  }
}
.p-home-member__slider .slick-track .p-home-member__slider_item .is-size-l {
  display: none;
}
.p-home-member__slider .slick-track .p-home-member__slider_item.slick-active .is-size-s {
  display: none;
}
.p-home-member__slider .slick-track .p-home-member__slider_item.slick-active .is-size-l {
  display: block;
}
.p-home-member__slider_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 102rem;
  width: 100%;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-member__slider_control {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 9.5rem;
    margin-top: 3rem;
    box-sizing: border-box;
  }
}
.p-home-member__slider_arrows {
  display: flex;
  align-items: center;
  gap: 2rem;
  translate: 9rem 0;
}
@media only screen and (max-width: 768px) {
  .p-home-member__slider_arrows {
    translate: 0 0;
  }
}
.p-home-member__slider_arrows .slick-arrow {
  width: 6rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/home/slick-arrow.svg) 50% 50%/100% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.p-home-member__slider_arrows .slick-arrow.slick-next {
  scale: -1 1;
}
.p-home-member__slider_dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.p-home-member__slider_dots .slick-dots li {
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #FFF;
  overflow: hidden;
}
.p-home-member__slider_dots .slick-dots li.slick-active {
  background: var(--red1);
}
.p-home-member__slider_dots .slick-dots li button {
  overflow: hidden;
  text-indent: -9999px;
}
.p-home-member__slider_item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-home-environment {
  padding: 12.7rem 0 12rem;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-environment {
    padding: 5rem 0 6rem;
  }
}
.p-home-environment__container {
  max-width: 122rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__container {
    padding: 0 2rem;
  }
}
.p-home-environment__block {
  display: flex;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block {
    gap: 3rem;
  }
}
.p-home-environment__block + .p-home-environment__block {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block + .p-home-environment__block {
    margin-top: 6rem;
  }
}
.p-home-environment__block_image {
  width: max(79.2rem, 56.5714285714vw);
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block_image {
    width: 100%;
  }
}
.p-home-environment__block_image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-home-environment__block_content {
  flex: 1 1 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block_content {
    margin-right: -2rem;
    padding-left: 1rem;
    box-sizing: border-box;
  }
}
.p-home-environment__block_lead {
  margin: 2rem 0 0;
  font-feature-settings: "palt";
}
.p-home-environment__block_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 4rem auto 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block_list {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-home-environment__block.is-environment {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block.is-environment {
    flex-direction: column;
  }
}
.p-home-environment__block.is-environment .p-home-environment__block_image {
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block.is-environment .p-home-environment__block_image {
    margin-right: 0;
  }
}
.p-home-environment__block.is-environment .p-home-environment__block_image::before {
  content: "";
  width: 12.163rem;
  height: 12.7rem;
  background: url(../img/home/enfironment-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -3.09rem;
  right: 8.18rem;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block.is-environment .p-home-environment__block_image::before {
    width: 6.4rem;
    height: 6.7rem;
    top: -4rem;
    right: -0.9rem;
  }
}
.p-home-environment__block.is-recruit {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block.is-recruit {
    flex-direction: column;
  }
}
.p-home-environment__block.is-recruit .p-home-environment__block_image {
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .p-home-environment__block.is-recruit .p-home-environment__block_image {
    margin-left: 0;
  }
}

.p-home-topics {
  padding: 9.8rem 0 11.5rem;
  background: var(--yellow2);
}
@media only screen and (max-width: 768px) {
  .p-home-topics {
    padding: 6rem 0 6.8rem;
  }
}
.p-home-topics__container {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
.p-home-topics__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-home-topics__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.p-home-topics__head_content {
  text-align: left;
}
.p-home-topics__head_lead {
  margin: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-home-topics__head_lead {
    margin-top: 2rem;
  }
}
.p-home-topics__tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 6rem auto 0;
  width: calc(20rem * 4 + 0.5rem * 3);
}
@media only screen and (max-width: 768px) {
  .p-home-topics__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 5rem -1rem 0;
    width: 100%;
  }
}
.p-home-topics__tabs_item {
  flex: 0 0 20rem;
  display: grid;
  place-content: center;
  height: 5rem;
  border: 1px solid var(--gray2);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gray3);
}
@media only screen and (max-width: 768px) {
  .p-home-topics__tabs_item {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-home-topics__tabs_item.is-open {
  border-color: var(--yellow1);
  background: var(--yellow1);
  color: var(--base);
}
.p-home-topics__pages {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-topics__pages {
    margin-top: 3rem;
  }
}
.p-home-topics__pages_item {
  display: none;
}
.p-home-topics__pages_item.is-show {
  display: block;
}
.p-home-topics__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-home-topics__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
  }
}
.p-home-topics__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-topics__item {
    display: block;
    width: 31.5rem;
    margin: 0 auto;
  }
}
.p-home-topics__item_thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 290/190;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-home-topics__item_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-topics__item_content {
  padding: 2rem 0 0;
  text-align: left;
}
.p-home-topics__item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-home-topics__item_date {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-home-topics__item_category a {
  display: grid;
  place-content: center;
  width: 15.4rem;
  height: 2.5rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--gray2);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--base);
}
.p-home-topics__item_title {
  margin: 1.5rem 0 0;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--base);
}
.p-home-topics__item_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--base);
}
.p-home-topics__item_link::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
}

.p-company__body {
  padding: 7rem 0 9.78rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-company__body {
    padding: 4rem 0 1.73rem;
  }
}
.p-company__body_loop {
  margin: 6.38rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-company__body_loop {
    margin-top: 4.8rem;
  }
}

.p-profile-head {
  padding: 8rem 0 10rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-profile-head {
    padding: 3.6rem 0 5.36rem;
  }
}
.p-profile-head__wrap {
  display: flex;
  align-items: center;
  gap: 7rem;
  margin: 6rem auto 10rem;
}
@media only screen and (max-width: 768px) {
  .p-profile-head__wrap {
    flex-direction: column;
    gap: 3rem;
    margin: 3rem auto 7.4rem;
  }
}
.p-profile-head__image {
  flex: 1 1 auto;
  width: 79.2rem;
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .p-profile-head__image {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
.p-profile-head__content {
  flex: 0 0 46.7rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-profile-head__content {
    flex: 1 1 auto;
    margin: 0 -1rem;
    line-height: 2.3888888889;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.p-profile-value {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-profile-value {
    padding: 6.54rem 0 6rem;
  }
}
.p-profile-value__wrap {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 5.2rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-profile-value__wrap {
    align-items: center;
    gap: 1.5rem 1.3rem;
    flex-wrap: wrap;
    margin: 4.5rem auto 0;
  }
}
.p-profile-value__item {
  flex: 0 0 22rem;
}
@media only screen and (max-width: 768px) {
  .p-profile-value__item {
    flex: 0 1 auto;
    width: 16rem;
  }
}
.p-profile-value__loop {
  display: flex;
  gap: 3rem;
  margin: 11.5rem auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-profile-value__loop {
    margin-top: 6rem;
  }
}
.p-profile-value__loop_item {
  flex: 0 0 157rem;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.p-profile-overview {
  padding: 14rem 0 12rem;
  background: var(--yellow2);
}
@media only screen and (max-width: 768px) {
  .p-profile-overview {
    padding: 5.51rem 0 5.59rem;
  }
}
.p-profile-overview__block {
  display: flex;
  margin: 4.3rem auto 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--base);
  box-sizing: border-box;
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block {
    flex-direction: column;
    margin: 4rem -1rem 0;
    text-align: center;
  }
}
.p-profile-overview__block + .p-profile-overview__block {
  border-width: 0 0 1px 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block + .p-profile-overview__block {
    margin: 0 -1rem;
  }
}
.p-profile-overview__block_title {
  flex: 0 0 23rem;
  padding: 3rem 1.6rem;
  border-right: 1px solid var(--base);
  box-sizing: border-box;
  background: var(--yellow1);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block_title {
    flex: 1 1 auto;
    width: 100%;
    padding: 1.4rem 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--base);
  }
}
.p-profile-overview__block_content {
  flex: 1 1 auto;
  padding: 3rem 2.4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block_content {
    padding: 2.4rem 0;
  }
}
.p-profile-overview__block_content.with-map {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-block: 0;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block_content.with-map {
    flex-direction: column;
    gap: 0.9rem;
    padding-block: 2.8rem;
  }
}
.p-profile-overview__block_map {
  display: grid;
  place-content: center;
  width: 20.5rem;
  height: 4.5rem;
  padding-left: 2.2rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block_map {
    width: 13.8rem;
    height: 3rem;
    padding-left: 0.9rem;
    font-size: 1rem;
  }
}
.p-profile-overview__block_map::before {
  content: "";
  width: 1.787rem;
  height: 1.787rem;
  background: url(../img/common/link-arrow-01-white.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  left: 1.74rem;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-profile-overview__block_map::before {
    width: 1.281rem;
    height: 1.281rem;
    left: 1.14rem;
  }
}

.p-job-head {
  padding: 9rem 0 8.4rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-job-head {
    padding: 4.5rem 0 6.26rem;
  }
}
.p-job-head__title {
  margin: 0 auto 3.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-job-head__title {
    margin-bottom: 3.6rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.p-job-head__sub {
  display: grid;
  place-content: center;
  width: 40.7rem;
  height: 5.6rem;
  margin: 0 auto 3.1rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-job-head__sub {
    width: 31rem;
    height: 5.1rem;
    margin-bottom: 3.55rem;
    font-size: 1.6rem;
  }
}
.p-job-head__sub::after {
  content: "";
  width: 3.6rem;
  height: 2.5rem;
  background: url(../img/job/under-arrow.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: calc(100% - 0.7rem);
  left: 50%;
  translate: -50% 0;
}
.p-job-head__image {
  width: 76.057rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-job-head__image {
    width: calc(100% - 4rem);
  }
}
.p-job-body {
  padding: 17.4rem 0 13rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-job-body {
    padding: 6.4rem 0;
  }
}
.p-job-body__block {
  padding-left: 17rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-job-body__block {
    margin: 0 -1.7rem;
    padding: 0;
  }
}
.p-job-body__block:not(:last-child)::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: var(--red1);
  position: absolute;
  top: 0;
  left: 11.6rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__block:not(:last-child)::before {
    display: none;
  }
}
.p-job-body__block:first-child {
  padding-bottom: 10.7rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__block:first-child {
    padding-bottom: 9.8rem;
  }
}
.p-job-body__block:nth-child(2) {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__block:nth-child(2) {
    padding-bottom: 15.2rem;
  }
}
.p-job-body__block:nth-child(3) {
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__block:nth-child(3) {
    padding-bottom: 9.8rem;
  }
}
.p-job-body__count {
  width: 20rem;
  position: absolute;
  top: -10rem;
  left: 1.6rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-job-body__count {
    width: 14rem;
    top: -1.1rem;
    left: 3rem;
  }
}
.p-job-body__box {
  border-radius: 2rem;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  text-align: left;
}
.p-job-body__box.ptn-01 {
  padding: 5.27rem 4.3rem 9.06rem 33.4rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-01 {
    padding: 14.22rem 3rem 2.7rem;
  }
}
.p-job-body__box.ptn-01 .p-job-body__box_image {
  width: 32.5rem;
  position: absolute;
  top: -4.86rem;
  left: -3rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-01 .p-job-body__box_image {
    width: 20rem;
    top: -7.6rem;
    left: 12.5rem;
  }
}
.p-job-body__box.ptn-02 {
  padding: 3.54rem 41.8rem 9.06rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-02 {
    padding: 14.22rem 3rem 2.6rem;
  }
}
.p-job-body__box.ptn-02 .p-job-body__box_image {
  width: 32.5rem;
  position: absolute;
  top: -4.86rem;
  right: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-02 .p-job-body__box_image {
    width: 20rem;
    top: -7.6rem;
    right: 2.5rem;
  }
}
.p-job-body__box.ptn-03 {
  padding: 3.54rem 4.3rem 7.54rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 {
    padding: 14.22rem 3rem 4.3rem;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_image {
  width: 32.5rem;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_image {
    width: 26.1rem;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_image.ptn-01 {
  top: -4.86rem;
  left: -3rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_image.ptn-01 {
    top: -12.9rem;
    left: 7.4rem;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_image.ptn-02 {
  /* top: 55.7rem; */
  bottom: -5.1rem;
  right: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_image.ptn-02 {
    display: none;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_content {
  padding-right: 41.5rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_content {
    padding-right: 0;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(3) {
  padding-left: 33.4rem;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(3) {
    padding-left: 0;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(4) {
  margin-top: 4.96rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(4) {
    margin-top: 3.32rem;
  }
}
.p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(5) {
  margin-top: 5.56rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box.ptn-03 .p-job-body__box_content:nth-child(5) {
    margin-top: 5.82rem;
  }
}
.p-job-body__box_title {
  display: flex;
  align-items: center;
  gap: 1.62rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2.25rem;
  padding: 0 0 1.228rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box_title {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }
}
.p-job-body__box_title::before {
  content: "";
  width: 2.948rem;
  height: 3.184rem;
  background: url(../img/job/title-decoration.svg) 50% 50%/100% no-repeat;
}
.p-job-body__box_title::after {
  content: "";
  width: 100%;
  height: 0.498rem;
  background: url(../img/job/under-wave-white.webp) 0 0/auto 100% repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-job-body__box_content {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box_content {
    line-height: 2;
    font-size: 1.6rem;
  }
  .p-job-body__box_content p{
    line-break: strict;
  }
}
.p-job-body__box_content p + p {
  margin-top: 2em;
}
.p-job-body__box_btn {
  margin: 3rem auto 0;
}
.p-job-body__box_btn:not(:has(a)) {
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-job-body__box_btn {
    display: flex;
    justify-content: center;
    margin-top: 1.8rem;
  }
  .p-job-body__box_btn:not(:has(a)) {
    height: 0;
  }
}
.p-job-active {
  padding: 0 0 14.6rem;
  background: linear-gradient(to top, var(--yellow1) 50%, #FFF 50%);
}
@media only screen and (max-width: 768px) {
  .p-job-active {
    padding-bottom: 0;
  }
}
.p-job-active__content {
  padding: 10.3rem 0 8.5rem;
  border-radius: 10rem;
  box-sizing: border-box;
  background: var(--red1);
}
@media only screen and (max-width: 768px) {
  .p-job-active__content {
    padding: 3.8rem 0 4.9rem;
    border-radius: 3rem;
  }
}
.p-job-active__title {
  margin: 0 auto 5.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-job-active__title {
    margin-bottom: 2.6rem;
    line-height: 1.6666666667;
    letter-spacing: 0.0005em;
    font-size: 2.4rem;
  }
}
.p-job-active__wrap {
  display: flex;
  justify-content: center;
  gap: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .p-job-active__wrap {
    flex-direction: column;
    gap: 3.5rem;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.p-job-active__item {
  flex: 0 0 28rem;
  padding: 2.3rem 3rem 3.3rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-job-active__item {
    flex: 1 1 auto;
    padding: 2.2rem 2rem 2.9rem;
  }
}
.p-job-active__item_title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 2.4rem 0.5rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--base);
  position: absolute;
  top: -0.8em;
  left: 50%;
  translate: -50% 0;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
.p-job-active__item_image {
  display: grid;
  place-content: center;
  width: 100%;
  height: 11.7rem;
}
.p-job-active__item_caption {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-job-active__loop {
  display: flex;
  gap: 2.5rem;
  margin: 6.9rem auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-job-active__loop {
    gap: 1.5rem;
    margin-top: 3.9rem;
  }
}
.p-job-active__loop_item {
  flex: 0 0 169.5rem;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media only screen and (max-width: 768px) {
  .p-job-active__loop_item {
    flex: 0 0 102rem;
  }
}

.p-members__body {
  padding: 4.4rem 0 10.23rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-members__body {
    padding: 1.5rem 0 1.92rem;
  }
}
.p-members__body_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.8rem 3.4rem;
}
@media only screen and (max-width: 768px) {
  .p-members__body_list {
    grid-template-columns: 100%;
    gap: 2rem;
    width: 32rem;
    margin: 0 auto;
  }
}

.p-voice-head {
  padding: 7rem 0 3.09rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-voice-head {
    padding: 5.9rem 0 5.4rem;
  }
}
.p-voice-head__title {
  margin: 0 auto 7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__title {
    margin: 0 auto 2.6rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.p-voice-head__video {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1rem;
  margin: 0 auto 14rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video {
    flex-direction: column;
    gap: 3.1rem;
    margin-bottom: 4.6rem;
  }
}
.p-voice-head__video_media {
  flex: 0 0 64rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_media {
    flex: 1 1 auto;
    width: 33rem;
  }
}
.p-voice-head__video_media video {
  width: 100%;
  aspect-ratio: 640/360;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-voice-head__video_media figcaption {
  display: block;
  margin: 1.5rem auto 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_media figcaption {
    margin-top: 0.83rem;
    font-size: 1.6rem;
  }
}
.p-voice-head__video_content {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  translate: 0 -2rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_content {
    align-items: center;
    gap: 1.2rem;
    translate: 0 0;
    text-align: center;
  }
}
.p-voice-head__video_job {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 4rem;
  border: 0.2rem solid var(--base);
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_job {
    font-size: 1.4rem;
  }
}
.p-voice-head__video_job.kaihatsu {
  background: var(--kaihatsu);
}
.p-voice-head__video_job.eigyou {
  background: var(--eigyou);
}
.p-voice-head__video_job.seizou {
  background: var(--seizou);
}
.p-voice-head__video_job.tokatsu {
  background: var(--tokatsu);
}
.p-voice-head__video_name {
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_name {
    line-height: 1.4;
    font-size: 2rem;
  }
}
.p-voice-head__video_year {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__video_year {
    font-size: 1.2rem;
  }
}
.p-voice-head__block {
  display: flex;
  gap: 4rem;
  max-width: 118rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block {
    flex-direction: column;
    gap: 1.8rem;
    padding: 0 2.25rem;
    box-sizing: border-box;
  }
}
.p-voice-head__block:nth-child(n+2) {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(n+2) {
    margin-top: 4.6rem;
  }
}
.p-voice-head__block:nth-child(odd) .p-voice-head__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(odd) .p-voice-head__block_image {
    width: calc(100% + 2.25rem);
    margin-left: -2.25rem;
  }
}
.p-voice-head__block:nth-child(odd) .p-voice-head__block_content {
  flex: 0 0 50.7rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(odd) .p-voice-head__block_content {
    flex: 1 1 auto;
  }
}
.p-voice-head__block:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(even) {
    flex-direction: column;
  }
}
.p-voice-head__block:nth-child(even) .p-voice-head__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(even) .p-voice-head__block_image {
    width: calc(100% + 2.25rem);
    margin-right: -2.25rem;
  }
}
.p-voice-head__block:nth-child(even) .p-voice-head__block_content {
  flex: 0 0 63rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block:nth-child(even) .p-voice-head__block_content {
    flex: 1 1 auto;
  }
}
.p-voice-head__block_content {
  padding-top: 3rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block_content {
    padding-top: 0;
  }
}
.p-voice-head__block_title {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0 0 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block_title {
    gap: 0.8rem;
    margin-bottom: 2rem;
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}
.p-voice-head__block_title::before {
  content: "";
  width: 3.9rem;
  aspect-ratio: 1/1;
  background: 50% 50%/100% no-repeat;
  translate: 0 0.08em;
}
@media only screen and (max-width: 768px) {
  .p-voice-head__block_title::before {
    width: 3rem;
  }
}
.p-voice-head__block_title.kaihatsu::before {
  background-image: url(../img/voice/title-kaihatsu.svg);
}
.p-voice-head__block_title.eigyou::before {
  background-image: url(../img/voice/title-eigyou.svg);
}
.p-voice-head__block_title.seizou::before {
  background-image: url(../img/voice/title-seizou.svg);
}
.p-voice-head__block_title.tokatsu::before {
  background-image: url(../img/voice/title-tokatsu.svg);
}
.p-voice-head__block_comment {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-voice-head__block_comment p + p {
  margin-top: 2em;
}
.p-voice-after {
  padding: 8.7928571429vw 0 37.7071428571vw;
  background: linear-gradient(to bottom, var(--yellow1) 50vw, #FFF 50vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-voice-after {
    padding: 8.8rem 0 40.49rem;
    background: linear-gradient(to bottom, var(--yellow1) 18.6rem, #FFF 18.6rem);
  }
}
.p-voice-after::before {
  content: "";
  width: 100%;
  aspect-ratio: 1400/700;
  background: url(../img/voice/after-head.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-voice-after::before {
    aspect-ratio: 375/187;
    background-image: url(../img/voice/after-head-sp.webp);
    top: 0;
  }
}
.p-voice-after::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  border-radius: 6rem;
  background: 50% 50%/100% no-repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -7.2rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-after::after {
    aspect-ratio: 375/375;
    border-radius: 3rem;
    bottom: -2.1rem;
  }
}
.p-voice-after.kaihatsu-01::after {
  background-image: url(../img/voice/kaihatsu-01/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.kaihatsu-01::after {
    background-image: url(../img/voice/kaihatsu-01/bg-sp.webp);
  }
}
.p-voice-after.kaihatsu-02::after {
  background-image: url(../img/voice/kaihatsu-02/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.kaihatsu-02::after {
    background-size: cover;
  }
}
.p-voice-after.eigyou-01::after {
  background-image: url(../img/voice/eigyou-01/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.eigyou-01::after {
    background-size: cover;
  }
}
.p-voice-after.eigyou-02::after {
  background-image: url(../img/voice/eigyou-02/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.eigyou-02::after {
    background-size: cover;
  }
}
.p-voice-after.seizou-01::after {
  background-image: url(../img/voice/seizou-01/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.seizou-01::after {
    background-size: cover;
  background-image: url(../img/voice/seizou-01/bg_sp.webp);
  }
}
.p-voice-after.tokatsu-01::after {
  background-image: url(../img/voice/tokatsu-01/bg.webp);
}
@media only screen and (max-width: 768px) {
  .p-voice-after.tokatsu-01::after {
    background-size: cover;
  }
}
.p-voice-after__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 1.4rem 4.9rem;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__title {
    margin-bottom: 5.7rem;
    padding: 1rem 3.2rem;
    font-size: 1.5rem;
  }
}
.p-voice-after__title::after {
  content: "";
  width: 120.317rem;
  aspect-ratio: 1203.17/438.15;
  background: url(../img/voice/after-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  top: -3.6rem;
  left: 38%;
  translate: -50% 0;
  z-index: -1;
  filter: drop-shadow(1.2rem 1.8rem 2rem rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 768px) {
  .p-voice-after__title::after {
    width: 37.5rem;
    aspect-ratio: 750/469;
    background-image: url(../img/voice/after-decoration-sp.webp);
    top: -10.45rem;
    left: 50%;
  }
}
.p-voice-after__title.kaihatsu {
  background: var(--kaihatsu);
}
.p-voice-after__title.eigyou {
  background: var(--eigyou);
}
.p-voice-after__title.seizou {
  background: var(--seizou);
}
.p-voice-after__title.tokatsu {
  background: var(--tokatsu);
}
.p-voice-after__content {
  max-width: 63rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__content {
    padding: 0 2.25rem;
    box-sizing: border-box;
  }
}
.p-voice-after__content p + p {
  margin-top: 2.5em;
}
.p-voice-after__favorite {
  max-width: 80rem;
  width: 100%;
  margin: 8.9rem auto 0;
  padding: 7.3rem 0;
  border-radius: 2rem;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  z-index: 1;
}
.p-voice-after.kaihatsu-02 .p-voice-after__favorite {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite {
    width: calc(100% - 4.5rem);
    margin: 7.3rem 2.25rem 0;
    padding: 5.8rem 1.7rem 2.5rem;
  }
  .p-voice-after.kaihatsu-02 .p-voice-after__favorite {
    padding: 5.8rem 1.7rem 2.5rem;
  }
}
.p-voice-after__favorite_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 4.65rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  position: absolute;
  top: -1.2em;
  left: 50%;
  translate: -50% 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite_title {
    font-size: 1.5rem;
  }
}
.p-voice-after__favorite_title::after {
  content: "";
  width: 3.6rem;
  height: 2.5rem;
  background: url(../img/voice/favorite-arrow.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: calc(100% - 0.7rem);
  left: 50%;
  translate: -50% 0;
}
.p-voice-after__favorite_block {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite_block {
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
  }
}
.p-voice-after__favorite_image {
  flex: 0 0 27rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite_image {
    flex: 1 1 auto;
    width: 16rem;
    margin: 0 auto;
  }
}
.p-voice-after__favorite_content {
  flex: 0 0 37.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite_content {
    flex: 1 1 auto;
  }
}
.p-voice-after__favorite_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2.326rem 2.9rem;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--red1);
}
@media only screen and (max-width: 768px) {
  .p-voice-after__favorite_sub {
    margin-bottom: 1.2rem;
    margin-inline: auto;
    font-size: 1.8rem;
  }
}
.p-voice-after__favorite_sub::before, .p-voice-after__favorite_sub::after {
  content: "";
  width: 2.326rem;
  height: 2.405rem;
  background: url(../img/voice/oyatsu-title-decoration.svg) 50% 50%/100% no-repeat;
  position: absolute;
  bottom: -0.3rem;
}
.p-voice-after__favorite_sub::before {
  right: calc(100% + 0.8rem);
}
.p-voice-after__favorite_sub::after {
  left: calc(100% + 0.8rem);
  scale: -1 1;
}
.p-voice-related {
  padding: 12.5rem 0 7.5rem;
  background: var(--red1);
}
@media only screen and (max-width: 768px) {
  .p-voice-related {
    padding: 6.1rem 0 3rem;
  }
}
.p-voice-related__container {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-voice-related__container {
    box-sizing: border-box;
  }
}
.p-voice-related__sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2.25rem;
}
.p-voice-related__title {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-voice-related__title {
    font-size: 2rem;
  }
}
.p-voice-related__slider {
  margin: 4.1rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-voice-related__slider {
    margin-left: 5.5rem;
    margin-top: 3.4rem;
  }
}
.p-voice-related__slider .slick-track {
  display: flex !important;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-voice-related__slider .slick-track {
    display: block;
  }
}
.p-voice-related__slider_arrows {
  display: flex;
  gap: 1.3rem;
  margin-right: 1.9rem;
}
.p-voice-related__slider_arrows .slick-arrow {
  width: 4.2rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-white.svg) 50% 50%/100% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.p-voice-related__slider_arrows .slick-prev {
  scale: -1 1;
}
.p-voice-related__slider_item {
  flex: 0 0 26rem;
}
.p-voice-related__slider_thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 260/170.34;
  border-radius: 2rem;
  overflow: hidden;
}
.p-voice-related__slider_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-related__slider_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.57rem;
  text-decoration: none;
}
.p-voice-related__slider_content::after {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-white.svg) 50% 50%/100% no-repeat;
}
.p-voice-related__slider_job {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  padding: 0.1rem 0.8rem 0.2rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--red1);
}
.p-voice-related__slider_name {
  display: block;
  margin-right: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}

.p-data {
  padding: 7rem 0 48.1428571429vw;
  background: var(--yellow1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-data {
    padding: 4.8rem 0 45.8rem;
  }
}
.p-data::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  background: url(../img/data/bg.webp) 50% 50%/100% no-repeat;
  position: absolute;
  left: 0;
  bottom: 6.7142857143vw;
}
@media only screen and (max-width: 768px) {
  .p-data::after {
    aspect-ratio: 375/375;
    background-image: url(../img/data/bg-sp.webp);
    bottom: 0;
  }
}
.p-data__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.5rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-data__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7rem 2rem;
    width: 33rem;
  }
}
.p-data__grid_item {
  height: 33rem;
  padding: 3.7rem 0 0;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item {
    height: 15.8rem;
    padding: 1.3rem 0 1.6rem;
  }
}
.p-data__grid_item.ptn-1 .p-data__grid_image figure {
  width: 5.687rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-1 .p-data__grid_image figure {
    width: 2.723rem;
    margin: 0.4rem auto 0;
  }
}
.p-data__grid_item.ptn-3 .p-data__grid_image figure {
  width: 13.862rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-3 .p-data__grid_image figure {
    width: 7.18rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-4 .p-data__grid_image figure {
  width: 12.5rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-4 .p-data__grid_image figure {
    width: 6rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-5 .p-data__grid_image figure {
  width: 12.498rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-5 .p-data__grid_image figure {
    width: 6rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-6 .p-data__grid_image figure {
  width: 6.727rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-6 .p-data__grid_image figure {
    width: 3.221rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-7 .p-data__grid_image figure {
  width: 10.082rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-7 .p-data__grid_image figure {
    width: 4.827rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-8 .p-data__grid_image figure {
  width: 8.3rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-8 .p-data__grid_image figure {
    width: 4rem;
    margin: 0 auto;
  }
}
.p-data__grid_item.ptn-9 .p-data__grid_image figure {
  width: 9.101rem;
  margin: 0.8rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_item.ptn-9 .p-data__grid_image figure {
    width: 4.357rem;
    margin: 0 auto;
  }
}
.p-data__grid_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.3rem 2.4rem 0.5rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--base);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_title {
    font-size: 1.4rem;
  }
}
.p-data__grid_num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  color: var(--red1);
}
.p-data__grid_num .is__num {
  line-height: 1;
  letter-spacing: 0;
  font-size: 10.4rem;
  font-weight: 700;
  /* font-family: "din-2014", dans-serif; */
  font-family: "Carlito", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_num .is__num {
    font-size: 4.7rem;
    margin-top: 0.8rem;
  }
  .p-data__grid_item.ptn-2 .p-data__grid_num .is__num{
    margin-top: 0;
  }
}
.p-data__grid_num .is__caption {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-data__grid_item.ptn-8 .p-data__grid_num .is__caption{
  line-height: 1.1818;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_num .is__caption {
    font-size: 1.5rem;
  }
}
.p-data__grid_caution {
  margin: 0.94rem auto 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-data__grid_item.ptn-9 .p-data__grid_caution {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-data__grid_caution {
    margin-top: 0;
    font-size: 0.8rem;
  }
  .p-data__grid_item.ptn-3 .p-data__grid_caution {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .p-data__grid_item.ptn-4 .p-data__grid_caution {
    margin-top: 0.6rem;
  }
  .p-data__grid_item.ptn-5 .p-data__grid_caution {
    margin-top: 0.6rem;
  }
  .p-data__grid_item.ptn-6 .p-data__grid_caution {
    margin-top: 0.6rem;
  }
  .p-data__grid_item.ptn-7 .p-data__grid_caution {
    margin-top: 0.6rem;
  }
  .p-data__grid_item.ptn-8 .p-data__grid_caution {
    margin-top: 0.6rem;
    white-space: nowrap;
  }
  .p-data__grid_item.ptn-9 .p-data__grid_caution {
  }
}
.p-recruit__body {
  padding: 7rem 0 12.23rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-recruit__body {
    padding: 2.6rem 0 1.73rem;
  }
}

.p-faq {
  padding: 7rem 0 52.6714285714vw;
  background: var(--yellow1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-faq {
    padding: 4.1rem 0 45.7rem;
  }
}
.p-faq::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  background: url(../img/faq/bg.webp) 50% 50%/100% no-repeat;
  position: absolute;
  left: 0;
  bottom: 11.0714285714vw;
}
@media only screen and (max-width: 768px) {
  .p-faq::after {
    aspect-ratio: 375/375;
    background-image: url(../img/faq/bg-sp.webp);
    bottom: 0;
  }
}
.p-faq__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 3.4rem;
  box-sizing: border-box;
  background: var(--faq);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  border:.2rem solid transparent;
}
.p-faq__block:hover,
.p-faq__block.is-open{
  border:.2rem solid #E70013;
}
@media only screen and (max-width: 768px) {
  .p-faq__block {
    border-radius: 4.8rem;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-faq__block + .p-faq__block {
    margin-top: 1.5rem;
  }
}
.p-faq__block_btn {
  width: 100%;
  padding: 2.2rem 11.8rem 2.2rem 2rem;
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_btn {
    padding: 2rem 7.2rem 2rem 1.7rem;
  }
}
.p-faq__block_btn::after {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  translate: 0 -50%;
  rotate: 90deg;
  transition: 0.3s rotate;
}
.p-faq__block_btn.is-open::after {
  rotate: -90deg;
}
.p-faq__block_btn span {
  display: block;
  padding-left: 5rem;
  position: relative;
  color: var(--base);
}
.p-faq__block_btn span::before {
  content: "?";
  display: grid;
  place-content: center;
  width: 3.4rem;
  aspect-ratio: 1/1;
  padding-bottom: 0.2em;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--red1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_btn span::before {
    top: 50%;
    translate: 0 -50%;
  }
}
.p-faq__block_content {
  display: none;
  padding: 0 11.8rem 2.2rem 7rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_content {
    padding: 0 1.6rem 2rem 6.9rem;
  }
}
.p-faq__block_content::before {
  content: "A";
  display: grid;
  place-content: center;
  width: 3.4rem;
  aspect-ratio: 1/1;
  padding-bottom: 0.2em;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--red1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 2rem;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_content::before {
    left: 1.7rem;
  }
}
.p-faq__block_content p {
  font-weight: 700;
}
.p-faq__block_content p a {
  color: var(--link1);
}
.p-faq__block_entry {
  display: grid;
  place-content: center;
  width: 41rem;
  height: 9rem;
  margin: 2.5rem 0 0;
  border: 0.5rem solid var(--red1);
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-faq__block_entry {
    max-width: 24.5rem;
    width: 100%;
    height: 6rem;
    border-width: 0.4rem;
    margin: 1.7rem auto 0;
    font-size: 1.6rem;
  }
}
.p-faq__block_entry span {
  display: flex;
  align-items: center;
  gap: 1.47rem;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_entry span {
    gap: 1.21rem;
  }
}
.p-faq__block_entry span::before {
  content: "";
  width: 3.431rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-01-red.svg) 50% 50%/100% no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-faq__block_entry span::before {
    width: 2.643rem;
  }
}

.p-flow {
  padding: 7rem 0 52.2142857143vw;
  background: var(--yellow1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-flow {
    padding: 4.2rem 0 47.4rem;
  }
}
.p-flow::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/500;
  background: url(../img/flow/bg.webp) 50% 50%/100% no-repeat;
  position: absolute;
  left: 0;
  bottom: 10.7857142857vw;
}
@media only screen and (max-width: 768px) {
  .p-flow::after {
    aspect-ratio: 1/1;
    background-image: url(../img/flow/bg-sp.webp);
    bottom: 0;
  }
}
.p-flow__block {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 9rem 2.5rem 5.1rem;
  border-radius: 3.4rem;
  box-sizing: border-box;
  background: var(--faq);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-flow__block {
    flex-direction: column;
    gap: 0.7rem;
    max-width: 33rem;
    padding: 1.6rem 2.25rem 2.9rem;
  }
}
.p-flow__block + .p-flow__block {
  margin-top: 7.4rem;
}
@media only screen and (max-width: 768px) {
  .p-flow__block + .p-flow__block {
    margin-top: 5.4rem;
  }
}
.p-flow__block:not(:last-child)::after {
  content: "";
  width: 4.5rem;
  height: 3.4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--faq);
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
.p-flow__block_image {
  flex: 0 0 20rem;
}
@media only screen and (max-width: 768px) {
  .p-flow__block_image {
    flex: 1 1 auto;
    width: 14rem;
    margin: 0 auto;
  }
}
.p-flow__block_content {
  flex: 1 1 auto;
  text-align: left;
}
.p-flow__block_title {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-flow__block_title {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-flow__block_att {
  margin: 1.5rem 0 0;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-flow__esdata_title{
  font-size: 2rem;
  position: relative;
  margin-top: 2rem;
  padding-left: 1.5rem;
  letter-spacing: .1rem;
  line-height: calc(24/16);
  margin-bottom: 0.5rem;
}
.p-flow__esdata_title:before{
  content:'●';
  color:#E70012;
  display: inline-block;
  font-size: 70%;
  position: absolute;
  left:0;
  top:.5rem;

}

.p-flow__esdata_item{
  display: inline-block;
  width: 16rem;
  border-radius: 3rem;
  border:2px solid #000;
  font-size: 2rem;
  color:#000;
  padding: .1rem 2rem;
  text-align: left;
  box-sizing: border-box;
  background: #fff url(../img/flow/icon-dl.svg) no-repeat 92% center;
  background-size:1.8rem auto;
  text-decoration: none;



}
.p-flow__esdata_item:first-child{
  margin-right: 1rem;
}
@media only screen and (max-width: 768px){
  .p-flow__esdata_title{
    font-size: 1.6rem;
  }
  .p-flow__esdata_item{
    width: calc(50% - .5rem);
    font-size: 1.6rem;
  }
}
.p-contact {
  padding: 7rem 0 5.3rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-contact {
    padding: 3.8rem 0 2.1rem;
  }
}
.p-contact-head {
  max-width: 80.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4.5rem;
  text-align: left;
  display: none;
}
.p-contact-head.--confirm {
  max-width: 87rem;
}
.p-contact-head.--complete {
  max-width: 79.8rem;
}
.p-contact-head.--complete .p-contact-head__title {
  text-align: center;
}
.p-contact-head.--complete .p-contact-head__text {
  margin-top: 11.2rem;
}
@media only screen and (max-width: 768px) {
  .p-contact-head,
  .p-contact-head.--confirm {
    padding: 0 2rem 7.3rem;
    box-sizing: border-box;
  }
  .p-contact-head.--complete .p-contact-head__text {
    margin-top: 4rem;
  }
}
.p-contact:has(.snow-monkey-form[data-screen="input"]) .p-contact-head.--input,
.p-contact:has(.snow-monkey-form[data-screen="back"]) .p-contact-head.--input,
.p-contact:has(.snow-monkey-form[data-screen="invalid"]) .p-contact-head.--input {
  display: block;
}
.p-contact:has(.snow-monkey-form[data-screen="confirm"]) .p-contact-head.--confirm{
  display: block;
}
.p-contact:has(.snow-monkey-form[data-screen="complete"]) .p-contact-head.--complete{
  display: block;
}
.p-contact-head__title {
  margin: 0 0 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-contact-head__title {
    margin-bottom: 1.2rem;
  }
}
.p-contact-head__title_sub {
  margin: 0 0 2.7rem;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-contact-head__title_sub {
    line-height: 1.6666666667;
    margin-bottom: 1.9rem;
  }
}
.p-contact-head__list,
.p-contact-head__text {
  margin-left: 0;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-contact-head__btn-wrap {
  margin-block-start: 3.6rem;
}
.p-contact-head__btn {
  display: grid;
  place-content: center;
  grid-template-columns: 3.4rem min-content;
  gap: 1.5rem;
  width: 41rem;
  height: 9rem;
  margin: 0 auto;
  padding: 0.3em 0 0;
  border: 0.2rem solid var(--red1);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-contact-head__btn {
    width: 100%;
  }
}
.p-contact-head__btn::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  translate: 0 -0.1em;
}
.p-contact-body {
  padding: 5.3rem 0 10.8rem;
  border-radius: 10rem;
  box-sizing: border-box;
  background: var(--yellow2);
}
@media only screen and (max-width: 768px) {
  .p-contact-body {
    padding: 5.5rem 0 9.9rem;
    border-radius: 3rem;
  }
}
.p-contact:has(.snow-monkey-form[data-screen="complete"]) .p-contact-body{
  display: none;
}
.p-contact-body__content {
  max-width: 80.2rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-contact-body__content {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.p-contact-body__content .smf-form {
  text-align: left;
}
.p-contact-body__content .smf-form .is-privacy-text {
  margin: 3.9rem 0 2.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-contact-body__content .smf-form .is-privacy-text {
    margin: 4.5rem 0;
  }
}
.p-contact-body__content .smf-form .is-privacy-text a {
  color: var(--base);
}
.p-contact-body__content .smf-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-contact-body__content .smf-item:not(:nth-child(1)) {
  margin-top: 3.2rem;
}
.p-contact-body__content .smf-item__label__text {
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
}
.p-contact-body__content .smf-item__label__text strong {
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-contact-body__content .smf-item.is-required .smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.p-contact-body__content .smf-item.is-required .smf-item__label__text::after {
  content: "必須";
  padding: 0.4rem 2.4rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--red1);
  line-height: 1.2;
  letter-spacing: 0.024em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
}
.p-contact-body__content .smf-item__col {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-contact-body__content .smf-item__col--controls input[type=text],
.p-contact-body__content .smf-item__col--controls input[type=tel],
.p-contact-body__content .smf-item__col--controls input[type=email],
.p-contact-body__content .smf-item__col--controls textarea {
  width: 100%;
  padding: 1.8rem 2.4rem;
  border: 1px solid var(--input);
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-contact-body__content .smf-item__col--controls input[type=text]::-moz-placeholder, .p-contact-body__content .smf-item__col--controls input[type=tel]::-moz-placeholder, .p-contact-body__content .smf-item__col--controls input[type=email]::-moz-placeholder, .p-contact-body__content .smf-item__col--controls textarea::-moz-placeholder {
  color: #BCBCBC;
}
.p-contact-body__content .smf-item__col--controls input[type=text]::placeholder,
.p-contact-body__content .smf-item__col--controls input[type=tel]::placeholder,
.p-contact-body__content .smf-item__col--controls input[type=email]::placeholder,
.p-contact-body__content .smf-item__col--controls textarea::placeholder {
  color: #BCBCBC;
}
.p-contact-body__content .smf-item__col--controls input[type=text].is-zip,
.p-contact-body__content .smf-item__col--controls input[type=tel].is-zip {
  width: 12em;
}
.p-contact-body__content .smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-contact-body__content .smf-item__controls .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.9rem;
}
@media only screen and (max-width: 768px) {
  .p-contact-body__content .smf-item__controls .smf-radio-buttons-control__control {
    gap: 1rem;
  }
}
.p-contact-body__content .smf-item__controls .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.p-contact-body__content .smf-item__controls .smf-radio-button-control input[type=radio] {
  display: none;
}
.p-contact-body__content .smf-item__controls .smf-radio-button-control input[type=radio] + .smf-radio-button-control__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-contact-body__content .smf-item__controls .smf-radio-button-control input[type=radio] + .smf-radio-button-control__label::before {
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 2px var(--base);
  background: #FFF;
}
.p-contact-body__content .smf-item__controls .smf-radio-button-control input[type=radio]:checked + .smf-radio-button-control__label::before {
  border: 0.7rem solid #FFF;
  background: var(--red1);
}
.p-contact-body__content .smf-text-control:has(.is-zip) {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.p-contact-body__content .smf-text-control:has(.is-zip)::before {
  content: "〒";
}
.p-contact-body__content .smf-checkbox-control input[type=checkbox] {
  display: none;
}
.p-contact-body__content .smf-checkbox-control input[type=checkbox] + .smf-checkbox-control__label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-contact-body__content .smf-checkbox-control input[type=checkbox] + .smf-checkbox-control__label::before {
  content: "";
  width: 3.1rem;
  aspect-ratio: 1/1;
  box-shadow: 0 0 2px var(--base);
  box-sizing: border-box;
  background: #FFF;
}
.p-contact-body__content .smf-checkbox-control input[type=checkbox]:checked + .smf-checkbox-control__label::before {
  border: 0.7rem solid #FFF;
  background: var(--red1);
}
.p-contact-body__content .smf-action {
  margin: 7.4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contact-body__content .smf-action {
    margin-top: 7.2rem;
  }
}
.p-contact-body__content .snow-monkey-form[data-screen="confirm"] .smf-action {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.7rem;
}
.p-contact-body__content .snow-monkey-form[data-screen="confirm"] .smf-action .smf-button-control__control[data-action="back"]{
  display: block;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.p-contact-body__content .smf-action .smf-button-control__control {
  display: grid;
  place-content: center;
  grid-template-columns: 3.4rem min-content;
  gap: 1.5rem;
  width: 41rem;
  height: 9rem;
  margin: 0 auto;
  padding: 0.3em 0 0;
  border: 0.2rem solid var(--red1);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-contact-body__content .smf-action .smf-button-control__control {
    width: 100%;
  }
}
.p-contact-body__content .smf-action .smf-button-control__control::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  translate: 0 -0.1em;
}
.p-contact-bottom {
  max-width: 80.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-contact-bottom {
    padding: 2rem 2rem 0;
  }
}
.p-contact-bottom .l-breadcrumbs {
  position: static;
}

.p-archives {
  padding: 6.2rem 0 0;
  background: var(--yellow2);
}
@media only screen and (max-width: 768px) {
  .p-archives {
    padding: 4.5rem 0 0;
  }
}
.p-archives__container {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem 11.6rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-archives__container {
    padding: 0 2.25rem 4.7rem;
  }
}
.p-archives__cat {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto 5rem;
  flex-wrap: wrap;
  max-width: calc(20rem * 4 + 0.5rem * 3);
}
@media only screen and (max-width: 768px) {
  .p-archives__cat {
    display: grid;
    grid-template-columns: repeat(2, 15.4rem);
    gap: 0.6rem 1rem;
    place-content: center;
    margin-bottom: 4rem;
  }
}
.p-archives__cat_btn {
  display: grid;
  place-content: center;
  width: 20rem;
  height: 5rem;
  border: 1px solid var(--gray2);
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-archives__cat_btn {
    width: auto;
    height: 3.9rem;
    font-size: 1.1rem;
  }
}
.p-archives__cat_btn.is-current {
  border-color: var(--yellow1);
  background: var(--yellow1);
}
.p-archives__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-archives__list {
    grid-template-columns: 100%;
    gap: 2.1rem;
  }
}
.p-archives__list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 2rem;
}
.p-archives__list_thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 290/190;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-archives__list_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archives__list_sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1.5rem;
}
.p-archives__list_date {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-archives__list_cat {
  display: block;
  padding: 0.4rem 2.2rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--gray2);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--base);
}
.p-archives__list_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-archives__list_title a {
  text-decoration: none;
  color: var(--base);
}
.p-archives__list_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--base);
}
.p-archives__list_link::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
}
.p-archives__paginate {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 5.6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-archives__paginate {
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
  }
}
.p-archives__paginate .page-numbers {
  display: grid;
  place-content: center;
  width: 6rem;
  aspect-ratio: 1/1;
  border: 0.3rem solid var(--red1);
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  color: var(--red1);
}
.p-archives__paginate .page-numbers.current {
  background: var(--red1);
  color: #FFF;
}

.p-single {
  padding: 6.1rem 0 0;
  background: var(--yellow2);
}
@media only screen and (max-width: 768px) {
  .p-single {
    padding-top: 4.2rem;
  }
}
.p-single__wrapper {
  display: grid;
  grid-template-columns: 71rem 1fr;
  column-gap: 6.4rem;
  max-width: 110.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-single__wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 2.25rem;
  }
}
.p-single__head_sign {
  display: flex;
  justify-content: flex-end;
  gap:1.5rem;
  align-items: center;
  margin: 0 auto 1.7rem;
}
@media only screen and (max-width: 768px) {
  .p-single__head_sign {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  justify-content: flex-start;
  }
}
.p-single__head_date {
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 768px){
  .p-single__head_date {
    width: 100%;
    text-align: left;
  }

}
.p-single__head_cat {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 2.4rem 0.5rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--gray2);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--base);
}
.p-single__head_title {
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-single__head_title {
    line-height: 1.6;
    font-size: 2rem;
  }
}
.p-single__head_thumbnail {
  margin: 2.2rem auto 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-single__head_thumbnail {
    margin-top: 1.4rem;
  }
}
.p-single__body {
  padding: 2.4rem 0 0;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-single__body {
    padding-top: 2.68rem;
  }
}
.p-single__body * + * {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .p-single__body * + * {
    margin-top: 3.4rem;
  }
}
.p-single__back {
  margin: 4.2rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-single__back {
    margin: 4.9rem auto 0;
  }
}
.p-single__back-link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-single__back-link {
    font-size: 1.4rem;
  }
}
.p-single__back-link::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  scale: -1 1;
}
@media only screen and (max-width: 768px) {
  .p-single__back-link::before {
    width: 3rem;
  }
}
.p-single__bottom {
  margin: 5.2rem auto 9.5rem;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
  .p-single__bottom {
    margin: 5.1rem auto;
  }
}
.p-single__bottom_cat {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(20rem * 4 + 0.5rem * 3);
}
@media only screen and (max-width: 768px) {
  .p-single__bottom_cat {
    display: grid;
    grid-template-columns: repeat(2, 15.4rem);
    gap: 0.6rem 1rem;
    place-content: center;
    width: 100%;
  }
}
.p-single__bottom_cat-btn {
  display: grid;
  place-content: center;
  width: 20rem;
  height: 5rem;
  border: 1px solid var(--gray2);
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-single__bottom_cat-btn {
    width: auto;
    height: 3.8rem;
    font-size: 1.1rem;
  }
}
.p-single__bottom_cat-btn.is-current {
  border-color: var(--yellow1);
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-single__side {
    display: none;
  }
}
.p-single__side_posts {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.p-single__side_item {
  padding: 2rem 2rem 2.7rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
}
.p-single__side_thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 230/150;
  border-radius: 1.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-single__side_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__side_content {
  padding: 1.1rem 0 0;
  text-align: left;
}
.p-single__side_date {
  display: block;
  margin: 0 0 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: 700;
}
.p-single__side_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--base);
}
.p-single__breadcrumbs {
  padding: 4.4rem 0 5.3rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-single__breadcrumbs {
    padding: 2.7rem 0;
  }
}
.p-single__breadcrumbs_container {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-single__breadcrumbs_container {
    padding: 0 2.25rem;
    box-sizing: border-box;
  }
}
.p-single__breadcrumbs .l-breadcrumbs {
  position: static;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.wp-block-file__button{
  padding: 0.5em 1em;
}

.p-message {
  padding: 7rem 0 3.09rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-message {
    padding: 3.9rem 0 5.4rem;
  }
}
.p-message__title {
  margin: 0 auto 7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-message__title {
    margin: 0 auto 0.3rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.p-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 118rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-message__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
    padding: 0 2.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-message__block:nth-child(n+2) {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(n+2) {
    margin-top: 4.6rem;
  }
}
.p-message__block:nth-child(even) .p-message__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-left: calc((118rem - 100vw) / 2);
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(even) .p-message__block_image {
    width: calc(100% + 2.25rem);
    margin-left: -2.25rem;
  }
}
.p-message__block:nth-child(even) .p-message__block_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.7rem;
          flex: 0 0 50.7rem;
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(even) .p-message__block_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-message__block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message__block:nth-child(odd) .p-message__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-right: calc((116.5rem - 100vw) / 2);
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(odd) .p-message__block_image {
    width: calc(100% + 2.25rem);
    margin-right: -2.25rem;
  }
}
.p-message__block:nth-child(odd) .p-message__block_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63rem;
          flex: 0 0 63rem;
}
@media only screen and (max-width: 768px) {
  .p-message__block:nth-child(odd) .p-message__block_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-message__block_content {
  text-align: left;
}
.p-message__block_author {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-message__block_name {
  font-size: 2rem;
}
.p-message__block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  margin: 0 0 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-message__block_title {
    gap: 0.8rem;
    margin-bottom: 2rem;
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}
.p-message__block_title::before {
  content: "";
  width: 3.9rem;
  aspect-ratio: 1/1;
  background: 50% 50%/100% no-repeat;
  translate: 0 0.08em;
}
@media only screen and (max-width: 768px) {
  .p-message__block_title::before {
    width: 3rem;
  }
}
.p-message__block_title.kaihatsu::before {
  background-image: url(../img/voice/title-kaihatsu.svg);
}
.p-message__block_title.eigyou::before {
  background-image: url(../img/voice/title-eigyou.svg);
}
.p-message__block_title.seizou::before {
  background-image: url(../img/voice/title-seizou.svg);
}
.p-message__block_title.tokatsu::before {
  background-image: url(../img/voice/title-tokatsu.svg);
}
.p-message__block_comment {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-message__block_comment p + p {
  margin-top: 2em;
}
.p-message-after__bottom_image {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .p-message-after__bottom_image {
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-about-company {
  background: var(--red1);
  padding-bottom: 8rem;
}

.l-itemlist__title {
  margin-bottom: 4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .l-itemlist__title {
    margin-bottom: 2.6rem;
    line-height: 1.6;
    font-size: 2.4rem;
  }
}

.p-diversity {
  max-width: 87rem;
  margin: 0 auto;
  padding: 2rem;
  font-family: sans-serif;
}
.p-diversity__wrap {
  padding: 7rem 0 12rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-diversity__wrap {
    padding: 4rem 0 2.4rem;
  }
}
.p-diversity__heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading {
    margin-bottom: 2rem;
  }
}
.p-diversity__heading span {
  padding-bottom: 0.5em;
  background: url(../img/common/underline-white.webp) 0 100%/auto 0.8rem repeat-x;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading span {
    display: block;
    text-align: left;
    padding-left: 4rem;
    position: relative;
  }
}
.p-diversity__heading span:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon-03.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading span:before {
    position: absolute;
    left: 0;
    top: calc(50% - 2rem);
  }
}
.p-diversity__heading--main {
  font-size: 3.2rem;
  padding-top: 5rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading--main {
    padding-top: 5rem;
    font-size: 2.3rem;
    line-height: 1.3913043478;
  }
}
.p-diversity__heading--sub {
  font-size: 2.8rem;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading--sub {
    font-size: 2.3rem;
  }
}
.p-diversity__heading--sub-sub {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: left;
  color: var(--red1);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-diversity__heading--sub-sub {
    font-size: 1.7rem;
  }
}
.p-diversity__heading--health {
  margin-top: 0;
  margin-bottom: 0rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.p-diversity__heading._greenstar span:before {
  background: url(../img/common/icon-01.svg) no-repeat center;
  background-size: contain;
}
.p-diversity__heading._yellowstar span:before {
  background: url(../img/common/icon-02.svg) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .p-diversity__support--img {
    overflow: scroll;
    margin-right: -2rem;
  }
  .p-diversity__support--img img {
    min-width: 87rem;
  }
}
.p-diversity__support--lead {
  line-height: 1.6;
  margin-top: 1.8rem;
  margin-bottom: 7rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-diversity__support--lead {
    margin-bottom: 3rem;
  }
}
.p-diversity__description {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-diversity__description {
    text-align: left;
    font-size: 1.7rem;
  }
}
.p-diversity__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-diversity__content {
    margin-bottom: 3rem;
  }
}
.p-diversity__card {
  -ms-flex-preferred-size: calc(50% - 1.5rem);
      flex-basis: calc(50% - 1.5rem);
  background-color: #fff;
  border: 0.1rem solid #eee;
  border-radius: 2rem;
  padding: 2.6rem 2.5rem;
}
.p-diversity__card--support {
  -ms-flex-preferred-size: calc(50% - 1.5rem);
      flex-basis: calc(50% - 1.5rem);
  background-color: #f9f9f9;
}
.p-diversity__card-heading {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.4rem 2rem;
  margin: 0 0 1.5rem;
  color: white;
  text-align: center;
  border-radius: 4rem;
  background-color: var(--red1);
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-diversity__card-heading {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
.p-diversity__card-heading--accent-green {
  background-color: #89B929;
}
.p-diversity__card-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
.p-diversity__health {
  background-color: #FAF7EC;
  padding: 4rem 6rem;
  border-radius: 2rem;
  text-align: left;
  font-weight: bold;
}
.p-diversity__text--health-intro {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-diversity__text--health-intro {
    margin-bottom: 1.5rem;
  }
}
.p-diversity__link {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
  text-decoration: none;
}
.p-diversity__link:before {
  content: "";
  display: inline-block;
  width: 3.4rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/link-arrow-02-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -1rem;
  margin-right: 0.8rem;
}
.p-diversity__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .p-diversity__content {
    gap: 2rem;
  }
  .p-diversity__card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-diversity__card--support {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-diversity__health {
    padding: 3rem 2rem;
  }
}
.p-profile-value__loop._diversity {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-profile-value__loop._diversity {
    margin-top: 4rem;
  }
}

.p-welfare {
  padding: 7rem 0 3.09rem;
  background: var(--yellow1);
}
@media only screen and (max-width: 768px) {
  .p-welfare {
    padding: 4rem 0 5.4rem;
  }
}
.p-welfare__title {
  margin: 0 auto 7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-welfare__title {
    margin: 0 auto 2.6rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.p-welfare__lead {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-welfare__lead {
    text-align: left;
    padding: 0 2.25rem;
  }
}
.p-welfare__head {
  padding: 0 2.25rem;
}
.p-welfare__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 118rem;
  width: 100%;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 768px) {
  .p-welfare__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6rem;
    padding: 0 2.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}
.p-welfare__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-left: calc((118rem - 100vw) / 2);
}
@media only screen and (max-width: 768px) {
  .p-welfare__block_image {
    width: calc(100% + 2.25rem);
    margin-left: -2.25rem;
  }
}
.p-welfare__block_title {
  margin: 0 -5rem 3rem 0;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-welfare__block_title {
    gap: 0.8rem;
    margin-bottom: 2rem;
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}
.p-welfare__block_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.7rem;
          flex: 0 0 50.7rem;
}
@media only screen and (max-width: 768px) {
  .p-welfare__block_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-welfare__block_content {
  text-align: left;
}
.p-welfare__block_comment {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-welfare__block_comment p + p {
  margin-top: 2em;
}
.p-welfare__list {
  margin: 0;
}
.p-welfare__list--ttl {
  font-size: 2rem;
  display: inline-block;
  background: var(--red1);
  color: #fff;
  padding: 1rem 5rem;
  border-radius: 5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-welfare__list--ttl {
    font-size: 1.8rem;
    padding: 0.7rem 4rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.p-welfare__list--ttl._green {
  background: var(--kaihatsu);
}
.p-welfare__list--txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-welfare__list--txt {
    margin-bottom: 2rem;
  }
}
.p-welfare__list > *:last-child {
  margin-bottom: 0;
}

.p-csr__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 118rem;
  width: 100%;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 768px) {
  .p-csr__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.4rem;
    padding: 0 2.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}
.p-csr__block_image {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-left: calc((118rem - 100vw) / 2);
}
@media only screen and (max-width: 768px) {
  .p-csr__block_image {
    width: calc(100% + 2.25rem);
    margin-left: -2.25rem;
  }
}
.p-csr__block_title {
  margin: 0 -5rem 3rem 0;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-csr__block_title {
    text-align: center;
    gap: 0.8rem;
    margin-right: 0;
    margin-bottom: 0rem;
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}
.p-csr__block_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.7rem;
          flex: 0 0 50.7rem;
}
@media only screen and (max-width: 768px) {
  .p-csr__block_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-csr__block_content {
  text-align: left;
}
.p-csr__block_comment {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-csr__block_comment p + p {
  margin-top: 2em;
}
.p-csr__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2rem;
  max-width: 92rem;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-csr__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 2.25rem;
    gap: 3rem;
    margin-bottom: 5rem;
  }
}
.p-csr__list--thumb {
  margin-bottom: 1rem;
}
.p-csr__list--title {
  font-size: 2rem;
  color: var(--red1);
  font-weight: bold;
}
.p-csr__list--title._green {
  color: #557E00;
}
.p-csr__list--txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-csr__list--btn {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin-top: 1rem;
}
.p-csr__list--btn:before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../img/common/link-arrow-02-red.svg) no-repeat;
  background-size: contain;
  vertical-align: -1rem;
  margin-right: 0.8rem;
}

/*****************about******************/
@media only screen and (min-width: 769px) {
  .l-page-header--about {
    padding: 3.9rem 0 3.7rem;
  }
}
.p-about-movie {
  max-width: 64rem;
  margin: 2rem auto 0.5rem;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 62/34.5;
}

.p-about-movie__time {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10rem;
}

.p-about-content {
  background: #FFD506;
  padding: 8rem 0 1.9rem;
}

@media only screen and (max-width: 768px) {
  .p-about-content {
    padding: 4rem 0 6rem;
  }
  .p-about-movie__time {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8rem;
  }
}
.p-about-content__heading .is__main {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-about-content__heading .is__main {
    line-height: 1.6666666667;
  }
}
.p-about-content__slider {
  width: 119rem;
  max-width: calc(100% - 4rem);
  margin: 6.4rem auto 0;
  padding-bottom: 5rem;
  position: relative;
}

.p-about-content__slider .slick-arrow {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  border: solid 0.2rem #E70012;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.p-about-content__slider .slick-arrow:before, .p-about-content__slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
}

.p-about-content__slider .slick-arrow:before {
  width: 1rem;
  height: 2px;
  background: #E70012;
  top: calc(50% - 1px);
  left: calc(50% - 0.5rem);
}

.p-about-content__slider .slick-arrow:after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #E70012;
  border-right: solid 2px #E70012;
  top: calc(50% - 0.4rem);
}

.p-about-content__slider .slick-prev {
  right: calc(50% + 1rem);
}

.p-about-content__slider .slick-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: calc(50% - 0.2rem);
}

.p-about-content__slider .slick-next {
  left: calc(50% + 1rem);
}

.p-about-content__slider .slick-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 0.2rem);
}

@media only screen and (max-width: 768px) {
  .p-about-content__slider {
    margin-top: 2.9rem;
  }
}
.p-about-content__content {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .p-about-content__content {
    margin-top: 3rem;
  }
}
.p-about-content__txt {
  width: 70rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about-content__txt + .p-about-content__txt {
  margin-top: 2em;
}

.p-about-content__loop {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .p-about-content__loop {
    margin-top: 3rem;
  }
}
.p-about-name {
  background: #FAF7EC;
  padding: 7.2rem 0 9.9rem;
}

@media only screen and (max-width: 768px) {
  .p-about-name {
    padding: 4rem 0;
  }
}
.p-about-name__heading {
  gap: 4rem;
}

.p-about-name__heading .is__main {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-about-name__heading {
    gap: 2rem;
  }
  .p-about-name__heading .is__main {
    line-height: 1.6666666667;
  }
}
.p-about-name__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.3rem;
  width: 100%;
  margin: 7.2rem auto 0;
  max-width: 118rem;
}

@media only screen and (max-width: 768px) {
  .p-about-name__block {
    margin-top: 2.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
    max-width: 100%;
  }
}
.p-about-name__img {
  width: calc((100vw - 118rem) / 2 + 100%);
  margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 768px) {
  .p-about-name__img {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
.p-about-name__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.7rem;
  flex: 0 0 50.7rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-about-name__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.p-about-name__txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about-name__txt + .p-about-name__txt {
  margin-top: 2em;
}

.p-about-base {
  background: #fff;
  padding: 8.2rem 0 10rem;
}

@media only screen and (max-width: 768px) {
  .p-about-base {
    padding: 4rem 0;
  }
}
.p-about-base__heading {
  gap: 3.2rem;
}

.p-about-base__heading .is__main {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-about-base__heading {
    gap: 2rem;
  }
  .p-about-base__heading .is__main {
    line-height: 1.6666666667;
  }
}
.p-about-base__txt {
  margin-top: 4.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-about-base__txt {
    margin-top: 2.9rem;
    text-align: left;
  }
}
.p-about-base__img {
  width: 87rem;
  max-width: 100%;
  margin: 3.6rem auto 0;
}

@media only screen and (max-width: 768px) {
  .p-about-base__img {
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    margin: 3rem -2rem 0;
  }
}
.p-about-real {
  background: #FFD506;
  padding: 8rem 0 13rem;
}

@media only screen and (max-width: 768px) {
  .p-about-real {
    padding: 4rem 0;
  }
}
.p-about-real__heading {
  gap: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .p-about-real__heading {
    gap: 2rem;
  }
}
.p-about-real__list {
  width: 108rem;
  max-width: 100%;
  margin: 3.3rem auto 0;
}

@media only screen and (max-width: 768px) {
  .p-about-real__list {
    margin-top: 2.9rem;
  }
}
.p-about-real__block {
  background: #FAF7EC;
  border-radius: 3.4rem;
  padding: 3.2rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem;
}

.p-about-real__block + .p-about-real__block {
  margin-top: 2rem;
}

.p-about-real__block-img {
  width: 34.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.p-about-real__block-img img {
  width: auto;
  max-width: 100%;
}

.p-about-real__block-desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}

.p-about-real__block-num {
  height: 1.4rem;
  display: inline-block;
}

.p-about-real__block-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  color: #E70012;
}

.p-about-real__block-txt {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about-real__block-txt + .p-about-real__block-txt {
  margin-top: 2em;
}

@media only screen and (min-width: 769px) {
  .p-about-real__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-about-real__block:nth-of-type(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-about-real__block:nth-of-type(2) .p-about-real__block-img {
    width: 48rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-real__block {
    padding: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
  }
  .p-about-real__block-img {
    width: 100%;
  }
  .p-about-real__block-ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
/*********************仕事をしる追加部分***********************/
.p-job-feature {
  background: #FFD506;
  padding: 0 0 13rem;
  margin-top: -4.7rem;
}

@media only screen and (max-width: 768px) {
  .p-job-feature {
    padding: 4rem 0;
    margin-top: 0;
  }
}
.p-job-feature__container {
  width: 87rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}

.p-job-feature__block {
  background: #FAF7EC;
  border-radius: 2rem;
  padding: 4.8rem 4rem 4rem 6rem;
}

.p-job-feature__block + .p-job-feature__block {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .p-job-feature__block {
    padding: 4rem 2.5rem;
  }
  .p-job-feature__block + .p-job-feature__block {
    margin-top: 2rem;
  }
}
.p-job-feature__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-align: left;
  padding-left: 4.8rem;
}

.p-job-feature__ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1.4rem);
  width: 3.2rem;
  height: 3.4rem;
  background: url(../img/job/feature_star01.webp) center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-job-feature__ttl {
    font-size: 2.3rem;
    line-height: 1.3913043478;
  }
}
.p-job-feature__lead {
  margin-top: 2.5rem;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #E70012;
}

@media only screen and (max-width: 768px) {
  .p-job-feature__lead {
    font-size: 1.7rem;
    line-height: 1.8823529412;
  }
}
.p-job-feature__content {
  margin-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .p-job-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
  }
}
.p-job-feature__img {
  width: 34.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-job-feature__img {
    width: 100%;
  }
}
.p-job-feature__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}

.p-job-feature__txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-job-feature__txt + .p-job-feature__block-txt {
  margin-top: 2em;
}

/* キャリア採用（一覧ページ）専用CSS */

.p-career-archives {
  padding: 6.2rem 0 0;
  background: var(--yellow2);
}

@media only screen and (max-width: 768px) {
  .p-career-archives {
    padding: 4.5rem 0 0;
  }
}

.p-career-archives__container {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem 11.6rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .p-career-archives__container {
    padding: 0 2.25rem 4.7rem;
  }
}

/* カテゴリー選択ブロック */
.p-career-archives__cat {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto 5rem;
  flex-wrap: wrap;
  max-width: calc(20rem * 4 + 0.5rem * 3);
}

@media only screen and (max-width: 768px) {
  .p-career-archives__cat {
    display: grid;
    grid-template-columns: repeat(2, 15.4rem);
    gap: 0.6rem 1rem;
    place-content: center;
    margin-bottom: 2rem;
  }
}

.p-career-archives__cat_btn {
  display: grid;
  place-content: center;
  width: 20rem;
  height: 5rem;
  border: 1px solid var(--gray2);
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray3);
}

@media only screen and (max-width: 768px) {
  .p-career-archives__cat_btn {
    width: auto;
    height: 3.9rem;
    font-size: 1.1rem;
  }
}

.p-career-archives__cat_btn.is-current {
  border-color: var(--yellow1);
  background: var(--yellow1);
  color: var(--base);
}

/* 記事一覧ブロック */
.p-career-archives__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-career-archives__row {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  column-gap: 2rem;
  align-items: center;
  padding: 2.2rem 4rem 2.2rem 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--base);
  border-bottom: 1px solid #B9B9B9;
}

.p-career-archives__row--no-new {
  grid-template-columns: auto auto 1fr;
}

.p-career-archives__row-top {
  display: contents;
}

.p-career-archives__row-bottom {
  display: contents;
}

.p-career-archives__cat-pill {
  width: 14.4rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #E6E4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-career-archives__date {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  min-width: 9.2rem;
}

.p-career-archives__new {
  color: #E70013;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  margin-right: -1rem;
}

.p-career-archives__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  text-align: left;
}

.p-career-archives__row-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../img/common/link-arrow-02-red.svg) 50% 50%/100% no-repeat;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .p-career-archives__row {
    display: block;
    padding: 2rem 3.5rem 1.9rem 0;
  }

  .p-career-archives__row-top {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .p-career-archives__row-bottom {
    display: flex;
    align-items: flex-start;
    gap: 1rem; /* NEWと募集タイトルの間だけ10相当 */
    margin-top: 1.5rem; /* SP上下間隔 15 */
  }

  .p-career-archives__new {
    margin-right: 0;
  }

  .p-career-archives__row-arrow {
    top: 5.9rem;
    transform: none;
  }
}

/* ページネーション */
.p-career-archives__paginate {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 5.6rem auto 0;
}

@media only screen and (max-width: 768px) {
  .p-career-archives__paginate {
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
  }
}

.p-career-archives__paginate .page-numbers {
  display: grid;
  place-content: center;
  width: 6rem;
  aspect-ratio: 1/1;
  border: 0.3rem solid var(--red1);
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  color: var(--red1);
}

.p-career-archives__paginate .page-numbers.current {
  background: var(--red1);
  color: #FFF;
}

