@charset "UTF-8";
/* ======================
common
====================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: var(--backgraund-lightGray);
  color: var(--black);
  line-height: 1.8;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
.img_tab {
  display: none;
}
.img_tabSp {
  display: none;
}
.img_sp {
  display: none;
}
.spbr {
  display: none;
}
.tabbr {
  display: none;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .img_pc {
    display: none;
  }
  .img_tab {
    display: block;
  }
  .img_tabSp {
    display: block;
  }
  .img_sp {
    display: none;
  }
  .tabbr {
    display: block;
  }
}
@media screen and (max-width:440px) {
  .img_pc {
    display: none;
  }
  .img_pcTab {
    display: none;
  }
  .img_tab {
    display: none;
  }
  .img_tabSp {
    display: block;
  }
  .img_sp {
    display: block;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}
/* color */ :root {
  --green: #258E5B;
  --ligntgreen: #DEEBD8;
  --black: #000;
  --white: #FFF;
  --backgraund-lightGray: #EFEFEF;
  --backgraund-white: rgba(255, 255, 255, 0.72);
  --backgraund-black: rgba(20, 20, 20, 1);
}
/* ======================
header
====================== */
.header {
  background-image: url(../img/mvpc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 810px;
  position: relative;
}
.header__container {
  padding-left: 45px;
  display: flex;
  justify-content: space-between;
  background-color: var(--backgraund-white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.header__logo {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: min(64.5px, 10vw) auto;
  text-decoration: none;
  color: var(--green);
  gap:min(40px,4vw);
  -ms-align-items: center;
  align-items: center;
  font-size: min(2rem,calc(100vw/28));
  font-weight: 900;
}
.header__logo .text{
  white-space: nowrap;
}
.header__nav {
  display: flex;
  gap: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 7.5px;
  list-style: none;
}
.header__menu a {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.header__entryMenu {
  list-style: none;
}
.header__entryMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  width: 126px;
  height: 111.75px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.header__entryMenuSp {
  display: none;
}
.header__catchCopy {
  margin-top: 183px;
  width: 100%;
}
.header__box01 {
  background-image: url(../img/header01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 1019px;
  height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__catchCopy01 {
  color: var(--white);
  font-size: 10.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.header__catchCopy01 span, .header__catchCopy02 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(40px);
  animation: fadeUp 0.6s ease forwards;
  animation-play-state: paused;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 遅延を1文字ごとにずらす */
.catchCopyText span:nth-child(1) {
  animation-delay: 0s;
}
.catchCopyText span:nth-child(2) {
  animation-delay: 0.05s;
}
.catchCopyText span:nth-child(3) {
  animation-delay: 0.1s;
}
.catchCopyText span:nth-child(4) {
  animation-delay: 0.15s;
}
.catchCopyText span:nth-child(5) {
  animation-delay: 0.2s;
}
.catchCopyText span:nth-child(6) {
  animation-delay: 0.25s;
}
.catchCopyText span:nth-child(7) {
  animation-delay: 0.3s;
}
.catchCopyText span:nth-child(8) {
  animation-delay: 0.35s;
}
.catchCopyText span:nth-child(9) {
  animation-delay: 0.4s;
}
.catchCopyText span:nth-child(10) {
  animation-delay: 0.45s;
}
.catchCopyText span:nth-child(11) {
  animation-delay: 0.5s;
}
.catchCopyText span:nth-child(12) {
  animation-delay: 0.55s;
}
.span02 {
  margin-left: -3px;
}
.span03, .span04 {
  margin-left: -10px;
}
.span05 {
  margin-left: -15px;
}
.span06 {
  margin-left: -8px;
}
.span07 {
  margin-left: -51px;
}
.span08 {
  margin-left: 5px;
}
.span09 {
  margin-left: -18px;
}
.span10 {
  margin-left: -15px;
}
.catchCopyText span {
  animation-play-state: paused;
}
.active .catchCopyText span {
  animation-play-state: running;
}
.header__box02 {
  background-image: url(../img/header02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 0;
  width: 736.5px;
  height: 93.75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__catchCopy02 {
  color: var(--white);
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 2;
}
.header__heading {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}
.img_sph {
  display: none;
}
@media(max-width:1024px){
  .header__menu a{
    font-size: 1.6rem;
  }
  .header__logo{
    font-size: min(1.6rem,calc(100vw/28))
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .header {
    height: 576px;
  }
  .header__catchCopy {
    margin-top: 130.5px;
  }
  .header__box01 {
    width: 724px;
    height: 100.5px;
  }
  .header__catchCopy01 {
    font-size: 7.5rem;
  }
  .header__box02 {
    width: 524px;
    height: 66px;
  }
  .header__catchCopy02 {
    font-size: 4rem;
  }
/*
  .header__heading {
    max-width: 550px;
    margin-top: 67px;
  }
*/
}

@media screen and (min-width:728px) and (max-width:768px) {
  .header {
    height: 608.41px;
  }
  .header__container {
    padding-left: 24px;
  }
  .header__logo {
    padding-top: 10px;
  }
  .header__nav {
    gap: 13.37px;
  }
  .header__menu {
    padding: 4px 13.4px;
    list-style: none;
  }
  .header__menu a {
    font-size: 1.3rem;
  }
  .header__entryMenu a {
    width: 141px;
    height: 58px;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .header__catchCopy {
    margin-top: 194.38px;
  }
  .header__box01 {
    width: 593px;
    height: 82.15px;
  }
  .header__catchCopy01 {
    color: var(--white);
    font-size: 6.2rem;
    line-height: 1;
  }
  .span02 {
    margin-left: -3px;
  }
  .span03, .span04 {
    margin-left: -5px;
  }
  .span05 {
    margin-left: -10px;
  }
  .span06 {
    margin-left: -5px;
  }
  .span07 {
    margin-left: -31px;
  }
  .span08 {
    margin-left: 5px;
  }
  .span09 {
    margin-left: -10px;
  }
  .span10 {
    margin-left: -10px;
  }
  .header__box02 {
    margin: 10px auto 0;
    width: 429px;
    height: 54.6px;
  }
  .header__catchCopy02 {
    font-size: 3.3rem;
    line-height: 1.9;
  }
  .header__heading {
    display: none;
  }
}
@media screen and (min-width:441px) and (max-width:727px) {
  
  .header__box01 {
    width: 338px;
    height: 46.8px;
  }
  .header__catchCopy01 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
  }
  .span02 {
    margin-left: -1px;
  }
  .span03, .span04 {
    margin-left: -3px;
  }
  .span05 {
    margin-left: -5px;
  }
  .span06 {
    margin-left: -2px;
  }
  .span07 {
    margin-left: -10px;
  }
  .span08 {
    margin-left: -1px;
  }
  .span09 {
    margin-left: -8px;
  }
  .span10 {
    margin-left: -5px;
  }
  .header__box02 {
    margin: 5.7px auto 0;
    width: 244.6px;
    height: 31.13px;
  }
  .header__catchCopy02 {
    font-size: 1.9rem;
  }
 
}
@media(max-width:960px){
  .header__logo{
    grid-template-columns: min(40px, 10vw) auto;
  }
  
  .img_sph {
    display: block;
  }
  .header {
    height: 608.41px;
  }
  .header__container {
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
  }
  .header__btnOpen {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 38px;
    height: 42px;
    translate:0 -50%;
    z-index: 500;
  }
  .header__btnClose {
    position: fixed;
    top: 16px;
    right: 16px;
    opacity: 0;
    width: 38px;
    height: 42px;
    z-index: 300;
    transition: opacity 0.3s ease;
    display: none;
  }
  /* ナビゲーション：スマホではモーダル風 */
  .header__nav {
    background-color: var(--green);
    display: block;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
  }
  /* 表示時にクラス追加 */
  .header__nav.active {
    transform: translateY(0);
  }
  .header__btnClose.active {
    opacity: 1;
    display: block;
  }
  .header__btnOpen.active {
    z-index: 0;
  }
  .header__menu {
    margin-top: 90px;
    display: block;
    text-align: center;
    padding: 0;
  }
  .header__menu a {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 700;
  }
  .header__entryMenu {
    display: none;
  }
  .header__entryMenuSp {
    display: block;
  }
  .header__entryMenuSp a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    width: 100%;
    height: 69px;
    color: var(--white);
    font-size: 3rem;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    z-index: 200;
    bottom: 0;
  }
  .header__btnOpen {
    width: 38px;
    height: 42px;
  }
  
}
@media screen and (max-width:440px) {
  .header {
    background-image: url(../img/mvpc.png);
    height: 621px;
  }
  .header__container {
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
  }
  .header__btnOpen {
    right: 10px;
  }
  .header__btnClose {
    position: fixed;
    top: 16px;
    right: 16px;
    opacity: 0;
    width: 38px;
    height: 42px;
    z-index: 300;
    transition: opacity 0.3s ease;
    display: none;
  }
  er__catchCopy {
    margin-top: 110px;
    width: 100%;
  }
  .header__box01 {
    width: 338px;
    height: 46.8px;
  }
  .header__catchCopy01 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
  }
  .span02 {
    margin-left: -1px;
  }
  .span03, .span04 {
    margin-left: -3px;
  }
  .span05 {
    margin-left: -5px;
  }
  .span06 {
    margin-left: -2px;
  }
  .span07 {
    margin-left: -10px;
  }
  .span08 {
    margin-left: -1px;
  }
  .span09 {
    margin-left: -8px;
  }
  .span10 {
    margin-left: -5px;
  }
  .header__box02 {
    margin: 5.7px auto 0;
    width: 244.6px;
    height: 31.13px;
  }
  .header__catchCopy02 {
    font-size: 1.9rem;
  }
/*
  .header__heading {
    max-width: 393px;
    margin-top: 322px;
    width: 100%;
  }
*/
}
/* ======================
message
====================== */
.message {
  position: relative;
}
.message::before {
  content: '';
  width: 233.75px;
  height: 921px;
  position: absolute;
  background-image: url(../img/message_title.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 20%;
  left: -4.1%;
}
.message::after {
  content: '';
  width: 876px;
  height: 847.5px;
  position: absolute;
  background-image: url(../img/message02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 5%;
}
.message__container {
  padding: 0 3%;
}
.message__box01 {
  margin: -45px 0 0 auto;
  max-width: 825px;
}
.message__wrapper01 {
  margin: 150px auto 0;
  max-width: 1092px;
}
.message__catchCopy01, .message__catchCopy03 {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 2.1;
  margin: 0;
}
.message__catchCopy01 span, .message__catchCopy03 span {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInLeft 0.4s ease forwards;
}
.message__catchCopy02 {
  font-size: 0; /* インラインの隙間を消すため */
  margin: 0;
  padding: 0;
}
.catchLine {
  display: inline-block;
  background-color: var(--green);
  color: var(--white);
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.83;
  padding: 0 20px;
  margin: 5px 0;
}
.catchLine span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInLeft 0.4s ease forwards;
}
.message__wrapper02 {
  max-width: 1092px;
  margin: 0 auto;
}
.message__txt {
  margin-top: 64px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
}
.message__txt:first-of-type {
  margin-top: 90px;
}
.message__txtStrong {
  margin-top: 64px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.1;
}
.message__box03 {
  margin: 0 105.75px 0 auto;
  max-width: 389.25px;
}
.catchCopyText_tab, .catchCopyText_sp {
  display: none;
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .message::before {
    width: 166.5px;
    height: 654.5px;
    position: absolute;
    top: 20%;
    left: -4.1%;
  }
  .message__box01 {
    max-width: 585px;
  }
  .message__catchCopy01, .message__catchCopy03 {
    font-size: 2.6rem;
  }
  .catchLine {
    font-size: 3rem;
  }
}
@media screen and (min-width:728px) and (max-width:768px) {
  .message::before {
    width: 109.5px;
    height: 434px;
    top: 20%;
    left: -3.6%;
  }
  .message::after {
    display: none;
  }
  .message__container {
    padding: 0;
  }
  .message__box01 {
    margin: -80px 0 0 auto;
    max-width: 678px;
  }
  .message__wrapper01 {
    margin: 150px auto 0;
    max-width: 600px;
  }
  .message__catchCopy01, .message__catchCopy03 {
    font-size: 2.5rem;
    line-height: 2.1;
  }
  .catchLine {
    font-size: 3.1rem;
    line-height: 1.83;
    padding: 0 10px;
  }
  .message__wrapper02 {
    max-width: 600px;
    margin: 73px auto 0;
  }
  .message__txt {
    font-size: 2rem;
    line-height: 2.4;
  }
  .message__txtStrong {
    margin-top: 64px;
    font-size: 2.9rem;
    line-height: 2.1;
  }
  .message__box03 {
    margin: 72px auto 0;
    max-width: 600px;
  }
  .catchCopyText_pc, .catchCopyText_sp {
    display: none;
  }
  .catchCopyText_tab {
    display: block;
  }
}
@media screen and (min-width:441px) and (max-width:727px) {
  .header__heading {
    bottom: 80px;
  }
  .message::before {
    width: 109.5px;
    height: 434px;
    top: 20%;
    left: -3.6%;
  }
  .message::after {
    display: none;
  }
  .message__container {
    padding: 0;
  }
  .message__box01 {
    margin: -80px 0 0 auto;
    max-width: 678px;
  }
  .message__wrapper01 {
    margin: 150px auto 0;
    max-width: 600px;
  }
  .message__catchCopy01, .message__catchCopy03 {
    font-size: 2.5rem;
    line-height: 2.1;
  }
  .catchLine {
    font-size: 3.1rem;
    line-height: 1.83;
    padding: 0 10px;
  }
  .message__wrapper02 {
    max-width: 600px;
    margin: 73px auto 0;
  }
  .message__txt {
    font-size: 2rem;
    line-height: 2.4;
  }
  .message__txtStrong {
    margin-top: 64px;
    font-size: 2.9rem;
    line-height: 2.1;
  }
  .message__box03 {
    margin: 72px auto 0;
    max-width: 600px;
  }
  .catchCopyText_pc, .catchCopyText_tab {
    display: none;
  }
  .catchCopyText_sp {
    display: block;
  }
}
@media screen and (max-width:440px) {
  .header__heading {
    bottom: 0;
  }
  .message::before {
    width: 140px;
    height: 543px;
    top: 12%;
    left: -10%;
  }
  .message::after {
    display: none;
  }
  .message__container {
    padding: 0;
    max-width: 288.5px;
    margin: 36px auto 0;
  }
  .message__box01 {
    margin: 0;
    width: 100%;
  }
  .message__wrapper01 {
    margin-top: 65.57px;
    width: 100%;
  }
  .message__catchCopy01, .message__catchCopy03 {
    font-size: 2rem;
    line-height: 3;
  }
  .catchLine {
    font-size: 2.4rem;
    line-height: 2;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .catchLine:last-of-type {
    margin-bottom: 0;
  }
  .message__wrapper02 {
    margin-top: 86px;
  }
  .message__txt {
    margin-top: 72px;
    font-size: 1.6rem;
    line-height: 2.4;
  }
  .message__txtStrong {
    margin-top: 72px;
    font-size: 2.4rem;
    line-height: 2.1;
  }
  .message__box03 {
    margin: 76px auto 0;
    width: 100%;
  }
  .catchCopyText_pc, .catchCopyText_tab {
    display: none;
  }
  .catchCopyText_sp {
    display: block;
  }
}
/* ======================
system
====================== */
.system__container {
  margin: 0 auto;
  max-width: 1440px;
}
.system__item01 {
  margin-top: 177.75px;
}
.system__item02 {
  margin-top: -118.5px;
}
.system__item03 {
  margin-top: -21.75px;
}
.system__item04 {
  margin-top: -145.5px;
}
.system__item05 {
  margin-top: -3.75px;
}
.system__item06 {
  margin-top: -261.75px;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .system__container {
    max-width: 768px;
  }
  .system_itemTab {
    margin-top: 200.41px;
  }
}
@media screen and (max-width:440px) {
  .system__container {
    max-width: 393px;
  }
  .system_itemSp {
    margin-top: 31px;
  }
}
/* ======================
jobCategory
====================== */
.jobCategory__heading {
  margin: 0;
}
.jobCategory__container {
  max-width: 1092px;
  margin: 150px auto 0;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 96px 6.665%;
}
.jobCategory__item {
  width: 28.89%;
  list-style: none;
  text-align: center;
}
.jobCategory__item img {
  display: block;
  object-fit: cover;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .jobCategory__heading {
    margin-top: 29px;
  }
  .jobCategory__container {
    max-width: 600px;
    margin: 98px auto 0;
    padding: 0;
    gap: 128px 6.665%;
  }
}
@media screen and (max-width:440px) {
  .jobCategory__heading {
    margin-top: -20px;
  }
  .jobCategory__container {
    max-width: 288.5px;
    margin: 83.74px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30.51px 6.48%;
  }
  .jobCategory__item {
    width: 46%;
    text-align: center;
  }
}
/* ======================
aboutStaff
====================== */
.aboutStaff__heading {
  margin-top: 41px;
}
.aboutStaff__container {
  display: flex;
  margin: 153.75px auto 0;
  max-width: 1092px;
  padding: 0 3%;
  gap: 6.181%;
}
.aboutStaff__item {
  list-style: none;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .aboutStaff__heading {
    margin-top: 98.7px;
  }
  .aboutStaff__container {
    margin: 129px auto 0;
    max-width: 600px;
    padding: 0;
    gap: 5.8%;
  }
}
@media screen and (max-width:440px) {
  .aboutStaff__heading {
    margin-top: 130px;
  }
  .aboutStaff__container {
    flex-wrap: wrap;
    justify-content: center;
    margin: 77px auto 0;
    max-width: 288.5px;
    padding: 0;
    gap: 24px 8.3%;
  }
  .aboutStaff__item {
    width: 44.3%;
  }
}
/* ======================
staffInterview
====================== */
.staffInterview__container {
  background-color: var(--green);
  border-top: 36.75px solid var(--ligntgreen);
  border-bottom: 36.75px solid var(--ligntgreen);
  margin-top: 240px;
  padding-bottom: 232.5px;
}
.staffInterview__heading {
  margin-top: -4px;
  width: 100%;
  text-align: center;
}
.staffInterview__subtitle {
  color: var(--white);
  margin-top: 18px;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
}
.staffInterview__txt {
  color: var(--white);
  margin-top: 74px;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
}
.staffInterview__wrapper {
  display: flex;
  align-items: start;
  background-image: url(../img/staffinterview_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1368.25px;
  height: 926.25px;
  margin: 94.5px auto 0;
  position: relative;
}
.staffInterview__btn01 a {
  color: var(--green);
  font-weight: 700;
  font-size: 2.34rem;
  background-color: var(--ligntgreen);
  border: 1px solid var(--green);
  box-shadow: 6px 6px var(--green);
  padding: 6px 20px;
  text-decoration: none;
  position: absolute;
  top: 290px;
  left: 23%;
}
.staffInterview__btn02 a {
  color: var(--green);
  font-weight: 700;
  font-size: 2.34rem;
  background-color: var(--ligntgreen);
  border: 1px solid var(--green);
  box-shadow: 6px 6px var(--green);
  padding: 6px 20px;
  text-decoration: none;
  position: absolute;
  top: 252px;
  right: 25%;
}
.staffInterview__btn03 a {
  color: var(--green);
  font-weight: 700;
  font-size: 2.34rem;
  background-color: var(--ligntgreen);
  border: 1px solid var(--green);
  box-shadow: 6px 6px var(--green);
  padding: 6px 20px;
  text-decoration: none;
  position: absolute;
  top: 545px;
  right: 29%;
}
/* モーダル */
/* モーダル全体の背景設定（白の透かし） */
.staffInterview__wrapper02 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); /* 白の透過背景 */
  overflow-y: auto;
  z-index: 1000;
  padding: 0;
  text-align: center;
}
.staffInterview__wrapper02.active {
  display: block;
}
/* 各モーダル非表示 → 表示制御 */
.staffInterview__modal01, .staffInterview__modal02, .staffInterview__modal03 {
  display: none;
  position: relative;
}
.staffInterview__modal01.active, .staffInterview__modal02.active, .staffInterview__modal03.active {
  display: inline-block;
}
/* PC画像は80%、中央寄せ */
/*
.staffInterview__modal01 img, .staffInterview__modal02 img, .staffInterview__modal03 img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
*/
/* PC表示時は img_sp を非表示 */
.img_sp {
  display: none !important;
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .staffInterview__container {
    padding-bottom: 165px;
  }
  .staffInterview__wrapper {
    max-width: 972px;
    height: 658.67px;
    margin: 67.2px auto 0;
  }
  .staffInterview__btn01 a {
    font-size: 1.6rem;
    top: 206.5px;
  }
  .staffInterview__btn02 a {
    font-size: 1.6rem;
    top: 178.5px;
  }
  .staffInterview__btn03 a {
    font-size: 1.6rem;
    top: 387px;
  }
  .staffInterview__modal img {
    width: 972px;
    height: auto;
  }
}
@media screen and (min-width:441px) and (max-width:768px) {
  .staffInterview__container {
    border-top: 18.94px solid var(--ligntgreen);
    border-bottom: 18.94px solid var(--ligntgreen);
    margin-top: 199px;
    padding-bottom: 50px;
  }
  .staffInterview__heading {
    margin-top: -4px;
  }
  .staffInterview__subtitle {
    margin-top: 10.4px;
    font-size: 1.6rem;
  }
  .staffInterview__txt {
    margin-top: 28.5px;
    font-size: 1.6rem;
  }
  .staffInterview__wrapper {
    max-width: 710px;
    height: 470px;
    margin: 13.8px auto 0;
  }
  .staffInterview__btn01 a {
    font-size: 1.2rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 145px;
    left: 24%;
  }
  .staffInterview__btn02 a {
    font-size: 1.2rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 125px;
    right: 25%;
  }
  .staffInterview__btn03 a {
    font-size: 1.2rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 275px;
    right: 29%;
  }
  .staffInterview__modal img {
    width: 710px;
    height: auto;
  }
  /* エントリーボタン（画像上に配置） */
  .staffInterview__btnEntry {
    bottom: 2%;
    height: 40px;
  }
  /* 閉じるボタン（画像上に配置） */
  .staffInterview__btnClose01 {
    width: 30px;
    height: 30px;
    top: 3%;
    right: 16%;
  }
  .staffInterview__btnClose02 {
    width: 80px;
    height: 20px;
    bottom: 0.3%;
  }
}
@media screen and (max-width:440px) {
  .staffInterview__container {
    border-top: 24px solid var(--ligntgreen);
    border-bottom: 24px solid var(--ligntgreen);
    margin-top: 113.6px;
    padding-bottom: 77px;
  }
  .staffInterview__heading {
    margin-top: -5px;
  }
  .staffInterview__topics {
    max-width: 288.5px;
    margin: 0 auto;
  }
  .staffInterview__subtitle {
    margin-top: 17.23px;
    font-size: 2.4rem;
  }
  .staffInterview__txt {
    margin-top: 46px;
    font-size: 1.6rem;
    text-align: left;
  }
  .staffInterview__wrapper {
    background-image: url(../img/staffinterview_sp.png);
    max-width: 390px;
    height: 1620px;
    margin: 37px auto 0;
  }
  .staffInterview__btn01 a {
    font-size: 1.86rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 165px;
    left: 60%;
  }
  .staffInterview__btn02 a {
    font-size: 1.86rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 705px;
    right: 15%;
  }
  .staffInterview__btn03 a {
    font-size: 1.86rem;
    box-shadow: 3px 3px var(--green);
    padding: 3px 10px;
    top: 1210px;
    right: 15%;
  }
  .img_sp {
    display: block !important;
  }
  .img_pc {
    display: none !important;
  }
}
/* ======================
faq
====================== */
.faq__heading {
  margin-top: -60px;
}
.faq__container {
  margin: 144px auto 0;
  max-width: 1092px;
  padding: 0 3%;
  text-align: center;
}
.faq__item {
  margin-top: 83px;
  list-style: none;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .faq__heading {
    margin-top: 8px;
  }
  .faq__container {
    margin: 133.5px auto 0;
    max-width: 600px;
    padding: 0;
  }
  .faq__item {
    margin-top: 40px;
  }
}
@media screen and (max-width:440px) {
  .faq__heading {
    margin-top: 13px;
  }
  .faq__container {
    margin: 118px auto 0;
    max-width: 288.5px;
    padding: 0;
  }
  .faq__item {
    margin-top: 32px;
  }
}
/* ======================
recruit
====================== */
.recruit__heading {
  color: var(--green);
  font-weight: 900;
  font-size: 5.4rem;
  line-height: 1.02;
  margin-top: 200px;
  text-align: center;
}
.recruit__container {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 0 3%;
  margin-top: 125.25px;
}
.recruit__box01 {
  max-width: 533.5px;
  padding-right: 6%;
}
.recruit__topic {
  font-family: Archivo Black;
  font-size: 1.8rem;
  margin: 0;
}
.recruit__access {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.recruit__map {
  margin-top: 56.25px;
}
.recruit__map iframe {
  aspect-ratio: 1.1 / 1;
}
.recruit__box02 {
  max-width: 464.25px;
  border-left: 4.5px solid var(--green);
  padding-left: 6%;
}
.recruit__heading3 {
  color: var(--green);
  font-weight: 900;
  font-size: 2.4rem;
  margin: 0;
}
.recruit__list {
  padding-left: 0;
  margin-top: 66.75px;
}
.recruit__item {
  margin-top: 24.75px;
  list-style: none;
}
.recruit__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
  background-color: var(--ligntgreen);
  text-decoration: none;
  padding: 6px;
  width: 100%;
  height: 66px;
  font-weight: 700;
  font-size: 1.8rem;
  transition:color .3s ease,background .3s ease;
}
@media(hover){
  .recruit__item a:hover{
    background-color: var(--green);
    color: var(--ligntgreen);
  }
}
@media screen and (min-width:441px) and (max-width:768px) {
  .recruit__heading {
    font-size: 4.8rem;
    line-height: 1.625;
    margin-top: 183.6px;
  }
  .recruit__container {
    display: block;
    padding: 0;
    margin: 160px auto 0;
    max-width: 600px;
  }
  .recruit__box01 {
    max-width: 600px;
    padding-right: 0;
  }
  .recruit__topic {
    font-size: 2.4rem;
  }
  .recruit__access {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .recruit__map {
    margin-top: 78px;
  }
  .recruit__map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .recruit__box02 {
    margin-top: 120px;
    max-width: 528px;
    border-left: none;
    padding: 0 6%;
  }
  .recruit__heading3 {
    color: var(--green);
    font-weight: 900;
    font-size: 2.4rem;
  }
  .recruit__list {
    padding-left: 0;
    margin-top: 45px;
  }
  .recruit__item {
    margin-top: 33px;
    list-style: none;
  }
  .recruit__item a {
    padding: 8px;
    height: 88px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:440px) {
  .recruit__heading {
    font-size: 3.2rem;
    line-height: 2.2;
    margin-top: 80px;
  }
  .recruit__container {
    display: block;
    padding: 0;
    margin: 32px auto 0;
    max-width: 288px;
  }
  .recruit__box01 {
    max-width: 600px;
    padding-right: 0;
  }
  .recruit__topic {
    font-size: 2.4rem;
  }
  .recruit__access {
    margin-top: 0px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .recruit__map {
    margin-top: 45px;
  }
  .recruit__map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .recruit__box02 {
    margin-top: 103px;
    max-width: 288px;
    border-left: none;
    padding: 0;
  }
  .recruit__heading3 {
    font-size: 2.4rem;
    line-height: 1.333;
    width: 110%;
  }
  .recruit__list {
    padding-left: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 5.5%;
  }
  .recruit__item {
    margin-top: 0;
    width: 46.7%;
    padding: 0;
  }
  .recruit__item a {
    padding: 0;
    height: 48.7px;
    font-size: 1.4rem;
  }
  .recruit__item04 a {
    display: block;
    text-align: center;
  }
  .span20 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
/* ======================
footer
====================== */
.footer {
  margin-top: 300px;
  background-color: var(--green);
  padding-top: 42px;
}
.footer__container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
}
.footer__nav {
  gap: 42px;
  display: flex;
  justify-content: center;
}
.footer__menu {
  list-style: none;
}
.footer__menu a {
  color: var(--white);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4.7;
  text-decoration: none;
}
.copy {
  display: inline-block;
  margin-left: 42px;
  color: var(--white);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4.7;
}
@media screen and (min-width:441px) and (max-width:768px) {
  .footer {
    margin-top: 210px;
    padding: 24px;
  }
  .footer__container {
    display: block;
    margin: 0 auto;
    max-width: 720px;
  }
  .footer__nav {
    gap: 7.7%;
    margin: 0 auto;
    padding-left: 0;
  }
  .footer__menu a {
    line-height: 1.333;
  }
  .footer__copy {
    margin: 10px auto 0;
  }
  .copy {
    display: block;
    line-height: 1.333;
    text-align: center;
  }
}
@media screen and (max-width:440px) {
  .footer {
    margin-top: 114px;
    padding: 24px;
  }
  .footer__container {
    display: block;
    margin: 0 auto;
    /* max-width: px; */
  }
  .footer__nav {
    gap: 7.7%;
    margin: 0 auto;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .footer__menu a {
    line-height: 1.333;
  }
  .footer__copy {
    margin: 10px auto 0;
  }
  .copy {
    display: block;
    line-height: 1.333;
    text-align: center;
  }
}
/*modal +++++++++++++++++++++++++++++++++++++++*/
.staff-modal_inner *{
  margin: 0;
}
.staff-modal_inner{
  background: #fff url("../img/modal_interview.svg") no-repeat top left/80%;
  width: min(1060px,80vw);
  min-height: 100%;
  position: relative;
  padding-left: min(120px,8vw);
  padding-right: min(120px,8vw);
  padding-top: min(200px,20vw);
  padding-bottom: min(30px,5vw);
  
}
.staff-modal_inner::before{
  content: "";
  width: calc(100% - min(120px,5vw));
  height: 100%;
  box-sizing: border-box;
  border-left: min(10px,2vw) solid var(--green);
  border-right: min(10px,2vw) solid var(--green);
  position: absolute;
  top: 0;
  left: 50%;
  translate:-50% 0;
  pointer-events: none;
}
.staff-modal__head{
  display: grid;
  grid-template-columns: 40% auto;
  gap:min(45px,5vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.staff-modal__head .thumb{
  margin: 0;
  border: min(10px,2vw) solid var(--green);
}
.staff-modal__head .thumb img{
  display: block;
}
.staff-modal__head .comment{
  text-align: left;
}
.staff-modal__head .comment .title{
  margin: 0;
  font-size: min(48px,calc(100vw/15));
  font-weight: 600;
  line-height: calc(72/48);
  border-bottom: min(10px,2vw) solid var(--green);
  padding-bottom: 10px;
}
.staff-modal__head .comment .name{
  font-size: min(56px,calc(100vw/15));
  font-weight: 600;
  line-height: 1;
  padding-top: 10px;
}
.staff-modal__head .comment .name span{
  font-size: .57em;
}
.staff-modal__head .comment .data{
  margin-top: min(50px,10vw);
  display: grid;
  grid-template-columns: repeat(3,min(5em,calc(100%/3.5)));
  justify-content: space-between;
  font-size: min(32px,calc(100vw/30));
  font-weight: 600;
}
.staff-modal__head .comment .data > div{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap:10px;
}
.staff-modal__head .comment .data dt{
  color: #fff;
  background: var(--green);
  text-align: center;
}
.staff-modal__head .comment .data dd{
  text-align: center;
  line-height: calc(45/40);
  display: grid;
  place-content:center;
}
.staff-modal__head .comment .data .age dd span
,.staff-modal__head .comment .data .date dd span{
  font-size: .45em;
}

.staff-modal__faq{
  margin-top: min(100px,15vw);
  font-size: min(18px,4vw);
  text-align: left;
}
.staff-modal__faq > div:nth-child(n+2){
  margin-top: min(80px,12vw);
}
.staff-modal__faq dt{
  background: var(--green);
  color: #fff;
  font-size: min(32px,calc(100vw/24));
  font-weight: 600;
  padding: min(15px,4vw) min(30px,4vw);
}
.staff-modal__faq dt p{
  padding-left: 2em;
  position: relative;
  line-height: calc(40/32);
}
.staff-modal__faq dt p::before{
  content: "";
  width: 1.4em;
  aspect-ratio:1/1.1194;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/icn_q.svg") no-repeat center/cover;
  translate:0 0;
}
.staff-modal__faq dd{
  padding-top: min(60px,5vw);
  padding-left: min(140px, 12vw);
  padding-right: min(60px,5vw);
  position: relative;
}
.staff-modal__faq dd::before{
  content: "";
  width: 2.4em;
  background: url("../img/icn_a.svg") no-repeat center/cover;
  aspect-ratio:1/0.9091;
  position: absolute;
  left: min(30px, 4vw);
  top: min(60px,5vw);
}
.staff-modal__faq dd .star{
  width: min(265px,50vw);
}
.staff-modal__faq dd > * + *{
  margin-top: 1em;
}
.staff-modal__message{
  margin-top: min(100px,15vw);
  display: grid;
  grid-template-columns: 1fr;
  gap:min(30px,6vw);
  text-align: left;
}
.staff-modal__message .in-title{
  font-size: min(32px,calc(100vw/20));
  color: var(--green);
}
.staff-modal__message .comment{
  background: var(--ligntgreen);
  border-right: min(20px,3vw) solid var(--green);
  border-left: min(20px,3vw) solid var(--green);
  padding: min(62px,8vw) min(20px,4vw);
  display: grid;
  grid-template-columns: min(28em,100%);
  place-content:center;
  font-size: min(20px,4vw);
  font-weight: 600;
}

/* エントリーボタン（画像上に配置） */
.mdl-button-wrap{
  margin-top: min(100px,12vw);
  font-weight: 600;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap:min(60px,8vw);
}
.staffInterview__btnEntry {
  width:min(653px,80vw);
  aspect-ratio:1/0.0821;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: min(24px,5vw);
  text-align: center;
  text-decoration: none;
  z-index: 10;
  border: 2px solid #000;
  transition:color .3s ease,background .3s ease;
  box-sizing: border-box;
  display: grid;
  place-content:center;
  place-items:center;
}

@media(hover){
  .staffInterview__btnEntry:hover{
    background: #fff;
    color: #000;
  }
}

/* 閉じるボタン（画像上に配置） */
.staffInterview__btnClose01 {
  position: absolute;
  width: min(50px,12vw);
  aspect-ratio:1;
  top:min(50px,5vw);
  right: min(80px,8vw);
  z-index: 20;
  cursor: pointer;
}
.staffInterview__btnClose01::before
,.staffInterview__btnClose01::after{
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  translate:-50% -50%;
  rotate:45deg;
}
.staffInterview__btnClose01::after{
 rotate:-45deg;
}
.staffInterview__btnClose02{
  background: var(--ligntgreen);
  border-radius: 100vmax;
  padding: 3px 1em;
  font-size: min(20px,4.2vw);
  color: var(--green);
  cursor: pointer;
}
.staffInterview__btnClose02 p{
  padding-left: 1.5em;
  position: relative;
}
.staffInterview__btnClose02 p::before
,.staffInterview__btnClose02 p::after{
  content: "";
  width: 1em;
  height: 3px;
  background: var(--green);
  position: absolute;
  left: 0;
  top: 50%;
  translate:0 -50%;
}
.staffInterview__btnClose02 p::before{
  rotate:45deg;
}
.staffInterview__btnClose02 p::after{
  rotate:-45deg;
}

@media (max-width:1030px){
  .staff-modal__head{
    grid-template-columns: 30% auto;
  }
}
@media (max-width:600px){
  .staff-modal__head{
    grid-template-columns: 1fr;
  }
  .staff-modal__head .comment .data{
    font-size: min(32px, calc(100vw / 25));
  }
  .staff-modal__faq dt p::before,
  .staff-modal__faq dd::before{
    width: min(30px,5vw);
  }
  .staffInterview__btnEntry {
    aspect-ratio:1/0.2;
  }
}