@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

:root {
  --color-dark: #222;
  --color-main: #fff;
  --color-main2: #630500;
  --color-sub: #fab350;
  --color-bg: #e8941e;
  --color-small: #dd2200;
}

/*
Theme Name: NSS MARKETING
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
x .aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}
a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Sawarabi Mincho", serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a:visited {
  color: #212836;
}
a:hover {
  color: #212836;
}
a:active {
  color: #212836;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--color-main);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: var(--color-main2);
  background-image: url(https://www.transparenttextures.com/patterns/brushed-alum-dark.png);
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  padding-top: 83px;
  overflow: hidden;
  text-align: left;
}
#main {
  margin-bottom: 206px;
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    margin-bottom: 50px;
  }
  #container {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffffef;
  height: 83px;
  box-sizing: border-box;
}
#gHeader .logo {
  margin: 0;
  line-height: 1;
}

#gHeader .logo img {
  display: block; /* 画像下の余白を消す */
  height: auto;
}
#gHeader h1 {
  padding: 4px 0 0 77px;
  float: left;
}
#gHeader .rBox {
  float: right;
}
#gHeader .rBox .btn {
  float: left;
}
#gHeader .rBox .btn a {
  color: #fff;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 194px;
  text-align: center;
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");

  letter-spacing: 0.06em;
}
#gHeader .rBox .btn img {
  margin: -3px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#gHeader .rBox .btn a:hover {
  opacity: 0.7;
}
#gHeader .menu {
  float: right;
  width: 83px;
  height: 83px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#gHeader .menu {
  position: relative;
}
#gHeader .menu:before {
  /* position: absolute;
  right: 50%;
  top: 50%;
  margin: -12px -12px 0 0;
  background: url("img/common/icon02.png") no-repeat left top;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s; */
}
#gHeader .menu.on {
  background: none !important;
}
.menu span {
  /* display: none; */
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 26px;
  width: 30px;
  height: 2px;
  background-color: #232835;
}
.menu span:nth-of-type(1) {
  top: 30px;
}
.menu span:nth-of-type(2) {
  top: 40px;
}
.menu span:nth-of-type(3) {
  top: 50px;
}
#gHeader .menu.on span {
  display: block;
}
.menu.on span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu.on span:nth-of-type(3) {
  display: none !important;
}
.menuBox {
  display: none;
  position: fixed;
  right: 0;
  top: 83px;
  width: 550px;
  background-color: var(--color-main2);

  z-index: 1000;
  height: calc(100% - 136px);
  overflow-y: auto;
  box-sizing: border-box;
}
/* .ama .menuBox {
  background: var(--color-ama2);
}
.hime .menuBox {
  background: var(--color-hime2);
} */
.menuBox .naviUl {
  padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
  padding: 20px 30px 19px 20px;
  position: relative;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
}
.menuBox .naviUl li a:before {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -5px;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05_02.png") no-repeat left top;
  background-size: 21px 11px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menuBox .naviUl .blank a:before {
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background: url("img/common/icon13.png") no-repeat left top;
  background-size: 17px 17px;
  content: "";
}
.menuBox .naviUl .accordion {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-dark);
  letter-spacing: 0.06em;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 2px solid var(--color-dark);
  cursor: pointer;
  height: 110px;
}
.menuBox .naviUl .comMore-wrap p {
  /* background-color: #fff; */
  display: inline-block;
  color: #fff;
}
.menuBox .naviUl li:nth-child(3) .accordion {
  /* background-color: #3467d9; */
}

.menuBox .naviUl li:nth-child(4) .accordion.close {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(4) .accordion {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(4) .comMore-wrap {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(4) .comMore-wrap p {
  /* background-color: #3467d9; */
  display: inline-block;
  /* color: var(--color-dark); */
}

.menuBox .naviUl li:nth-child(5) .accordion.close {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(5) .accordion {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(5) .comMore-wrap {
  /* background-color: #3467d9; */
}
.menuBox .naviUl li:nth-child(5) .comMore-wrap p {
  /* background-color: #3467d9; */
  display: inline-block;
  color: #fff;
}

.menuBox .naviUl .comMore-wrap {
  position: relative;
}
/* .menuBox .naviUl .accordion::before,
.menuBox .naviUl .accordion::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 48%;
  right: 15px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.menuBox .naviUl .accordion::before {
  transform: rotate(0deg);
}
.menuBox .naviUl .accordion::after {
  transform: rotate(90deg);
}
.menuBox .naviUl .accordion.close::before {
  transform: rotate(-45deg);
}
.menuBox .naviUl .accordion.close::after {
  transform: rotate(45deg);
} */

.menuBox .naviUl .jobtagbox {
  font-size: 1.4rem;
  margin: 5px 0 10px;
}
.menuBox .naviUl .jobtagbox span {
  background: #fff;
  color: #d84545;
  padding: 3px 10px;
}

@media all and (min-width: 897px) {
  #gHeader .menu:hover {
    background: #d7b17b;
  }
  #gHeader .menu:hover:before {
    background: url("img/common/icon02_over.png") no-repeat left top;
    background-size: 24px auto;
  }
  #gHeader .menu.on:before {
    display: none;
  }
  .menuBox .naviUl li a:hover:before {
    right: 3px;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    height: 60px;
  }
  #gHeader h1 {
    padding: 4px 0 0 24px;
    float: left;
  }
  #gHeader .rBox {
    float: right;
  }
  #gHeader .rBox .btn {
    float: left;
  }
  #gHeader .rBox .btn a {
    height: 60px;
    width: 96px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  #gHeader .rBox .btn img {
    margin: -1px 6px 0 0;
  }
  #gHeader .menu {
    float: right;
    width: 60px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #gHeader .menu:before {
    margin: -10px -10px 0 0;
    width: 20px;
    height: 20px;
    background: url("img/common/sp_menu.png") no-repeat center center;
    background-size: 20px 20px;
  }
  #gHeader .menu.on:before {
    display: none;
  }
  body.fixed #gHeader .rBox .btn {
    display: none;
  }
  .menu span {
    right: 15px;
  }
  .menu span:nth-of-type(1) {
    top: 19px;
  }
  .menu span:nth-of-type(2) {
    top: 29px;
  }
  .menuBox {
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
  }
  .menuBox .naviUl {
    padding: 0 27px 50px;
  }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  max-width: 1150px;
  margin: 30px auto 120px;
  padding: 0 20px;
}
#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
}
#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
  filter: invert(1);
}
#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#pagePath li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }
  #pagePath li {
    margin-right: 9px;
  }
  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }
  #pagePath li img {
    margin: -3px 0 0;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 36px 100px;
  border-top: 1px solid #fff;
}
#gFooter address {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: right;
}
.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 600;
}
.pageTop img {
  width: 100px;
}
.pageTop a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 17px 0;
  }
  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }
  .pageTop {
    display: none;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1116px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0 24px;
  }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
}
.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 18px 0 30px;
  }
  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }
  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
/* .fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}     */
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/

.comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto;
}
.comVisual .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    height: 200px;
    background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .comVisual .headLine05 {
    font-size: 2rem;
  }
}

