@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.home h1 {
  width: 1287px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  margin-left: -642px;
}
.home .hero {
  position: relative;
  /* 下から上にフェードイン */
  /* フェードインアニメーション */
}
.home .hero #movieWrap {
  margin-top: 100px;
  position: relative;
  top: 0;
  left: 120px;
  z-index: 0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.home .hero #movieWrap:before {
  content: "";
  background: linear-gradient(90deg, #8FABC6 0%, rgba(143, 171, 198, 0) 70%);
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .hero #movieWrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
.home .hero .scroll-text {
  position: absolute;
  left: 45px;
  top: 50%;
}
.home .hero .scroll-text span {
  writing-mode: vertical-rl;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #BE2630;
  letter-spacing: 1px;
  opacity: 0;
  /* 初期は非表示 */
  transform: translateY(50px);
  /* 下から上に出る準備 */
  animation: fadeUp 1.2s ease-out forwards;
  /* フェードイン＋上に移動 */
}
.home .hero .scroll-text span:before {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #d7d7d7;
  position: absolute;
  top: -180px;
  left: 8px;
}
.home .hero .scroll-text span:after {
  content: "";
  width: 1px;
  height: 37px;
  background-color: #BE2630;
  position: absolute;
  top: -57px;
  left: 8px;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .hero .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 2.5;
  position: absolute;
  top: 58px;
  left: 200px;
}
.home .hero .txt1 span {
  position: relative;
  display: inline-block;
  opacity: 0;
  animation: fadeLine 1.5s ease forwards;
  /* 👇 全体3秒遅延を追加 */
  animation-delay: 3s;
  /* 各行の個別遅延（3秒 + n秒） */
  /* 下線アニメーション */
}
.home .hero .txt1 span:nth-child(1) {
  animation-delay: 4s;
}
.home .hero .txt1 span:nth-child(3) {
  animation-delay: 4.5s;
}
.home .hero .txt1 span:nth-child(5) {
  animation-delay: 5s;
}
.home .hero .txt1 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease;
  transition-delay: 4.5s;
}
.home .hero .txt1 span.show::after {
  transform: scaleX(1);
}
@keyframes fadeLine {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .hero .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  width: 600px;
  height: 180px;
  background: url(../images/top/hero/bg_catch.svg) no-repeat;
  background-size: 560px auto;
  position: absolute;
  bottom: -10px;
  left: 70px;
}
.home .hero .txt2 span {
  color: #BE2630;
}
.home .hero .txt2 span.sub {
  margin-left: -20px;
}
.home .sec.no1 {
  padding: 200px 0 !important;
  height: 1050px;
  /* 右 → 左 */
}
.home .sec.no1 .secIn {
  position: relative;
  z-index: 1;
}
.home .sec.no1 h2 {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px 0px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  z-index: 1;
}
.home .sec.no1 .pic {
  position: relative;
  z-index: 0;
}
.home .sec.no1 .pic img {
  position: absolute;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.home .sec.no1 .pic img.img1 {
  width: 513px;
  height: auto;
  top: -50px;
  left: 50px;
}
.home .sec.no1 .pic img.img2 {
  width: 245px;
  height: auto;
  top: 480px;
  left: -50px;
}
.home .sec.no1 .pic img.img3 {
  width: 295px;
  height: auto;
  top: -200px;
  right: 0;
}
.home .sec.no1 .pic img.img4 {
  width: 205px;
  height: auto;
  top: 500px;
  right: 0;
}
.home .sec.no1 .txt {
  width: 450px;
  position: absolute;
  top: 250px;
  left: 700px;
}
.home .sec.no1 .txt .expl {
  font-size: 20px !important;
  margin: 30px 0;
}
.home .sec.no1 .bgTxtWrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.home .sec.no1 .bgTxt {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 300px;
  white-space: nowrap;
  color: #F3F1EF;
  animation: bgTxtMove 40s linear infinite;
}
@keyframes bgTxtMove {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.home .sec.no2 .secIn {
  border-top: 1px #505050 dotted;
  padding-top: 70px;
  padding-bottom: 150px;
}
.home .sec.no2 ul {
  width: 800px;
  position: absolute;
  top: 50px;
  right: 0;
}
.home .sec.no2 ul li {
  position: relative;
  font-size: 16px;
  padding: 30px 0;
  border-bottom: 1px #ccc dotted;
}
.home .sec.no2 ul li:last-child {
  border-bottom: none;
}
.home .sec.no2 ul li span {
  display: block;
  margin-bottom: 10px;
}
.home .sec.no2 ul li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.home .sec.no2 ul li a:hover {
  text-decoration: underline;
}
.home .sec.no3 .txtArea {
  width: 650px;
  position: absolute;
  top: 50px;
  right: 0;
}
.home .sec.no3 .txtArea .btn {
  margin-top: 20px;
}
.home .sec.no3 ul {
  margin-top: 80px !important;
}

.service.posting .sec.no1 .secIn {
  display: flex;
}
.service.posting .sec.no1 .secIn .bl.no1 {
  width: 60%;
  padding-right: 70px;
  border-right: 1px #ccc dotted;
}
.service.posting .sec.no1 .secIn .bl.no2 {
  width: 40%;
  padding-left: 70px;
}
.service.posting .sec.no1 .secIn .bl.no2 p {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 20px;
}
.service.amabile .sec.no2 ul {
  margin-top: 0 !important;
  margin-bottom: 50px;
}
.service.amabile .sec.no2 ul .wrap {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.service.amabile .sec.no2 ul h3 {
  margin-bottom: 20px !important;
}
.service.amabile .sec.no3 a.tel {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.service.type-a .sec.no1 .bl {
  display: flex;
}
.service.type-a .sec.no1 .bl .pic {
  width: 40%;
  margin-top: 70px;
}
.service.type-a .sec.no1 .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.service.type-a .sec.no1 .bl .txt {
  width: 60%;
  padding-right: 60px;
}
.service.type-a .sec.no1 .bl .txt .catch {
  margin-bottom: 15px;
}
.service.delivery .sec.no2 .waku1 {
  margin-top: 0 !important;
  margin-bottom: 50px;
}
.service.delivery .sec.no2 .waku1 .wrap {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.service.delivery .sec.flow dl {
  display: table;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.service.delivery .sec.flow dl:before {
  content: "";
  width: 1px;
  height: 90%;
  border-left: 1px #BE2630 dashed;
  position: absolute;
  top: 5px;
  left: 60px;
}
.service.delivery .sec.flow dl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #BE2630;
  border-bottom: 0;
  position: absolute;
  bottom: 3px;
  left: 55px;
}
.service.delivery .sec.flow dl:last-child {
  margin-bottom: 0;
}
.service.delivery .sec.flow dl:last-child:before {
  display: none;
}
.service.delivery .sec.flow dl:last-child:after {
  display: none;
}
.service.delivery .sec.flow dl dt {
  display: table-cell;
  width: 35%;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border-right: 1px #ccc solid;
  position: relative;
}
.service.delivery .sec.flow dl dt span {
  display: inline-block;
  width: 120px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #BE2630;
  padding: 5px 15px;
  margin-right: 20px;
}
.service.delivery .sec.flow dl dd {
  display: table-cell;
  width: 65%;
  padding-left: 5%;
}
.service.food .sec.no2 .txt {
  padding-top: 0 !important;
}

.company .sec.no1 .bl {
  display: flex;
  gap: 70px;
}
.company .sec.no1 .bl .txt {
  width: 70%;
}
.company .sec.no1 .bl .pic {
  width: 30%;
}
.company .sec.no1 .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.company .sec.no1 .bl .pic p {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 22px;
}
.company .sec.no1 .bl .pic p span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-right: 15px;
}
.company .sec.no2 .bl .txt .catch {
  text-align: center;
}
.company .sec.no2 .bl .txt .catch span {
  color: #BE2630;
  font-size: 120%;
}
.company .sec.no2 .bl .txt .expl {
  text-align: center;
}
.company .sec.no2 .bl.no1 {
  border: 1px #333 dotted;
  padding: 20px 0 30px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.company .sec.no2 .bl.no1:before {
  content: "";
  width: 90%;
  height: 5px;
  background-color: #F3F1EF;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -45%;
}
.company .sec.no2 .bl.no1:after {
  content: "";
  width: 90%;
  height: 5px;
  background-color: #F3F1EF;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -45%;
}
.company .sec.no2 .bl.no1 .box {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
  align-items: stretch;
  gap: 0px;
  border-radius: 15px;
  overflow: hidden;
}
.company .sec.no2 .bl.no1 .box .md {
  width: 20%;
  background-color: #BE2630;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
}
.company .sec.no2 .bl.no1 .box ul {
  width: 80%;
  margin: 0;
  padding: 30px 40px;
  line-height: 1.8;
  background-color: #fff;
}
.company .sec.no2 .bl.no1 .box ul li {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-left: 35px;
  position: relative;
}
.company .sec.no2 .bl.no1 .box ul li:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #BE2630;
  position: absolute;
  top: 50%;
  left: 0;
}
.company .sec.no2 .bl.no2 {
  margin-top: 70px;
  background-color: #fff;
  padding: 70px 0;
  border: 1px #333 dashed;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.company .sec.no3 {
  padding-bottom: 0 !important;
}
.company .sec.no3 .bl.no1 {
  display: flex;
  flex-wrap: wrap;
  /* 必須：折り返しを許可 */
  gap: 0 70px;
}
.company .sec.no3 .bl.no1 .blIn {
  width: calc(50% - 35px);
  /* gapの半分を引く */
}
.company .sec.no3 .bl.no1 dl {
  width: 100%;
  display: table;
  padding-bottom: 25px;
}
.company .sec.no3 .bl.no1 dl dt {
  display: table-cell;
  width: 25%;
  border-bottom: 1px #BE2630 solid;
  font-size: 15px;
  padding: 10px 0 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.company .sec.no3 .bl.no1 dl dd {
  display: table-cell;
  border-bottom: 1px #ccc solid;
  font-size: 15px;
  padding: 10px 0 25px;
  word-break: break-all;
}
.company .sec.no3 .bl.no1 dl dd .bn {
  width: 200px;
  height: auto;
  border: 1px #ccc solid;
  margin-top: 10px;
}
.company .sec.no3 .bl.no2 {
  margin-top: 50px;
}
.company .sec.no3 .bl.no2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.company .sec.no3 .bl.no2 ul li {
  width: calc((100% - 90px) / 4);
}
.company .sec.no3 .bl.no2 ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.company .sec.no3 .bl.no2 ul li p {
  margin-top: 10px;
  text-align: center;
}

.recruit.top .sec.no2 .bl {
  display: flex;
  gap: 70px;
}
.recruit.top .sec.no2 .bl .txt {
  width: 70%;
}
.recruit.top .sec.no2 .bl .pic {
  width: 30%;
}
.recruit.top .sec.no2 .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 5px #fff solid;
}
.recruit.top .sec.no2 .bl .pic p {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 22px;
}
.recruit.top .sec.no2 .bl .pic p span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-right: 15px;
}
.recruit.top .sec.curriculum .bl.no1 {
  display: flex;
  gap: 50px;
}
.recruit.top .sec.curriculum .bl.no1 .txt {
  width: 50%;
}
.recruit.top .sec.curriculum .bl.no1 .pic {
  width: 50%;
}
.recruit.top .sec.curriculum .bl.no1 .pic img {
  width: 100%;
  height: auto;
}
.recruit.top .sec.curriculum .bl.no2 {
  margin-top: 50px;
}
.recruit.top .sec.curriculum .bl.no2 ul {
  display: flex;
  gap: 40px;
}
.recruit.top .sec.curriculum .bl.no2 ul li {
  width: 25%;
}
.recruit.top .sec.curriculum .bl.no2 ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 5px #fff solid;
}
.recruit.top .sec.curriculum .bl.no2 ul li p {
  margin-top: 10px;
  text-align: center;
}
.recruit.interview .sec dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #BE2630;
  position: relative;
}
.recruit.interview .sec dl dt:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #BE2630;
  position: absolute;
  top: 55px;
  left: 0;
}
.recruit.interview .sec dl dt span {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  margin-right: 5px;
}
.recruit.interview .sec dl.t1 {
  display: flex;
}
.recruit.interview .sec dl.t1 dt {
  width: 30%;
}
.recruit.interview .sec dl.t1 dd {
  width: 70%;
}
.recruit.interview .sec dl.t2 dt {
  margin-bottom: 70px;
}
.recruit.interview .sec .bl {
  width: 1287px;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px #ccc dotted;
}
.recruit.interview .sec .bl:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.recruit.interview .sec.no1 {
  padding-bottom: 0 !important;
  padding-left: 5% !important;
  margin-top: 50px;
}
.recruit.interview .sec.no1 .secIn {
  width: 100% !important;
  background-color: #F3F1EF;
  padding: 120px 0;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}
