@charset "UTF-8";
/* Scss Document */
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
html.preload {
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 585.98px) {
  html {
    font-size: calc(var(--vw) / 384);
  }
}
@media (min-width: 586px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1600.98px) {
  html {
    font-size: calc(var(--vw) / 1280);
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 1.25px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

[id] {
  scroll-margin-top: 80rem;
}
@media screen and (min-width: 768px), print {
  [id] {
    scroll-margin-top: 120rem;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 14rem;
  font-weight: 400;
  color: #303030;
  background: #fff;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 14rem;
    line-height: 1.7;
  }
}

html.modal-on,
body.modal-on {
  overflow: hidden;
}

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

a {
  color: #303030;
  text-decoration: none;
  transition: opacity 0.3s;
  will-change: transform, opacity;
}
a i {
  transition: transform 0.3s;
}

a:hover {
  opacity: 0.7;
}
a:hover .icon-external {
  transform: translate(20%, -20%);
}

input,
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  input,
  textarea,
  select {
    font-size: 16rem;
  }
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-l {
  margin-top: 32rem !important;
}
@media screen and (min-width: 768px), print {
  .mt-l {
    margin-top: 64rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .inner {
    width: 1152rem;
    margin: 0 auto;
  }
  .inner-medium {
    width: 1040rem;
    margin: 0 auto;
  }
  .inner-narrow {
    width: 860rem;
    margin: 0 auto;
  }
  .spOnly {
    display: none !important;
  }
  .pcTal {
    text-align: left !important;
  }
  .pcTar {
    text-align: right !important;
  }
  .pcTac {
    text-align: center !important;
  }
}
@media screen and (max-width: 767.98px) {
  .spTal {
    text-align: left !important;
  }
  .spTar {
    text-align: right !important;
  }
  .spTac {
    text-align: center !important;
  }
  .inner,
  .inner-medium,
  .inner-narrow {
    width: 100%;
    padding: 0 16rem;
    box-sizing: border-box;
  }
  .pcOnly {
    display: none !important;
  }
}
.touchdevice .clickdeviceOnly {
  display: none;
}

.clickdevice .touchdeviceOnly {
  display: none;
}

section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 20rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: text-decoration-color 0.3s;
}
p a:hover {
  text-decoration-color: #000;
}

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

mark {
  text-decoration-color: #f8ffa2;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 84rem;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16rem;
}
@media screen and (min-width: 768px), print {
  header {
    height: 98rem;
  }
}
header .logo {
  font-size: 14rem;
  color: #a5a5a5;
}
header .logo a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  grid-gap: 10rem;
}
header .logo img {
  width: 142rem;
}

footer {
  background: #f5f5f5;
  padding: 0;
  border-top: 1px solid #878485;
  overflow: hidden;
}
footer .contact {
  position: relative;
  padding-top: 20rem;
}
@media screen and (min-width: 768px), print {
  footer .contact {
    margin-bottom: 16rem;
    padding-top: 60rem;
  }
}
footer .contact h2 {
  font-weight: 400;
  font-size: 100rem;
  margin: 0;
  line-height: 1;
  font-family: "Oooh Baby", sans-serif;
  transform: rotate(-10deg);
  transform-origin: left bottom;
  background: linear-gradient(274.57deg, #0c3388 9.05%, rgba(228, 0, 17, 0.2) 85.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: multiply;
  opacity: 0.15;
  position: absolute;
  top: 0.2em;
  left: -0.2em;
  padding-right: 1em;
}
@media screen and (min-width: 768px), print {
  footer .contact h2 {
    font-size: 140rem;
  }
}
footer .contact .inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  footer .contact .inner {
    padding: 0;
  }
}
footer .contact nav {
  display: grid;
  grid-gap: 24rem;
}
@media screen and (min-width: 768px), print {
  footer .contact nav {
    grid-gap: 32rem;
    width: 896rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  footer .contact nav .box {
    width: 432rem;
  }
}
footer .contact nav strong {
  font-weight: 500;
  font-size: 14rem;
  display: block;
  margin: 0 0 8rem;
}
@media screen and (min-width: 768px), print {
  footer .contact nav strong {
    font-size: 16rem;
  }
}
footer .contact nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 14rem 0 10rem;
  color: #fff !important;
  border-radius: 2rem;
  background-color: #e40011;
}
@media screen and (min-width: 768px), print {
  footer .contact nav a {
    border-radius: 4rem;
    height: 88rem;
    font-size: 22rem;
    padding: 0 24rem;
  }
}
footer .contact nav a i svg {
  width: 12rem;
  height: auto;
  aspect-ratio: 1;
  display: block;
  stroke: #fff;
}
footer .inner {
  padding: 32rem 16rem;
}
@media screen and (min-width: 768px), print {
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48rem 0;
  }
}
footer .fnavi ul {
  margin: 32rem 0 8rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 16px;
}
@media screen and (min-width: 768px), print {
  footer .fnavi ul {
    margin: 0;
    display: flex;
    grid-gap: 24rem;
  }
}
footer .fnavi ul li {
  margin: 0;
  padding: 0;
}
footer .logo a {
  display: grid;
  grid-template-columns: 127rem 1fr;
  align-items: center;
  grid-gap: 24rem;
}
@media screen and (min-width: 768px), print {
  footer .logo a {
    grid-template-columns: 183rem 1fr;
    grid-gap: 24rem;
  }
}
footer .logo img {
  width: 100%;
}
footer .copyright {
  text-align: center;
  font-size: 12rem;
  letter-spacing: 0.04em;
  background: #878485;
  color: #fff;
  padding: 16rem 0;
}

