@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

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

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}

:where(summary) {
  display: list-item;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

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

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/* function */
/*mixin*/
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
  scrollbar-width: thin;
}

body {
  color: #222222;
  font-size: clamp(1.4rem, 1.4545454545vw, 1.6rem);
  letter-spacing: 0;
  line-height: 2;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1024px) {
  body {
    /* tab */
  }
}
@media (max-width: 750px) {
  body {
    /* sp */
    font-size: 3.2558139535vw;
  }
}

/*-----------------------
tag
-----------------------*/
section {
  margin-top: min(9.3704245974vw, 12.8rem);
  margin-bottom: min(9.3704245974vw, 12.8rem);
}
@media (max-width: 750px) {
  section {
    margin-top: 29.7674418605vw;
    margin-bottom: 29.7674418605vw;
  }
}

.section-margin {
  margin-top: min(9.3704245974vw, 12.8rem);
  margin-bottom: min(9.3704245974vw, 12.8rem);
}
@media (max-width: 750px) {
  .section-margin {
    margin-top: 29.7674418605vw;
    margin-bottom: 29.7674418605vw;
  }
}

.section-padding {
  padding-top: min(9.3704245974vw, 12.8rem);
  padding-bottom: min(9.3704245974vw, 12.8rem);
}
@media (max-width: 750px) {
  .section-padding {
    padding-top: 29.7674418605vw;
    padding-bottom: 29.7674418605vw;
  }
}