.comVisual:has(video) {
  width: 100%;
  background: none;
  height: auto;
  display: block;
}
.comVisual:has(video) video {
  width: 100%;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 75px;
  padding-bottom: 40px;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.headLine02:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #fff;
  content: "";
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 50px;
    padding-bottom: 23px;
    font-size: 2.4rem;
    text-align: center;
  }
  .headLine02:before {
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #d1cfcf;
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
  margin-bottom: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headLine04 {
  width: 196px;
}
.headLine04 .en {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.7;
  display: block;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.headLine04 .jp {
  margin-left: 0px;
  margin-bottom: 30px;
  display: block;
  font-size: 3.1rem;
  /* -webkit-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  direction: ltr; */
  letter-spacing: 0.15em;
  height: 115px;
  width: 300px;
}
.comTtlBox .title {
  width: calc(100% - 217px);
  padding: 146px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.6;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .comTtlBox {
    display: flex;
    margin-bottom: 44px;
    max-width: 700px;
    margin: 0 auto 44px;
    flex-direction: column;
  }
  .headLine04 {
    text-align: center;
    width: 100%;
  }
  .headLine04 .en {
    margin-bottom: 1px;
    font-size: 3rem;
    text-align: left;
  }
  .headLine04 .jp {
    height: auto !important;
    margin-left: -7px;
    font-size: 2.4rem;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.06em;
    width: 160px;
  }
  .comTtlBox .title {
    width: 100%;
    padding: 36px 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
  padding: 136px 0 140px;
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");
}
.comCompany .headLine04 {
  position: absolute;
  left: 0;
  top: -40px;
}
.comCompany .headLine04 .en {
  color: #fff;
  opacity: 0.7;
}
.comCompany .headLine04 .jp {
  color: var(--color-main2);
  letter-spacing: 0.18em;
}
.comCompany .textBox {
  padding: 100px 0 0 100px;
  position: relative;
  width: 57%;
  float: left;
  color: #fff;
  box-sizing: border-box;
}
.comCompany .textBox table {
  width: 100%;
  border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
  padding: 20px 0;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.comCompany .textBox th {
  width: 30.6%;
  font-weight: 700;
}
.recruitSec .mapBox {
  margin-top: 110px;
  width: 80%;
}
.recruitSec .mapBox iframe {
  height: 390px;
  width: 100%;
  vertical-align: top;
}

.comCompany .mapBox {
  margin-top: 110px;
  width: 40%;
  float: right;
}
.comCompany .mapBox iframe {
  height: 390px;
  width: 100%;
  vertical-align: top;
}
@media all and (max-width: 896px) {
  .comCompany {
    padding: 52px 0 72px;
  }
  .comCompany .headLine04 {
    margin-bottom: 9px;
    position: static;
    width: 100%;
    text-align: center;
  }
  .comCompany .headLine04 .jp {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .comCompany .textBox {
    padding: 0;
    position: relative;
    width: 100%;
    float: none;
  }
  .comCompany .textBox th,
  .comCompany .textBox td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 16px;
    letter-spacing: 0.06em;
  }
  .comCompany .textBox th {
    padding: 18px 10px 7px;
    width: 100%;
    border-bottom: none;
  }
  .comCompany .mapBox {
    margin: 72px -24px 0;
    width: auto;
    float: none;
  }
  .comCompany .mapBox iframe {
    height: 238px;
  }
  .recruitSec .mapBox {
    margin: 72px auto 0;
    width: auto;
    max-width: 700px;
    min-width: 300px;
    float: none;
  }
  .recruitSec .mapBox iframe {
    height: 238px;
  }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 361px;
  background: url("img/common/com_box_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 182px;
    background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
    background-size: cover;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  display: block;
  width: 560px;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  border: 1px solid #fff;
  letter-spacing: 0.06em;
}
.comLink .info {
  position: relative;
  z-index: 2;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comLink .info:before {
  margin-top: -5px;
  position: absolute;
  right: 17px;
  top: 50%;
  background: url("img/common/icon05_02.png") no-repeat left top;
  background-size: 21px auto;
  width: 21px;
  height: 11px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media all and (min-width: 897px) {
  .comLink a:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .comLink a:hover {
    color: var(--color-main2);
  }
  .comLink a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }
  .comLink a:hover .info:before {
    right: -21px;
  }
}
@media all and (max-width: 896px) {
  .comLink a {
    width: 328px;
    font-size: 1.6rem;
  }
  .comLink .info {
    height: 60px;
  }
}
@media all and (max-width: 374px) {
  .comLink a {
    width: 290px;
  }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin: 0 auto 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comImgBox .photoBox {
  width: 30%;
}
.comImgBox .photoBox .nameSpan {
  margin-top: 28px;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}
.comImgBox .textBox {
  padding-bottom: 50px;
  width: 63%;
}
.comImgBox .textBox .subBox + .subBox {
  margin-top: 20px;
}
.comImgBox .textBox h4 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.comImgBox .textBox p {
  line-height: 2.3;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.comImgBox01 {
  flex-direction: row-reverse;
}
.comImgBox01 .photoBox .nameSpan {
  text-align: left;
}
.comImgBox:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .comImgBox {
    max-width: inherit;
    margin: 0 0 30px;
    display: block;
  }
  .comImgBox .photoBox {
    width: 100%;
  }
  .comImgBox .photoBox .nameSpan {
    margin-top: 18px;
    font-size: 1.6rem;
  }
  .comImgBox .photoBox .nameSpan .small {
    margin-left: 10px;
  }
  .comImgBox .textBox {
    width: 100%;
    padding: 0;
    margin-top: 42px;
  }
  .comImgBox .textBox h4 {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .comImgBox .textBox p {
    line-height: 2.2;
  }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
  padding-right: 12px;
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--color-main2);
  color: #fff;
  padding: 14px;
  width: 450px;
  border-radius: 10px;
  height: 34px;
  display: flex;
  align-items: center;
}
.comMore a:before {
  margin-top: -6px;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon08.png") no-repeat right center;
  background-size: 21px auto;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  filter: invert(1);
}
@media all and (min-width: 897px) {
  .comMore a:hover:before {
    right: 2px;
  }
}
@media all and (max-width: 896px) {
  .comMore a {
    padding-right: 12px;
    font-size: 1.6rem;
    width: 280px;
  }
  .comMore a:before {
    display: none;
  }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
  margin-bottom: -207px;
}
.indexPage .mainVisual .topBox {
  position: relative;
}
.indexPage .mainVisual .topBox .mainImg {
  margin: 0 77px;
  max-height: 890px;
}
.indexPage .mainVisual .topBox .mainImg video {
  width: 100%;
  height: 100%;
  max-height: 890px;
}
.indexPage .mainVisual .topBox .copyright {
  position: absolute;
  left: -79px;
  top: 376px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  transform: rotate(90deg);
  text-transform: uppercase;
}
.indexPage .txtInner .content figure img {
  margin: 0 auto;
  display: flex;
  width: 48%;
  max-width: 500px;
}

.indexPage .mainVisual .txtInner {
  margin: -312px 0 0;
  padding: 429px 0 0px;
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");
}
.indexPage .mainVisual .txtInner .content {
  max-width: 916px;
  padding-bottom: 120px;
}
.indexPage .mainVisual .txtInner .thick {
  padding-bottom: 66px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: var(--color-dark);
  background: #fff;
  border: 2px solid #ca4;
  padding: 1em;
  color: var(--color-dark);
  font-weight: 600;
  text-align: center;
}

.indexPage .mainVisual .txtInner .thick:before,
.indexPage .mainVisual .txtInner .thick:after,
.indexPage .mainVisual .txtInner .circle:after,
.indexPage .mainVisual .txtInner .circle:before {
  /* margin-left: -16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: #232835;
  content: ""; */
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 2px solid #ca4;
}
.indexPage .mainVisual .txtInner .thick:before {
  top: -12px;
  left: -12px;
}
.indexPage .mainVisual .txtInner .thick:after {
  top: -12px;
  right: -12px;
}
.indexPage .mainVisual .txtInner .circle:after {
  right: -12px;
  bottom: -12px;
}
.indexPage .mainVisual .txtInner .circle:before {
  left: -12px;
  bottom: -12px;
}
.indexPage .mainVisual .txtInner .over {
  overflow: hidden;
}
.indexPage .mainVisual .txtInner .thin {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #ca4;
  z-index: 1;
}

.indexPage .interviewSec {
  padding: 183px 0 288px;
  background: linear-gradient(
      hsl(34.94deg 94.44% 64.71% / 60%),
      hsl(34.94deg 94.44% 64.71% / 31%)
    ),
    url("img/common/bg10.jpg") no-repeat center;
  background-size: cover;
}

.indexPage .interviewSec .listUl li {
  float: left;
}
.indexPage .interviewSec .listUl .slick-slide > div {
  width: 640px;
  margin-right: 3px;
}
.indexPage .interviewSec .listUl li a {
  display: block;
  position: relative;
}
.indexPage .interviewSec .listUl li .hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 190px 93px 50px;
  width: 100%;
  z-index: 2;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(228, 184, 91, 0.77);
  line-height: 2;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  text-align: justify;
  opacity: 0;
  transition: all 0.6s ease;
}
.indexPage .interviewSec .listUl li .txtBox {
  position: absolute;
  left: 0;
  color: #fff;
  padding: 0 34px;
  display: flex;
  align-items: center;
  height: 120px;
  bottom: 46px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  z-index: 10;
  width: 522px;
  background: var(--color-main2);
  box-sizing: border-box;
}
.indexPage .interviewSec .listUl li .txtBox .info {
  position: relative;
  z-index: 3;
}
.indexPage .interviewSec .listUl li .txtBox:before {
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("img/common/icon05_02.png") no-repeat left top;
  background-size: 21px auto;
  width: 21px;
  height: 11px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.indexPage .interviewSec .listUl li .txtBox::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.indexPage .interviewSec .listUl li .txtBox .name {
  margin-bottom: 11px;
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.indexPage .interviewSec .listUl .slick-dots {
  margin-top: 75px;
  text-align: center;
}
.indexPage .interviewSec .listUl .slick-dots li {
  float: none;
  margin: 0 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ccc;
}
.indexPage .interviewSec .listUl .slick-dots li button {
  display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
  background-color: var(--color-sub);
  -webkit-transform: scale(2);
  transform: scale(2);
  transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -12px;
  display: block;
  width: 41px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.indexPage .interviewSec .listUl .slick-prev {
  left: calc(50% - 557px);
  background: url("img/common/prev.png") no-repeat;
  background-size: 41px 54px;
  z-index: 10;
  filter: invert(1);
}
.indexPage .interviewSec .listUl .slick-next {
  right: calc(50% - 557px);
  background: url("img/common/next.png") no-repeat;
  background-size: 41px 54px;
  z-index: 10;
  filter: invert(1);
}
.indexPage .aboutSec {
  margin-bottom: 0px;
  padding: 200px 0 0;
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");
}
.indexPage .aboutSec .inner {
  max-width: 1920px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.indexPage .aboutSec .inner .photoBox {
  width: 44.5%;
}
.indexPage .aboutSec .inner .textBox {
  width: 70%;
  padding-top: 100px;
}
.indexPage .aboutSec .inner .photoBox img {
  width: 100%;
}
.indexPage .aboutSec .inner .textBox .infoBox {
  max-width: 597px;
  padding: 0 0 50px 20px;
  margin: 0 150px 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.indexPage .aboutSec .inner .textBox .headLine04 {
  /* padding-bottom: 40px; */
  width: 190px;
}
.indexPage .aboutSec .inner .textBox .headLine04 .en {
  color: #fff;
}
.indexPage .aboutSec .inner .textBox .headLine04 .jp {
  font-size: 3.02rem;
  color: var(--color-main2);
}
.indexPage .aboutSec .inner .textBox .subBox {
  padding-top: 10px;
  /* position: absolute; */
  /* left: 100px; */
  padding: 2em 0;
  position: relative;
  padding: 2.25em 1em;
  border: solid 2px var(--color-main2);
  border-radius: 3px 0 3px 0;
  background: #ffffffe3;
  width: 580px;
}
.indexPage .aboutSec .inner .textBox .subBox p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.25;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
  color: var(--color-dark);
}
.indexPage .aboutSec .inner .textBox .subBox p::after,
.indexPage .aboutSec .inner .textBox .subBox p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px var(--color-main2);
  border-radius: 50%;
}
.indexPage .aboutSec .inner .textBox .subBox p::after {
  top: -12px;
  left: -12px;
}
@media all and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .subBox p::after,
  .indexPage .aboutSec .inner .textBox .subBox p::before {
    display: none;
  }
}
.indexPage .aboutSec .inner .textBox .subBox p::before {
  bottom: -12px;
  right: -12px;
}
.indexPage .inner01 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 0;
}
.bkWrap .inner01 {
  background: linear-gradient(
      hsl(34.94deg 94.44% 64.71% / 60%),
      hsl(34.94deg 94.44% 64.71% / 31%)
    ),
    url("img/common/bkwrap.jpg") no-repeat center/cover;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  @media (max-width: 896px) {
    background-attachment: scroll;
  }
}
.indexPage .aboutSec .inner .textBox .infoBox01 {
  max-width: 1097px;
}

.indexPage .inner01 .textBox {
  padding-top: 50px;
}

.indexPage .businessList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.indexPage .businessList .businessBox {
}

.indexPage .businessList li {
  width: calc(33.333% - 20px);
  min-width: 300px;
  /* border: 2px solid var(--color-main2); */
  outline: 1px solid #ca4;
  outline-offset: -3px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  align-items: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indexPage .businessList li:hover {
  /* transform: scale(1.02); */
  box-shadow: 0 0 15px rgba(234, 116, 31, 0.3);
}

.indexPage .businessList li figure {
  width: 100%;
  margin: 0 0 15px 0;
  background: #fbead4;
  border-radius: 15px;
  padding: 10px;
}

.indexPage .businessList li figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.indexPage .businessList li h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-dark);
  position: relative;
}
.indexPage .businessList li h3::after,
.indexPage .businessList li h3::before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.indexPage .businessList li h3::before {
  border-left: solid 1px var(--color-main2);
  border-top: solid 2px var(--color-main2);
  top: 0;
  left: 60px;
}
.indexPage .businessList li h3::after {
  border-right: solid 1px var(--color-main2);
  border-bottom: solid 2px var(--color-main2);
  bottom: 0;
  right: 60px;
}
@media all and (max-width: 896px) {
  .indexPage .businessList li h3::before {
    left: 2px;
  }
  .indexPage .businessList li h3::after {
    right: 2px;
  }
}

.indexPage .businessList li .businessText {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 30px;
  white-space: pre-line;
  color: var(--color-dark);
}

.indexPage .businessList li .linkBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.indexPage .businessList li .linkBox a.btnSite,
.indexPage .businessList li .linkBox a.btnInsta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  /* border-radius: 8px; */
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: var(--color-main2);
  transition: all 0.3s ease;
  outline: 1px solid #fff;
  outline-offset: -3px;
}

.indexPage .businessList li .linkBox a.btnSite:hover,
.indexPage .businessList li .linkBox a.btnInsta:hover {
  opacity: 0.7;
}

.indexPage .businessList li .linkBox a img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .indexPage .businessList li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .indexPage .businessList li {
    width: 100%;
  }
}

/* .indexPage .aboutSec .inner01 {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
.indexPage .aboutSec .inner01 .photoBox {
  width: 41%;
}
.indexPage .aboutSec .inner01 .textBox {
  padding-top: 10px;
  width: 59%;
}
.indexPage .aboutSec .inner01 .textBox .infoBox {
  margin: 0 0 0 120px;
  padding: 0 20px 0 0;
}
.indexPage .aboutSec .inner01 .textBox .headLine04 .jp {
  font-size: 3.3rem;
} */
.indexPage .jobSec {
  padding-top: 100px;
  padding-bottom: 268px;
  background-color: var(--color-main2);
  background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png");
}
.indexPage .jobSec .comTtlBox {
  margin-bottom: 115px;
  align-items: flex-end;
}
.indexPage .jobSec .comTtlBox .title {
  padding: 0 0 20px;
}
.indexPage .jobSec .headLine04 .jp {
  font-size: 3.3rem;
  height: 160px;
}
.indexPage .jobSec .title {
  width: calc(100% - 150px);
}
.indexPage .jobSec .innerBox {
  margin-bottom: 95px;
  display: flex;
  justify-content: space-between;
  background: #f2f3f2;
}
.indexPage .jobSec .innerBox .photoBox {
  padding-bottom: 33%;
  width: 43%;
  overflow: hidden;
  background: url("img/index/photo06.jpg") no-repeat center center;
  background-size: cover;
}
.indexPage .jobSec .innerBox .textBox {
  width: 57%;
  padding: 53px 96px 44px 93px;
  box-sizing: border-box;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 0 12px;
}
.indexPage .jobSec .innerBox .textBox .comMore-wrap01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
/* .indexPage .jobSec .innerBox .textBox .jobTagBox span {
  background: #777777;
  color: #ffffff;
  margin-right: 5px;
  padding: 3px 20px;
} */
.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
  margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
  margin-bottom: 30px;
  padding-bottom: 21px;
}
.indexPage .jobSec .innerBox .textBox .headLine03 img {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: auto;
}

.indexPage .jobSec .innerBox .textBox .txt {
  margin-bottom: 107px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.indexPage .jobSec .innerBox .textBox .comMore {
  /* margin-right: -30px; */
  text-align: left;
}
.indexPage .jobSec .btnMore {
  padding-top: 82px;
}
.indexPage .jobSec .btnMore a {
  position: relative;
  display: flex;
  width: 566px;
  height: 79px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #232835;
  letter-spacing: 0.08em;
}
.indexPage .jobSec .btnMore .info {
  position: relative;
  z-index: 3;
}
.indexPage .jobSec .shop_linkBox {
  background: #fff;
  border-radius: 20px;
  outline: 1px solid #ca4;
  outline-offset: -3px;
  margin-bottom: 30px;
}

.indexPage .jobSec .shop_linkBox h2 {
  font-size: 2.5rem;
  /* margin-bottom: 30px; */
  color: var(--color-main2);
  margin-top: 30px;
  padding-left: 20px;
  padding-top: 30px;
}
.indexPage .jobSec .shop_linkBox .shopCategory ul {
  display: flex;
  gap: 30px;
  padding: 40px 20px;
  /* border: 1px solid;
  border-radius: 20px; */
  margin-bottom: 50px;
  align-items: center;
}
.indexPage .jobSec .shop_linkBox .shopCategory ul li {
  position: relative;
}
.indexPage .jobSec .shop_linkBox .shopCategory ul li a:hover {
  opacity: 0.7;
}
.indexPage .jobSec .shop_linkBox .shopCategory ul li::after {
  position: absolute;
  margin: 0 0 0 0px;
  content: "";
  right: -12px;
  top: 0;
  background: #ccc;
  width: 1px;
  height: 120px;
  color: #ccc;
}
.indexPage .jobSec .shop_linkBox .shopCategory ul li:last-of-type::after {
  display: none;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .indexPage .aboutSec .inner .textBox .infoBox {
    margin-right: 40px;
  }
  .indexPage .aboutSec .inner .photoBox .infoImg {
    width: 100%;
  }
  .indexPage .aboutSec .inner01 .textBox .infoBox {
    margin-left: 40px;
  }
  .indexPage .interviewSec .listUl .slick-prev {
    left: 10px;
  }
  .indexPage .interviewSec .listUl .slick-next {
    right: 10px;
  }
}
@media all and (min-width: 897px) {
  .indexPage .interviewSec .listUl li a:hover .hover {
    opacity: 1;
  }
  .indexPage .interviewSec .listUl li a:hover .txtBox {
    color: #212836;
  }
  .indexPage .interviewSec .listUl li a:hover .txtBox:before {
    right: -21px;
    background-image: url("img/common/icon05_02.png");
  }
  .indexPage .interviewSec .listUl li a:hover .txtBox::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .indexPage .jobSec .btnMore a::before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #232835;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .indexPage .jobSec .btnMore a:hover {
    color: #fff;
  }
  .indexPage .jobSec .btnMore a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .indexPage {
    margin-bottom: -51px;
  }
  .indexPage .mainVisual .topBox .mainImg {
    margin: 0;
    height: auto;
  }
  .indexPage .mainVisual .topBox .mainImg .videoBox {
    position: static;
  }
  .indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: static;
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    transform: none;
  }
  .indexPage .mainVisual .topBox .copyright {
    display: none;
  }
  .indexPage .mainVisual .txtInner {
    margin: -270px 0 0;
    padding: 313px 0 0px;
  }
  .indexPage .mainVisual .txtInner .content {
    max-width: inherit;
    padding-bottom: 30px;
  }
  .indexPage .mainVisual .txtInner .ttl {
    padding: 10px 5px;
    font-size: 1.4rem;
    line-height: 2.15;
    text-align: justify;
  }
  .indexPage .interviewSec {
    padding: 36px 0 0;
  }
  .indexPage .interviewSec .listUl li {
    width: 100%;
    margin: 0;
  }
  .indexPage .interviewSec .listUl li .pho {
    display: block;
    position: relative;
  }
  .indexPage .interviewSec .listUl li .pho img {
    width: 100%;
  }
  .indexPage .interviewSec .listUl li .txtBox {
    padding: 0 24px;
    height: 81px;
    bottom: 23px;
    font-size: 1.4rem;
    width: 93.7%;
  }
  .indexPage .interviewSec .listUl li .txtBox:before {
    right: 23px;
  }
  .indexPage .interviewSec .listUl li .txtBox .name {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
  .indexPage .interviewSec .listUl li .hover {
    padding: 13px 22px 50px;
    position: static;
    height: auto;
    color: #212836;
    font-size: 1.4rem;
    text-align: left;
    display: block;
    line-height: 1.8;
    opacity: 1;
    background: #fff;
  }
  .indexPage .aboutSec {
    /* margin-bottom: 45px;
    padding: 42px 0 68px; */
    padding-top: 100px;
  }
  .indexPage .aboutSec .inner {
    max-width: inherit;
    margin: 0 24px 45px;
    display: block;
  }
  .indexPage .aboutSec .inner .photoBox {
    width: auto;
    margin: 0 -24px 0 0;
  }
  .indexPage .aboutSec .inner .photoBox .infoImg {
    width: 100%;
    margin-top: 0;
  }
  .indexPage .aboutSec .inner .textBox {
    width: 100%;
  }
  .indexPage .aboutSec .inner .textBox .infoBox {
    max-width: inherit;
    padding: 0;
    margin: 0 auto 38px;
    display: block;
  }
  .indexPage .aboutSec .inner .textBox .headLine04 {
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .indexPage .aboutSec .inner .textBox .headLine04 .en {
    color: #fff;
  }
  .indexPage .aboutSec .inner .textBox .headLine04 .jp {
    font-size: 2.4rem;
  }
  .indexPage .aboutSec .inner .textBox .subBox {
    padding-top: 0;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
    position: static;
  }
  .indexPage .aboutSec .inner .textBox .subBox p {
    line-height: 2.15;
  }
  .indexPage .aboutSec .inner01 {
    margin-bottom: 0;
    align-content: flex-start;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .indexPage .aboutSec .inner01 .photoBox {
    width: auto;
    margin: 0 0 0 -24px;
  }
  .indexPage .aboutSec .inner01 .textBox {
    padding-top: 10px;
    width: 100%;
  }
  .indexPage .aboutSec .inner01 .textBox .infoBox {
    margin: 0 auto 30px;
    padding: 0;
  }
  .indexPage .aboutSec .inner01 .textBox .headLine04 .en {
    margin-bottom: -2px;
  }
  .indexPage .aboutSec .inner01 .textBox .headLine04 .jp {
    font-size: 2.4rem;
  }
  .indexPage .jobSec {
    padding-bottom: 20px;
  }
  .indexPage .jobSec .comTtlBox {
    display: flex;
    margin-bottom: 42px;
    margin: 0 auto 42px;
    max-width: 700px;
  }
  .indexPage .jobSec .comTtlBox .title {
    padding: 36px 0 0;
  }
  .indexPage .jobSec .headLine04 .jp {
    font-size: 2.4rem;
  }
  .indexPage .jobSec .title {
    width: 100%;
  }
  .indexPage .jobSec .innerBox {
    margin-bottom: 60px;
    display: block;
  }
  .indexPage .jobSec .innerBox .photoBox {
    padding-bottom: 78%;
    width: 100%;
  }
  .indexPage .jobSec .innerBox .textBox {
    width: 100%;
    padding: 28px 24px;
  }
  .indexPage .jobSec .innerBox .textBox .headLine03 {
    margin-bottom: 14px;
    padding-bottom: 23px;
  }
  .indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 33px;
    line-height: 2.2;
  }
  .indexPage .jobSec .innerBox .textBox .comMore {
    margin-right: 0;
    text-align: center;
  }
  .indexPage .jobSec .btnMore {
    display: none;
  }
  .indexPage .jobSec .shop_linkBox .shopCategory ul {
    flex-direction: column;
  }
  .indexPage .jobSec .shop_linkBox .shopCategory ul li::after {
    display: none;
  }
  .menu span:nth-of-type(3) {
    top: 41px;
  }
  .indexPage .jobSec .shop_linkBox .shopCategory ul li {
    background: #fbead4;
  }
}
/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
  margin-bottom: -207px;
}
.recruitPage .topSec {
  margin-bottom: 120px;
}
.recruitPage .topSec .topText {
  max-width: 880px;
  margin: -8px auto 120px;
  padding-bottom: 66px;
  font-size: 2rem;
  position: relative;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.06em;
  background: #fff;
  color: var(--color-dark);
  padding: 2.25em 1em;
  border: solid 2px #ca4;
  border-radius: 3px 0 3px 0;
}
.recruitPage .topSec .topText .ewa-rteLine {
}
.recruitPage .topSec .topText::after,
.recruitPage .topSec .topText::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #ca4;
  border-radius: 50%;
}
.recruitPage .topSec .topText::after {
  top: -12px;
  left: -12px;
}
.recruitPage .topSec .topText::before {
  bottom: -12px;
  right: -12px;
}
/* .recruitPage .topSec .topText:before {
  margin-left: -16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  content: "";
} */
.recruitPage .topSec .linkList {
  justify-content: center;
  gap: 10px 2.5%;
}
.recruitPage .topSec .linkList li {
  width: 18%;
}
.recruitPage .topSec .linkList li a {
  padding: 0 15px;
  display: flex;
  height: 53px;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  color: var(--color-main2);
}
.recruitPage .topSec .linkList li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 53px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.recruitPage .topSec .linkList li a:after {
  margin-top: -3px;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 16px;
  height: 9px;
  background: url("img/common/icon09.png") no-repeat right center;
  background-size: 16px auto;
  content: "";
  /* filter: invert(1); */
}
@media all and (min-width: 897px) {
  .recruitPage .topSec .linkList li a:hover:before {
    height: 100%;
  }
  .recruitPage .topSec .linkList li a:hover {
    color: #fff;
    background: #ca4;
  }
  .recruitPage .topSec .linkList li a:hover:after {
    background: url("img/common/icon10.png") no-repeat right center;
    background-size: 16px auto;
  }
}
.recruitPage .recruitSec {
  padding: 155px 0 170px;
  background: linear-gradient(
      hsl(34.94deg 94.44% 64.71% / 60%),
      hsl(34.94deg 94.44% 64.71% / 31%)
    ),
    url("img/common/bg10.jpg") no-repeat center;
  background-size: cover;
}
.recruitPage .recruitSec .innerBox {
  max-width: 1920px;
  margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .photoBox {
  padding-top: 12px;
  float: right;
  width: 44.3%;
}
.recruitPage .recruitSec .innerBox .photoBox img {
  margin-bottom: 10px;
}
.recruitPage .recruitSec .innerBox .textBox {
  margin-top: -10px;
  float: left;
  width: 55.7%;
}
.recruitPage .recruitSec .innerBox .infoBox {
  max-width: 572px;
  margin: 0 90px 0 auto;
  padding-left: 20px;
}
.recruitPage .recruitSec .innerBox .textBox table {
  width: 100%;
  border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox tr {
  background: #fbead3a8;
  padding: 30px;
}
.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
  color: var(--color-dark);
  padding: 17px 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.9;
  border-bottom: 1px solid #ca4;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.recruitPage .recruitSec .innerBox .textBox td span {
  background: var(--color-main2);
  color: #fff;
  padding: 6px;
}

.recruitPage .recruitSec .innerBox .textBox th {
  width: 34.5%;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
  padding: 120px 0;
}
.recruitPage .pointSec .headLine06 {
  margin-bottom: 62px;
}
.recruitPage .pointSec .pointBox {
  /* border: 1px solid #dbe1e7; */
  background: #ffffff;
  padding: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
  outline: 1px solid #ca4;
  outline-offset: -3px;
  border-radius: 20px;
}
.recruitPage .pointSec .pointBox:last-of-type {
  margin-bottom: 0;
}
.recruitPage .pointSec .pointBox figure {
  width: 15%;
}
.recruitPage .pointSec .pointBox figure img {
  width: 100px;
  height: auto;
}
.recruitPage .pointSec .pointBox dl {
  width: 85%;
}
.recruitPage .pointSec .pointBox dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 25px;
  color: var(--color-dark);
}
.recruitPage .pointSec .pointBox dl dd {
  line-height: 2.3;
  color: var(--color-dark);
}

/*--- インタビュー ---*/
.recruitPage .interviewSec {
  padding: 180px 0 250px;
}
.recruitPage .interviewSec .headLine02 {
  margin-bottom: 49px;
}
.recruitPage .interviewSec .topTxt {
  margin-bottom: 47px;
  line-height: 2.35;
  letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video {
  margin-bottom: 135px;
}
.recruitPage .interviewSec .video .name {
  margin-top: 27px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video .name .small {
  margin-right: 24px;
  font-weight: 500;
  font-size: 2rem;
}
.recruitPage .interviewSec .infoVideo video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
  position: relative;
  padding: 120px 0;
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");
}
.recruitPage .businessSec .business-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.recruitPage .businessSec .headLine06 {
  margin-bottom: 62px;
}
.recruitPage .businessSec .businessBox {
  width: 50%;
}
.recruitPage .businessSec .businessBox dl {
  margin: 0 0 50px;
  position: relative;
  padding: 2.25em 0em 2.25em 1.2em;
  border: solid 1px var(--color-main2);
  border-radius: 3px 0 3px 0;
  background: #ffffffe3;
  width: 580px;
  color: var(--color-dark);
}
.recruitPage .businessSec .businessBox dl::after,
.recruitPage .businessSec .businessBox dl::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px var(--color-main2);
  border-radius: 50%;
}
.recruitPage .businessSec .businessBox dl::after {
  top: -12px;
  left: -12px;
}
.recruitPage .businessSec .businessBox dl::before {
  bottom: -12px;
  right: -12px;
}
.recruitPage .businessSec .businessBox dl:last-of-type {
  margin-bottom: 0;
}
.recruitPage .businessSec .businessBox dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 22px;
}
.recruitPage .businessSec .businessBox dl dd {
  line-height: 2.3;
}
.recruitPage .businessSec figure {
  width: 46vw;
  margin-right: calc(50% - 50vw);
}
.recruitPage .businessSec figure img + img {
  margin-top: 10px;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
  padding: 120px 0;
}
.recruitPage .welfareSec .headLine02 {
  text-align: center;
}
.recruitPage .welfareSec .headLine02:before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.recruitPage .welfareSec .headLine06 {
  margin-bottom: 62px;
}
.recruitPage .welfareSec ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 60px 5%;
}
.recruitPage .welfareSec ul > li {
  width: 30%;
  line-height: 2.3;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dbe1e7;
  padding: 65px 45px 45px;
  outline: 1px solid #ca4;
  outline-offset: -3px;
  border-radius: 20px;
}
.recruitPage .welfareSec ul > li figure {
  /* background: #ffffff;
  border: 1px solid #dbe1e7;
  padding: 65px 45px 45px; */
}
.recruitPage .welfareSec ul > li figure img {
  width: 80%;
  height: auto;
}
.recruitPage .welfareSec ul > li figure figcaption {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 45px 0 0;
  color: var(--color-main2);
}
.recruitPage .welfareSec ul > li p {
  color: var(--color-dark);
}
/*--- 1日のスケジュール ---*/
.recruitPage .oneDay {
  padding: 192px 0 180px;
  background: #f2f3f2;
}
.recruitPage .oneDay h3 {
  margin-bottom: 152px;
  text-align: center;
}
.recruitPage .oneDay h3 .info {
  padding-bottom: 13px;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #212836;
}
.recruitPage .listBox {
  position: relative;
}
.recruitPage .listBox:before {
  position: absolute;
  left: 50%;
  top: -25px;
  bottom: -20px;
  width: 1px;
  background: #969696;
  content: "";
}
.recruitPage .listBox .timeBox {
  clear: both;
  width: 50%;
  margin-bottom: -15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.recruitPage .listBox .timeBox:last-child {
  margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
  width: calc(100% - 140px);
  position: relative;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner:before {
  margin-top: -11px;
  position: absolute;
  right: -12px;
  top: 50%;
  background: url("img/common/icon11.png") no-repeat right center;
  background-size: 19px auto;
  width: 19px;
  height: 22px;
  content: "";
}
.recruitPage .listBox .timeBox .txtInner .ttl {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.recruitPage .listBox .timeBox .txtInner .txt {
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
.recruitPage .listBox .timeBox .time {
  padding-right: 34px;
  width: 26%;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: right;
  box-sizing: border-box;
}
.recruitPage .listBox .timeBox .time:before {
  margin-top: -10px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #212836;
  content: "";
  border-radius: 50%;
}
.recruitPage .listBox .timeBox01 {
  float: right;
  flex-direction: row;
}
.recruitPage .listBox .timeBox01 .txtInner:before {
  right: auto;
  left: -12px;
  background-image: url("img/common/icon12.png");
}
.recruitPage .listBox .timeBox01 .time {
  text-align: left;
  padding: 0 0 0 32px;
  width: 140px;
}
.recruitPage .listBox .timeBox01 .time02 {
  padding-left: 45px;
}
.recruitPage .listBox .timeBox01 .time:before {
  position: absolute;
  left: -10px;
  right: auto;
}
.recruitPage .companySec {
  padding: 200px 0 226px;
}
.recruitPage .companySec .comImgBox {
  max-width: 1370px;
  padding: 0 20px;
  margin-bottom: 180px;
  /* flex-direction: row-reverse; */
  align-items: flex-start;
  flex-direction: column;
}
.recruitPage .companySec .comImgBox01 {
  flex-direction: row;
}
.recruitPage .companySec .comImgBox:last-child {
  margin-bottom: 0;
}
.recruitPage .companySec .comImgBox:last-of-type {
  margin-bottom: 0;
}
.recruitPage .companySec .photoBox {
  width: 49%;
}
.recruitPage .companySec .textBox {
  width: 51%;
}
.recruitPage .companySec .comImgBox .textBox .subBox {
  margin: 0 auto 0 95px;
  max-width: 480px;
}
.recruitPage .companySec .comImgBox01 .textBox .subBox {
  margin: 0 95px 0 auto;
}
.recruitPage .companySec .textBox .headLine02 {
  margin-bottom: 48px;
  color: #fff;
}
.recruitPage .companySec .textBox p {
  line-height: 2.4;
}
.recruitPage .comCompany {
  padding: 180px 0 200px;
  background: none;
}
.recruitPage .comCompany .textBox {
  color: var(--color-dark);
  padding: 30px;
  width: 45%;
  background: #fbead3a8;
}
.recruitPage .comCompany .textBox .headLine02 {
  margin-bottom: 50px;
  color: var(--color-dark);
}
.recruitPage .comCompany .textBox .headLine02::before {
  background: var(--color-dark);
}
.recruitPage .comCompany .textBox th,
.recruitPage .comCompany .textBox td {
  font-size: 1.4rem;
  border-color: #ca4;
}
.recruitPage .comCompany .mapBox {
  margin-top: 150px;
  width: 49%;
}
.recruitPage .FormSec {
  padding: 100px 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .recruitPage .recruitSec .innerBox .infoBox {
    margin: 0 40px 0 auto;
  }
  .recruitPage .companySec .comImgBox .textBox .subBox {
    margin: 0 auto 0 40px;
  }
  .recruitPage .companySec .comImgBox01 .textBox .subBox {
    margin: 0 40px 0 auto;
  }
}
@media all and (max-width: 896px) {
  .recruitPage {
    margin-bottom: -51px;
  }
  .recruitPage .topSec {
    margin-bottom: 57px;
  }
  .recruitPage .topSec .topText {
    max-width: 840px;
    margin: -3px auto 45px;
    padding-bottom: 34px;
    font-size: 1.4rem;
    line-height: 2.15;
    text-align: justify;
  }
  .recruitPage .topSec .linkList li {
    width: 100%;
  }
  .recruitPage .topSec .linkList li a {
    height: 62px;
  }
  .recruitPage .recruitSec {
    padding: 52px 0 70px;
  }
  .recruitPage .recruitSec .headLine02 {
    margin-bottom: 26px;
  }
  .recruitPage .recruitSec .innerBox {
    max-width: inherit;
    margin: 0 24px;
    padding: 0;
  }
  .recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: none;
    width: auto;
  }
  .recruitPage .recruitSec .innerBox .photoBox img {
    width: 100%;
  }
  .recruitPage .recruitSec .innerBox .textBox {
    margin: -10px auto 60px;
    float: none;
    width: auto;
  }
  .recruitPage .recruitSec .innerBox .infoBox {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  /*--- ポイント ---*/
  .recruitPage .pointSec {
    padding: 62px 0;
  }
  .recruitPage .pointSec .headLine06 {
    margin-bottom: 32px;
  }
  .recruitPage .pointSec .pointBox {
    padding: 50px 25px;
    margin: 0 0 30px;
    text-align: center;
  }
  .recruitPage .pointSec .pointBox figure {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }
  .recruitPage .pointSec .pointBox figure img {
    max-width: 100px;
    height: auto;
  }
  .recruitPage .pointSec .pointBox dl {
    width: 100%;
  }
  .recruitPage .pointSec .pointBox dl dt {
    font-size: 1.6rem;
    padding: 0 0 15px;
  }

  /*--- インタビュー ---*/
  .recruitPage .interviewSec {
    padding: 60px 0 88px;
  }
  .recruitPage .interviewSec .comImgBox:last-child {
    margin-bottom: 0;
  }
  .recruitPage .interviewSec .headLine02 {
    margin-bottom: 36px;
    font-size: 2.3rem;
  }
  .recruitPage .interviewSec .topTxt {
    margin-bottom: 37px;
    line-height: 2.35;
  }
  .recruitPage .interviewSec .video {
    margin: 0 -24px 65px;
  }
  .recruitPage .interviewSec .video .name {
    margin: 22px 23px 0;
    font-size: 1.6rem;
  }
  .recruitPage .interviewSec .video .name .small {
    margin-right: 20px;
    font-size: 1.4rem;
  }

  /*--- 業務内容 ---*/
  .recruitPage .businessSec {
    padding: 62px 0;
  }
  .recruitPage .businessSec .headLine06 {
    margin-bottom: 32px;
  }
  .recruitPage .businessSec .businessBox {
    width: 100%;
    padding: 5% 0 0;
  }
  .recruitPage .businessSec figure {
    width: 100%;
    margin: 0;
  }
  .recruitPage .businessSec .businessBox dl {
    margin-bottom: 30px;
    width: auto;
    max-width: 700px;
    min-width: 300px;
    padding: 2.25em 1.2em;
  }
  .recruitPage .businessSec .businessBox dl dt {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  /*--- 福利厚生 ---*/
  .recruitPage .welfareSec {
    padding: 62px 0;
  }
  .recruitPage .welfareSec .headLine06 {
    margin-bottom: 32px;
  }
  .recruitPage .welfareSec ul {
    gap: 30px 0;
  }
  .recruitPage .welfareSec ul > li {
    width: 100%;
    text-align: center;
    padding: 30px;
  }
  .recruitPage .welfareSec ul > li figure {
    padding: 35px;
  }
  .recruitPage .welfareSec ul > li figure img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  .recruitPage .welfareSec ul > li figure figcaption {
    font-size: 1.6rem;
    padding: 20px 0 0;
  }

  /*--- 1日のスケジュール ---*/
  .recruitPage .oneDay {
    padding: 55px 0 70px;
  }
  .recruitPage .oneDay h3 {
    margin-bottom: 52px;
  }
  .recruitPage .oneDay h3 .info {
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .recruitPage .listBox:before {
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    width: 1px;
  }
  .recruitPage .listBox .timeBox {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row;
  }
  .recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
  }
  .recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 110px);
    padding: 8px 10px 12px 14px;
  }
  .recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: auto;
    left: -14px;
    top: 50%;
    background: url("img/common/sp_icon05.png") no-repeat right center;
    background-size: 17px auto;
    width: 17px;
    height: 16px;
    content: "";
  }
  .recruitPage .listBox .timeBox .txtInner .ttl {
    font-size: 1.4rem;
  }
  .recruitPage .listBox .timeBox .txtInner .txt {
    margin-bottom: 4px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
  }
  .recruitPage .listBox .timeBox .time {
    padding: 0 0 0 34px;
    width: 110px;
    font-size: 1.6rem;
    text-align: left;
  }
  .recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    right: auto;
    left: 3px;
    top: 50%;
    width: 15px;
    height: 15px;
  }
  .recruitPage .listBox .timeBox01 {
    float: none;
  }
  .recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -14px;
    background-image: url("img/common/sp_icon05.png");
  }
  .recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
  }
  .recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: 3px;
    right: auto;
  }
  .recruitPage .companySec {
    padding: 50px 0 68px;
  }
  .recruitPage .companySec .comImgBox {
    max-width: inherit;
    display: block;
    padding: 0 24px;
    margin-bottom: 67px;
  }
  .recruitPage .companySec .comImgBox:last-of-type {
    margin-bottom: 0;
  }
  .recruitPage .companySec .photoBox {
    width: 100%;
  }
  .recruitPage .companySec .photoBox img {
    width: 100%;
  }
  .recruitPage .companySec .textBox {
    margin-bottom: 26px;
    width: auto;
  }
  .recruitPage .companySec .comImgBox .textBox .subBox {
    margin: 0;
    max-width: inherit;
  }
  .recruitPage .companySec .comImgBox01 .textBox .subBox {
    margin: 0;
  }
  .recruitPage .companySec .textBox .headLine02 {
    margin-bottom: 35px;
  }
  .recruitPage .companySec .textBox p {
    line-height: 2.15;
  }
  .recruitPage .comCompany {
    padding: 67px 0;
  }
  .recruitPage .comCompany .textBox {
    color: #222;
    padding: 0;
    width: 100%;
  }
  .recruitPage .comCompany .textBox .headLine02 {
    margin-bottom: 25px;
    padding-top: 30px;
  }
  .recruitPage .comCompany .mapBox {
    margin-top: 72px;
    width: auto;
  }
  .recruitPage .FormSec {
    padding: 67px 0;
  }

  .recruitPage .recruitSec .innerBox .textBox th,
  .recruitPage .recruitSec .innerBox .textBox td {
    float: left;
    width: 94%;
    padding: 0 0 16px 10px;
    line-height: 1.9;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  }
  .recruitPage .recruitSec .innerBox .textBox th {
    padding: 20px 0 0 10px;
    width: 100%;
    border-bottom: none;
  }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}