/*------------------------------------------*/
.menu-btn {
  width: 60rem;
  height: 60rem;
  text-align: center;
  background: #e40011;
  border-radius: 2rem;
  position: absolute;
  top: 12rem;
  right: 12rem;
}
.menu-btn .burger {
  width: 30rem;
  height: 12rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-btn .burger i {
  background: #fff;
  width: 30rem;
  height: 2rem;
  border-radius: 10rem;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.menu-btn .burger i:nth-of-type(1) {
  top: 0;
}
.menu-btn .burger i:nth-of-type(2) {
  top: 6rem;
}
.menu-btn .burger i:nth-of-type(3) {
  top: 12rem;
}
.menu-btn .label {
  font-size: 12rem;
  font-weight: 300;
  color: #f00;
  white-space: nowrap;
}
.menu-btn.active .burger i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.menu-btn.active .burger i:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active .burger i:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

/*------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #gnavi {
    display: none;
    position: fixed;
    top: 84rem;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12rem 8rem;
    border-top: 1px solid #f5f5f5;
    overflow: auto;
    max-height: calc(100dvh - 84rem);
  }
  #gnavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 8rem;
  }
  #gnavi ul li {
    margin: 0;
    padding: 0;
  }
  #gnavi ul.primary a {
    display: flex;
    height: 64rem;
    border-radius: 2rem;
    background: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    padding: 0 12rem;
    font-weight: 500;
  }
  #gnavi ul.secondary {
    margin-top: 8rem;
  }
  #gnavi ul.secondary a,
  #gnavi ul.secondary .accordion-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 74rem;
    border-radius: 4rem;
    color: #fff;
    line-height: 1;
    grid-gap: 10rem;
    letter-spacing: 0.04em;
    background: #e40011;
    position: relative;
    z-index: 3;
  }
  #gnavi ul.secondary a small,
  #gnavi ul.secondary .accordion-parent small {
    font-size: 12rem;
    display: block;
  }
  #gnavi ul.secondary a span,
  #gnavi ul.secondary .accordion-parent span {
    font-size: 16rem;
    display: block;
  }
  #gnavi ul .icon-arrow {
    transform: rotate(90deg);
    width: 14rem;
    display: inline-block;
    aspect-ratio: 1;
    line-height: 1px;
  }
  #gnavi ul .icon-arrow svg {
    width: 100%;
    aspect-ratio: 1;
    stroke: #fff;
    stroke-width: 2;
  }
}
@media screen and (min-width: 768px), print {
  #gnavi {
    display: flex !important;
    height: auto !important;
    transform: none !important;
    align-items: center;
    grid-gap: 24rem;
  }
  #gnavi ul.primary {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 12rem;
    grid-gap: 16rem;
  }
  #gnavi ul.primary li {
    margin: 0;
    padding: 0;
  }
  #gnavi ul.primary a {
    transition: color 0.3s;
  }
  #gnavi ul.primary a:hover {
    color: #e40011;
    opacity: 1;
  }
  #gnavi ul.primary a.current {
    font-weight: 700;
    color: #e40011;
  }
  #gnavi ul.secondary {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 236rem 200rem;
    grid-gap: 8rem;
  }
  #gnavi ul.secondary li {
    position: relative;
  }
  #gnavi ul.secondary a,
  #gnavi ul.secondary .accordion-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 56rem;
    border-radius: 4rem;
    color: #fff;
    line-height: 1;
    grid-gap: 4rem;
    letter-spacing: 0.04em;
    background: #e40011;
    position: relative;
    z-index: 3;
    cursor: pointer;
  }
  #gnavi ul.secondary a small,
  #gnavi ul.secondary .accordion-parent small {
    font-size: 10rem;
    display: block;
  }
  #gnavi ul.secondary a span,
  #gnavi ul.secondary .accordion-parent span {
    font-size: 16rem;
    display: block;
  }
  #gnavi ul.secondary .icon-arrow {
    transform: rotate(90deg);
    width: 14rem;
    display: inline-block;
    aspect-ratio: 1;
    line-height: 1px;
  }
  #gnavi ul.secondary .icon-arrow svg {
    width: 100%;
    aspect-ratio: 1;
    stroke: #fff;
    stroke-width: 2;
  }
}
#gnavi ul.accordion-child {
  display: none;
  margin: 0;
  list-style: none;
  border: 1px solid #e40011;
  border-top: none;
  border-bottom: none;
  padding: 0;
  background: #fff;
  z-index: 2;
  position: relative;
  top: -5rem;
}
@media screen and (min-width: 768px), print {
  #gnavi ul.accordion-child {
    position: absolute;
    top: calc(100% - 5rem);
    left: 0;
    right: 0;
    margin: 0;
  }
}
#gnavi ul.accordion-child li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e40011;
}
#gnavi ul.accordion-child li:first-child {
  padding-top: 5rem;
}
#gnavi ul.accordion-child a {
  background: #fff;
  color: #e40011;
  position: relative;
  align-items: flex-start;
  padding: 16rem;
  border-radius: 0;
  line-height: 1.4;
}
#gnavi ul.accordion-child a span {
  font-size: 14rem;
}
#gnavi ul.accordion-child .icon-external {
  width: 9rem;
  display: inline-block;
  aspect-ratio: 1;
  line-height: 1px;
  position: absolute;
  bottom: 16rem;
  right: 16rem;
}
#gnavi ul.accordion-child .icon-external svg {
  width: 100%;
  aspect-ratio: 1;
  stroke: #e40011;
}

/*------------------------------------------*/
.ttl-cmn {
  margin: 0 0 30rem;
  font-size: 1px;
}
@media screen and (min-width: 768px), print {
  .ttl-cmn {
    margin: 0 0 60rem;
  }
}
.ttl-cmn .en {
  color: #e40011;
  font-weight: 400;
  font-size: 22rem;
  margin: 0;
  line-height: 1;
  font-family: "Oooh Baby", sans-serif;
  display: table;
  transform: rotate(-10deg);
  transform-origin: left bottom;
}
@media screen and (min-width: 768px), print {
  .ttl-cmn .en {
    font-size: 32rem;
  }
}
.ttl-cmn .ja {
  font-size: 28rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (min-width: 768px), print {
  .ttl-cmn .ja {
    font-size: 42rem;
    padding-left: 16rem;
  }
}

/*------------------------------------------*/
.btns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200rem;
  height: 56rem;
  margin: 0 auto;
  padding: 0 16rem 0 24rem;
  background: #ffffff;
  color: #696969;
  box-shadow: 0px 2rem 5rem rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
  grid-gap: 8rem;
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  .btns a {
    border-radius: 4rem;
    box-shadow: 0px 4rem 10rem rgba(0, 0, 0, 0.5);
    height: 60rem;
  }
}
.btns a i svg {
  width: 12rem;
  height: auto;
  aspect-ratio: 1;
  display: block;
  stroke: #696969;
}

/*------------------------------------------*/
#pagetitle {
  margin-top: 84rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  #pagetitle {
    margin-top: 98rem;
  }
}
#pagetitle img {
  width: 100%;
  border-radius: 85rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  #pagetitle img {
    border-radius: 200rem 0 0 0;
  }
}
#pagetitle h1 {
  margin: 0;
  font-size: 1px;
  color: #fff;
  position: absolute;
  bottom: 32rem;
  left: 16rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle h1 {
    bottom: 40rem;
    left: 48rem;
  }
}
#pagetitle h1 .en {
  font-weight: 400;
  font-size: 22rem;
  margin: 0;
  line-height: 1;
  font-family: "Oooh Baby", sans-serif;
  display: table;
  transform: rotate(-10deg);
  transform-origin: left bottom;
}
@media screen and (min-width: 768px), print {
  #pagetitle h1 .en {
    font-size: 32rem;
  }
}
#pagetitle h1 .ja {
  font-size: 28rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  padding-left: 16rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle h1 .ja {
    font-size: 42rem;
    padding-left: 16rem;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32rem;
  background: #fff;
  transition: opacity 1.6s;
}
#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}
#loading .bg {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/loading_bg.webp) no-repeat left center/cover;
  display: block;
}
#loading .logo {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s;
}
#loading .logo.show {
  opacity: 1;
}

