@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@75..125,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #232324;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

a:link {
  color: #232324;
  text-decoration: none;
}
a:visited {
  color: #232324;
  text-decoration: none;
}
a:hover {
  color: #232324;
  text-decoration: none;
}
a:active {
  color: #232324;
  text-decoration: none;
}

a {
  transition: 0.3s;
}

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

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
/* // screen
----------------------------------- */
.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

.pconly {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: block;
  }
  .pconly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
  .pconly {
    display: none;
  }
}
/* pageContainer
------------------------------------ */
#pageContainer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
#pageContainer header {
  position: sticky;
  top: 0;
  z-index: 1;
}
#pageContainer main {
  position: relative;
  z-index: 0;
  margin: 0 auto 10rem;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  #pageContainer main {
    margin: 0 auto 5rem;
    max-width: 100%;
    padding-inline: 1.5rem;
  }
}

/* header
------------------------------------ */
header {
  position: relative;
  z-index: 101;
  background: rgba(255, 255, 255, 0.5);
}
header:hover {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  header {
    background: #FFF;
  }
}

#header {
  display: grid;
  grid-template-columns: clamp(20rem, 17.4vw, 25rem) 1fr calc(clamp(3rem, 3.5vw, 5rem) * 2 + 0.8rem) clamp(20rem, 17.4vw, 25rem);
  grid-template-areas: "logo gnav sns home";
  gap: clamp(1rem, 2.1vw, 3rem);
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}
#header .logo {
  padding: 1.5rem 0 1.5rem 2rem;
  grid-area: logo;
  max-width: 250px;
}
#header .gnav {
  grid-area: gnav;
  align-self: center;
  display: flex;
  justify-content: end;
  gap: clamp(1rem, 1.4vw, 2rem);
}
#header .gnav li {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  position: relative;
}
#header .sns {
  grid-area: sns;
  display: flex;
  justify-content: start;
  gap: 0.8rem;
  align-items: center;
}
#header .sns li {
  width: clamp(3rem, 3.5vw, 5rem);
}
#header .home {
  grid-area: home;
}
#header .home a {
  padding: 1.5rem clamp(1rem, 1vw, 1.5rem);
  display: block;
  background: #3A62AD;
  color: #FFF;
}
#header .btn_menu {
  grid-area: btn_menu;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header {
    grid-template-columns: clamp(20rem, 17.4vw, 25rem) 1fr calc(clamp(3rem, 3.5vw, 5rem) * 2 + 0.8rem) clamp(20rem, 17.4vw, 25rem);
    gap: 0 clamp(1rem, 2.1vw, 3rem);
    grid-template-areas: "logo sp sns home" "gnav gnav gnav home";
  }
  #header .logo {
    padding: 0 0 0 2rem;
  }
  #header .gnav {
    gap: clamp(2rem, 2.8vw, 4rem);
  }
  #header .gnav li {
    font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding-right: 2rem;
    grid-template-columns: 1fr auto auto 36px;
    grid-template-areas: "logo sp sns btn_menu";
  }
  #header .gnav {
    display: none;
  }
  #header .home {
    display: none;
  }
  #header .btn_menu {
    display: block;
    align-self: center;
  }
}

/* header
------------------------------------ */
.btn_menu {
  cursor: pointer;
  display: grid;
  align-items: center;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1;
}
.btn_menu > div {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1;
  position: relative;
  width: 100%;
}
.btn_menu > div span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #232324;
  left: 20%;
  transition: 0.3s;
}
.btn_menu > div span:first-child {
  top: 20%;
}
.btn_menu > div span:last-child {
  top: 60%;
}
.js-menuOpen .btn_menu > div span:first-child {
  top: 50%;
  transform: rotate(160deg);
}
.js-menuOpen .btn_menu > div span:last-child {
  bottom: auto;
  top: 50%;
  transform: rotate(-160deg);
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0s 0.3s;
}
.js-menuOpen #menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0s 0s;
}
#menu #header {
  background: #F7F6F4;
}