.contactPage table {
  margin-bottom: 158px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}
.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1cfcf;
}
.contactPage th {
  padding: 20px 50px 20px 0;
  width: 29%;
  font-weight: 500;
}
.contactPage td {
  font-size: 1.3rem;
  position: relative;
}
.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  color: var(--color-main2);
  text-align: center;
  margin-left: 10px;
}
.contactPage th .optional {
  float: right;
  width: 44px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid var(--color-main2);
  box-sizing: border-box;
  text-align: center;
  margin-left: 10px;
  color: var(--color-main2);
}
.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #d1cfcf;
  content: "";
}
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="text"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
  color: #212836;
  width: 100%;
  height: 58px;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}
.contactPage td .wid01 {
  width: 98px !important;
}
.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}
.contactPage td .add {
  margin-bottom: 20px;
}
.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}
.contactPage .txtP a {
  text-decoration: underline;
  color: #fff;
}
.contactPage .txtP a:hover {
  opacity: 0.7;
}
.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 100px;
  padding: 12px 10px 16px 80px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
  background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
  background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}
.contactPage .submit {
  text-align: center;
}
.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.ajax-loader {
  display: none !important;
}
.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
}
.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}
.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05_01.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
}
.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}
.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}
.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
  background: #cecece;
  border-color: #cecece;
}
.contactPage .submit li.disabled .info01:after {
  display: none;
}
.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #c1272d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 3px solid #c1272d;
  background: #fcdedd;
  text-align: center;
}
.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #fcdedd;
  border: 1px solid #c1272d;
}
.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #de2b2b;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}
.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}
.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
}
.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}
.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("img/common/icon08.png");
  }
  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("img/common/icon05_01.png");
  }
  .contactPage .submit li:hover input {
    color: #212836;
  }
  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }
  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("img/common/icon14.png");
  }
  .thanks .linkBtn a:hover {
    color: #212836;
  }
  .thanks .linkBtn a:hover:before {
    background-image: url("img/common/icon14.png");
    left: -21px;
  }
  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }
  .contactPage table {
    margin-bottom: 48px;
  }
  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }
  .contactPage th {
    padding: 22px 0 10px;
    width: auto;
    border: none;
    display: inline-block;
  }
  .contactPage td:before {
    display: none;
  }
  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }
  .contactPage td {
    font-size: 1.4rem;
  }
  .contactPage td .wid01 {
    width: 124px !important;
  }
  .contactPage td .ico {
    margin-right: 7px;
  }
  .contactPage td .add {
    margin-bottom: 20px;
  }
  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }
  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }
  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
    text-align: center;
  }
  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }
  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }
  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }
  .contactPage .submit li span:before {
    right: 17px;
  }
  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }
  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }
  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }
  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }
  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }
  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }
  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }
  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }
  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }
  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }
  .thanks .linkBtn a:before {
    left: 16px;
  }
}
@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }
  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.privacy .txt01 {
  margin-bottom: 65px;
}
.privacy .txt02 {
  margin-bottom: 72px;
}
.privacy .txt03 {
  margin-bottom: 35px;
}
.privacy .txt04 {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .privacy .pageTitle {
    padding: 28px 0 30px;
  }
  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }
  .privacy #pagePath {
    margin-bottom: 56px;
  }
  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
  .privacy .txt01 {
    margin-bottom: 57px;
  }
  .privacy .txt02 {
    margin-bottom: 60px;
  }
  .privacy .txt03 {
    margin-bottom: 27px;
  }
  .privacy .txt04 {
    margin-bottom: 0;
  }
}
.wpcf7-response-output {
  display: none !important;
}