/*------------------------------------------*/
#kv {
  margin-top: 84rem;
}
@media screen and (min-width: 768px), print {
  #kv {
    margin-top: 88rem;
  }
}
#kv .kv-slide {
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  #kv .kv-slide {
    visibility: visible !important;
  }
}
#kv .kv-slide img {
  width: 314rem;
}
@media screen and (min-width: 768px), print {
  #kv .kv-slide img {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  #kv .splide__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8rem;
  }
}
#kv .inner {
  position: relative;
}
#kv .inner::before {
  content: "";
  background: url(../images/circle1.webp) no-repeat center center/contain;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  width: 350rem;
  left: -115rem;
  top: -15rem;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #kv .inner::before {
    width: 699rem;
    left: -320rem;
    top: -130rem;
  }
}
#kv .lead {
  padding: 32rem;
  font-size: 15rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px), print {
  #kv .lead {
    font-size: 16rem;
    padding: 40rem 10rem;
    line-height: 2.2;
  }
}
#kv h2 {
  font-size: 24rem;
  line-height: 1.4;
  letter-spacing: 0.4em;
  margin: 0 0 20rem;
  background: linear-gradient(180deg, #e40011 26.23%, #ffffff 131.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 768px), print {
  #kv h2 {
    font-size: 38rem;
  }
}
#kv .search-btn {
  position: absolute;
  top: 30rem;
  right: 0;
  height: 152px;
  aspect-ratio: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv .search-btn::before {
  content: "";
  background: #e40011;
  filter: blur(15rem);
  position: absolute;
  inset: 0;
  border-radius: 100rem;
}
#kv .search-btn span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14rem;
  line-height: 1.8;
}

/*------------------------------------------*/
.top-contents {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(228, 0, 17, 0) 0%, rgba(228, 0, 17, 0.05) 80%), #ffffff;
}
.top-contents::before {
  content: "";
  background: url(../images/circle2_sp.webp) no-repeat center center/contain;
  width: 549rem;
  height: 1852rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 330rem;
  transform: translateX(-54%);
}
@media screen and (min-width: 768px), print {
  .top-contents::before {
    background-image: url(../images/circle2_pc.webp);
    left: 50%;
    top: 490rem;
    width: 1692rem;
    height: 2949rem;
    transform: translateX(-57%);
  }
}
.top-contents > * {
  position: relative;
}

/*------------------------------------------*/
#top-about {
  margin: 60rem 0 60rem;
}
@media screen and (min-width: 768px), print {
  #top-about {
    margin: 60rem 0 120rem;
  }
}
#top-about .inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #top-about .inner {
    padding-bottom: 70rem;
  }
}
#top-about .pdf {
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  #top-about .pdf {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px), print {
  #top-about .pdf {
    right: 0;
    top: 32rem;
    transform: none;
  }
}
#top-about .pdf a {
  font-size: 15rem;
  width: 140rem;
  height: 39rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #303030;
  border-radius: 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #top-about .pdf a {
    font-size: 16rem;
    width: 180rem;
    height: 40rem;
    border-radius: 4rem;
  }
}
#top-about .about-slide {
  margin: 0 20rem;
}
@media screen and (min-width: 768px), print {
  #top-about .about-slide {
    margin: 0 auto;
    max-width: 1000px;
  }
}

.splide__arrow {
  width: 40rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .splide__arrow {
    width: 80rem;
  }
}
.splide__arrow--prev {
  left: -20rem;
}
@media screen and (min-width: 768px), print {
  .splide__arrow--prev {
    left: -40rem;
  }
}
.splide__arrow--next {
  right: -20rem;
  transform: scaleX(-1) translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .splide__arrow--next {
    right: -40rem;
  }
}
.splide__arrow svg {
  display: none;
}