@media screen and (max-width: 768px) {
  #menu {
    --color_info: #BA98C8;
    --color_blog: #5CAD8F;
    --color_insta: #D0AE33;
    background: #F7F6F4;
  }
  #menu .drawerbox {
    padding: 0 3rem 3rem;
  }
  #menu .drawerbox .gnav {
    border-top: 1px solid #EAE9E8;
  }
  #menu .drawerbox .gnav li {
    border-bottom: 1px solid #EAE9E8;
  }
  #menu .drawerbox .gnav li.store {
    display: none;
  }
  #menu .drawerbox .gnav li a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
  }
  #menu .drawerbox .otherLinks {
    max-width: 550px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #menu .drawerbox .otherLinks li {
    border: 1px solid #CCC;
    padding: 3px;
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
  #menu .drawerbox .otherLinks li a {
    padding: 2rem 1.5rem 2rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
    place-items: center;
  }
  #menu .drawerbox .otherLinks li a > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #menu .drawerbox .otherLinks li a .en {
    color: #FFF;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  }
  #menu .drawerbox .otherLinks li a .jp {
    color: #FFF;
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
  #menu .drawerbox .otherLinks li a.home {
    padding: 0;
    display: block;
  }
  #menu .drawerbox .otherLinks li a.home img {
    display: block;
  }
  #menu .drawerbox .otherLinks li a.info {
    background: var(--color_info);
  }
  #menu .drawerbox .otherLinks li a.blog {
    background: var(--color_blog);
  }
  #menu .drawerbox .otherLinks li a.insta {
    background: var(--color_insta);
  }
  #menu .drawerbox .serviceContainer h2 {
    margin: 3rem auto;
    text-align: center;
  }
  #menu .drawerbox .serviceContainer ul {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1.2rem, 3.6vw, 5.2rem);
    margin: 0 auto 5rem;
  }
  #menu .drawerbox .serviceContainer ul li {
    width: calc(50% - clamp(1.2rem, 3.6vw, 5.2rem) * 2 / 3);
  }
  #menu .drawerbox .serviceContainer ul li a {
    display: block;
    padding: 3px 3px 2rem 3px;
    background: #FFF;
  }
  #menu .drawerbox .serviceContainer ul li a:hover {
    opacity: 0.7;
  }
  #menu .drawerbox .serviceContainer ul li p {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.6rem, 1.4vw, 2rem);
  }
  #menu .drawerbox .serviceContainer ul li p span {
    font-size: clamp(1.2rem, 1.1vw, 1.6rem);
    font-weight: normal;
    display: block;
  }
}
/* modal_services
------------------------------------ */
#modal_store {
  width: 80vw;
  margin: 0 auto;
  padding: 2rem clamp(2rem, 4.2vw, 6rem) 3rem;
  background: #F7F6F4;
}
#modal_store h2 {
  max-width: 280px;
  margin: 0 auto 2rem;
}
#modal_store ul {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.2rem, 3.6vw, 5.2rem);
  margin: 0 auto 5rem;
}
#modal_store ul li {
  width: calc(33% - clamp(1.2rem, 3.6vw, 5.2rem) * 2 / 3);
}
#modal_store ul li a {
  display: block;
  padding: 3px 3px 2rem 3px;
  background: #FFF;
}
#modal_store ul li a:hover {
  opacity: 0.7;
}
#modal_store ul li p {
  margin: 1.5rem auto 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
#modal_store ul li p span {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  #modal_store {
    padding: 1.5rem 1rem;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 0;
    overflow-y: auto;
  }
  #modal_store h2 {
    max-width: 120px;
    margin: 0 0 3rem;
    text-align: left;
  }
}

/* mv
------------------------------------ */
#mv {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#mv .siteTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  text-shadow: 3px 3px 5px #222;
}
#mv .siteTitle picture {
  display: block;
}
#mv .siteTitle .title {
  font-size: clamp(2rem, 3.1vw, 4.4rem);
}
#mv .siteTitle .en {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
}

#pageTitleBlock {
  padding: 10rem 2rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#pageTitleBlock .pagetitle {
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
}
#pageTitleBlock .sub {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
}
#pageTitleBlock .type {
  width: fit-content;
  padding: 5px 1em;
  background: #D0AE33;
  color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageTitleBlock {
    padding: 5rem 2rem;
  }
}