/* recruitページ 店舗一覧 */
.recruitPage .inner01 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 0;
}

.recruitPage .inner01 .textBox {
  padding-top: 10px;
}

.recruitPage .businessList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruitPage .businessList li {
  width: calc(33.333% - 20px);
  min-width: 300px;
  /* border: 2px solid var(--color-main); */
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  outline: 1px solid #ca4;
  outline-offset: -3px;
  border-radius: 20px;
}

.recruitPage .businessList li:hover {
  /* transform: scale(1.02); */
  box-shadow: 0 0 15px rgba(234, 116, 31, 0.3);
}

.recruitPage .businessList li figure {
  width: 100%;
  margin: 0 0 50px 0;
}

.recruitPage .businessList li figure img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.recruitPage .businessList li h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-main2);
  position: relative;
}
.recruitPage .businessList li h3::after,
.recruitPage .businessList li h3::before {
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  content: "";
}
.recruitPage .businessList li h3:before {
  border-left: solid 1px var(--color-main2);
  border-top: solid 2px var(--color-main2);
  top: 0;
  left: -26px;
}
.recruitPage .businessList li h3:after {
  border-right: solid 1px var(--color-main2);
  border-bottom: solid 2px var(--color-main2);
  bottom: 0;
  right: -26px;
}
.recruitPage .businessList li .businessText {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: pre-line;
  color: var(--color-dark);
}