/*------------------------------------------*/
#top-job {
  margin: 60rem 0 80rem;
  padding: 80rem 0 100rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #top-job {
    margin: 120rem 0 160rem;
    padding: 160rem 0;
  }
}
#top-job .inner {
  position: relative;
}
#top-job .bg {
  position: absolute;
  inset: 0 -210rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16rem;
  isolation: isolate;
}
@media screen and (min-width: 768px), print {
  #top-job .bg {
    grid-gap: 32rem;
  }
}
#top-job .bg > div {
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
}
#top-job .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(109, 109, 109, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  mix-blend-mode: multiply;
}
#top-job .bg .bg1 {
  background-image: url(../images/job_bg1.webp);
  animation: bg-pan1 30s linear infinite;
}
@media screen and (min-width: 768px), print {
  #top-job .bg .bg1 {
    animation: bg-pan1-pc 30s linear infinite;
  }
}
#top-job .bg .bg2 {
  background-image: url(../images/job_bg2.webp);
  animation: bg-pan2 30s linear infinite;
}
@media screen and (min-width: 768px), print {
  #top-job .bg .bg2 {
    animation: bg-pan2-pc 30s linear infinite;
  }
}
#top-job .bg .bg3 {
  background-image: url(../images/job_bg3.webp);
  animation: bg-pan1 30s linear infinite;
}
@media screen and (min-width: 768px), print {
  #top-job .bg .bg3 {
    animation: bg-pan1-pc 30s linear infinite;
  }
}
#top-job .bg .bg4 {
  background-image: url(../images/job_bg4.webp);
  animation: bg-pan2 30s linear infinite;
}
@media screen and (min-width: 768px), print {
  #top-job .bg .bg4 {
    animation: bg-pan2-pc 30s linear infinite;
  }
}
#top-job h2.ttl-cmn {
  text-align: center;
  justify-content: center;
  margin: 0;
}
#top-job h2.ttl-cmn .en {
  color: #fff;
  display: inline-grid;
}
#top-job h2.ttl-cmn .en::before {
  background: #fff;
}
#top-job .lead {
  margin: 16rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  #top-job .lead {
    width: 585rem;
    margin: 32rem auto;
  }
}

@keyframes bg-pan1 {
  from {
    background-position: center 0%;
  }
  to {
    background-position: center 785rem;
  }
}
@keyframes bg-pan2 {
  from {
    background-position: center 0%;
  }
  to {
    background-position: center -785rem;
  }
}
@keyframes bg-pan1-pc {
  from {
    background-position: center 0%;
  }
  to {
    background-position: center calc((var(--vw) + 420rem - 96rem) / 4 / 0.2408854167);
  }
}
@keyframes bg-pan2-pc {
  from {
    background-position: center 0%;
  }
  to {
    background-position: center calc(-1 * (var(--vw) + 420rem - 96rem) / 4 / 0.2408854167);
  }
}
/*------------------------------------------*/
#top-interview {
  margin: 0 0 80rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #top-interview {
    margin: 0 0 160rem;
  }
}
#top-interview .inner {
  position: relative;
}
#top-interview h2 .en {
  color: #0c3388;
}
#top-interview .interview-slide {
  display: grid;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide {
    margin-left: 410rem;
    position: relative;
  }
}
#top-interview .interview-slide img {
  width: 290rem;
  transition: transform 0.3s, filter 0.3s;
  transform: translate3d(0, 0, 0, 0);
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide img {
    width: 320rem;
  }
}
#top-interview .interview-slide .splide__slide {
  position: relative;
  cursor: pointer;
}
#top-interview .interview-slide .splide__slide:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
#top-interview .interview-slide [data-modal=people01] figure::after,
#top-interview .interview-slide [data-modal=people03] figure::after {
  background: linear-gradient(rgba(12, 51, 136, 0), rgba(12, 51, 136, 0.4) 40%);
}
#top-interview .interview-slide [data-modal=people02] figure::after,
#top-interview .interview-slide [data-modal=people04] figure::after {
  background: linear-gradient(rgba(228, 0, 17, 0), rgba(228, 0, 17, 0.4) 40%);
}
#top-interview .interview-slide figure {
  overflow: hidden;
  border-radius: 4rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide figure {
    border-radius: 8rem;
  }
}
#top-interview .interview-slide figure::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  display: block;
}
#top-interview .interview-slide .text {
  position: absolute;
  bottom: 16rem;
  left: 16rem;
  right: 16rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide .text {
    left: 32rem;
    right: 32rem;
    bottom: 24rem;
  }
}
#top-interview .interview-slide .position {
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide .position {
    font-size: 16rem;
  }
}
#top-interview .interview-slide .name {
  font-size: 19rem;
  border-bottom: 1px solid #fff;
  margin: 0 -16rem 10rem 0;
  padding: 4rem 16rem 10rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide .name {
    font-size: 24rem;
    margin-right: -32rem;
    padding-right: 24rem;
  }
}
#top-interview .interview-slide .name::after {
  content: "";
  background: url(../images/arrow_small.svg) no-repeat center center/contain;
  display: block;
  width: 18rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide .name::after {
    width: 24rem;
  }
}
#top-interview .interview-slide .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  #top-interview .interview-slide .tags {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10rem 20rem;
    font-size: 14rem;
  }
}
#top-interview .interview-slide .tags li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #top-interview .splide__track {
    overflow: visible;
  }
}
#top-interview .splide__arrows {
  order: 2;
  display: flex;
  justify-content: flex-end;
  margin-top: 24rem;
  grid-gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #top-interview .splide__arrows {
    margin-top: 40rem;
  }
}
#top-interview .splide__arrow {
  position: inherit;
  background-image: url(../images/arrow2.svg);
  transform: none;
}
@media screen and (min-width: 768px), print {
  #top-interview .splide__arrow {
    width: 56rem;
  }
}
#top-interview .splide__arrow--next {
  transform: scaleX(-1);
}
#top-interview .splide-counter {
  position: absolute;
  bottom: 10rem;
  right: 120rem;
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  #top-interview .splide-counter {
    bottom: 15rem;
    right: 150rem;
    font-size: 18rem;
  }
}