/* parts
------------------------------------ */
:root .hgtype01 {
  text-align: center;
  margin-bottom: 8rem;
}
:root .hgtype01 .title {
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
}
:root .hgtype01 .en {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  :root .hgtype01 {
    margin-bottom: 3rem;
  }
}
:root div.hgtype02 {
  text-align: center;
  margin-bottom: 5rem;
}
:root div.hgtype02 .title {
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
:root div.hgtype02 .lead {
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  :root div.hgtype02 {
    margin-bottom: 3rem;
  }
}
:root div.hgtype03 {
  text-align: center;
  margin-bottom: 5rem;
}
:root div.hgtype03 .title {
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
:root div.hgtype03 .lead {
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  :root div.hgtype03 {
    margin-bottom: 3rem;
  }
  :root div.hgtype03 .lead {
    text-align: left;
  }
}
:root .hgtype04 {
  --radiusscore: 10px;
  --base_color: #BA98C8;
  text-align: center;
  margin-bottom: 5rem;
  background: var(--base_color);
  padding: 1.5rem 1rem;
  border-radius: var(--radiusscore);
}
:root .hgtype04 .title {
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: 500;
  color: #FFF;
}
:root .hgtype04 .lead {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  :root .hgtype04 {
    margin-bottom: 3rem;
  }
  :root .hgtype04 .lead {
    text-align: left;
  }
}
:root .dotlist01 {
  --dotlisticon: #5F9BC6;
}
:root .dotlist01 li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 0 1rem;
}
:root .dotlist01 li + li {
  margin-top: 0.75em;
}
:root .dotlist01 li::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: var(--dotlisticon);
  display: block;
  border-radius: 50vh;
  top: 0.5em;
  margin-top: 0.5em;
}
:root .list_notice li + li {
  margin-top: 1rem;
}
:root .list_notice li {
  padding-left: 1em;
  text-indent: -1em;
}
:root .entryform_btn a {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  background: #878787;
  padding: 2rem;
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  font-weight: 500;
  color: #FFF;
  width: 70%;
  min-width: fit-content;
  margin: 0 auto;
}
:root .entryform_btn a::after {
  content: "";
  width: clamp(1.28rem, 1.1vw, 1.6rem);
  aspect-ratio: 12/20;
  background: url(/lib/img/cmn/icon_allow_01.svg) no-repeat center/contain;
}
:root main > section + section {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  :root main > section + section {
    margin-top: 5rem;
  }
}

/* staffvoice
------------------------------------ */
#staffvoice {
  margin-bottom: 10rem;
}
#staffvoice .head {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr minmax(0, 332px) max-content minmax(0, 303px) 1fr;
  grid-template-areas: "sp1 fukidashi01 h2 fukidashi02 sp2";
}
#staffvoice .head h2 {
  font-size: clamp(2rem, 3.3vw, 4.8rem);
  font-weight: 500;
  grid-area: h2;
  align-self: center;
  text-align: center;
}
#staffvoice .head h2 span {
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
}
#staffvoice .head .fukidashi01 {
  grid-area: fukidashi01;
}
#staffvoice .head .fukidashi02 {
  grid-area: fukidashi02;
}
#staffvoice #interviewLinkContainer {
  padding: 7rem 0;
  background: #F7F6F4;
}
#staffvoice #interviewLinkContainer .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
  padding: 5px;
  background: #FFF;
}
#staffvoice #interviewLinkContainer .swiper-slide img {
  height: auto;
  width: 100%;
}
#staffvoice #interviewLinkContainer .swiper-slide {
  position: relative;
}
#staffvoice #interviewLinkContainer .swiper-slide .label {
  position: absolute;
  bottom: clamp(1.5rem, 1.4vw, 2rem);
  right: clamp(1.5rem, 1.4vw, 2rem);
  left: clamp(1.5rem, 1.4vw, 2rem);
  background: #91A1B0;
  padding: 1.5rem 0.5rem;
  text-align: center;
  color: #FFF;
}
#staffvoice #interviewLinkContainer .swiper-slide .label ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(0.3rem, 0.7vw, 1rem);
}
#staffvoice #interviewLinkContainer .swiper-slide .label li {
  font-weight: 500;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
}
#staffvoice #interviewLinkContainer .swiper-slide .label li.name {
  font-size: clamp(0.8rem, 1.1vw, 1.6rem);
  font-weight: 600;
}
#staffvoice #interviewLinkContainer .swiper-slide .label li.year {
  font-size: clamp(0.8rem, 1.1vw, 1.6rem);
  font-weight: 400;
  width: 100%;
}
#staffvoice #interviewLinkContainer .swiper-slide-active {
  opacity: 1;
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination,
#staffvoice #interviewLinkContainer .swiper-nav .swiper-button-prev,
#staffvoice #interviewLinkContainer .swiper-nav .swiper-button-next {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  margin: 0;
}
#staffvoice #interviewLinkContainer .swiper-nav {
  padding: 3rem;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2.4rem, 1.7vw, 2.4rem);
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination .pager-number {
  cursor: pointer;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination .pager-number.current {
  opacity: 1;
  position: relative;
}
#staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination .pager-number.current:after {
  content: "";
  display: block;
  width: clamp(3.6rem, 3.8vw, 5.4rem);
  aspect-ratio: 1;
  background: url(/recruit/lib/img/cmn/icon_current.webp) no-repeat center/contain;
  position: absolute;
  left: calc(50% - clamp(1.8rem, 1.9vw, 2.7rem));
  top: calc(50% - clamp(1.8rem, 1.9vw, 2.7rem));
}
@media screen and (max-width: 768px) {
  #staffvoice {
    margin-bottom: 5rem;
  }
  #staffvoice .head {
    max-width: 1200px;
    padding: 0 1rem;
    margin: 0 auto;
    display: grid;
    align-items: end;
    grid-template-columns: 303fr 334fr;
    grid-template-areas: "h2 h2" "fukidashi02 fukidashi01";
  }
  #staffvoice .head h2 {
    font-size: clamp(2rem, 3.3vw, 4.8rem);
    font-weight: 500;
    grid-area: h2;
    align-self: center;
    text-align: center;
  }
  #staffvoice .head h2 span {
    display: block;
    font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  }
  #staffvoice .head .fukidashi01 {
    grid-area: fukidashi01;
  }
  #staffvoice .head .fukidashi02 {
    grid-area: fukidashi02;
  }
  #staffvoice #interviewLinkContainer {
    padding: 3rem 0 0;
  }
  #staffvoice #interviewLinkContainer .swiper-slide .label li {
    font-size: 1.2rem;
  }
  #staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination {
    flex-wrap: wrap;
    gap: 1rem clamp(2.4rem, 1.7vw, 2.4rem);
    padding-top: 2em;
    position: relative;
  }
  #staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination button {
    position: absolute;
    top: 0;
  }
  #staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination button.pager-prev {
    left: 0;
  }
  #staffvoice #interviewLinkContainer .swiper-nav .swiper-pagination button.pager-next {
    right: 0;
  }
}