picture {
  display: contents;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

details summary {
  list-style-type: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
/*-----------------------
common
-----------------------*/
.inner {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner {
    width: 81.3953488372%;
  }
}

/* margin */
/* Top */
.mT0 {
  margin-top: 0;
}

.mT10 {
  margin-top: 1rem;
}
@media (max-width: 750px) {
  .mT10 {
    margin-top: 1.1627906977vw;
  }
}

.mT20 {
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .mT20 {
    margin-top: 2.3255813953vw;
  }
}

.mT30 {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .mT30 {
    margin-top: 3.488372093vw;
  }
}

.mT40 {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .mT40 {
    margin-top: 4.6511627907vw;
  }
}

.mT50 {
  margin-top: 5rem;
}
@media (max-width: 750px) {
  .mT50 {
    margin-top: 5.8139534884vw;
  }
}

.mT60 {
  margin-top: 6rem;
}
@media (max-width: 750px) {
  .mT60 {
    margin-top: 6.976744186vw;
  }
}

.mT70 {
  margin-top: 7rem;
}
@media (max-width: 750px) {
  .mT70 {
    margin-top: 8.1395348837vw;
  }
}

.mT80 {
  margin-top: 8rem;
}
@media (max-width: 750px) {
  .mT80 {
    margin-top: 9.3023255814vw;
  }
}

.mT90 {
  margin-top: 9rem;
}
@media (max-width: 750px) {
  .mT90 {
    margin-top: 10.4651162791vw;
  }
}

.mT100 {
  margin-top: 10rem;
}
@media (max-width: 750px) {
  .mT100 {
    margin-top: 11.6279069767vw;
  }
}

.mT110 {
  margin-top: 11rem;
}
@media (max-width: 750px) {
  .mT110 {
    margin-top: 12.7906976744vw;
  }
}

.mT120 {
  margin-top: 12rem;
}
@media (max-width: 750px) {
  .mT120 {
    margin-top: 13.9534883721vw;
  }
}

.mT130 {
  margin-top: 13rem;
}
@media (max-width: 750px) {
  .mT130 {
    margin-top: 15.1162790698vw;
  }
}

.mT140 {
  margin-top: 14rem;
}
@media (max-width: 750px) {
  .mT140 {
    margin-top: 16.2790697674vw;
  }
}

.mT150 {
  margin-top: 15rem;
}
@media (max-width: 750px) {
  .mT150 {
    margin-top: 17.4418604651vw;
  }
}

.mT160 {
  margin-top: 16rem;
}
@media (max-width: 750px) {
  .mT160 {
    margin-top: 18.6046511628vw;
  }
}

.mT170 {
  margin-top: 17rem;
}
@media (max-width: 750px) {
  .mT170 {
    margin-top: 19.7674418605vw;
  }
}

.mT180 {
  margin-top: 18rem;
}
@media (max-width: 750px) {
  .mT180 {
    margin-top: 20.9302325581vw;
  }
}

.mT190 {
  margin-top: 19rem;
}
@media (max-width: 750px) {
  .mT190 {
    margin-top: 22.0930232558vw;
  }
}

.mT200 {
  margin-top: 20rem;
}
@media (max-width: 750px) {
  .mT200 {
    margin-top: 23.2558139535vw;
  }
}

/* Bottom */
.mB0 {
  margin-bottom: 0;
}

.mB10 {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .mB10 {
    margin-bottom: 1.1627906977vw;
  }
}

.mB20 {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .mB20 {
    margin-bottom: 2.3255813953vw;
  }
}

.mB30 {
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .mB30 {
    margin-bottom: 3.488372093vw;
  }
}

.mB40 {
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .mB40 {
    margin-bottom: 4.6511627907vw;
  }
}

.mB50 {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .mB50 {
    margin-bottom: 5.8139534884vw;
  }
}

.mB60 {
  margin-bottom: 6rem;
}
@media (max-width: 750px) {
  .mB60 {
    margin-bottom: 6.976744186vw;
  }
}

.mB70 {
  margin-bottom: 7rem;
}
@media (max-width: 750px) {
  .mB70 {
    margin-bottom: 8.1395348837vw;
  }
}

.mB80 {
  margin-bottom: 8rem;
}
@media (max-width: 750px) {
  .mB80 {
    margin-bottom: 9.3023255814vw;
  }
}

.mB90 {
  margin-bottom: 9rem;
}
@media (max-width: 750px) {
  .mB90 {
    margin-bottom: 10.4651162791vw;
  }
}

.mB100 {
  margin-bottom: 10rem;
}
@media (max-width: 750px) {
  .mB100 {
    margin-bottom: 11.6279069767vw;
  }
}

.mB110 {
  margin-bottom: 11rem;
}
@media (max-width: 750px) {
  .mB110 {
    margin-bottom: 12.7906976744vw;
  }
}

.mB120 {
  margin-bottom: 12rem;
}
@media (max-width: 750px) {
  .mB120 {
    margin-bottom: 13.9534883721vw;
  }
}

.mB130 {
  margin-bottom: 13rem;
}
@media (max-width: 750px) {
  .mB130 {
    margin-bottom: 15.1162790698vw;
  }
}

.mB140 {
  margin-bottom: 14rem;
}
@media (max-width: 750px) {
  .mB140 {
    margin-bottom: 16.2790697674vw;
  }
}

.mB150 {
  margin-bottom: 15rem;
}
@media (max-width: 750px) {
  .mB150 {
    margin-bottom: 17.4418604651vw;
  }
}

.mB160 {
  margin-bottom: 16rem;
}
@media (max-width: 750px) {
  .mB160 {
    margin-bottom: 18.6046511628vw;
  }
}

.mB170 {
  margin-bottom: 17rem;
}
@media (max-width: 750px) {
  .mB170 {
    margin-bottom: 19.7674418605vw;
  }
}

.mB180 {
  margin-bottom: 18rem;
}
@media (max-width: 750px) {
  .mB180 {
    margin-bottom: 20.9302325581vw;
  }
}

.mB190 {
  margin-bottom: 19rem;
}
@media (max-width: 750px) {
  .mB190 {
    margin-bottom: 22.0930232558vw;
  }
}

.mB200 {
  margin-bottom: 20rem;
}
@media (max-width: 750px) {
  .mB200 {
    margin-bottom: 23.2558139535vw;
  }
}

/* padding */
/* Top */
.pT0 {
  padding-top: 0;
}

.pT10 {
  padding-top: 1rem;
}
@media (max-width: 750px) {
  .pT10 {
    padding-top: 1.1627906977vw;
  }
}

.pT20 {
  padding-top: 2rem;
}
@media (max-width: 750px) {
  .pT20 {
    padding-top: 2.3255813953vw;
  }
}

.pT30 {
  padding-top: 3rem;
}
@media (max-width: 750px) {
  .pT30 {
    padding-top: 3.488372093vw;
  }
}

.pT40 {
  padding-top: 4rem;
}
@media (max-width: 750px) {
  .pT40 {
    padding-top: 4.6511627907vw;
  }
}

.pT50 {
  padding-top: 5rem;
}
@media (max-width: 750px) {
  .pT50 {
    padding-top: 5.8139534884vw;
  }
}

.pT60 {
  padding-top: 6rem;
}
@media (max-width: 750px) {
  .pT60 {
    padding-top: 6.976744186vw;
  }
}

.pT70 {
  padding-top: 7rem;
}
@media (max-width: 750px) {
  .pT70 {
    padding-top: 8.1395348837vw;
  }
}

.pT80 {
  padding-top: 8rem;
}
@media (max-width: 750px) {
  .pT80 {
    padding-top: 9.3023255814vw;
  }
}

.pT90 {
  padding-top: 9rem;
}
@media (max-width: 750px) {
  .pT90 {
    padding-top: 10.4651162791vw;
  }
}

.pT100 {
  padding-top: 10rem;
}
@media (max-width: 750px) {
  .pT100 {
    padding-top: 11.6279069767vw;
  }
}

.pT110 {
  padding-top: 11rem;
}
@media (max-width: 750px) {
  .pT110 {
    padding-top: 12.7906976744vw;
  }
}

.pT120 {
  padding-top: 12rem;
}
@media (max-width: 750px) {
  .pT120 {
    padding-top: 13.9534883721vw;
  }
}

.pT130 {
  padding-top: 13rem;
}
@media (max-width: 750px) {
  .pT130 {
    padding-top: 15.1162790698vw;
  }
}

.pT140 {
  padding-top: 14rem;
}
@media (max-width: 750px) {
  .pT140 {
    padding-top: 16.2790697674vw;
  }
}

.pT150 {
  padding-top: 15rem;
}
@media (max-width: 750px) {
  .pT150 {
    padding-top: 17.4418604651vw;
  }
}

.pT160 {
  padding-top: 16rem;
}
@media (max-width: 750px) {
  .pT160 {
    padding-top: 18.6046511628vw;
  }
}

.pT170 {
  padding-top: 17rem;
}
@media (max-width: 750px) {
  .pT170 {
    padding-top: 19.7674418605vw;
  }
}

.pT180 {
  padding-top: 18rem;
}
@media (max-width: 750px) {
  .pT180 {
    padding-top: 20.9302325581vw;
  }
}

.pT190 {
  padding-top: 19rem;
}
@media (max-width: 750px) {
  .pT190 {
    padding-top: 22.0930232558vw;
  }
}

.pT200 {
  padding-top: 20rem;
}
@media (max-width: 750px) {
  .pT200 {
    padding-top: 23.2558139535vw;
  }
}

/* Bottom */
.pB0 {
  padding-bottom: 0;
}

.pB10 {
  padding-bottom: 1rem;
}
@media (max-width: 750px) {
  .pB10 {
    padding-bottom: 1.1627906977vw;
  }
}

.pB20 {
  padding-bottom: 2rem;
}
@media (max-width: 750px) {
  .pB20 {
    padding-bottom: 2.3255813953vw;
  }
}

.pB30 {
  padding-bottom: 3rem;
}
@media (max-width: 750px) {
  .pB30 {
    padding-bottom: 3.488372093vw;
  }
}

.pB40 {
  padding-bottom: 4rem;
}
@media (max-width: 750px) {
  .pB40 {
    padding-bottom: 4.6511627907vw;
  }
}

.pB50 {
  padding-bottom: 5rem;
}
@media (max-width: 750px) {
  .pB50 {
    padding-bottom: 5.8139534884vw;
  }
}

.pB60 {
  padding-bottom: 6rem;
}
@media (max-width: 750px) {
  .pB60 {
    padding-bottom: 6.976744186vw;
  }
}

.pB70 {
  padding-bottom: 7rem;
}
@media (max-width: 750px) {
  .pB70 {
    padding-bottom: 8.1395348837vw;
  }
}

.pB80 {
  padding-bottom: 8rem;
}
@media (max-width: 750px) {
  .pB80 {
    padding-bottom: 9.3023255814vw;
  }
}

.pB90 {
  padding-bottom: 9rem;
}
@media (max-width: 750px) {
  .pB90 {
    padding-bottom: 10.4651162791vw;
  }
}

.pB100 {
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  .pB100 {
    padding-bottom: 11.6279069767vw;
  }
}

.pB110 {
  padding-bottom: 11rem;
}
@media (max-width: 750px) {
  .pB110 {
    padding-bottom: 12.7906976744vw;
  }
}

.pB120 {
  padding-bottom: 12rem;
}
@media (max-width: 750px) {
  .pB120 {
    padding-bottom: 13.9534883721vw;
  }
}

.pB130 {
  padding-bottom: 13rem;
}
@media (max-width: 750px) {
  .pB130 {
    padding-bottom: 15.1162790698vw;
  }
}

.pB140 {
  padding-bottom: 14rem;
}
@media (max-width: 750px) {
  .pB140 {
    padding-bottom: 16.2790697674vw;
  }
}

.pB150 {
  padding-bottom: 15rem;
}
@media (max-width: 750px) {
  .pB150 {
    padding-bottom: 17.4418604651vw;
  }
}

.pB160 {
  padding-bottom: 16rem;
}
@media (max-width: 750px) {
  .pB160 {
    padding-bottom: 18.6046511628vw;
  }
}

.pB170 {
  padding-bottom: 17rem;
}
@media (max-width: 750px) {
  .pB170 {
    padding-bottom: 19.7674418605vw;
  }
}

.pB180 {
  padding-bottom: 18rem;
}
@media (max-width: 750px) {
  .pB180 {
    padding-bottom: 20.9302325581vw;
  }
}

.pB190 {
  padding-bottom: 19rem;
}
@media (max-width: 750px) {
  .pB190 {
    padding-bottom: 22.0930232558vw;
  }
}

.pB200 {
  padding-bottom: 20rem;
}
@media (max-width: 750px) {
  .pB200 {
    padding-bottom: 23.2558139535vw;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.tab-sp {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.font--small {
  font-size: 80%;
}
@media (max-width: 750px) {
  .font--small {
    font-size: 1.2rem;
  }
}

.en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.noto-fix {
  translate: 0 -0.14em;
}

.uppercase {
  text-transform: uppercase;
}

.txt--red {
  color: #FF5375;
}

.txt--yellow {
  color: #C1D53A;
}

.txt--blue {
  color: #26BEFF;
}

.x-hidden {
  overflow-x: hidden;
}

.x-clip {
  overflow-x: clip;
}

.has-wbr {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (min-width: 751px) {
  .has-wbr-pc {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
@media (max-width: 750px) {
  .has-wbr-pc wbr {
    display: none;
  }
}

.img-frame {
  position: relative;
  z-index: 1;
}
.img-frame::before, .img-frame::after {
  content: "";
  width: 100%;
  height: var(--frame-height, min(8.6383601757vw, 11.8rem));
  position: absolute;
  z-index: 2;
}
.img-frame::before {
  border-top: 2px solid var(--frame-color, #26BEFF);
  border-left: 2px solid var(--frame-color, #26BEFF);
  left: calc(var(--frame-right, 2rem) * -1);
  top: var(--frame-right, 2rem);
}
.img-frame::after {
  border-bottom: 2px solid var(--frame-color, #26BEFF);
  border-right: 2px solid var(--frame-color, #26BEFF);
  right: var(--frame-right, 2rem);
  bottom: calc(var(--frame-right, 2rem) * -1);
}
.img-frame--right::before {
  left: var(--frame-right, 2rem);
}
.img-frame--right::after {
  right: calc(var(--frame-right, 2rem) * -1);
}
.img-frame--red {
  --frame-color: #FF5375;
}
.img-frame--yellow {
  --frame-color: #C1D53A;
}

.svg-symbol {
  display: none;
}

.heading1 {
  margin-bottom: 0.7875em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.4rem, 7.2727272727vw, 8rem);
  line-height: 1.325;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .heading1 {
    margin-bottom: 1em;
    font-size: 11.6279069767vw;
    line-height: 1.32;
    flex-direction: column;
    align-items: flex-start;
  }
}
.heading1__sub {
  padding-left: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4545454545;
}
@media (max-width: 750px) {
  .heading1__sub {
    margin-top: 0.8181818182em;
    padding-left: 0;
    font-size: 5.1162790698vw;
  }
}
.heading1--col {
  flex-direction: column;
  align-items: flex-start;
}
.heading1--col .heading1__sub {
  padding-left: 0;
}

.heading2 {
  margin-bottom: 0.8em;
  font-size: clamp(1.4rem, 4.5454545455vw, 5rem);
  font-weight: bold;
  line-height: 1.32;
}
@media (max-width: 750px) {
  .heading2 {
    font-size: 11.6279069767vw;
  }
}

:root {
  --btn-color: #FF5375;
  --btn-color-txt: #fff;
  --btn-color-border: #FF5375;
  --btn-color-hover: #fff;
  --btn-color-txt-hover: #FF5375;
  --btn-color-border-hover: #FF5375;
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

.btn {
  min-width: 10.7777777778em;
  max-width: 100%;
  min-height: 2.7777777778em;
  padding: 0.6666666667em 3.0555555556em 0.6666666667em 1.8333333333em;
  background: var(--btn-color);
  color: var(--btn-color-txt);
  border: 2px solid var(--btn-color-border);
  border-radius: 20em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 1.6363636364vw, 1.8rem);
  font-weight: normal;
  line-height: 1.3333333333;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .btn {
    font-size: 4.1860465116vw;
  }
}
.btn::after {
  content: "";
  width: 0.3888888889em;
  aspect-ratio: 1/1;
  background: var(--btn-color-txt);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.6666666667em;
  translate: 0 -50%;
  transition: 0.3s;
}
.btn:hover {
  background: var(--btn-color-hover);
  border-color: var(--btn-color-border-hover);
  color: var(--btn-color-txt-hover);
  opacity: 1;
}
.btn:hover::after {
  background: var(--btn-color-txt-hover);
}

.btn--rev {
  --btn-color: #fff;
  --btn-color-txt: #FF5375;
  --btn-color-border: #FF5375;
  --btn-color-hover: #FF5375;
  --btn-color-txt-hover: #fff;
  --btn-color-border-hover: #FF5375;
}

.btn--input {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 1.6363636364vw, 1.8rem);
  font-weight: normal;
  line-height: 1.3333333333;
  position: relative;
  z-index: 2;
}
.btn--input::after {
  content: "";
  width: 0.3888888889em;
  aspect-ratio: 1/1;
  background: var(--btn-color-txt);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.6666666667em;
  translate: 0 -50%;
  z-index: 5;
  transition: 0.3s;
}
.btn--input:hover::after {
  background: var(--btn-color-txt-hover);
}
.btn--input .btn {
  cursor: pointer;
}
.btn--input .btn::after {
  content: none !important;
}

:where(.btn--wrap) {
  container-type: inline-size;
}
@container (max-width: 260px) {
  :where(.btn--wrap) .btn {
    width: 100%;
    min-width: auto;
  }
}

.btn--w100 {
  width: 100%;
}

.btn--non-min {
  min-width: auto;
}

.list > li {
  display: list-item;
}
.list--dot > li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.list--dot > li:before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  background: var(--dot-color);
  border-radius: 50%;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.list--txtDot {
  padding-left: 1em;
  list-style-type: "・";
  line-height: 2;
}
.list--order {
  list-style: none;
  counter-reset: item;
}
.list--order > li {
  padding-left: 2em;
  position: relative;
}
.list--order > li:before {
  counter-increment: item;
  content: counter(item);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.list--order > li:nth-child(-n+9):before {
  content: "0" counter(item);
}
.accordion__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.accordion__title {
  padding: 1rem;
  border: 1px solid #000;
  position: relative;
}
.accordion__title--dot {
  list-style-type: "・";
}
.accordion__title::-webkit-details-marker {
  display: none;
}
.accordion__contents {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}

.tab__btn {
  cursor: pointer;
}

.tab__contents:not(.active) {
  display: none;
}

/*
	Breadcrumb NavXT プラグイン向け
*/
.breadcrumb__list {
  margin-bottom: 5.3rem;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.4rem, 1.4545454545vw, 1.6rem);
  line-height: 1;
  font-weight: 500;
  gap: 0 0.8em;
}
@media (max-width: 750px) {
  .breadcrumb__list {
    margin-bottom: 9.7674418605vw;
    font-size: 3.7209302326vw;
  }
}
.breadcrumb__list a {
  color: #222222;
}
.breadcrumb__list-item {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.breadcrumb__list-item::after {
  content: "";
  width: 0.5rem;
  height: 1lh;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
}
.breadcrumb__list-item:last-child::after {
  content: none;
}

.contents--flex {
  display: flex;
}
.contents--grid {
  display: grid;
}

.header {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  background: #fff;
  color: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .header {
    padding: 4.6511627907vw 0;
    overflow-x: clip;
    overflow-y: visible;
  }
}
@media (max-width: 750px) {
  .header {
    padding: 4.6511627907vw 0;
    overflow-x: clip;
    overflow-y: visible;
  }
}
.header .inner {
  width: 100%;
  max-width: none;
  padding: 0 min(3.6603221083vw, 5rem);
}
@media (max-width: 750px) {
  .header .inner {
    width: 81.3953488372%;
    padding: 0;
  }
}
.header .contents--grid {
  height: 100%;
  grid-template-columns: 1fr auto auto;
  align-items: center;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .header .contents--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .header .contents--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__logo {
  width: min(6.3689604685vw, 8.7rem);
  max-width: 8.7rem;
}
@media (max-width: 750px) {
  .header__logo {
    width: 20.2325581395vw;
    max-width: none;
  }
}
.header__logo a, .header__logo img {
  display: block;
  width: 100%;
}
.header__btn {
  order: 99;
  margin-left: min(4.7584187408vw, 6.5rem);
}
@media (min-width: 751px) and (max-width: 1024px) {
  .header__btn {
    justify-self: flex-end;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .header__btn {
    justify-self: flex-end;
    margin-left: 0;
  }
}
.header__btn .btn {
  min-width: auto;
  padding: 0.6428571429em 4em 0.6428571429em 2em;
  font-size: clamp(1.4rem, 1.2727272727vw, 1.4rem);
}
@media (max-width: 750px) {
  .header__btn .btn {
    padding-right: 2.7142857143em;
    font-size: 3.488372093vw;
  }
}
.header__btn .btn::after {
  right: 2.2857142857em;
}
@media (max-width: 750px) {
  .header__btn .btn::after {
    right: 1.3571428571em;
  }
}
.header__btn .btn .noto-fix {
  translate: 0 -0.05em;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .header.menu-active::before {
    content: "";
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
  }
}
@media (max-width: 750px) {
  .header.menu-active::before {
    content: "";
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
  }
}

.g-menu__btn {
  display: none;
  width: 3rem;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  transition: 0.3s;
  position: relative;
  z-index: 15;
  cursor: pointer;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__btn {
    display: block;
    justify-self: center;
  }
}
@media (max-width: 750px) {
  .g-menu__btn {
    display: block;
    justify-self: center;
  }
}
@media (max-width: 750px) {
  .g-menu__btn {
    width: 5.5813953488vw;
  }
}
.g-menu__btn .button-border {
  width: 100%;
  height: 2px;
  background: #FF5375;
  border-radius: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.g-menu__btn .button-border.top {
  top: calc(50% - 8px);
}
.g-menu__btn .button-border.bottom {
  top: calc(50% + 8px);
}
.g-menu__btn.menu-active .button-border {
  background: transparent;
  transform: translate(-50%, -1px);
}
.g-menu__btn.menu-active .button-border.top {
  background: #FF5375;
  top: 50%;
  transform: translate(-50%, -1px) rotate(45deg);
}
.g-menu__btn.menu-active .button-border.bottom {
  background: #FF5375;
  top: 50%;
  transform: translate(-50%, -1px) rotate(-45deg);
}

@media (min-width: 751px) and (max-width: 1024px) {
  #g-menu {
    width: 37.5rem;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 13rem 1rem;
    background: #fff;
    border-right: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    translate: 100% 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    pointer-events: none;
    transition: 0.3s;
  }
}
@media (max-width: 750px) {
  #g-menu {
    width: 37.5rem;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 13rem 1rem;
    background: #fff;
    border-right: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    translate: 100% 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    pointer-events: none;
    transition: 0.3s;
  }
}
@media (max-width: 750px) {
  #g-menu {
    width: 100%;
    padding: 30.2325581395vw 9.5vw 2.3255813953vw;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  #g-menu.menu-active {
    translate: 0 0;
    pointer-events: initial;
  }
}
@media (max-width: 750px) {
  #g-menu.menu-active {
    translate: 0 0;
    pointer-events: initial;
  }
}

.g-menu__nav {
  font-size: clamp(1.4rem, 1.2727272727vw, 1.4rem);
  line-height: 1.3571428571;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.4rem, 1.9090909091vw, 2.1rem);
  }
}
@media (max-width: 750px) {
  .g-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.4rem, 1.9090909091vw, 2.1rem);
  }
}
@media (max-width: 750px) {
  .g-menu__nav {
    font-size: 4.8837209302vw;
    line-height: 1.3333333333;
  }
}
.g-menu__nav-logo {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav-logo {
    display: block;
    width: 7.1428571429em;
    max-width: 100%;
    margin: 0 auto 2.9523809524em;
  }
}
@media (max-width: 750px) {
  .g-menu__nav-logo {
    display: block;
    width: 7.1428571429em;
    max-width: 100%;
    margin: 0 auto 2.9523809524em;
  }
}
.g-menu__nav-logo img {
  width: 100%;
}
.g-menu__nav-btn {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav-btn {
    display: block;
    margin-top: 2.9523809524em;
  }
}
@media (max-width: 750px) {
  .g-menu__nav-btn {
    display: block;
    margin-top: 2.9523809524em;
  }
}
.g-menu__nav-btn .btn {
  min-width: auto;
  padding: 0.6818181818em 2.8181818182em 0.6818181818em 1.9545454545em;
  font-size: inherit;
}
.g-menu__nav-btn .btn::after {
  right: 1.3636363636em;
}
.g-menu__nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2.1428571429em;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav-list {
    flex-direction: column;
    align-items: center;
    row-gap: 2.1428571429em;
  }
}
@media (max-width: 750px) {
  .g-menu__nav-list {
    flex-direction: column;
    align-items: center;
    row-gap: 2.1428571429em;
  }
}
.g-menu__nav-list a {
  display: block;
}
.g-menu__nav-list-item--group {
  position: relative;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav-list-item--group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2.1428571429em;
  }
}
@media (max-width: 750px) {
  .g-menu__nav-list-item--group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2.1428571429em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .g-menu__nav-list-item--group:hover .g-menu__nav-list-child {
    translate: 50% 0;
    opacity: 1;
    visibility: visible;
  }
}
.g-menu__nav-list-child {
  padding: 1em 1rem 1rem;
  background: #fff;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 50;
  translate: 50% -2em;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .g-menu__nav-list-child {
    padding: 0;
    display: contents;
    position: initial;
    translate: 0 0;
    opacity: 1;
    visibility: visible;
    transition: 0s;
  }
  .g-menu__nav-list-child .tab-sp {
    display: inline;
  }
}
@media (max-width: 750px) {
  .g-menu__nav-list-child {
    padding: 0;
    display: contents;
    position: initial;
    translate: 0 0;
    opacity: 1;
    visibility: visible;
    transition: 0s;
  }
  .g-menu__nav-list-child .tab-sp {
    display: inline;
  }
}

.footer {
  padding: min(4.0909090909vw, 4.5rem) 0 min(3.1818181818vw, 3.5rem);
  background: #fff;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 750px) {
  .footer {
    padding: 25.5813953488vw 0 7.4418604651vw;
    border-top: 2px solid #26BEFF;
  }
}
.footer__nav {
  margin-bottom: min(3.8181818182vw, 4.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6666666667em;
  color: #FF5375;
  line-height: 1.3333333333;
}
@media (max-width: 750px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav--sub {
  margin-bottom: 0;
  column-gap: 4em;
  color: #888888;
}
@media (max-width: 750px) {
  .footer__nav--sub {
    display: flex;
    font-size: 3.488372093vw;
  }
}
.footer__recruit {
  margin-top: min(4.0909090909vw, 4.5rem);
  margin-bottom: min(5.9090909091vw, 6.5rem);
  text-align: center;
}
@media (max-width: 750px) {
  .footer__recruit {
    margin-top: 0;
    margin-bottom: 15.1162790698vw;
  }
}
.footer__recruit .btn {
  padding: 0.7727272727em 3.6363636364em 0.6818181818em 2.7272727273em;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
@media (max-width: 750px) {
  .footer__recruit .btn {
    padding: 0.7727272727em 3.4090909091em 0.6818181818em 1.9090909091em;
    font-size: 5.1162790698vw;
  }
}
.footer__recruit .btn::after {
  right: 1.8636363636em;
}
.footer__copyright {
  margin-top: min(1.7272727273vw, 1.9rem);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: normal;
  color: #C1C1C1;
  text-align: center;
  line-height: 1.3333333333;
}
@media (max-width: 750px) {
  .footer__copyright {
    margin-top: 7.2093023256vw;
    font-size: 3.488372093vw;
  }
}

.fixed-bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: fixed;
  right: 3rem;
  bottom: calc(env(safe-area-inset-bottom) + 3rem);
  z-index: 99;
}
@media (max-width: 750px) {
  .fixed-bottom {
    right: 6.976744186vw;
  }
}

#page-top,
#page-home {
  width: 4.3rem;
  transition: 0.3s;
}
@media (max-width: 750px) {
  #page-top,
  #page-home {
    width: 8.3720930233vw;
    min-width: 3.6rem;
  }
}
#page-top a, #page-top img,
#page-home a,
#page-home img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.page__header {
  width: 100%;
  height: 36rem;
  padding-top: var(--header-height);
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .page__header {
    height: 75.1162790698vw;
  }
}
.page__header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__header-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #26BEFF;
}
.page__header-title {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4545454545;
  position: relative;
}
@media (max-width: 750px) {
  .page__header-title {
    margin-top: 0.3rem;
    font-size: 5.1162790698vw;
  }
}
.page__header-slug {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.4rem, 7.2727272727vw, 8rem);
  font-weight: bold;
  line-height: 1.325;
  position: relative;
}
@media (max-width: 750px) {
  .page__header-slug {
    font-size: 11.6279069767vw;
    line-height: 1.2;
  }
}

.page__grid {
  --col-gap: 10.15625%;
  --col-short: 43.75%;
  --col-sp-gap: 7.4418604651vw;
  display: grid;
  /*
  &--col3 {
  	--col-gap: 2.9%; // 3.2rem;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 6rem var(--col-gap);
  	@include sp {
  		grid-template-columns: 100%;
  		gap: mobile-size-vw(3.2rem) 0;
  	}
  }

  &--gap-short {
  	--col-gap: 2.7%; // 3rem;
  	@include sp {
  		gap: mobile-size-vw(2.4rem) 0;
  	}
  }
  */
}
.page__grid--sideBar {
  --col-gap: 11.08%;
  --col-short: 23.33%;
  grid-template-columns: var(--col-short) 1fr;
  column-gap: var(--col-gap);
}
@media (max-width: 750px) {
  .page__grid--sideBar {
    grid-template-columns: 100%;
  }
}
.page__grid--col2 {
  grid-template-columns: 1fr var(--col-short);
  column-gap: var(--col-gap);
}
@media (max-width: 750px) {
  .page__grid--col2 {
    grid-template-columns: 100%;
    gap: var(--col-sp-gap) 0;
  }
}
.page__grid--rev-col2 {
  grid-template-columns: var(--col-short) 1fr;
  column-gap: var(--col-gap);
}
@media (max-width: 750px) {
  .page__grid--rev-col2 {
    grid-template-columns: 100%;
    gap: var(--col-sp-gap) 0;
  }
}
.page__grid--equal-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--col-gap);
}
@media (max-width: 750px) {
  .page__grid--equal-col2 {
    grid-template-columns: 100%;
    gap: var(--col-sp-gap) 0;
  }
}
.page__grid--col3 {
  --gap: min(1.4641288433vw, 2rem);
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
@media (max-width: 750px) {
  .page__grid--col3 {
    grid-template-columns: 100%;
    gap: var(--col-sp-gap) 0;
  }
}
.page__grid--col4 {
  --gap: min(1.4641288433vw, 2rem);
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
@media (max-width: 750px) {
  .page__grid--col4 {
    grid-template-columns: 100%;
    gap: var(--col-sp-gap) 0;
  }
}
@media (min-width: 751px) {
  .page__grid .align-self--end {
    align-self: flex-end;
  }
}
@media (min-width: 751px) {
  .page__grid .align-self--center {
    align-self: center;
  }
}
@media (max-width: 750px) {
  .page__grid .sp-order-1 {
    order: -1;
  }
}
@media (max-width: 750px) {
  .page__grid .sp-order1 {
    order: 1;
  }
}
@media (max-width: 750px) {
  .page__grid .sp-order2 {
    order: 2;
  }
}

.page__contents :where(p) {
  line-height: 2;
}
.page__contents :where(p + p) {
  margin-top: 1em;
  margin-top: 1lh;
}

.single__content {
  word-break: break-word;
  /* デフォルト wp-block */
}
.single__content .inner {
  max-width: 95rem;
}
.single__content .wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
.single__content * + p {
  margin-top: 1lh;
}
.single__content h2 {
  margin-bottom: 1.6428571429em;
  font-size: clamp(1.4rem, 2.5454545455vw, 2.8rem);
  font-weight: bold;
  line-height: 1.4285714286;
  color: #26BEFF;
  position: relative;
}
@media (max-width: 750px) {
  .single__content h2 {
    margin-bottom: 0.8181818182em;
    font-size: 5.1162790698vw;
  }
}
.single__content h2::before {
  content: "";
  width: 2.1428571429em;
  height: 0.3rem;
  background: currentColor;
  position: absolute;
  top: 0.5lh;
  top: 0.7142857143em;
  right: 100%;
  translate: -0.5em -50%;
}
@media (max-width: 750px) {
  .single__content h2::before {
    translate: -0.8636363636em -50%;
  }
}
.single__content a {
  color: #26BEFF;
}
.single__content ul ul, .single__content ul ol, .single__content ol ul, .single__content ol ol {
  margin-left: 1em;
}
.single__content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.single__content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.single__content figure * {
  margin-bottom: 0rem;
}
.single__content .alignleft {
  float: left;
}
.single__content .alignright {
  float: right;
}
.single__content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single__content .wp-block-post-featured-image {
  max-width: 100%;
}
.single__content .wp-block-post-featured-image img {
  width: 100%;
}
.single__content .wp-block-embed.is-type-video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single__content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.single__content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.single__content .wp-block-video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single__content .wp-block-video video {
  max-width: 100%;
}

.top__mainv {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .top__mainv {
    min-height: 90rem;
  }
}
.top__mainv .inner {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .top__mainv .inner {
    padding-bottom: 3vh;
  }
}
@media (max-width: 750px) {
  .top__mainv-title {
    width: 82.7906976744vw;
  }
  .top__mainv-title img {
    width: 100%;
  }
}
.top__mainv-sub {
  margin-top: 1.7727272727em;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.4545454545;
  color: #C0252D;
}
@media (max-width: 750px) {
  .top__mainv-sub {
    margin-top: 2.6818181818em;
    font-size: 5.1162790698vw;
    line-height: 1.8181818182;
  }
}
.top__mainv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-x: clip;
  overflow-y: initial;
}
.top__mainv-bg img, .top__mainv-bg svg {
  width: 117.4963396779%;
  max-width: none;
  aspect-ratio: 1605/1125;
  position: absolute;
  left: 0;
  top: 50%;
  translate: -11.0903426791% -50%;
}
@media (max-width: 750px) {
  .top__mainv-bg img, .top__mainv-bg svg {
    width: 134.1860465116vw;
    aspect-ratio: 577/949;
    top: -15.5813953488vw;
    left: -12.7906976744vw;
    translate: 0 0;
  }
}
.top__mainv-bg .bg {
  z-index: 1;
}
.top__mainv-bg .red,
.top__mainv-bg .blue,
.top__mainv-bg .yellow {
  z-index: 2;
}

.top__vision {
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  .top__vision {
    margin-top: 10.6976744186vw;
    margin-bottom: 38.8372093023vw;
  }
}
.top__vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 750px) {
  .top__vision-grid {
    grid-template-columns: 100%;
  }
}
.top__vision-grid img {
  width: 100%;
}
.top__vision-txt {
  padding-bottom: 1lh;
  padding-right: 1em;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .top__vision-txt {
    padding-right: 0;
    line-height: 2.5714285714;
  }
}
.top__vision-btn {
  --btn-color: #fff;
  --btn-color-txt: #FF5375;
  --btn-color-border: #EBEBEB;
  --btn-color-hover: #FF5375;
  --btn-color-txt-hover: #fff;
  --btn-color-border-hover: #FF5375;
  padding-left: 22.2727272727%;
}
@media (max-width: 750px) {
  .top__vision-btn {
    margin-top: 12.0930232558vw;
    padding-left: 0;
    text-align: right;
  }
}
.top__vision-bg {
  width: min(109.8096632504vw, 150rem);
  max-width: none;
  aspect-ratio: 1500/673;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -51% -50%;
}
@media (max-width: 750px) {
  .top__vision-bg {
    width: 203.023255814vw;
    height: auto;
    aspect-ratio: 873/460;
    top: auto;
    bottom: -37.6744186047vw;
    left: -10.9302325581vw;
    translate: 0 0;
  }
}
.top__vision-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.top__vision-bg .bg {
  z-index: 1;
}
.top__vision-bg .red,
.top__vision-bg .blue {
  z-index: 2;
}