/*------------------------------------------*/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  z-index: 2500;
  opacity: 0;
  pointer-events: none;
}
#modal.active {
  pointer-events: all;
  opacity: 1;
}
#modal .modal-bg {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#modal .modal-inner {
  padding: 0 32rem;
  overflow: hidden;
  max-height: 100dvh;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #modal .modal-inner {
    padding: 50rem 30rem;
  }
}
#modal .icon-close {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  line-height: 1;
  z-index: 100;
  color: #029a45;
  background: #fff;
  border-radius: 100rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767.98px) {
  #modal .icon-close {
    font-size: 30rem;
    top: 32rem;
    right: 22rem;
    font-size: 25rem;
    width: 48rem;
  }
}
@media screen and (min-width: 768px), print {
  #modal .icon-close {
    width: 60rem;
    font-size: 60rem;
    top: 20rem;
    left: calc(50% + 520rem);
  }
}
#modal .icon-close::before, #modal .icon-close::after {
  content: "";
  width: 55%;
  height: 1px;
  background: #e40011;
  position: absolute;
  top: 50%;
  left: 50%;
}
#modal .icon-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .icon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .icon-close:hover {
  transform: scale(1.1);
}
#modal .modal-frame {
  width: 100%;
  max-width: 1100rem;
  max-height: calc(100dvh - 100rem);
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24rem;
  background: #fff;
  display: none;
  pointer-events: none;
  overflow: auto;
}
@media screen and (min-width: 768px), print {
  #modal .modal-frame {
    padding: 0 80rem;
  }
}
#modal .modal-frame.active {
  display: block;
  pointer-events: all;
}
#modal .main {
  margin: 0 -24rem 16rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #modal .main {
    margin: 0 -80rem 0;
  }
}
#modal .main::after {
  content: "";
  background: url(../images/circle1.webp) no-repeat center center/contain;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  width: 350rem;
  left: -140rem;
  top: 390rem;
  z-index: 2;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  #modal .main::after {
    width: 699rem;
    left: -250rem;
    top: 480rem;
  }
}
#modal .main img {
  aspect-ratio: 64/68;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  #modal .main img {
    aspect-ratio: auto;
  }
}
#modal small {
  font-size: 60%;
  display: block;
}
#modal h2 {
  margin: 0;
  padding: 24rem 20rem 0;
  font-size: 1px;
}
@media screen and (min-width: 768px), print {
  #modal h2 {
    background: #fff;
    display: table;
    padding: 24rem 80rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#modal h2 .en {
  color: #e40011;
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.04em;
  margin: 0 0 8rem;
  line-height: 1;
  font-family: "Oooh Baby", sans-serif;
  display: block;
}
@media screen and (min-width: 768px), print {
  #modal h2 .en {
    font-size: 32rem;
    margin: 0 0 10rem;
  }
}
#modal h2 .en span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
@media screen and (min-width: 768px), print {
  #modal h2 .en span {
    font-size: 18rem;
  }
}
#modal h2 .ja {
  display: block;
  position: relative;
}
#modal h2 .ja img {
  width: 100%;
  aspect-ratio: auto;
}
@media screen and (min-width: 768px), print {
  #modal h2 .ja img {
    width: var(--img-width);
  }
}
#modal h3 {
  font-size: 21rem;
  margin: 0 0 20rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #modal h3 {
    margin: 0 0 40rem;
    grid-template-columns: 44rem 1fr;
    font-size: 30rem;
    white-space: nowrap;
  }
}
#modal h3::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: block;
}
#modal .subttl {
  font-size: 19rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #modal .subttl {
    font-size: 24rem;
    margin: 0 0 40rem;
  }
}
#modal .profile {
  border-radius: 5rem;
  background: rgba(248, 246, 239, 0.8);
  padding: 24rem;
  margin: 40rem 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px), print {
  #modal .profile {
    margin: 32rem 0 80rem;
    border-radius: 10rem;
  }
}
#modal .profile .name {
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  #modal .profile .name {
    font-size: 16rem;
  }
}
#modal .profile .name b {
  color: #e40011;
  font-size: 21rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #modal .profile .name b {
    font-size: 30rem;
  }
}
#modal .profile .name span {
  font-size: 21rem;
}
@media screen and (min-width: 768px), print {
  #modal .profile .name span {
    font-size: 30rem;
  }
}
#modal .profile .tags {
  margin: 4rem 0 6rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8rem;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  #modal .profile .tags {
    font-size: 14rem;
    margin: 4rem 0 6rem;
  }
}
#modal .profile .tags li {
  margin: 0;
  padding: 0;
}
#modal .profile .prev {
  border-bottom: 1px solid #303030;
  padding: 0 0 8rem;
  margin: 0 0 8rem;
}
@media screen and (min-width: 768px), print {
  #modal .profile .prev {
    padding-bottom: 12rem;
    margin-bottom: 12rem;
  }
}
#modal .profile .prev + p {
  margin: 0;
}
#modal .photo-text {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px), print {
  #modal .photo-text {
    display: grid;
    grid-gap: 56rem;
  }
}
#modal .photo-text h3::before {
  background: url(../images/circle_s1.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  #modal .photo-text .text {
    margin-top: 80rem;
  }
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-right {
    grid-template-columns: 470rem 1fr;
  }
}
#modal .photo-text.text-right figure {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-right figure {
    margin: 0;
    order: 1;
  }
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-right .text {
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-left {
    grid-template-columns: 1fr 470rem;
  }
}
#modal .photo-text.text-left figure {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-left figure {
    margin: 0;
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  #modal .photo-text.text-left figure .text {
    order: 1;
  }
}
#modal .photo-text img {
  border-radius: 4rem;
}
@media screen and (min-width: 768px), print {
  #modal .photo-text img {
    border-radius: 8rem;
  }
}
#modal .text-only {
  margin: 40rem -24rem;
  padding: 40rem 24rem;
  background: linear-gradient(98.98deg, rgba(248, 246, 239, 0.03) -1.02%, rgba(228, 0, 17, 0.03) 46.49%, rgba(248, 246, 239, 0.03) 94.92%);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px), print {
  #modal .text-only {
    display: grid;
    grid-gap: 56rem;
    margin: 80rem -80rem;
    padding: 80rem;
  }
}
#modal .text-only h3::before {
  background: url(../images/circle_s2.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  #modal .text-only.text-right {
    grid-template-columns: 470rem 1fr;
  }
  #modal .text-only.text-right h3 {
    order: 1;
  }
  #modal .text-only.text-right .text {
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  #modal .text-only.text-left {
    grid-template-columns: 1fr 470rem;
  }
  #modal .text-only.text-left h3 {
    order: 2;
  }
  #modal .text-only.text-left .text {
    order: 1;
  }
}
@media screen and (min-width: 768px), print {
  #modal .text-only .text:first-child {
    margin-top: 0;
  }
  #modal .text-only .text:last-child {
    margin-bottom: 0;
  }
}
#modal .goals {
  background: #a5a5a5;
  margin: 40rem -24rem 0;
  padding: 0 24rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #modal .goals {
    margin: 80rem -80rem 0;
    padding: 0;
  }
}
#modal .goals figure {
  position: absolute;
  inset: 0;
}
#modal .goals figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modal .goals .text {
  position: relative;
  z-index: 2;
  padding: 120rem 16rem;
}
@media screen and (min-width: 768px), print {
  #modal .goals .text {
    padding: 140rem 80rem;
    width: 414rem;
    box-sizing: content-box;
  }
}
#modal .goals h3 {
  color: #fff;
}
#modal .goals h3::before {
  background: url(../images/circle_s3.webp) no-repeat center center/contain;
}
#modal .worklife {
  position: relative;
  z-index: 3;
  margin: 40rem 0;
  display: grid;
}
@media screen and (min-width: 768px), print {
  #modal .worklife {
    margin: 80rem 0 0;
    grid-gap: 0 56rem;
    grid-template-columns: 470rem 1fr;
  }
}
@media screen and (min-width: 768px), print {
  #modal .worklife h3 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767.98px) {
  #modal .worklife h3 {
    order: 2;
  }
}
#modal .worklife h3::before {
  background: url(../images/circle_s1.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  #modal .worklife figure {
    order: 1;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 767.98px) {
  #modal .worklife .text {
    order: 3;
  }
}
#modal .worklife img {
  border-radius: 4rem;
}
@media screen and (min-width: 768px), print {
  #modal .worklife img {
    border-radius: 8rem;
  }
}
#modal .bottom-close {
  padding: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  #modal .bottom-close {
    padding: 64rem 32rem;
  }
}
#modal .bottom-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(165, 165, 165, 0.5);
  width: 122rem;
  height: 44rem;
  border-radius: 100rem;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  #modal .bottom-close span {
    width: 200rem;
    height: 56rem;
  }
}
#modal .bottom-close span:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px), print {
  #modal #people02 .goals .text,
  #modal #people03 .goals .text {
    margin-left: auto;
  }
}