/* linebnr
------------------------------------ */
#linebnr {
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto 4rem;
}

/* requirementsLink
------------------------------------ */
#requirementsLink .head {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-areas: "fukidashi01 h2 fukidashi02";
  grid-template-columns: 1fr minmax(0, 328px) max-content minmax(0, 441px) 1fr;
  grid-template-areas: "sp1 fukidashi01 h2 fukidashi02 sp2";
}
#requirementsLink .head h2 {
  font-size: clamp(2rem, 3.3vw, 4.8rem);
  font-weight: 500;
  grid-area: h2;
  align-self: center;
  text-align: center;
}
#requirementsLink .head .fukidashi01 {
  grid-area: fukidashi01;
}
#requirementsLink .head .fukidashi02 {
  grid-area: fukidashi02;
}
#requirementsLink .LinkContainer {
  padding: 10rem 2rem;
  background: #F7F6F4;
}
#requirementsLink .LinkContainer ul {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.2rem, 3.6vw, 5.2rem);
  margin: 0 auto 5rem;
}
#requirementsLink .LinkContainer ul li {
  width: calc(33% - clamp(1.2rem, 3.6vw, 5.2rem) * 2 / 3);
}
#requirementsLink .LinkContainer ul li a {
  display: block;
  padding: 3px 3px 2rem 3px;
  background: #FFF;
}
#requirementsLink .LinkContainer ul li a:hover {
  opacity: 0.7;
}
#requirementsLink .LinkContainer ul li p {
  margin: 1.5rem auto 0;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
#requirementsLink .LinkContainer ul li p span {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: normal;
  display: block;
}
#requirementsLink .LinkContainer ul li.fukidashi {
  display: none;
}
@media screen and (max-width: 768px) {
  #requirementsLink .head {
    max-width: 1200px;
    padding: 0 1rem;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: 328fr 441fr;
    grid-template-areas: "h2 h2" "fukidashi01 fukidashi02";
  }
  #requirementsLink .head h2 {
    font-size: clamp(2rem, 3.3vw, 4.8rem);
    font-weight: 500;
    grid-area: h2;
  }
  #requirementsLink .LinkContainer {
    padding: 5rem 2rem;
  }
  #requirementsLink .LinkContainer ul {
    margin: 0 auto 3rem;
  }
  #requirementsLink .LinkContainer ul li {
    width: calc(50% - clamp(1.2rem, 3.6vw, 5.2rem) * 2 / 3);
  }
  #requirementsLink .LinkContainer ul li.fukidashi {
    display: block;
    align-self: end;
  }
}