.recruit.interview .sec.no2 {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
  position: relative;
  z-index: 0;
}
.recruit.interview .sec.no2 img {
  width: 100%;
  height: auto;
}
.recruit.interview .sec.no3 {
  padding-top: 100px !important;
  background-color: #fff;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.recruit.interview .sec.no3 .bl .blIn {
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}
.recruit.interview .sec.no3 .bl .blIn:last-child {
  margin-bottom: 0;
}
.recruit.interview .sec.no3 .bl .blIn .pic {
  width: 50%;
}
.recruit.interview .sec.no3 .bl .blIn .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.recruit.interview .sec.no3 .bl .blIn .txt {
  width: 50%;
}
.recruit.entry .sec.no1 {
  margin-top: 100px;
  padding-top: 50px !important;
}
.recruit.entry .sec.no1 .txt1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  padding-top: 50px;
}
.recruit.entry .sec.no1 .post {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 50px;
}
.recruit.entry .sec.no1 .post .hd {
  border-left: 3px #BE2630 solid;
  padding-left: 20px;
  margin-bottom: 20px;
}
.recruit.entry .sec.no1 .post .hd h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.application .sec {
  position: relative;
  padding: 50px 0 !important;
}

.info .sec.no1 {
  padding-bottom: 50px !important;
  margin-top: 100px;
}
.info .sec.no1 .post {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 50px;
}
.info .sec.no1 .post .hd {
  border-left: 3px #BE2630 solid;
  padding-left: 20px;
  margin-bottom: 20px;
}
.info .sec.no1 .post .hd h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.contact .sec.no1 {
  margin-top: 100px;
}
.contact .sec.no1 .post {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 50px;
}
.contact .sec.no1 .post .hd {
  border-left: 3px #BE2630 solid;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contact .sec.no1 .post .hd h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.contact.thanks .sec.no1 .txt1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}
.contact.thanks .sec.no1 .expl {
  text-align: center;
}