/*------------------------------------------*/
#top-environment {
  background: url(../images/environment_bg_sp.webp) no-repeat center center/cover;
  padding: 60rem 0;
  color: #fff;
  margin: 0 0 60rem;
}
@media screen and (min-width: 768px), print {
  #top-environment {
    background-image: url(../images/environment_bg_pc.webp);
    padding: 140rem 0 160rem 0;
    margin: 0 0 120rem;
  }
}
#top-environment h2.ttl-cmn {
  display: table;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px), print {
  #top-environment h2.ttl-cmn {
    margin-bottom: 32rem;
  }
}
#top-environment h2.ttl-cmn .en {
  color: #fff;
}
#top-environment h2.ttl-cmn .ja {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #top-environment p {
    text-align: center;
  }
}
#top-environment .btns {
  margin-top: 32rem;
}
@media screen and (min-width: 768px), print {
  #top-environment .btns {
    margin-top: 56rem;
  }
}

/*------------------------------------------*/
#top-recruit {
  margin: 0 0 60rem;
}
@media screen and (min-width: 768px), print {
  #top-recruit {
    margin: 0 0 120rem;
  }
}
#top-recruit .inner {
  background: linear-gradient(180deg, rgba(228, 0, 17, 0.05) 0%, rgba(255, 255, 255, 0.05) 35%);
  padding-top: 32rem;
  border-radius: 5rem;
}
@media screen and (min-width: 768px), print {
  #top-recruit .inner {
    border-radius: 10px;
    padding: 48rem 48rem 0;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  #top-recruit h2.ttl-cmn {
    display: table;
    margin: 0 auto 0;
  }
  #top-recruit h2.ttl-cmn .en {
    margin: 0 0 -5rem -30rem;
  }
  #top-recruit h2.ttl-cmn .ja {
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  #top-recruit p {
    position: absolute;
    top: 68rem;
    left: 310rem;
  }
}
#top-recruit figure {
  margin: 48rem -48rem 0;
}
@media screen and (max-width: 767.98px) {
  #top-recruit figure {
    margin: 32rem -16rem 0;
  }
  #top-recruit figure img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5rem;
  }
}
#top-recruit .btns {
  margin-top: 32rem;
}
@media screen and (min-width: 768px), print {
  #top-recruit .btns {
    position: absolute;
    bottom: 48rem;
    right: 48rem;
  }
}

/*------------------------------------------*/
#recruit-lead {
  text-align: center;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 32rem 0;
}
@media screen and (min-width: 768px), print {
  #recruit-lead {
    font-size: 42rem;
    padding: 60rem 0;
  }
}

/*------------------------------------------*/
#recruit-type {
  background: #f1f1f1;
  padding: 32rem 0;
}
@media screen and (min-width: 768px), print {
  #recruit-type {
    padding: 64rem 0;
  }
}
#recruit-type .tab-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #recruit-type .tab-select {
    padding: 0 48rem;
    grid-gap: 16rem;
    font-size: 24rem;
  }
}
#recruit-type .tab-select li {
  margin: 0;
  padding: 0;
  border: 1px solid #e40011;
  border-bottom: none;
  color: #e40011;
  text-align: center;
  padding: 5rem 0;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  #recruit-type .tab-select li {
    padding: 16rem 0;
  }
}
#recruit-type .tab-select li.current {
  background: #e40011;
  color: #fff;
}
#recruit-type .tab-contents {
  background: #fff;
  border: 1px solid #e40011;
}
#recruit-type .tab-content {
  display: none;
  padding: 32rem 16rem;
}
@media screen and (min-width: 768px), print {
  #recruit-type .tab-content {
    padding: 64rem 48rem;
  }
}
#recruit-type .tab-content.current {
  display: block;
}
#recruit-type h2 {
  text-align: center;
  font-size: 24rem;
  font-weight: 500;
  margin: 0 0 32rem;
}
@media screen and (min-width: 768px), print {
  #recruit-type h2 {
    font-size: 38rem;
    margin: 0 0 48rem;
  }
}
#recruit-type h3 {
  font-size: 21rem;
  margin: 32rem 0 16rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #recruit-type h3 {
    margin: 48rem 0 24rem;
    grid-template-columns: 44rem 1fr;
    font-size: 30rem;
  }
}
#recruit-type h3::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: block;
  background: url(../images/circle_s1.webp) no-repeat center center/contain;
}
#recruit-type .text-illust {
  display: grid;
}
@media screen and (min-width: 768px), print {
  #recruit-type .text-illust {
    grid-template-columns: 480rem 1fr;
    align-items: center;
  }
}
#recruit-type .text-illust h3 {
  margin-top: 0;
}
#recruit-type .text-illust img {
  width: calc(var(--img-width) / 1.3);
}
@media screen and (min-width: 768px), print {
  #recruit-type .text-illust img {
    width: var(--img-width);
  }
}
#recruit-type .text-illust figure {
  text-align: center;
  margin: 24rem 0 0;
}
@media screen and (min-width: 768px), print {
  #recruit-type .text-illust figure {
    margin: 0;
  }
}
#recruit-type ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 16rem;
  font-size: 14rem;
  font-weight: 500;
  counter-reset: section;
}
@media screen and (min-width: 768px), print {
  #recruit-type ol {
    font-size: 20rem;
    grid-gap: 16rem;
  }
}
#recruit-type ol li {
  counter-increment: section;
  margin: 0;
  padding: 12rem;
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 1.5em 1fr;
}
@media screen and (min-width: 768px), print {
  #recruit-type ol li {
    padding: 24rem 40rem;
  }
}
#recruit-type ol li::before {
  content: counter(section);
  color: #e40011;
  font-size: 20rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  #recruit-type ol li::before {
    font-size: 28rem;
  }
}
#recruit-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #recruit-type ul {
    grid-gap: 32rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