.recruitPage .businessList li .linkBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.recruitPage .businessList li .linkBox a.btnSite,
.recruitPage .businessList li .linkBox a.btnInsta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  /* border-radius: 8px; */
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: var(--color-main2);
  transition: all 0.3s ease;
  outline: 1px solid #fff;
  outline-offset: -3px;
}

.recruitPage .businessList li .linkBox a.btnSite:hover,
.recruitPage .businessList li .linkBox a.btnInsta:hover {
  opacity: 0.7;
}

.recruitPage .businessList li .linkBox a img {
  width: 20px;
  height: 20px;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .recruitPage .businessList li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .recruitPage .businessList li {
    width: 100%;
  }
}

/* メニュー全体 */

.naviUl {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* アコーディオンボタン */
.accordion {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.accordion img {
  max-height: 100px;
  object-fit: contain;
}

/* 展開部分 */
.comMore-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* 展開後 */
.accordion.active + .comMore-wrap {
  max-height: 500px; /* 適宜調整 */
  background-color: var(--color-bg);
  background-image: url("https://www.transparenttextures.com/patterns/ticks.png");
}

/* 求人ボックス */
.tab_box {
  padding: 8px 10px;
  /* border-bottom: 1px solid #eee; */
}
.tab_box p {
  margin: 0;
  font-weight: bold;
}
.jobtag {
  display: inline-block;
  background: var(--color-main2);
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 4px;
  margin: 5px;
}
/* +と× */
.menuBox .naviUl .accordion::before,
.menuBox .naviUl .accordion::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  right: 15px;
  background-color: var(--color-dark);
  transition: 0.3s;
}
.menuBox .naviUl .accordion::before {
  transform: rotate(0deg);
}
.menuBox .naviUl .accordion::after {
  transform: rotate(90deg);
}

/* 開いたら×に変形 */
.menuBox .naviUl .accordion.active::before {
  transform: rotate(-45deg);
}
.menuBox .naviUl .accordion.active::after {
  transform: rotate(45deg);
}
.bkWrap {
  background: linear-gradient(
      hsl(34.94deg 94.44% 64.71% / 60%),
      hsl(34.94deg 94.44% 64.71% / 31%)
    ),
    url("img/common/bkwrap.jpg") no-repeat center/cover;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  @media (max-width: 896px) {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .businessList li h3:before {
    left: -11px;
  }
  .recruitPage .businessList li h3:after {
    right: -11px;
  }
}