.top__service {
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  .top__service {
    margin-top: 10.6976744186vw;
    margin-bottom: 38.8372093023vw;
  }
}
.top__service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 750px) {
  .top__service-grid {
    grid-template-columns: 100%;
  }
}
.top__service-grid img {
  width: 100%;
}
.top__service-txt {
  padding-bottom: 1lh;
  padding-right: 1em;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .top__service-txt {
    padding-right: 0;
    line-height: 2.5714285714;
  }
}
.top__service-btn {
  --btn-color: #fff;
  --btn-color-txt: #FF5375;
  --btn-color-border: #EBEBEB;
  --btn-color-hover: #FF5375;
  --btn-color-txt-hover: #fff;
  --btn-color-border-hover: #FF5375;
  padding-left: 22.2727272727%;
}
@media (max-width: 750px) {
  .top__service-btn {
    margin-top: 12.0930232558vw;
    padding-left: 0;
    text-align: right;
  }
}
.top__service-bg {
  width: min(109.8096632504vw, 150rem);
  max-width: none;
  aspect-ratio: 1500/673;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -51% -50%;
}
@media (max-width: 750px) {
  .top__service-bg {
    width: 203.023255814vw;
    height: auto;
    aspect-ratio: 873/460;
    top: auto;
    bottom: -37.6744186047vw;
    left: -10.9302325581vw;
    translate: 0 0;
  }
}
.top__service-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.top__service-bg .bg {
  z-index: 1;
}
.top__service-bg .red,
.top__service-bg .blue {
  z-index: 2;
}