#recruit-type ul li {
  margin: 0;
  padding: 16rem;
  background: #f7f7f7;
}
@media screen and (min-width: 768px), print {
  #recruit-type ul li {
    padding: 32rem;
  }
}
#recruit-type .entry {
  padding: 24rem 0 0;
}
@media screen and (min-width: 768px), print {
  #recruit-type .entry {
    padding: 48rem 0 0;
  }
}
#recruit-type .entry a {
  border-radius: 5rem;
  width: 173rem;
  height: 54rem;
  color: #fff;
  background-color: #e40011;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  #recruit-type .entry a {
    width: 290rem;
    height: 95rem;
    font-size: 38rem;
  }
}

/*------------------------------------------*/
#recruit-outline {
  padding: 32rem 0;
}
@media screen and (min-width: 768px), print {
  #recruit-outline {
    padding: 64rem 0;
  }
}
#recruit-outline h2 {
  text-align: center;
  font-size: 24rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #recruit-outline h2 {
    font-size: 38rem;
  }
}
#recruit-outline dl {
  margin: 0;
  padding: 16rem;
  border: 1px solid #696969;
  border-radius: 5rem;
}
@media screen and (min-width: 768px), print {
  #recruit-outline dl {
    padding: 64rem 80rem;
    border-radius: 10rem;
  }
}
#recruit-outline dl > div {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 24rem;
  padding: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  #recruit-outline dl > div {
    display: grid;
    grid-template-columns: 200rem 1fr;
    margin: 0 0 48rem;
    padding: 0 0 48rem;
  }
}
#recruit-outline dl > div:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#recruit-outline dl > div dt {
  margin: 0 0 16rem;
  padding: 0;
  font-weight: 500;
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  #recruit-outline dl > div dt {
    margin: 0;
  }
}
#recruit-outline dl > div dt::before {
  content: "●";
  color: #e40011;
}
#recruit-outline dl > div dd {
  padding: 0;
  margin: 0;
}

/*------------------------------------------*/
#recruit-faq {
  padding: 32rem 0;
}
@media screen and (min-width: 768px), print {
  #recruit-faq {
    padding: 64rem 0;
  }
}
#recruit-faq h2 {
  text-align: center;
  font-size: 24rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #recruit-faq h2 {
    font-size: 38rem;
  }
}
#recruit-faq h3 {
  font-size: 21rem;
  margin: 40rem 0 32rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #recruit-faq h3 {
    margin: 80rem 0 56rem;
    grid-template-columns: 44rem 1fr;
    font-size: 30rem;
  }
}
#recruit-faq h3::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: block;
  background: url(../images/circle_s1.webp) no-repeat center center/contain;
}
#recruit-faq dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 32rem;
}
@media screen and (min-width: 768px), print {
  #recruit-faq dl {
    grid-gap: 48rem;
  }
}
#recruit-faq dl > div dt {
  border-bottom: 1px solid #696969;
  font-size: 15rem;
  font-weight: 500;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 25rem 1fr 30rem;
  margin: 0 0 16rem;
  padding: 0 0 16rem;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  #recruit-faq dl > div dt {
    margin: 0 0 24rem;
    padding: 0 8rem 24rem;
    font-size: 24rem;
    grid-template-columns: 40rem 1fr 40rem;
  }
}
#recruit-faq dl > div dt::before {
  content: "Q";
  color: #e40011;
  font-size: 20rem;
  line-height: 1.2;
  color: rgba(48, 48, 48, 0.5);
  transform: translateY(-10%);
}
@media screen and (min-width: 768px), print {
  #recruit-faq dl > div dt::before {
    font-size: 24rem;
    transform: translateY(13%);
  }
}
#recruit-faq dl > div dt::after {
  content: "┼";
  text-align: right;
  color: #e40011;
}
#recruit-faq dl > div dt.open::after {
  content: "─";
}
#recruit-faq dl > div dd {
  display: none;
  margin: 0;
  padding: 0;
}
#recruit-faq dl > div dd .answer {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 25rem 1fr;
}
@media screen and (min-width: 768px), print {
  #recruit-faq dl > div dd .answer {
    grid-template-columns: 40rem 1fr;
    padding: 0 8rem;
  }
}
#recruit-faq dl > div dd .answer::before {
  content: "A";
  color: #e40011;
  font-size: 20rem;
  line-height: 1.2;
  transform: translateY(-10%);
  padding-left: 0.1em;
}
@media screen and (min-width: 768px), print {
  #recruit-faq dl > div dd .answer::before {
    font-size: 24rem;
    transform: translateY(-8%);
    padding-left: 0.1em;
  }
}
#recruit-faq dl > div dd .answer a {
  text-decoration: underline;
}
#recruit-faq dl > div dd .answer a:hover {
  text-decoration: none;
}