/* footer
------------------------------------ */
#footer footer {
  margin-top: 5rem;
  padding: 5rem 2rem 3rem;
  background: #FFF;
  --color_info: #BA98C8;
  --color_blog: #5CAD8F;
  --color_insta: #D0AE33;
}
#footer footer .logo {
  width: 25vw;
  margin: 0 auto 2rem;
}
#footer footer .address {
  text-align: center;
  margin: 3rem auto 5rem;
}
#footer footer .otherLinks {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: "auto" "auto";
  gap: 0 clamp(1rem, 2.1vw, 3rem);
}
#footer footer .otherLinks li {
  border: 1px solid #CCC;
  padding: 3px;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
#footer footer .otherLinks li a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px clamp(5px, 1.4vw, 2rem);
  flex-wrap: wrap;
  align-items: center;
  place-content: center;
  place-items: center;
}
#footer footer .otherLinks li a > span {
  display: block;
  width: 100%;
  text-align: center;
}
#footer footer .otherLinks li a .en {
  color: #FFF;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
}
#footer footer .otherLinks li a .jp {
  color: #FFF;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}
#footer footer .otherLinks li a.home {
  padding: 0;
  display: block;
}
#footer footer .otherLinks li a.home img {
  display: block;
}
#footer footer .otherLinks li a.info {
  background: var(--color_info);
}
#footer footer .otherLinks li a.blog {
  background: var(--color_blog);
}
#footer footer .otherLinks li a.insta {
  background: var(--color_insta);
}
#footer .copy {
  color: #FFF;
  background: #C1BDB8;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  #footer footer {
    padding: 0 1rem 3rem;
  }
  #footer footer .logo {
    max-width: 50%;
    width: auto;
  }
  #footer footer .address {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  }
  #footer footer .otherLinks {
    max-width: 550px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #footer footer .otherLinks li a {
    gap: 5px 1.5rem;
    padding: 2rem 1.5rem 2rem 2.5rem;
  }
}

/* pagetop
------------------------------------ */
#pagetop {
  position: fixed;
  display: none;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}
#pagetop.pagetop a {
  padding: clamp(1rem, 1.5vw, 2.2rem) clamp(1.25rem, 1.7vw, 2.4rem) clamp(0.5rem, 1.5vw, 2.2rem);
  color: #232324;
  border: 2px solid #FFF;
  background: #FFF;
  border-radius: 10px;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.2rem, 1.4vw, 2rem);
  line-height: 1;
  display: flex;
  grid-template-columns: 1fr;
  gap: 1rem;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
}
#pagetop.pagetop a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-top: 2px solid #232324;
  border-right: 2px solid #232324;
  transform: rotate(-45deg);
}
#pagetop.pagetop a:hover:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: 4px;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #pagetop.pagetop {
    right: 0.5rem;
  }
  #pagetop.pagetop a:after {
    width: 5px;
  }
  #pagetop.pagetop a:hover::after {
    display: none;
  }
}

/*----------------------------------------------------*/
/* modal_open
------------------------------------------------------*/
:root .modal_open {
  display: block;
}
:root .modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 90%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 15px;
}
:root .modal_close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
  background: #FFF;
  border-radius: 0 15px 0 0;
  cursor: pointer;
}
:root .modal_close::before {
  content: "";
  width: 70%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: rotate(45deg);
}
:root .modal_close::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: rotate(-45deg);
}
:root .modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}
:root .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 768px) {
  :root .modal_close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}

/* ------------------------------------
// img-dialog
----------------------------------- */
:root .img-dialog {
  padding: 0;
  border: none;
  background: transparent;
  max-width: 90vw;
  max-height: 90vh;
}
:root .img-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
:root .img-dialog img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
:root .img-dialog .close {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  font-size: clamp(2rem, 2.8vw, 4rem);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  line-height: 0.8;
  padding: 1rem;
  aspect-ratio: 1;
  border-radius: 5px;
  cursor: pointer;
}
:root .js-open-dialog {
  display: block;
  position: relative;
}
:root .js-open-dialog:after {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_pickup.webp) no-repeat center/contain;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

/* ------------------------------------
// wp class
------------------------------------ */
div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .aligncenter,
  .alignright,
  .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}
/* ------------------------------------
// 404
----------------------------------- */
.notFound {
  text-align: center;
  padding: 100px 0;
}