.top__works {
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
  z-index: 2;
}
.top__works::before {
  content: "";
  width: min(33.6749633968vw, 46rem);
  aspect-ratio: 1/1;
  background: url(../img/top/works-deco1.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  left: 26%;
  z-index: 5;
  translate: 0 -76.7391304348%;
}
@media (max-width: 750px) {
  .top__works::before {
    content: none;
    /*
    width: mobile-size-vw(26.4rem);
    background: url(../img/top/works-deco1-sp.svg) no-repeat center / 100% auto;
    top: auto;
    bottom: 0;
    left: mobile-size-vw(-11.6rem);
    translate: 0 mobile-size-vw(15rem);
    z-index: -1;
    */
  }
}
.top__works-title {
  margin-bottom: 0;
}
.top__works-grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr var(--right-width, 56.6617862372%);
}
@media (max-width: 750px) {
  .top__works-grid {
    grid-template-columns: 100%;
  }
}
.top__works-grid-txt {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 5;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .top__works-grid-txt {
    grid-column: initial;
    grid-row: initial;
    font-size: 3.7209302326vw;
  }
}
.top__works-grid-txt-bg {
  width: fit-content;
  background: #fff;
}
@media (max-width: 750px) {
  .top__works-grid-txt-bg {
    background: none;
  }
}
.top__works-grid-img {
  grid-column: var(--img-position, 2);
  grid-row: 1;
  z-index: 1;
}
@media (max-width: 750px) {
  .top__works-grid-img {
    grid-column: initial;
    grid-row: initial;
    width: 90.6976744186vw;
  }
}
.top__works-grid-title {
  margin-bottom: 0.6rem;
  font-size: clamp(1.4rem, 3.6363636364vw, 4rem);
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 750px) {
  .top__works-grid-title {
    font-size: 9.3023255814vw;
  }
}
.top__works-grid-title-sub {
  margin-bottom: 1.9615384615em;
  font-size: clamp(1.4rem, 2.3636363636vw, 2.6rem);
  font-weight: 600;
  line-height: 1.4230769231;
}
@media (max-width: 750px) {
  .top__works-grid-title-sub {
    font-size: 6.0465116279vw;
  }
}
@media (max-width: 750px) {
  .top__works-grid p {
    letter-spacing: -0.01em;
  }
}
.top__works-grid--box1 {
  align-items: flex-end;
}
.top__works-grid--box1 .top__works-grid-txt-bg {
  max-width: 64%;
  margin-bottom: max(-3.9090909091vw, -4.3rem);
  padding-top: min(4vw, 4.4rem);
  padding-bottom: min(9.0909090909vw, 10rem);
  padding-right: 1em;
}
@media (max-width: 750px) {
  .top__works-grid--box1 .top__works-grid-txt-bg {
    max-width: none;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .top__works-grid--box1 .top__works-grid-img {
    margin-top: 15.3488372093vw;
    margin-left: auto;
  }
}
.top__works-grid--box2 {
  --right-width: 57.8330893119%;
  --img-position: 1;
  margin-top: min(9.5454545455vw, 10.5rem);
  align-items: flex-start;
}
@media (max-width: 750px) {
  .top__works-grid--box2 {
    margin-top: 60.4651162791vw;
  }
}
.top__works-grid--box2 .top__works-grid-txt-bg {
  max-width: 71.5454545455%;
  margin-top: min(5.5454545455vw, 6.1rem);
  margin-left: auto;
  padding-top: min(4.3636363636vw, 4.8rem);
  padding-bottom: min(4.3636363636vw, 4.8rem);
  padding-left: min(6.3636363636vw, 7rem);
  box-shadow: 50vw 0 0 #fff;
}
@media (max-width: 750px) {
  .top__works-grid--box2 .top__works-grid-txt-bg {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: none;
  }
}
@media (max-width: 750px) {
  .top__works-grid--box2 .top__works-grid-img {
    margin-top: 16.976744186vw;
  }
}
.top__works-bipy {
  width: min(24.4509516837vw, 33.4rem);
  aspect-ratio: 334/330;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 62%;
  z-index: 2;
  translate: 0 -60.6060606061%;
}
@media (max-width: 750px) {
  .top__works-bipy {
    width: 50.2325581395vw;
    top: 5.8139534884vw;
    left: auto;
    right: -18.6046511628vw;
    translate: 0 0;
  }
}
.top__works-cube {
  position: relative;
  top: 0;
  z-index: 10;
}
.top__works-cube img, .top__works-cube svg {
  width: min(67.9355783309vw, 92.8rem);
  position: absolute;
  top: 0;
  left: 0;
  translate: -9.375% -25.1798561151%;
}
@media (max-width: 750px) {
  .top__works-cube img, .top__works-cube svg {
    width: 83.7209302326vw;
    top: -113.9534883721vw;
    left: 0;
    translate: 0 0;
  }
}
.top__works-bg {
  width: 100%;
  position: relative;
  top: min(9.5454545455vw, 10.5rem);
  z-index: -1;
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .top__works-bg {
    width: 131.3953488372vw;
    aspect-ratio: 565/394;
    position: absolute;
    top: auto;
    left: -26.976744186vw;
    bottom: -70.6976744186vw;
  }
}
.top__works-bg img, .top__works-bg svg {
  width: 133.6749633968%;
  max-width: 182.6rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 46%;
  translate: -50% min(1.4641288433vw, 2rem);
}
@media (max-width: 750px) {
  .top__works-bg img, .top__works-bg svg {
    width: 100%;
    max-width: none;
    left: 0;
    translate: 0 0;
  }
}

.top__interview {
  position: relative;
  z-index: 2;
  overflow-x: clip;
  overflow-y: initial;
}
.top__interview-btn {
  margin-top: 7.5rem;
}
@media (max-width: 750px) {
  .top__interview-btn {
    margin-top: 12.7906976744vw;
  }
}

.top__instagram {
  position: relative;
  /*
  &::before {
  	content: '';
  	width: mobile-size-vw-max(20.8rem, 20.8rem, $inner);
  	aspect-ratio: 208/206;
  	background: url(../img/common/bipy-yellow2.svg) no-repeat center / contain;
  	position: absolute;
  	top: 0;
  	left: 15%;
  	z-index: 2;
  	translate: 0 -60%;
  	@include sp {
  		width: mobile-size-vw(21rem);
  		left: 4%;
  		translate: 0 -90%;
  	}
  }
  */
}
@media (max-width: 750px) {
  .top__instagram {
    margin-top: 50vw;
  }
}
.top__instagram .bipy-yellow2 {
  width: min(18.9090909091vw, 20.8rem);
  aspect-ratio: 208/206;
  background: url(../img/common/bipy-yellow2.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 2;
  translate: 0 -60%;
}
@media (max-width: 750px) {
  .top__instagram .bipy-yellow2 {
    width: 48.8372093023vw;
    left: 4%;
    translate: 0 -90%;
  }
}
.top__instagram-title {
  text-align: center;
}
@media (max-width: 750px) {
  .top__instagram-title {
    margin-bottom: 24.4186046512vw;
    text-align: left;
  }
}
.top__instagram-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}
@media (max-width: 750px) {
  .top__instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top__instagram-item {
  display: block;
  aspect-ratio: 273/364;
}
.top__instagram-item:nth-child(6) {
  display: none;
}
@media (max-width: 750px) {
  .top__instagram-item:nth-child(6) {
    display: block;
  }
}
.top__instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__welfare {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
}
@media (max-width: 750px) {
  .top__welfare {
    margin-bottom: 41.8604651163vw;
  }
}
.top__welfare::before {
  content: "";
  width: min(54.9048316252vw, 75rem);
  aspect-ratio: 750/502;
  background: url(../img/top/welfare-bg.svg) no-repeat right top/contain;
  position: absolute;
  top: -1rem;
  right: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .top__welfare::before {
    width: 31.3953488372vw;
    aspect-ratio: 1/1;
    background: url(../img/top/welfare-bg-sp.svg) no-repeat right top/contain;
    top: 26.976744186vw;
  }
}
.top__welfare .heading1 {
  margin-bottom: 0.5375em;
}
@media (max-width: 750px) {
  .top__welfare .heading1 {
    margin-bottom: 19.5348837209vw;
  }
}
.top__welfare-grid {
  padding-bottom: min(5.4545454545vw, 6rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(9.0909090909vw, 10rem);
}
@media (max-width: 750px) {
  .top__welfare-grid {
    grid-template-columns: 100%;
    row-gap: 19.5348837209vw;
  }
}
.top__welfare-box {
  padding: 8.6538461538% 6.7307692308% 6.7307692308%;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .top__welfare-box {
    padding: 5.8139534884vw 12.7906976744vw 12.7906976744vw 9.3023255814vw;
    font-size: 3.7209302326vw;
  }
}
.top__welfare-box::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background: url(../img/top/welfare-box-bg-red.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .top__welfare-box::before {
    background: url(../img/top/welfare-box-bg-red-sp.svg) no-repeat right top/100% 100%;
  }
}
.top__welfare-box-title {
  margin-bottom: 1.4545454545em;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 600;
}
@media (max-width: 750px) {
  .top__welfare-box-title {
    margin-bottom: 0.8181818182em;
    font-size: 5.1162790698vw;
  }
}
.top__welfare-box-btn {
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 750px) {
  .top__welfare-box-btn {
    margin-top: 4.8837209302vw;
  }
}
.top__welfare-box-bipy {
  width: 37.6923076923%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-red.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: -10%;
  left: -25%;
  z-index: 2;
  scale: -1 1;
}
@media (max-width: 750px) {
  .top__welfare-box-bipy {
    width: 45.5813953488vw;
    top: 82%;
    left: -28%;
  }
}
.top__welfare-box-cone {
  width: 35.3846153846%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: -42%;
  right: 10%;
  z-index: 2;
  scale: -1 1;
}
@media (max-width: 750px) {
  .top__welfare-box-cone {
    width: 42.7906976744vw;
    top: -42%;
    right: 2%;
  }
}
.top__welfare-box-cube {
  width: 26.5384615385%;
  aspect-ratio: 138/152;
  background: url(../img/common/cube-yellow.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: 33%;
  right: -17%;
  z-index: 2;
}
@media (max-width: 750px) {
  .top__welfare-box-cube {
    width: 32.0930232558vw;
    top: 85%;
    right: 0%;
  }
}
@media (max-width: 750px) {
  .top__welfare-box--blue {
    order: -1;
    z-index: 5;
  }
}
.top__welfare-box--blue::before {
  background: url(../img/top/welfare-box-bg-blue.svg) no-repeat right top/100% 100%;
}
@media (max-width: 750px) {
  .top__welfare-box--blue::before {
    background: url(../img/top/welfare-box-bg-blue-sp.svg) no-repeat right top/100% 100%;
  }
}
.top__welfare-box--blue .btn--rev {
  --btn-color-txt: #26BEFF;
  --btn-color-border: #26BEFF;
  --btn-color-hover: #26BEFF;
  --btn-color-border-hover: #26BEFF;
}

.top__recruit {
  margin: 0;
  padding-bottom: min(7.027818448vw, 9.6rem);
  background: #26BEFF;
  color: #fff;
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
}
@media (max-width: 750px) {
  .top__recruit {
    padding-top: 17.2093023256vw;
    padding-bottom: 30.9302325581vw;
    overflow-y: clip;
  }
}
.top__recruit::before {
  content: "";
  width: min(101.0980966325vw, 138.1rem);
  aspect-ratio: 1381/472;
  background: url(../img/top/recruit-bg.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  translate: -9.3410572049% -20.5508474576%;
}
@media (max-width: 750px) {
  .top__recruit::before {
    width: 138.8372093023vw;
    aspect-ratio: 597/687;
    background: url(../img/top/recruit-bg-sp.svg) no-repeat center/100% auto;
    position: absolute;
    top: 24.6511627907vw;
    right: -8.8372093023vw;
    translate: 0 0;
  }
}
@media (max-width: 750px) {
  .top__recruit .heading1 {
    margin-bottom: 4.8837209302vw;
  }
}
.top__recruit-bg {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.top__recruit-grid {
  width: min(90.6295754026vw, 123.8rem);
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 750px) {
  .top__recruit-grid {
    width: 93.023255814vw;
    grid-template-columns: 100%;
    row-gap: 5.5813953488vw;
  }
}
.top__recruit-box {
  display: block;
  aspect-ratio: 612/270;
  background: #43C7FF;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 750px) {
  .top__recruit-box {
    aspect-ratio: 400/160;
  }
}
.top__recruit-box::before {
  content: "";
  width: calc(100% + 2px);
  height: 34.8148148148%;
  background: #fff;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  transform: skewX(45deg);
  transform-origin: top center;
}
@media (max-width: 750px) {
  .top__recruit-box::before {
    height: 5.5813953488vw;
    top: calc(100% + 1px);
    left: -2px;
  }
}
.top__recruit-box-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 2.9090909091vw, 3.2rem);
  font-weight: 600;
  line-height: 1.375;
}
@media (max-width: 750px) {
  .top__recruit-box-link {
    font-size: 7.4418604651vw;
  }
}
.top__recruit-box-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.top__recruit-box-dot::after {
  content: "";
  width: 0.4375em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: currentColor;
}
.top__recruit-box:nth-child(odd) {
  border-right: none;
  background: #69D2FF;
}
.top__recruit-box:nth-child(odd)::before {
  left: -2px;
}

@media (max-width: 750px) {
  .information + .footer .footer__recruit {
    display: none;
  }
}

.information__data {
  margin-top: 0;
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .information__data {
    margin-top: 16.2790697674vw;
  }
}
.information__data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.5454545455vw, 3.9rem);
}
@media (max-width: 750px) {
  .information__data-list {
    grid-template-columns: 100%;
    row-gap: 7.4418604651vw;
  }
}
.information__data-list li {
  position: relative;
}
.information__data-list li::after {
  content: "";
  position: absolute;
  z-index: 5;
}
.information__data-list li:nth-child(1)::after {
  width: 31.4705882353%;
  aspect-ratio: 107/126;
  background: url(../img/common/cube-yellow2.svg) no-repeat right top/100% 100%;
  bottom: -0.9rem;
  left: 0;
  translate: -86.9158878505% 0;
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(1)::after {
    width: 24.8837209302vw;
  }
}
.information__data-list li:nth-child(3)::after {
  width: 48.2352941176%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  top: -30%;
  right: 9.7058823529%;
  scale: -1 1;
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(3)::after {
    width: 38.1395348837vw;
  }
}
.information__data-list li:nth-child(7)::after {
  width: 57.6470588235%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-red.svg) no-repeat left top/100% 100%;
  bottom: 0;
  left: 0;
  translate: -67.8571428571% 0;
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(7)::after {
    width: 32.0930232558vw;
    bottom: 14%;
    translate: -70% 0;
  }
}
.information__data-list li:nth-child(9)::after {
  width: 32.3529411765%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  top: 0;
  right: 0;
  translate: 59.0909090909% -11.71875%;
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(9)::after {
    width: 25.5813953488vw;
  }
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(11)::after {
    width: 35.5813953488vw;
    aspect-ratio: 196/193;
    background: url(../img/common/bipy-yellow.svg) no-repeat left top/100% 100%;
    bottom: 0;
    right: 0;
    translate: 55.5555555556% -22.8758169935%;
  }
}
.information__data-list li:nth-child(12)::after {
  width: 45%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-yellow.svg) no-repeat left top/100% 100%;
  bottom: 0;
  left: 0;
  translate: -41.1764705882% 32.0261437908%;
}
@media (max-width: 750px) {
  .information__data-list li:nth-child(12)::after {
    width: 35.5813953488vw;
  }
}
@media (max-width: 750px) {
  .information__data .footer__recruit {
    margin-top: 22.3255813953vw;
  }
}

.recruit .page__header-slug span {
  display: block;
  font-size: clamp(1.4rem, 2.7272727273vw, 3rem);
}
@media (max-width: 750px) {
  .recruit .page__header-slug span {
    margin-bottom: 3.023255814vw;
    font-size: 5.1162790698vw;
  }
}

@media (max-width: 750px) {
  .recruit.new-graduate .page__header-slug {
    font-size: 10.2325581395vw;
  }
}