/*------------------------------------------*/
#environment-lead {
  position: relative;
  padding: 40rem 0 16rem;
}
@media screen and (min-width: 768px), print {
  #environment-lead {
    padding: 80rem 0 0;
  }
}
#environment-lead::before {
  content: "";
  background: url(../images/circle_l1.webp) no-repeat center center/contain;
  width: 350rem;
  aspect-ratio: 1;
  position: absolute;
  right: 50%;
  top: -60rem;
}
@media screen and (min-width: 768px), print {
  #environment-lead::before {
    width: 700rem;
    top: -80rem;
    right: 60%;
  }
}
#environment-lead h2 {
  text-align: center;
  font-size: 21rem;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #environment-lead h2 {
    font-size: 42rem;
  }
}
@media screen and (min-width: 768px), print {
  #environment-lead p {
    text-align: center;
    line-height: 2;
    font-size: 16rem;
  }
}

.environment-section {
  position: relative;
  overflow: hidden;
  padding: 24rem 0;
}
@media screen and (min-width: 768px), print {
  .environment-section {
    padding: 80rem 0;
  }
}
.environment-section .inner {
  position: relative;
}
.environment-section .section-title {
  position: relative;
  color: #fff;
  padding: 64rem 0;
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  .environment-section .section-title {
    display: grid;
    grid-template-columns: 408rem 520rem;
    margin: 0 -140rem 80rem 50rem;
    height: 440rem;
    align-items: center;
    justify-content: center;
  }
}
.environment-section .section-title figure {
  position: absolute;
  inset: 0 -16rem;
}
.environment-section .section-title figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .environment-section .section-title figure img {
    border-radius: 16rem;
  }
}
.environment-section .section-title h2 {
  position: relative;
  text-align: center;
  font-size: 28rem;
  margin: 0 0 24rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .environment-section .section-title h2 {
    font-size: 42rem;
    margin: 0;
  }
}
.environment-section .section-title .text {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .environment-section .section-title .text {
    line-height: 1.7;
  }
}
.environment-section .ttl-cmn {
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .environment-section .ttl-cmn {
    margin-bottom: 56rem;
  }
}
.environment-section .box {
  padding: 24rem 16rem;
  background: #ffffff;
  box-shadow: 0px 2rem 15rem rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  margin: 20rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .environment-section .box {
    padding: 24rem 40rem;
    box-shadow: 0px 4rem 20rem rgba(0, 0, 0, 0.1);
    display: grid;
    margin: 24rem 0 0;
    grid-template-columns: 338rem 1fr 338rem;
  }
  .environment-section .box .profile {
    order: 2;
  }
  .environment-section .box > *:first-child {
    order: 1;
  }
  .environment-section .box > *:last-child {
    order: 3;
  }
}
.environment-section .box .profile {
  text-align: center;
}
.environment-section .box .profile figcaption {
  font-size: 12rem;
  font-weight: 500;
  display: block;
  margin-top: 10rem;
}
.environment-section .box .profile img {
  width: 124rem;
}
@media screen and (min-width: 768px), print {
  .environment-section .box .profile img {
    width: 140rem;
  }
}
.environment-section .box h4 {
  margin: 24rem 0 20rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-gap: 8rem;
  border-bottom: 1px solid #e40011;
  font-size: 19rem;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px), print {
  .environment-section .box h4 {
    margin: 40rem 0 16rem;
    grid-template-columns: 24rem 1fr;
    font-size: 14rem;
  }
}
.environment-section .box h4::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: block;
  background: url(../images/circle_s1.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  .environment-section .box h4::before {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 768px), print {
  .environment-section .box p {
    font-size: 12rem;
  }
}

@media screen and (min-width: 768px), print {
  #environment1 .section-title h2 {
    order: 2;
    text-align: right;
  }
}
#environment1 .section-title::before {
  content: "";
  background: url(../images/circle_l2.webp) no-repeat center center/contain;
  width: 185rem;
  aspect-ratio: 1;
  position: absolute;
  left: 70%;
  bottom: 60rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  #environment1 .section-title::before {
    width: 460rem;
    left: 68%;
    bottom: 200rem;
  }
}

#environment2 {
  background: linear-gradient(98.98deg, rgba(248, 246, 239, 0.03) -1.02%, rgba(228, 0, 17, 0.03) 46.49%, rgba(248, 246, 239, 0.03) 94.92%);
}
@media screen and (min-width: 768px), print {
  #environment2 .section-title {
    grid-template-columns: 570rem 408rem;
    margin: 0 50rem 80rem -140rem;
  }
  #environment2 .section-title h2 {
    text-align: left;
  }
}
#environment2 .section-title::before {
  content: "";
  background: url(../images/circle_l3.webp) no-repeat center center/contain;
  width: 185rem;
  aspect-ratio: 1;
  position: absolute;
  right: 70%;
  bottom: 60rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  #environment2 .section-title::before {
    width: 300rem;
    right: 78%;
    bottom: 160rem;
  }
}

#environment3 {
  padding-bottom: 90rem;
}
@media screen and (min-width: 768px), print {
  #environment3 {
    padding-bottom: 160rem;
  }
}
#environment3::before {
  content: "";
  background: url(../images/circle_l4.webp) no-repeat center center/contain;
  width: 250rem;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  bottom: -68rem;
}
@media screen and (min-width: 768px), print {
  #environment3::before {
    width: 600rem;
    left: 56%;
    bottom: -210rem;
  }
}
@media screen and (min-width: 768px), print {
  #environment3 .section-title h2 {
    order: 2;
    text-align: right;
  }
}
#environment3 .section-title::before {
  content: "";
  background: url(../images/circle_l2.webp) no-repeat center center/contain;
  width: 185rem;
  aspect-ratio: 1;
  position: absolute;
  right: 70%;
  bottom: 60rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  #environment3 .section-title::before {
    width: 460rem;
    right: 92%;
    bottom: 190rem;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*//*# sourceMappingURL=common.css.map */