.recruit__main {
  margin-top: min(4.831625183vw, 6.6rem);
}
@media (max-width: 750px) {
  .recruit__main {
    margin-top: 15.3488372093vw;
  }
}
.recruit__main .footer__recruit {
  margin-top: 8rem;
}
@media (max-width: 750px) {
  .recruit__main .footer__recruit {
    margin: 20.9302325581vw auto;
  }
}
@media (max-width: 750px) {
  .recruit__main .footer__recruit .btn::after {
    width: 0.5909090909em;
  }
}
@media (max-width: 750px) {
  .recruit__main .footer__recruit .btn .noto-fix {
    translate: 0 -0.1em;
  }
}

.recruit__nav {
  margin-bottom: 7.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 750px) {
  .recruit__nav {
    margin-bottom: 16.976744186vw;
    gap: 3.9534883721vw 6.0465116279vw;
  }
}
.recruit__nav .btn {
  padding-top: 0.6111111111em;
  padding-bottom: 0.7222222222em;
  font-weight: 500;
  justify-content: center;
}
@media (max-width: 750px) {
  .recruit__nav .btn {
    min-width: 8.8888888889em;
    padding-left: 1.6666666667em;
    padding-right: 2.8333333333em;
  }
}
.recruit__nav .btn::after {
  content: "";
  width: 0.6111111111em;
  aspect-ratio: 11/6.5;
  background: currentColor;
  mask-image: url(../img/common/arrow-down.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  right: 1.4444444444em;
}
.recruit__nav .active {
  --btn-color: #FF5375;
  --btn-color-txt: #fff;
  --btn-color-border: #FF5375;
  --btn-color-hover: #fff;
  --btn-color-txt-hover: #FF5375;
  --btn-color-border-hover: #FF5375;
  pointer-events: none;
}

.recruit__description {
  border-top: 1px solid #BFBFBF;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (max-width: 750px) {
  .recruit__description {
    grid-template-columns: 100%;
    font-size: 3.7209302326vw;
  }
}
.recruit__description dt, .recruit__description dd {
  padding: 1em 0;
  border-bottom: 1px solid #BFBFBF;
}
.recruit__description dt {
  min-width: 10em;
  padding-right: 1rem;
}
@media (max-width: 750px) {
  .recruit__description dt {
    padding-bottom: 0.3em;
    border-bottom: none;
    font-weight: bold;
  }
}
@media (max-width: 750px) {
  .recruit__description dd {
    padding-top: 0;
  }
}

.works .page__header-slug span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 600;
}
@media (max-width: 750px) {
  .works .page__header-slug span {
    margin-bottom: 1.6279069767vw;
    font-size: 5.1162790698vw;
  }
}

.works__grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr var(--right-width, 39.5314787701%);
  grid-template-rows: auto;
}
@media (max-width: 750px) {
  .works__grid {
    grid-template-columns: 100%;
  }
}
.works__grid-txt {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 5;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .works__grid-txt {
    grid-column: initial;
    grid-row: initial;
  }
}
.works__grid-img {
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
}
@media (max-width: 750px) {
  .works__grid-img {
    grid-column: initial;
    grid-row: initial;
  }
}

.works__main {
  margin-top: 0;
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .works__main {
    margin-top: 13.2558139535vw;
  }
}
.works__main .interview-single__slider {
  position: relative;
  z-index: 1;
}
.works__main .interview-single__slider::before {
  content: "";
  width: min(133.6749633968vw, 182.6rem);
  aspect-ratio: 1826/565;
  background: url(../img/works/interview-bg.svg) no-repeat center top/100% auto;
  position: absolute;
  top: max(-19.7657393851vw, -27rem);
  left: 50%;
  z-index: -1;
  translate: -48.7404162103% 0;
}
@media (max-width: 750px) {
  .works__main .interview-single__slider::before {
    width: 136.2790697674vw;
    aspect-ratio: 586/417;
    background: url(../img/works/interview-bg-sp.svg) no-repeat center top/100% auto;
    top: -55.8139534884vw;
    left: -26.7441860465vw;
    translate: 0 0;
  }
}
.works__main .interview-single__slider .btn--center {
  margin-top: 5.4rem;
}
@media (max-width: 750px) {
  .works__main .interview-single__slider .btn--center {
    margin-top: 12.5581395349vw;
  }
}

.works__footer {
  padding-top: min(8.0527086384vw, 11rem);
  padding-bottom: min(8.0527086384vw, 11rem);
  background: url(../img/works/works-footer-bg.webp) no-repeat center/cover;
}
@media (max-width: 750px) {
  .works__footer {
    margin-top: 25.5813953488vw;
    padding-top: 27.2093023256vw;
    padding-bottom: 27.2093023256vw;
    background: url(../img/works/works-footer-bg-sp.webp) no-repeat center/cover;
  }
}
.works__footer .footer__recruit {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .works__footer .footer__recruit {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.works__footer .inner {
  position: relative;
}
.works__footer .inner::after {
  content: "";
  width: 18.9090909091%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-yellow2.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: max(-8.0527086384vw, -11rem);
  left: 0;
  z-index: 5;
  translate: -40% -75%;
}
@media (max-width: 750px) {
  .works__footer .inner::after {
    width: 48.3720930233vw;
    top: -27.2093023256vw;
    translate: -20% -77%;
  }
}

.works__description {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .works__description {
    margin-top: 0;
  }
}
.works__description::after {
  content: "";
  width: 33.6749633968%;
  aspect-ratio: 460/460;
  background: url(../img/works/works-description-deco.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  translate: 24.1304347826% -67.1739130435%;
  pointer-events: none;
}
@media (max-width: 750px) {
  .works__description::after {
    width: 91.8604651163vw;
    translate: 49.3670886076% -84.0506329114%;
    z-index: -1;
  }
}
.works__description-grid {
  --right-width: 54.4655929722%;
  align-items: flex-end;
  position: relative;
}
.works__description-grid::after {
  content: "";
  width: 17.6427525622%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  position: absolute;
  bottom: -16%;
  right: 4%;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__description-grid::after {
    width: 32.0930232558vw;
    right: 0;
    bottom: 46.0465116279vw;
  }
}
@media (max-width: 750px) {
  .works__description .works__grid-img {
    justify-self: flex-end;
    width: 90.6976744186vw;
    margin-bottom: 17.2093023256vw;
  }
}
.works__description-txt {
  width: 61.1818181818%;
  padding-top: 6.8181818182%;
  padding-right: 7.2727272727%;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .works__description-txt {
    width: 100%;
    padding: 0;
  }
}
.works__description-txt::before {
  content: "";
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .works__description-txt::before {
    content: none;
  }
}
.works__description-txt h2 {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 4.5454545455vw, 5rem);
  line-height: 1.6;
  font-weight: bold;
  color: #26BEFF;
}
@media (max-width: 750px) {
  .works__description-txt h2 {
    font-size: 7.9069767442vw;
    line-height: 1.6764705882;
  }
}
@media (max-width: 750px) {
  .works__description-txt p {
    width: 68.8372093023vw;
  }
}
.works__description-btn {
  margin-top: 9.5rem;
  text-align: center;
}
@media (max-width: 750px) {
  .works__description-btn {
    text-align: left;
  }
}
.works__description-btn .btn {
  --btn-color-border: #EBEBEB;
}

.works__reason-item {
  align-items: flex-start;
}
.works__reason-item + .works__reason-item {
  margin-top: min(6.3689604685vw, 8.7rem);
}
@media (max-width: 750px) {
  .works__reason-item + .works__reason-item {
    margin-top: 15.5813953488vw;
  }
}
.works__reason-item-txt {
  width: 54.5454545455%;
}
@media (max-width: 750px) {
  .works__reason-item-txt {
    width: 100%;
  }
}
.works__reason-item h3 {
  margin-bottom: 1.4230769231em;
  font-size: clamp(1.4rem, 2.3636363636vw, 2.6rem);
  font-weight: 600;
  line-height: 1.4230769231;
  color: #FF5375;
}
@media (max-width: 750px) {
  .works__reason-item h3 {
    margin-bottom: 8.1395348837vw;
    font-size: 5.5813953488vw;
  }
}
.works__reason-item h3 .num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  font-size: 1.5384615385em;
}
@media (max-width: 750px) {
  .works__reason-item h3 .num {
    font-size: 6.976744186vw;
  }
}
@media (max-width: 750px) {
  .works__reason-item .works__grid-img {
    justify-self: flex-end;
    width: 86.0465116279vw;
    margin-top: 11.6279069767vw;
  }
  .works__reason-item .works__grid-img::before {
    top: calc(var(--frame-right, 2rem) * -1);
  }
  .works__reason-item .works__grid-img::after {
    bottom: var(--frame-right, 2rem);
  }
}

.works__career {
  background-image: url(../img/works/timeline-bg.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 2.1229868228vw) min(17.3499267936vw, 23.7rem);
  background-size: min(98.9019033675%, 135.1rem) auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  .works__career {
    background-image: url(../img/works/timeline-bg-sp.svg);
    background-position: -8.6046511628vw 240.2325581395vw;
    background-size: 180.9302325581vw auto;
  }
}
.works__career-group + .works__career-group {
  margin-top: min(9.0909090909vw, 10rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .works__career-group + .works__career-group {
    margin-top: 32.5581395349vw;
  }
}
.works__career:has(.works__career-timeline--engineer) {
  background: none;
}
.works__career .group1::before {
  content: "";
  width: min(102.0497803807vw, 139.4rem);
  aspect-ratio: 1394/1075;
  background: url(../img/works/engineer/group-bg1.svg) no-repeat center top/100% auto;
  position: absolute;
  top: min(40.2635431918vw, 55rem);
  left: 50%;
  z-index: -1;
  translate: -43.8307030129% 0;
}
@media (max-width: 750px) {
  .works__career .group1::before {
    content: none;
  }
}
.works__career .group2::before {
  content: "";
  width: min(102.0497803807vw, 139.4rem);
  aspect-ratio: 1394/1125;
  background: url(../img/works/engineer/group-bg2.svg) no-repeat center top/100% auto;
  position: absolute;
  top: min(31.4787701318vw, 43rem);
  left: 50%;
  z-index: -1;
  translate: -43.8307030129% 0;
}
@media (max-width: 750px) {
  .works__career .group2::before {
    content: none;
  }
}
.works__career-squareTitle {
  width: 11.25em;
  aspect-ratio: 360/120;
  margin: 0 auto;
  padding-right: 0.625em;
  padding-bottom: 0.625em;
  background: url(../img/works/squareTitle-bg.svg) no-repeat center top/100% auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.4rem, 2.9090909091vw, 3.2rem);
  font-weight: bold;
  line-height: 1.34375;
  color: #AAC10C;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .works__career-squareTitle {
    width: 100%;
    font-size: 7.4418604651vw;
  }
}
.works__career-tabTitle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  column-gap: 5.4545454545%;
  position: relative;
  /*
  &--right {
  	&::after {
  		width: calc(100% - rate(520,1100));
  		right: auto;
  		left: 0;
  		@include sp {
  			width: calc(100% - mobile-size-vw(16rem));
  		}
  	}
  }
  */
}
@media (max-width: 750px) {
  .works__career-tabTitle {
    column-gap: 6.7441860465vw;
  }
}
.works__career-tabTitle::before {
  content: "";
  width: 54.5454545455%;
  height: 2px;
  background: #A0B513;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 750px) {
  .works__career-tabTitle::before {
    width: calc(100% - 37.2093023256vw + 4.6511627907vw);
    height: 0.4651162791vw;
  }
}
.works__career-tabTitle > * {
  overflow: hidden;
}
.works__career-tabTitle img {
  display: block;
  width: 100%;
  margin-bottom: calc((3.8461538462% + 2px) * -1);
}
@media (max-width: 750px) {
  .works__career-tabTitle img {
    margin-bottom: -0.4651162791vw;
  }
}
.works__career-tabTitle .tab__btn .on {
  display: none;
}
.works__career-tabTitle .tab__btn .off {
  display: block;
}
.works__career-tabTitle .tab__btn.active .on {
  display: block;
}
.works__career-tabTitle .tab__btn.active .off {
  display: none;
}
.works__career-tabTitle:has(.active[data-tab-name=tab2])::before {
  width: 52.7272727273%;
  right: auto;
  left: 0;
}
@media (max-width: 750px) {
  .works__career-tabTitle:has(.active[data-tab-name=tab2])::before {
    width: calc(100% - 37.2093023256vw);
  }
}
.works__career-tabTitle:has(.active[data-tab-name=tab2])::after {
  content: "";
  width: 1.8181818182%;
  height: 2px;
  background: #A0B513;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 750px) {
  .works__career-tabTitle:has(.active[data-tab-name=tab2])::after {
    width: 4.6511627907vw;
    height: 0.4651162791vw;
  }
}
.works__career-timeline {
  --center-width: min(9.0909090909vw, 10rem);
  --right-translate-y: min(42.7272727273vw, 47rem);
  padding-top: 6rem;
  padding-bottom: calc(var(--right-translate-y) + 6.4rem);
  display: grid;
  grid-template-columns: 1fr var(--center-width) 1fr;
  align-items: flex-start;
  row-gap: 2.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .works__career-timeline {
    --right-translate-y: 0;
    padding-top: 13.9534883721vw;
    padding-bottom: 0;
    grid-template-columns: 100%;
    row-gap: 18.6046511628vw;
  }
}
.works__career-timeline::before {
  content: "";
  width: 2px;
  height: calc(100% - 26.9rem);
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
}
@media (max-width: 750px) {
  .works__career-timeline::before {
    height: 100%;
  }
}
.works__career-timeline::after {
  content: "";
  width: 5.6rem;
  aspect-ratio: 56/269;
  background: url(../img/works/timeline-arrow-end.svg) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 750px) {
  .works__career-timeline::after {
    content: none;
  }
}
.works__career-timeline--engineer {
  --center-width: min(18.1818181818vw, 20rem);
  --right-translate-y: 0;
  padding-bottom: 0;
  row-gap: 5rem;
  grid-auto-flow: dense;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer {
    --center-width: 18.1395348837vw;
    padding-top: 8.1395348837vw;
    grid-template-columns: var(--center-width) 1fr;
    row-gap: 6.976744186vw;
  }
}
.works__career-timeline--engineer::before {
  height: calc(100% - 8rem - min(6.3636363636vw, 7rem));
  top: auto;
  bottom: 1rem;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer::before {
    height: calc(100% - 23.2558139535vw);
    bottom: 6.976744186vw;
    left: 7.2093023256vw;
  }
}
.works__career-timeline--engineer::after {
  content: none;
}
.works__career-timeline--engineer .works__career-box {
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box {
    grid-column: 2 !important;
    padding: 6.0465116279vw 6.511627907vw;
  }
}
.works__career-box {
  grid-column: 1;
  --side-gap: min(5.2727272727vw, 5.8rem);
  padding: min(4.0909090909vw, 4.5rem) var(--side-gap);
  background: #fff;
  border: 2px solid var(--box-color, #26BEFF);
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2em;
}
@media (max-width: 750px) {
  .works__career-box {
    grid-column: initial;
    --side-gap: 6.511627907vw;
    padding: 9.3023255814vw var(--side-gap);
  }
}
.works__career-box-label {
  width: fit-content;
  padding: 0.4rem 1.1363636364em;
  background: var(--box-color, #26BEFF);
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4545454545;
  color: #fff;
  position: relative;
  translate: calc((min(1.8181818182vw, 2rem) + var(--side-gap)) * -1) 0;
}
@media (max-width: 750px) {
  .works__career-box-label {
    font-size: 5.1162790698vw;
    translate: calc((3.9534883721vw + var(--side-gap)) * -1) 0;
  }
}
.works__career-box-pin {
  position: relative;
}
@media (max-width: 750px) {
  .works__career-box-pin {
    order: -1;
  }
}
.works__career-box-pin::before, .works__career-box-pin::after {
  content: "";
  background: var(--box-color, #26BEFF);
  position: absolute;
  top: 50%;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__career-box-pin::before, .works__career-box-pin::after {
    content: none;
  }
}
.works__career-box-pin::before {
  width: calc(var(--center-width) * 0.5);
  height: 2px;
  left: calc(100% + var(--side-gap));
  translate: 0 -50%;
}
.works__career-box-pin::after {
  width: min(3.0909090909vw, 3.4rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: calc(100% + var(--side-gap) + var(--center-width) * 0.5);
  translate: -41% -50%;
}
.works__career-box h4 {
  font-size: clamp(1.4rem, 2.2727272727vw, 2.5rem);
  font-weight: 600;
  line-height: 1.4230769231;
  color: var(--box-color, #26BEFF);
}
@media (max-width: 750px) {
  .works__career-box h4 {
    font-size: 4.8837209302vw;
  }
}
.works__career-box-features {
  padding: 3.6842105263% 3.1578947368% 6.3157894737% 9.4736842105%;
  background: #F4F4F4;
}
@media (max-width: 750px) {
  .works__career-box-features {
    padding: 4.4186046512vw;
  }
}
.works__career-box h5 {
  margin-bottom: 0.7em;
  font-size: clamp(1.4rem, 1.8181818182vw, 2rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--box-color, #26BEFF);
}
@media (max-width: 750px) {
  .works__career-box h5 {
    font-size: 3.7209302326vw;
  }
}
.works__career-box ul li {
  padding-left: 1.25em;
  line-height: 2.25;
  position: relative;
}
@media (max-width: 750px) {
  .works__career-box ul li {
    font-size: 2.7906976744vw;
  }
}
.works__career-box ul li::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  background: var(--box-color, #26BEFF);
  border-radius: 50%;
  position: absolute;
  top: 1.125em;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.works__career-box-time {
  width: min(10.9090909091vw, 12rem);
  aspect-ratio: 1/1;
  background: var(--box-color, #26BEFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.4rem, 2.7272727273vw, 3rem);
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + var(--center-width) / 2);
  z-index: -1;
  translate: -50% -50%;
}
@media (max-width: 750px) {
  .works__career-box-time {
    width: 14.4186046512vw;
    font-size: 3.2558139535vw;
    top: 2.3255813953vw !important;
    left: auto !important;
    right: calc(100% + 3.7209302326vw) !important;
    translate: 0 0 !important;
  }
}
.works__career-box-time::before {
  content: "";
  width: calc(var(--center-width) / 2);
  height: 2px;
  background: var(--box-color, #26BEFF);
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: -1;
  translate: 0 -50%;
}
@media (max-width: 750px) {
  .works__career-box-time::before {
    width: 10.6976744186vw;
    left: 50% !important;
    right: 0 !important;
  }
}
.works__career-box--right {
  grid-column: 3;
  translate: 0 var(--right-translate-y);
}
@media (max-width: 750px) {
  .works__career-box--right {
    grid-column: initial;
    translate: 0 0;
  }
}
.works__career-box--right .works__career-box-pin::before {
  left: auto;
  right: calc(100% + var(--side-gap));
}
.works__career-box--right .works__career-box-pin::after {
  left: auto;
  right: calc(100% + var(--side-gap) + var(--center-width) * 0.5);
  translate: 50% -50%;
}
@media (min-width: 751px) {
  .works__career-box--right .works__career-box-time {
    left: auto;
    right: calc(100% + var(--center-width) / 2);
    translate: 50% -50%;
  }
  .works__career-box--right .works__career-box-time::before {
    left: 50%;
    right: auto;
  }
}
.works__career-box--red {
  --box-color: #FF7C96;
}
.works__career-box--yellow {
  --box-color: #AAC10C;
}
@media (min-width: 751px) {
  .works__career-box--span1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 751px) {
  .works__career-box--span2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 751px) {
  .works__career-box--span3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 751px) {
  .works__career-box--span4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 751px) {
  .works__career-box--span5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 751px) {
  .works__career-box--span6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 751px) {
  .works__career-box--span7 {
    grid-row-end: span 7;
  }
}

@media (max-width: 750px) {
  .works__career-timeline--sales .works__career-box:nth-child(1) {
    position: relative;
  }
  .works__career-timeline--sales .works__career-box:nth-child(1)::after {
    content: "";
    width: 39.0697674419vw;
    aspect-ratio: 196/193;
    background: url(../img/common/bipy-yellow.svg) no-repeat left top/100% 100%;
    position: absolute;
    top: -8.8372093023vw;
    right: -16.976744186vw;
    z-index: 5;
  }
}
.works__career-timeline--sales .works__career-box:nth-child(2) {
  position: relative;
}
.works__career-timeline--sales .works__career-box:nth-child(2)::after {
  content: "";
  width: 47.6%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: -16%;
  left: -7%;
  z-index: 5;
  scale: -1 1;
}
@media (max-width: 750px) {
  .works__career-timeline--sales .works__career-box:nth-child(2)::after {
    width: 39.0697674419vw;
    top: -13%;
    left: -24%;
  }
}
.works__career-timeline--sales .works__career-box:nth-child(3) {
  position: relative;
}
.works__career-timeline--sales .works__career-box:nth-child(3)::after {
  content: "";
  width: 63.4%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  position: absolute;
  bottom: -25%;
  left: -19%;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__career-timeline--sales .works__career-box:nth-child(3)::after {
    width: 25.5813953488vw;
    bottom: -20.4651162791vw;
    left: -mobile-size-vw(-8.9rem);
  }
}
@media (max-width: 750px) {
  .works__career-timeline--sales .works__career-box:nth-child(3) figure {
    order: -1;
  }
}

@media (max-width: 750px) {
  .works-engineer .works__description-grid::after {
    bottom: -24.4186046512vw;
  }
}
.works-engineer .works__description-btn {
  margin-top: 8.6046511628vw;
}

.works__career-timeline--engineer .works__career-box:nth-child(2) {
  margin-top: min(2.7272727273vw, 3rem);
  position: relative;
}
@media (min-width: 751px) {
  .works__career-timeline--engineer .works__career-box:nth-child(2) {
    grid-row-start: 1;
  }
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box:nth-child(2) {
    margin-top: 0;
  }
}
.works__career-timeline--engineer .works__career-box:nth-child(2)::after {
  content: "";
  width: 52.8888888889%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  position: absolute;
  top: -13%;
  left: -39%;
  z-index: 5;
  scale: -1 1;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box:nth-child(2)::after {
    content: none;
  }
}
.works__career-timeline--engineer .works__career-box:nth-child(3) {
  position: relative;
}
.works__career-timeline--engineer .works__career-box:nth-child(3)::after {
  content: "";
  width: 74.2222222222%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-yellow.svg) no-repeat left top/100% 100%;
  position: absolute;
  bottom: -24%;
  right: -53%;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box:nth-child(3)::after {
    content: none;
  }
}
.works__career-timeline--engineer .works__career-box:nth-child(6) {
  margin-top: min(3.1818181818vw, 3.5rem);
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box:nth-child(6) {
    margin-top: 0;
  }
}
.works__career-timeline--engineer .works__career-box:nth-child(8) {
  position: relative;
}
.works__career-timeline--engineer .works__career-box:nth-child(8)::after {
  content: "";
  width: 70.4444444444%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  position: absolute;
  bottom: 8%;
  left: -44%;
  z-index: 5;
}
@media (max-width: 750px) {
  .works__career-timeline--engineer .works__career-box:nth-child(8)::after {
    content: none;
  }
}
@media (min-width: 751px) {
  .works__career-timeline--engineer .works__career-box:last-child {
    grid-row-end: span 2;
    align-self: flex-start;
  }
}

.welfare {
  background-image: url(../img/welfare/welfare-bg.svg);
  background-repeat: no-repeat;
  background-position: 52% min(12.2254758419vw, 16.7rem);
  background-size: min(110.3221083455%, 150.7rem) auto;
}
@media (max-width: 750px) {
  .welfare {
    background-image: url(../img/welfare/welfare-bg-sp.svg);
    background-position: -26.0465116279vw 46.976744186vw;
    background-size: 159.3023255814vw auto;
  }
}
.welfare + .footer .inner {
  position: relative;
}
.welfare + .footer .inner::after {
  content: "";
  width: 13.9090909091%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-yellow2.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: calc(min(4.0909090909vw, 4.5rem) * -1);
  left: 0;
  z-index: 5;
  translate: -40% -75%;
  rotate: -15deg;
}
@media (max-width: 750px) {
  .welfare + .footer .inner::after {
    width: 35.5813953488vw;
    top: calc(25.5813953488vw * -1);
    translate: -40% -100%;
  }
}

.welfare__main {
  margin-top: 0;
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .welfare__main {
    margin-top: 26.976744186vw;
    margin-bottom: 34.8837209302vw;
  }
}

.welfare__list {
  border-top: 1px solid #DDDDDD;
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  list-style: none;
  counter-reset: item;
}
@media (max-width: 750px) {
  .welfare__list {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
.welfare__list li {
  grid-column: 1/-1;
  border-bottom: 1px solid #DDDDDD;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
  column-gap: 2.1875em;
}
@media (max-width: 750px) {
  .welfare__list li {
    grid-row: span 2;
    grid-template-rows: subgrid;
    align-items: flex-start;
    column-gap: 0.3rem;
    row-gap: 0.8571428571em;
  }
}
.welfare__list li:nth-child(3n+2) {
  --item-color: #C1D53A;
}
.welfare__list li:nth-child(3n+3) {
  --item-color: #26BEFF;
}
.welfare__list > li:before {
  counter-increment: item;
  content: counter(item);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
}
.welfare__list > li:nth-child(-n+9):before {
  content: "0" counter(item);
}

.welfare__item {
  padding: 1.625em 2.8125em;
  position: relative;
}
@media (max-width: 750px) {
  .welfare__item {
    padding: 5.1162790698vw 0;
  }
}
.welfare__item::before {
  font-size: clamp(1.4rem, 4.7272727273vw, 5.2rem);
  line-height: 1.3076923077;
  color: var(--item-color, #FF5375);
}
@media (max-width: 750px) {
  .welfare__item::before {
    grid-column: 1;
    grid-row: 1;
    padding-right: 3.023255814vw;
    font-size: 6.976744186vw;
  }
}
.welfare__item-icon {
  justify-self: center;
  align-self: center;
}
@media (max-width: 750px) {
  .welfare__item-icon {
    grid-column: 3;
    grid-row: 1;
    align-self: flex-start;
  }
}
.welfare__item-icon img {
  max-width: 7.3125em;
  max-height: 5.875em;
  object-fit: contain;
}
@media (max-width: 750px) {
  .welfare__item-icon img {
    max-width: 4.4285714286em;
    max-height: 3.5714285714em;
  }
}
.welfare__item-title {
  font-size: clamp(1.4rem, 3.6363636364vw, 4rem);
  font-weight: bold;
  line-height: 1.45;
  color: var(--item-color, #FF5375);
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .welfare__item-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 6.2790697674vw;
    line-height: 1.4814814815;
    display: block;
  }
}
.welfare__item-title span {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
@media (max-width: 750px) {
  .welfare__item-title span {
    font-size: 3.7209302326vw;
  }
}
@media (max-width: 750px) {
  .welfare__item-txt {
    grid-column: 2/-1;
    grid-row: 2;
  }
}
.welfare__item:nth-child(1)::after, .welfare__item:nth-child(2)::after, .welfare__item:nth-child(5)::after, .welfare__item:nth-child(12)::after {
  content: "";
  position: absolute;
  z-index: 5;
}
.welfare__item:nth-child(1)::after {
  width: 11.8181818182%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  top: -59%;
  right: -7%;
}
@media (max-width: 750px) {
  .welfare__item:nth-child(1)::after {
    display: none;
  }
}
.welfare__item:nth-child(2)::after {
  width: 10%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  top: 0;
  left: 0;
  translate: -117% -50%;
}
@media (max-width: 750px) {
  .welfare__item:nth-child(2)::after {
    display: none;
  }
}
.welfare__item:nth-child(5)::after {
  width: 9.7272727273%;
  aspect-ratio: 107/126;
  background: url(../img/common/cube-yellow2.svg) no-repeat right top/100% 100%;
  top: 0;
  right: -8%;
}
@media (max-width: 750px) {
  .welfare__item:nth-child(5)::after {
    display: none;
  }
}
.welfare__item:nth-child(12)::after {
  width: 12.6363636364%;
  aspect-ratio: 196/193;
  background: url(../img/common/bipy-red.svg) no-repeat left top/100% 100%;
  top: 0;
  right: -8%;
}
@media (max-width: 750px) {
  .welfare__item:nth-child(12)::after {
    display: none;
  }
}
@media (max-width: 750px) {
  .welfare__item:nth-child(13)::after {
    content: "";
    width: 32.0930232558vw;
    aspect-ratio: 196/193;
    background: url(../img/common/bipy-red.svg) no-repeat left top/100% 100%;
    position: absolute;
    top: 80%;
    right: -30%;
    z-index: 5;
  }
}

.about {
  background-image: url(../img/about/about-bg.svg);
  background-repeat: no-repeat;
  background-position: 21.5959004392vw 6.2225475842vw;
  background-size: 33.6749633968% auto;
}
@media (max-width: 750px) {
  .about {
    background: none;
  }
}

.about__introduction {
  margin-top: min(6.588579795vw, 9rem);
  margin-bottom: min(4.9780380673vw, 6.8rem);
  font-size: clamp(1.4rem, 2.5454545455vw, 2.8rem);
  text-align: center;
}
@media (max-width: 750px) {
  .about__introduction {
    margin-top: 20.4651162791vw;
    margin-bottom: 17.9069767442vw;
    font-size: 4.6511627907vw;
  }
}

.about__style {
  height: 100vh;
  margin: 0;
  padding: min(5.1244509517vw, 7rem) 0 min(7.3206442167vw, 10rem);
  background: url(../img/about/style-bg.webp) no-repeat center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .about__style {
    height: auto;
    margin: 0;
    padding: 14.6511627907vw 0;
    background: url(../img/about/style-bg-sp.webp) no-repeat center/cover;
  }
}
.about__style-title {
  align-items: center;
  text-align: center;
}
@media (max-width: 750px) {
  .about__style-title {
    align-items: center;
  }
  .about__style-title .heading1__sub {
    margin-top: 1.8604651163vw;
    font-size: 4.1860465116vw;
  }
}
.about__style-points {
  max-width: 97.6rem;
  margin: 0 auto;
  font-weight: 600;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  --col-gap: min(8.6363636364vw, 9.5rem);
  --row-gap: min(5vw, 5.5rem);
}
@media (max-width: 750px) {
  .about__style-points {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-auto-flow: initial;
    --row-gap: 6.976744186vw;
  }
}
@media (max-width: 750px) {
  .about__style-points li {
    padding: var(--row-gap) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.about__style-points li:nth-child(odd) {
  padding-bottom: var(--row-gap);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.about__style-points li:nth-child(even) {
  padding-top: var(--row-gap);
}
.about__style-points li:nth-child(1), .about__style-points li:nth-child(2) {
  padding-right: var(--col-gap);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 750px) {
  .about__style-points li:nth-child(1), .about__style-points li:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }
}
.about__style-points li:nth-child(3), .about__style-points li:nth-child(4) {
  padding-left: var(--col-gap);
}
@media (max-width: 750px) {
  .about__style-points li:nth-child(3), .about__style-points li:nth-child(4) {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .about__style-points li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .about__style-points li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.about__style-points h3 {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 2.3636363636vw, 2.6rem);
  font-weight: bold;
  line-height: 1.5384615385;
}
@media (max-width: 750px) {
  .about__style-points h3 {
    margin-top: 2.3255813953vw;
    margin-bottom: 1em;
    font-size: 6.0465116279vw;
  }
}

@media (max-width: 750px) {
  .about__message {
    margin-top: 20.9302325581vw;
  }
}
.about__message-top {
  margin-bottom: 3.75em;
  font-size: clamp(1.4rem, 2.5454545455vw, 2.8rem);
  text-align: center;
}
@media (max-width: 750px) {
  .about__message-top {
    margin-bottom: 2.5em;
    font-size: 4.6511627907vw;
  }
}
.about__message-top .txt--red {
  display: block;
  margin-bottom: 0.813559322em;
  font-size: 2.1071428571em;
  font-weight: bold;
  line-height: 1.4406779661;
}
@media (max-width: 750px) {
  .about__message-top .txt--red {
    font-size: 9.3023255814vw;
  }
}
.about__message-grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr var(--right-width, 54.4655929722%);
  align-items: flex-end;
}
@media (max-width: 750px) {
  .about__message-grid {
    grid-template-columns: 100%;
  }
}
.about__message-grid-txt {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 5;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .about__message-grid-txt {
    grid-column: initial;
    grid-row: initial;
  }
}
.about__message-grid-txt-bg {
  width: fit-content;
  background: rgba(255, 255, 255, 0.9);
}
.about__message-grid-img {
  grid-column: var(--img-position, 2);
  grid-row: 1;
  z-index: 1;
}
@media (max-width: 750px) {
  .about__message-grid-img {
    grid-column: initial;
    grid-row: initial;
    order: -1;
  }
}
.about__message-grid .img-frame::before, .about__message-grid .img-frame::after {
  width: 96.1021505376%;
}
.about__message-grid-title {
  margin-bottom: 1.3em;
  font-size: clamp(1.4rem, 4.5454545455vw, 5rem);
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .about__message-grid-title {
    font-size: 5.5813953488vw;
  }
}
.about__message-grid--box1 {
  margin-bottom: max(-9.3636363636vw, -10.3rem);
}
@media (max-width: 750px) {
  .about__message-grid--box1 {
    margin-bottom: 0;
  }
}
.about__message-grid--box1 .about__message-grid-txt-bg {
  max-width: 67.6363636364%;
  padding-top: min(8.1818181818vw, 9rem);
  padding-bottom: min(16vw, 17.6rem);
  padding-right: min(7vw, 7.7rem);
}
@media (max-width: 750px) {
  .about__message-grid--box1 .about__message-grid-txt-bg {
    max-width: none;
    padding-top: 7.9069767442vw;
    padding-bottom: 7.9069767442vw;
    padding-right: 11.1627906977vw;
  }
}
@media (max-width: 750px) {
  .about__message-grid--box1 .about__message-grid-img {
    width: 86.0465116279vw;
    margin-left: auto;
    margin-bottom: -33.7209302326vw;
  }
}
.about__message-grid--box2 {
  --right-width: 56.8081991215%;
  --img-position: 1;
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .about__message-grid--box2 {
    margin-top: 8.1395348837vw;
  }
}
@media (min-width: 751px) {
  .about__message-grid--box2 .about__message-grid-txt {
    width: 100%;
    max-width: none;
  }
}
.about__message-grid--box2 .about__message-grid-txt-bg {
  width: 46%;
  margin-left: 50%;
  padding: 1em;
}
@media (max-width: 750px) {
  .about__message-grid--box2 .about__message-grid-txt-bg {
    width: 100%;
    margin-left: 0;
    padding: 12.3255813953vw 0 0;
  }
}
.about__message-grid--box2 .about__message-grid-img {
  margin-bottom: min(2.3636363636vw, 2.6rem);
}
@media (max-width: 750px) {
  .about__message-grid--box2 .about__message-grid-img {
    width: 90.6976744186vw;
  }
}
.about__message-grid--box2 .img-frame::before {
  top: calc(var(--frame-right, 2rem) * -1);
}
.about__message-grid--box2 .img-frame::after {
  bottom: var(--frame-right, 2rem);
}

.service {
  background-image: url(../img/service/service-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 9.663250366vw;
  background-size: min(107.8330893119%, 147.3rem) auto;
}
@media (max-width: 750px) {
  .service {
    background-image: url(../img/service/service-bg-sp.svg);
    background-position: -39.5348837209vw 49.0697674419vw;
    background-size: 189.5348837209vw auto;
  }
}

.service__main {
  margin-top: 0;
  padding-bottom: min(9.0043923865vw, 12.3rem);
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .service__main {
    margin-top: 17.9069767442vw;
    padding-bottom: 30.9302325581vw;
  }
}
@media (max-width: 750px) {
  .service__main .inner {
    width: 93.023255814%;
  }
}

.service__title {
  margin-bottom: 3.5333333333em;
  font-size: clamp(1.4rem, 2.7272727273vw, 3rem);
  font-weight: bold;
  line-height: 2;
  color: #C1D53A;
  text-align: center;
}
@media (max-width: 750px) {
  .service__title {
    margin-bottom: 10.4651162791vw;
    font-size: 5.1162790698vw;
    line-height: 2.2727272727;
  }
}

.service__map {
  position: relative;
}
.service__map-pins {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.service__map-pins svg {
  width: 100%;
  height: 100%;
}
.service__map-pins .service-pin {
  cursor: pointer;
  transition: 0.3s;
}
.service__map-pins .service-pin:hover {
  opacity: 0.6;
}

.service__overlay {
  width: 100%;
  height: 100%;
  background: #D5D5D5;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.service__overlay.popup-active {
  visibility: visible;
  opacity: 1;
}

.service__details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .service__details {
    padding: 15.8139534884vw 0 11.6279069767vw;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    display: block;
  }
}
.service__details > .popup-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.service__details.popup-active {
  visibility: visible;
  opacity: 1;
}

.service__detail {
  display: none;
  width: 81.3953488372vw;
  max-width: 80rem;
  max-height: 80vh;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #FF5375;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .service__detail {
    max-height: none;
  }
}
.service__detail-close {
  width: 4rem;
  aspect-ratio: 1/1;
  background: #e83b1f;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
@media (max-width: 750px) {
  .service__detail-close {
    width: 9.3023255814vw;
    top: 2.3255813953vw;
    right: 2.3255813953vw;
  }
}
.service__detail-close::before, .service__detail-close::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #fff;
  border-radius: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.service__detail-close::after {
  rotate: -45deg;
}
.service__detail-icon {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 750px) {
  .service__detail-icon {
    width: 15.8139534884vw;
  }
}
.service__detail-inner {
  max-height: inherit;
  overflow-y: auto;
  overflow-x: initial;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
@media (max-width: 750px) {
  .service__detail-inner {
    overflow: initial;
  }
}
.service__detail-body {
  padding: calc(4.5rem + min(2.2727272727vw, 2.5rem)) min(6.3636363636vw, 7rem);
  display: grid;
  grid-template-columns: 32.5% 1fr;
  column-gap: 6.125%;
}
@media (max-width: 750px) {
  .service__detail-body {
    padding: 15.8139534884vw 6.976744186vw;
    grid-template-columns: 100%;
    row-gap: 11.3953488372vw;
  }
}
.service__detail-img img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.service__detail h3 {
  margin-bottom: 0.6em;
  font-size: clamp(1.4rem, 2.7272727273vw, 3rem);
  font-weight: bold;
  line-height: 1.4666666667;
  color: #26BEFF;
}
@media (max-width: 750px) {
  .service__detail h3 {
    margin-bottom: 1em;
    font-size: 5.5813953488vw;
  }
}
.service__detail h3 span {
  font-size: 0.8333333333em;
}
@media (max-width: 750px) {
  .service__detail h3 span {
    font-size: 4.4186046512vw;
  }
}
.service__detail.popup-active {
  display: block;
  opacity: 1;
}

.interview__wave {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.interview__wave::before {
  content: "";
  width: min(10.8345534407vw, 14.8rem);
  aspect-ratio: 1/1;
  background: url(../img/common/wave-gray.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  translate: -35% 89%;
}
@media (max-width: 750px) {
  .interview__wave::before {
    width: 34.4186046512vw;
    translate: -12.7906976744vw 31.3953488372vw;
  }
}

.interview__sliderWrap {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
  --offset: 3.7rem;
  padding: 0 calc(6rem + var(--offset));
}
@media (max-width: 750px) {
  .interview__sliderWrap {
    padding: 0 9.3023255814vw;
  }
}

.interview__slider {
  max-width: 1100px;
  margin: 0 auto;
}
.interview__slider .splide__track {
  overflow: initial;
  clip-path: polygon(calc(0% - var(--offset)) 0, calc(100% + var(--offset)) 0, calc(100% + var(--offset)) 100%, calc(0% - var(--offset)) 100%);
}
@media (max-width: 750px) {
  .interview__slider .splide__track {
    clip-path: none;
  }
}
.interview__slider .splide__slide:nth-child(2n) {
  --frame-bg: url(../img/common/interview-frame-yellow.svg);
  --frame-color: #C1D53A;
}
.interview__slider .splide__slide:nth-child(3n) {
  --frame-bg: url(../img/common/interview-frame-red.svg);
  --frame-color: #FF5375;
}
.interview__slider .splide__arrow {
  width: 6rem;
  height: 6rem;
  background: url(../img/common/slide-arrow.svg) no-repeat center/contain;
  top: 45%;
  opacity: 1;
}
@media (max-width: 750px) {
  .interview__slider .splide__arrow {
    width: 13.9534883721vw;
    height: 13.9534883721vw;
  }
}
.interview__slider .splide__arrow svg {
  display: none;
}
.interview__slider .splide__arrow--prev {
  scale: -1 1;
  left: calc(-6rem - var(--offset));
}
@media (max-width: 750px) {
  .interview__slider .splide__arrow--prev {
    left: -6.976744186vw;
  }
}
.interview__slider .splide__arrow--next {
  right: calc(-6rem - var(--offset));
}
@media (max-width: 750px) {
  .interview__slider .splide__arrow--next {
    right: -6.976744186vw;
  }
}
.interview__slider .splide__arrow:hover {
  opacity: 0.6;
}

@media (max-width: 750px) {
  .interview__item {
    padding-right: 5.1162790698vw;
  }
}
.interview__item-body {
  display: block;
}
.interview__item-img {
  width: 100%;
  aspect-ratio: 320/400;
  position: relative;
  z-index: 1;
}
.interview__item-img::before {
  content: "";
  width: 106.5625%;
  aspect-ratio: 341/420;
  background: var(--frame-bg, url(../img/common/interview-frame-blue.svg)) no-repeat left top/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .interview__item-img::before {
    width: calc(100% + 5.1162790698vw);
  }
}
.interview__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2.4px solid transparent;
}
.interview__item-txt {
  margin-top: -4.5rem;
  padding: 2em 2em 0;
  background: #fff;
  position: relative;
  z-index: 10;
  translate: -9.375% 0;
}
@media (max-width: 750px) {
  .interview__item-txt {
    margin-top: -8.1395348837vw;
    font-size: 3.7209302326vw;
  }
}
.interview__item-txt::before {
  content: "";
  width: 100%;
  height: 9rem;
  max-height: 100%;
  border-top: 2px solid var(--frame-color, #26BEFF);
  border-right: 2px solid var(--frame-color, #26BEFF);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.interview__item-txt::after {
  content: "";
  width: 2.9rem;
  aspect-ratio: 29/14;
  background: #fff;
  border-top: 2px solid var(--frame-color, #26BEFF);
  border-right: 3px solid var(--frame-color, #26BEFF);
  position: absolute;
  top: 0;
  left: 17%;
  z-index: 5;
  translate: 0 -54%;
  rotate: -19deg;
  transform: skew(-32deg, -14deg);
}
.interview__item-detail {
  margin-top: 1.2rem;
  color: #888888;
}
@media (max-width: 750px) {
  .interview__item-detail {
    margin-top: 2.7906976744vw;
  }
}
.interview__item:nth-child(3n+2) {
  --frame-bg: url(../img/common/interview-frame-yellow.svg);
  --frame-color: #C1D53A;
}
.interview__item:nth-child(3n+3) {
  --frame-bg: url(../img/common/interview-frame-red.svg);
  --frame-color: #FF5375;
}

.interview-archive {
  background-image: url(../img/interview/interview-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 12.1522693997vw;
  background-size: min(112.5183016105%, 153.7rem) auto;
}
@media (max-width: 750px) {
  .interview-archive {
    background: none;
  }
}

.interview-archive__main {
  margin-top: min(1.756954612vw, 2.4rem);
  margin-bottom: 0;
  padding-bottom: min(7.5402635432vw, 10.3rem);
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .interview-archive__main {
    margin-top: 5.5813953488vw;
    margin-bottom: 0;
    padding-bottom: 43.023255814vw;
    background-image: url(../img/interview/interview-bg-sp.svg);
    background-repeat: no-repeat;
    background-position: -41.8604651163vw 359.7674418605vw;
    background-size: 151.1627906977vw auto;
  }
}
.interview-archive__main .interview__list li {
  position: relative;
}
.interview-archive__main .interview__list li::after {
  content: "";
  position: absolute;
  z-index: 5;
}
.interview-archive__main .interview__list li:nth-child(1)::after {
  width: 29.490616622%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  top: 0;
  left: 0;
  translate: -73% -29%;
}
@media (max-width: 750px) {
  .interview-archive__main .interview__list li:nth-child(1)::after {
    width: 25.5813953488vw;
  }
}
@media (max-width: 750px) {
  .interview-archive__main .interview__list li:nth-child(5)::after {
    width: 29.5348837209vw;
    aspect-ratio: 184/179;
    background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
    top: 0;
    left: 0;
    scale: -1 1;
    translate: -78% -28%;
  }
}
.interview-archive__main .interview__list li:nth-child(7)::after {
  width: 63.8069705094%;
  aspect-ratio: 184/179;
  background: url(../img/common/cone-blue.svg) no-repeat right top/100% 100%;
  top: 0;
  left: 0;
  scale: -1 1;
  translate: -74% -53%;
}
@media (max-width: 750px) {
  .interview-archive__main .interview__list li:nth-child(7)::after {
    width: 35.1162790698vw;
    translate: -55% -53%;
    z-index: 10;
  }
}
@media (max-width: 750px) {
  .interview-archive__main .interview__list li:nth-child(10)::after {
    width: 41.8604651163vw;
    aspect-ratio: 196/193;
    background: url(../img/common/bipy-yellow.svg) no-repeat left top/100% 100%;
    bottom: 0;
    right: 0;
    translate: 55% -67%;
  }
}

.interview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 6.3636363636%;
}
@media (max-width: 750px) {
  .interview__list {
    grid-template-columns: 100%;
    row-gap: 7.6744186047vw;
  }
}
.interview__list li:nth-child(3n+2) {
  --frame-bg: url(../img/common/interview-frame-yellow.svg);
  --frame-color: #C1D53A;
}
.interview__list li:nth-child(3n+3) {
  --frame-bg: url(../img/common/interview-frame-red.svg);
  --frame-color: #FF5375;
}

.interview__tags {
  margin-top: min(2.1818181818vw, 2.4rem);
  margin-bottom: min(5.4545454545vw, 6rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.interview__tags a {
  padding: 0.5625em 1.25em;
  border: 1px solid #EBEBEB;
  border-radius: 10em;
  line-height: 1;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interview-single__main {
  background-image: url(../img/interview/interview-single-bg.svg);
  background-repeat: no-repeat;
  background-position: 67% 75.1098096633vw;
  background-size: min(125.1830161054%, 171rem) auto;
  overflow-x: clip;
  overflow-y: initial;
}
@media (max-width: 750px) {
  .interview-single__main {
    background-image: url(../img/interview/interview-single-bg-sp.svg);
    background-repeat: no-repeat;
    background-position: -26.511627907vw 320.9302325581vw;
    background-size: 141.8604651163vw auto;
  }
}

.interview-single__header {
  max-width: 1366px;
  margin: 0 auto min(13.616398243vw, 18.6rem);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  background-image: url(../img/interview/interview-thumb-bg.svg);
  background-repeat: no-repeat;
  background-position: -1.6105417277vw 2.7086383602vw;
  background-size: min(33.6749633968%, 46rem) auto;
  position: relative;
}
@media (max-width: 750px) {
  .interview-single__header {
    display: block;
    margin-top: 14.8837209302vw;
    margin-bottom: 11.1627906977vw;
  }
}
.interview-single__header::before {
  content: "";
  width: 10.4685212299%;
  aspect-ratio: 110/128;
  background: url(../img/common/cube-red.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: 17%;
  left: 0;
  z-index: 3;
  translate: -16% 0;
}
@media (max-width: 750px) {
  .interview-single__header::before {
    content: none;
  }
}
.interview-single__header::after {
  content: "";
  width: 18.3016105417%;
  aspect-ratio: 250/1010;
  background: url(../img/interview/interview-thumb-cone.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  translate: 0 -11.3861386139%;
}
@media (max-width: 750px) {
  .interview-single__header::after {
    width: 98.8372093023vw;
    aspect-ratio: 425/723;
    background: url(../img/interview/interview-thumb-cone-sp.svg) no-repeat left top/100% 100%;
    top: -19.5348837209vw;
    right: -1.3953488372vw;
    z-index: 5;
    translate: 0 0;
    pointer-events: none;
  }
}
.interview-single__header-thumb {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  justify-self: flex-end;
  width: 75.6954612006%;
  aspect-ratio: 1034/719;
}
@media (max-width: 750px) {
  .interview-single__header-thumb {
    width: 100%;
    aspect-ratio: 430/380;
    margin-bottom: -7.4418604651vw;
    --frame-right: 3.488372093vw;
  }
  .interview-single__header-thumb::before {
    height: 16.2790697674vw;
    left: var(--frame-right, 2rem);
    top: calc(var(--frame-right, 2rem) * -1);
  }
  .interview-single__header-thumb::after {
    height: 27.4418604651vw;
  }
}
.interview-single__header-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-single__header-body {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  align-self: flex-end;
}
@media (max-width: 750px) {
  .interview-single__header-body {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.interview-single__header-message {
  width: 74.5454545455%;
  padding: 6.8181818182% 6.4545454545% 0 0;
  background: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .interview-single__header-message {
    width: 100%;
    padding: 0 6.976744186vw 9.3023255814vw 0;
  }
}
.interview-single__header-message::before {
  content: "";
  width: calc(100% + min(7.9090909091vw, 8.7rem));
  height: calc(100% + min(6.8181818182vw, 7.5rem));
  background: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .interview-single__header-message::before {
    width: 100vw;
    height: calc(100% + 11.6279069767vw);
    top: -11.6279069767vw;
  }
}
.interview-single__header-title {
  margin-bottom: 0.8888888889em;
  font-size: clamp(1.4rem, 3.2727272727vw, 3.6rem);
  line-height: 1.9444444444;
  color: #FF5375;
}
@media (max-width: 750px) {
  .interview-single__header-title {
    margin-bottom: 4.1860465116vw;
    font-size: 5.1162790698vw;
  }
}
.interview-single__header-position {
  font-size: clamp(1.4rem, 1.6363636364vw, 1.8rem);
}
@media (max-width: 750px) {
  .interview-single__header-position {
    font-size: 3.2558139535vw;
  }
}
.interview-single__header-name {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
@media (max-width: 750px) {
  .interview-single__header-name {
    font-size: 4.1860465116vw;
  }
}

.interview-single__slider {
  margin-bottom: 0;
  padding-bottom: min(9.8828696925vw, 13.5rem);
}
@media (max-width: 750px) {
  .interview-single__slider {
    padding-bottom: 17.4418604651vw;
  }
}

.faq__main {
  margin-top: 0;
}
@media (max-width: 750px) {
  .faq__main {
    margin-top: 0;
    margin-bottom: 20.6976744186vw;
  }
}

.faq__list {
  border-top: 1px solid #DDDDDD;
}
.faq__list li {
  padding: 1.625em 0;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 750px) {
  .faq__list li {
    padding: 6.976744186vw 0;
  }
}

.faq__item {
  padding-left: 3rem;
  padding-right: 6rem;
  position: relative;
}
@media (max-width: 750px) {
  .faq__item {
    padding-left: 6.976744186vw;
    padding-right: 6.976744186vw;
  }
}
.faq__item-title {
  font-size: clamp(1.4rem, 1.8181818182vw, 2rem);
  font-weight: bold;
  line-height: 1.45;
  color: #FF5375;
}
@media (max-width: 750px) {
  .faq__item-title {
    font-size: 4.1860465116vw;
    line-height: 1.5555555556;
  }
}
.faq__item-title::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .faq__item-title::before {
    font-size: 1.2222222222em;
    top: -0.1em;
  }
}
.faq__item-title::after {
  content: "";
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../img/faq/faq-arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media (max-width: 750px) {
  .faq__item-title::after {
    width: 6.976744186vw;
    background: url(../img/faq/faq-arrow-sp.svg) no-repeat center/100% auto;
    top: 0;
    translate: 0 0;
  }
}
.faq__item-body {
  margin-top: 1.4rem;
}
.faq__item[open] .faq__item-title::after {
  top: 0.5em;
  translate: 0 0;
  scale: 1 -1;
}
@media (max-width: 750px) {
  .faq__item[open] .faq__item-title::after {
    top: 0;
  }
}

.form {
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.5;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea,
.form select {
  display: block;
  width: 100%;
  padding: 1.0625em 1.5em;
  background: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 0.4rem;
  font-size: inherit;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input[type=text] + .error,
.form input[type=email] + .error,
.form input[type=tel] + .error,
.form textarea + .error,
.form select + .error {
  margin-top: 0.8571428571em;
}
.form textarea {
  min-height: 12.5em;
}
.form select {
  appearance: none;
  padding-right: calc(1.875em + 1.5em);
  background-color: #fff;
  background-image: url(../img/common/select-arrow-down.svg);
  background-position: right 1.4rem center;
  background-repeat: no-repeat;
  background-size: 1.875em 1.875em;
}
.form .required {
  display: inline-block;
  font-size: 1.2rem;
  color: #FF7C96;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .form .required {
    font-size: 2.7906976744vw;
  }
}
.form__item + .form__item {
  margin-top: 1.5625em;
}
.form__item-name {
  margin-bottom: 1.25em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.75em;
}
@media (max-width: 750px) {
  .form__item-name {
    font-size: 4.1860465116vw;
  }
}
.form__item-input {
  font-weight: bold;
  gap: 1.125em 1.25em;
}
.form__item-input--flex {
  display: flex;
  align-items: center;
}
.form__item-input--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.form__item-input--col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.form__item-input .birth-item {
  display: flex;
  align-items: center;
  gap: inherit;
}
.form__item-input .wpcf7-form-control-wrap {
  display: inherit;
  align-items: inherit;
  gap: inherit;
}
.form__item-input .wpcf7-form-control-wrap:has(.wpcf7-radio, .wpcf7-checkbox) {
  grid-column: 1/-1;
  grid-template-columns: inherit;
}
@media (max-width: 750px) {
  .form__item-input .wpcf7-form-control-wrap:has(.wpcf7-radio, .wpcf7-checkbox) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form__item-input .wpcf7-form-control-wrap:has(.wpcf7-radio, .wpcf7-checkbox) .wpcf7-form-control {
  grid-column: 1/-1;
  grid-template-columns: inherit;
}
.form__item-input .wpcf7-radio,
.form__item-input .wpcf7-checkbox {
  display: inherit;
  align-items: inherit;
  gap: inherit;
}
.form .wpcf7-radio .wpcf7-list-item,
.form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-radio .wpcf7-list-item label,
.form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form .wpcf7-radio .wpcf7-list-item input,
.form .wpcf7-checkbox .wpcf7-list-item input {
  width: 1.875em;
  height: 1.875em;
  accent-color: #FF5375;
  opacity: 0.5;
}
.form .wpcf7-radio .wpcf7-list-item input:checked,
.form .wpcf7-checkbox .wpcf7-list-item input:checked {
  opacity: 1;
}
.form__submit {
  margin-top: 8.4rem;
  margin-bottom: 8.4rem;
  text-align: center;
}
.form__submit .btn,
.form__submit .btn--input {
  font-size: clamp(1.4rem, 2.3636363636vw, 2.6rem);
}
@media (max-width: 750px) {
  .form__submit .btn,
  .form__submit .btn--input {
    font-size: 4.6511627907vw;
  }
}
.form__submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  translate: -50% 0;
}/*# sourceMappingURL=style.css.map */

.grecaptcha-badge { visibility: hidden; }