@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --font-mi: "Zen Old Mincho", serif;
  --font-en: "Aboreto", system-ui;
  --font-go: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  --color-text: #313234;
  --color-mainbl: #79B4D4;
  --color-mainbk: #545C6B;
	--color-alert: #FF0047;
	--color-line: #898E92;
	--color-bg: #EFF4F8;
}
html {
  color: var(--color-text);
  font-size: 62.5%;
  font-family: var(--font-mi);
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 1.5px;
}
body{
margin: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
header,main {
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  /* line-height: 1.5; */
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  a:hover {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: -3px;
}
@media screen and (min-width: 1000px) {
  input[type="checkbox"] {
    vertical-align: -1px;
  }
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
header{
  z-index: 10;
  background: none;
  background: rgba(255, 255, 255, .5);
  position: fixed;
  width: 100%;
}
header h1{
  position: fixed;
  background: none;
}
/* @media screen and (max-width: 414px) {
  header h1{
    margin: 13px 0 0 20.5px !important; 
  }
} */
@media screen and (min-width: 1000px) {
  header h1{
    position: absolute;
  }
}
/* header:after{
  content: none;
} */
header div.gmenu {
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  margin: 0;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  header div.gmenu {
    border-radius: 0;
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
}
header div.gmenu a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  header div.gmenu a{
    position: relative;
    z-index: 3;
  }
}
header div.gmenu .logo {
  width: 65vw;
  height: 100%;
  margin: 10px 0 0 10px;
  max-width: 280px;
}
@media screen and (min-width: 1000px) {
  header div.gmenu .logo {
    width: 300px;
    height: 100%;
    margin: 14px 0 0 14px;
  }
}
@media screen and (min-width: 1000px) {
  .menu-wrapper {
    position: relative;
  }
}

/* @media screen and (max-width: 1079px) {
  header.is-animation div.gmenu  {
    margin: 0;
    width: 100%;
    display: block;
    transition-duration:.5s;
    background:#fff !important;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .is-animation {
    background:#1E1A6B !important;
    z-index: 10;
    width: 100%;
    display: flex;
  }
} */

header nav {
  display: none;
  background: rgba(239,244,248,.9);
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 120px 0 0;
  text-align: center;
  z-index: 3;
  height: 100vh;
}
@media screen and (min-width: 1000px) {
  header nav {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
  }
}
header nav ul.menu_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.7rem;
  white-space: nowrap;
  text-align: center;
  display: block;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-line);
  padding: 15px 0;
  position: relative;
  font-family: var(--font-sans);
  font-weight: 400;
}
/* header nav ul.menu_area li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 10vw;
  right: 0;
  background: #fff;
}
header nav ul.menu_area li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
} */
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a:before,header nav ul.menu_area li a:after{
    content: none;
  }
}
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a {
    font-size: 1.7rem;
    margin-right: 0vw;
    margin-bottom: 0;
  }
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    align-items: center;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding: 0;
    font-size: 1.5rem;
    height: 80px;
    color: var(--text-color);
    font-family: var(--font-sans);
    border: none;
  }
  .menu-list .inner > div ul li:last-child a{
    margin-right:30px;
  }
  .menu-list .inner > div ul li a:hover {
    color: var(--dark-color);
    opacity: 1;
  }
}


@media (max-width: 999px) {
  header div.gmenu .btn_area{
    position: absolute;
    width: 100%;
    margin-bottom: 100px;
  }
  header div.gmenu .btn_area a{
    background: var(--color-mainbl);
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0;
  }
  header div.gmenu .btn_area a img{
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
  }
  header div.gmenu .btn_area a:last-of-type{
    background: var(--color-alert);
  }
}
@media screen and (min-width: 1000px) {
 header div.gmenu .btn_area{
  display: none;
 }
}
/* ハンバーガー */
@media (max-width: 999px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 30px;
  }
  .bar {
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    left: 33px;
    transform: translateX(-50%);
    background-color: var(--color-text);
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 29px;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 21px;
  }
  .btn_hum.close .bar-top {
    /* transform: translate(-50%, 5px) rotate(45deg); */
    transition: transform 0.3s;
    background-color: var(--color-text);
    top: 19px;
    width: 34px;
    left: 15px;
    transform: translateY(10px) rotate(30deg);
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    /* transform: translate(-50%, -5px) rotate(-45deg); */
    transition: transform 0.3s;
    background-color: var(--color-text);
    bottom: 21px;
    width: 34px;
    left: 15px;
    transform: translateY(-10px) rotate(-30deg);
  }
}
/* ハンバーガー */

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-color);
}
@media screen and (min-width: 1000px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
  }
  .pagetop:hover {
    background: var(--dark-color);
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -40%) rotate(-45deg);
}

.slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* 上に重なる白い枠 */
.slider-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* スライダーより上に配置 */
  pointer-events: none; /* 下のスライダーを操作できるようにする */
}
.slider-mask img {
  width: 100%;
  height: auto;
  display: block;
}
/* スライダー本体 */
.slider-main {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-main li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slider-main{
  background-color: #000;
  display: inline-block;

}

.en_common{
  position: relative;
  font-size: 3rem;
  color: var(--color-mainbk);
  font-family: var(--font-en);
  text-align: center;
}
.en_common:after{
  content: "…";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: var(--color-alert);
  letter-spacing: 0;
}
h2.common{
  font-size: 2.4rem;
  color: var(--color-mainbk);
  margin: 15px auto 10px;
  font-weight: 400;
}
h3.common{
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  font-family: var(--font-go);
}
@media screen and (min-width:1000px){
  .en_common{
    font-size: 4rem;
  }
  .en_common:after{
    bottom: -25px;
  }
  h2.common{
    font-size: 3.2rem;
  }
}

.fv{
  position: relative;
}
.fv .inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px; /* 画像の端からの余白 */
  color: #fff; /* 文字色（白） */

}
.fv .inner .en{
  font-family: var(--font-en);
  font-size: 3rem;
  position: absolute;
  bottom: 10%;
  left: 5%;
  line-height: 1.1;
}
.fv .inner h2,.fv .inner h3{
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  writing-mode: vertical-rl;        /* 基本の指定 */

}
.fv .inner h2{
  font-size: 3rem;
  font-weight: 400;
  position: absolute;
  right: 10%; /* 右からの位置 */
  top: 90px;
  writing-mode: vertical-rl; /* 縦書き（右から左へ） */
  letter-spacing: 0.2em; /* 文字の間隔を広げると上品になります */
}
.fv .inner h3{
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  right: 25%;
  top: 90px;
  writing-mode: vertical-rl;
  line-height: 2;
}
.fv .inner a{
  display: none;
}
@media screen and (min-width:1000px){
  .fv .inner{
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    height: auto;
  }
  .fv .inner .en{
    font-size: 5rem;
    position: static;
  }
  .fv .inner h2{
    font-size: 4rem;
    writing-mode:initial;
    position: static;
    margin: 3.5vw auto 1.5vw;
  }
  .fv .inner h3{
    font-size: 2.4rem;
    writing-mode:initial;
    position: static;
    margin-bottom: 7vw;
  }
  .fv .inner a{
    display: inline-block;
    background: var(--color-alert);
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
    font-size: 1.6rem;
    font-family: var(--font-go);
    position: relative;
    z-index: 2;
  }
  .fv .inner a img{
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
  }
}

#philosophy{
  text-align: center;
  width: 92vw;
  margin: auto;
  padding: 30px 0 0;
}
@media screen and (min-width:1000px){
  #philosophy{
    max-width: 1200px;
    width: 90%;
    padding: 80px 0 0;
  }
}
#philosophy h3{
  position: relative;
  font-size: 2rem;
  color: var(--color-mainbk);
  font-family: var(--font-go);
  margin: 30px auto 10px;
  font-weight: 400;
}
#philosophy h3:before{
  content: "";
  position: absolute;
  left:0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--color-mainbk);
}
#philosophy h3 span{
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#philosophy h4{
    font-size: 4rem;
    color: var(--color-mainbl);
    font-weight: 400;
    margin-bottom: 15px;
}
#philosophy h5{
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 400;
}
#philosophy h5.leftsp{
  text-align: left;
}
#philosophy ol{
  margin: 40px auto 40px;
}
#philosophy ol li{
  color: #545C6B;
  font-size: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-mainbl);
  margin-bottom: 15px;

}
@media screen and (min-width:1000px){
  #philosophy h3{
    margin: 50px auto 10px;
  }
  #philosophy h4{
      font-size: 6rem;
  }
  #philosophy h5.leftsp{
    text-align: center;
  }
  #philosophy ol{
    width: 60%;
    margin: 40px auto 100px;
  }
  #philosophy ol li{
    font-size: 2rem;
    margin-bottom: 25px;
  }
}





#message{
  margin: auto;
  text-align: center;
  /* background: url(../images/recruit/message_sp.png) no-repeat;
  background-size: cover; */
  padding:0;
  /* height: 100%; */
  position: relative;
}
#message .inner{
  width: 100%;
  padding: 0 5vw;
  margin: auto;
  position: absolute;
  top: 10vw;
  left:0;
  right: 0;
  margin: auto;
}
#message h2{
  margin: 5vw auto 4vw;
}
#message h3{
  text-align: left;
  line-height: 1.7;
}
#message .name{
  font-size: 2rem;
  text-align: right;
  margin-top: 30vw;
}
@media screen and (min-width:1000px){
  #message{
    background: url(../images/recruit/message_pc.png) no-repeat; ;
    background-size: cover;
    height: 523px;
    padding: 80px 0 0;
  }
  #message .inner{
    width: auto;
    display: inline-block;
    position: absolute;
    left: 38vw;
    right: auto;
    padding: 0;
    top: auto;
  }
  #message h2{
    margin: 20px auto 50px;
  }
  #message h3{
    text-align: center;
  }
  #message .name{
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

#nummers{
  margin: auto;
  text-align: center;
  background: url(../images/recruit/nummers_sp.png);
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width:1000px){
  #nummers{
    background: url(../images/recruit/nummers_pc.png);
    background-size: cover;
    padding: 80px 0 50px;
  }
}
#nummers .inner{
  width: 92vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #nummers .inner{
    max-width: 1200px;
    width: 90%;
  }
}
#nummers .en_common,#nummers h2,#nummers h3{
  color: #fff;
}
#nummers .flexpc{
  margin: 5vw auto 0;
}
@media screen and (min-width:1000px){
  #nummers .flexpc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin: 50px auto 0;
  }
}
#nummers .flexpc div{
  padding: 20px;
  color: #fff;
  margin-bottom: 2%;
  height: 160px;
}
#nummers .flexpc div:nth-of-type(1){
  background: url(../images/recruit/nummers1_sp.png);
  background-size: cover;
}
#nummers .flexpc div:nth-of-type(2){
  background: url(../images/recruit/nummers2_sp.png);
  background-size: cover;
}
#nummers .flexpc div:nth-of-type(3){
  background: url(../images/recruit/nummers3_sp.png);
  background-size: cover;
}
#nummers .flexpc div:nth-of-type(4){
  background: url(../images/recruit/nummers4_sp.png);
  background-size: cover;
}
#nummers .flexpc div:nth-of-type(5){
  background: url(../images/recruit/nummers5_sp.png);
  background-size: cover;
}
@media screen and (min-width:1000px){
  #nummers .flexpc div{
    width: 32%;
    padding: 100px 0;
    min-height: 439px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #nummers .flexpc div:nth-of-type(1){
    background: url(../images/recruit/nummers1_pc.png);
    background-size: cover;
  }
  #nummers .flexpc div:nth-of-type(2){
    background: url(../images/recruit/nummers2_pc.png);
    background-size: cover;
  }
  #nummers .flexpc div:nth-of-type(3){
    background: url(../images/recruit/nummers3_pc.png);
    background-size: cover;
  }
  #nummers .flexpc div:nth-of-type(4){
    background: url(../images/recruit/nummers4_pc.png);
    background-size: cover;
  }
  #nummers .flexpc div:nth-of-type(5){
    background: url(../images/recruit/nummers5_pc.png);
    background-size: cover;
  }
}
#nummers .flexpc div h4{
  font-size: 1.5rem;
  font-family: var(--font-go);
  font-weight: 600;
}
#nummers .flexpc div p{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
#nummers .flexpc div p span{
  font-size: 2rem;
  font-family: var(--font-go);
}
#nummers .flexpc div p span.b{
  font-size: 5.5rem;
  font-family: var(--font-en);
  vertical-align: 10%;
  margin: -12px 5px 0;
}
#nummers .flexpc div h5{
  font-size: 1.5rem;
  font-family: var(--font-go);
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #nummers .flexpc div h4,#nummers .flexpc div h5{
    font-size: 2rem;
  }
  #nummers .flexpc div p span.b{
    font-size: 6rem;
  }
  #nummers .flexpc div p{
    line-height: 2;
  }
}






#recruit{
  width: 90vw;
  margin: 10px auto 50px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #recruit{
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 50px;
  }
}
#recruit dl{
  margin: 0 auto 20px;
}
@media screen and (min-width:1000px){
  #recruit dl{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 10px;
    margin: 0;
  }
}
#recruit dl dt{
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (min-width:1000px){
  #recruit dl dt{
    font-size: 2rem;
    width: 18%;
    border-bottom: 1px solid var(--color-line);
    height: 100%;
    display: flex;
    align-items: center;   /* 垂直中央 */
    justify-content: center; /* 水平中央 */
    height: auto;
    margin: 0;
  }
  
  
}
#recruit dl dd{
  font-size: 1.8rem;
  text-align: left;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-line);
  padding: 10px;
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  #recruit dl dd{
    width: 78%;
    flex: 1
  }
}
#recruit dl dd p{
  color: var(--color-alert);
}



.accordion{
  margin:0 auto;
}
@media screen and (min-width:1000px){
  .accordion{
    margin:40px auto 0;
    width: 100%;
    max-width: 1100px;
  }
}
.accordion li{
  margin: 0;
}
.accordion .accordion_title {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size:1.7rem;
  height: 70px;
  line-height: 69px;
  transition: all .5s ease;
  text-align: left;
  padding:0 0 0 10px;
  background: var(--color-mainbk);
  margin-bottom: 10px;
  font-family: var(--font-go);
  font-weight: 400;
}
.accordion .accordion_title::before,
.accordion .accordion_title::after{
  position: absolute;
  content:'';
  width: 22px;
  height: 22px;
  right: 15px;
}
.accordion .accordion_title::before{
  background: url(../images/recruit/icon_arrow.svg) no-repeat;
  background-size: 22px 22px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion_title.close::before{
  top: 50%;
  transform:  translateY(-50%) rotate(90deg);
}
.accordion .accordion_box {
  display: none;
  padding: 20px 0;
  position: relative;
}

/* タブメニュー全体のスタイル */
.tab-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin:40px auto 0;
}
.tab-item {
  flex: 1;
  background: rgba(49,50,52,.2); /* 非アクティブ時の色 */
  color: #313234;
  text-align: center;
  padding: 15px 5px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  transition: 0.3s;
}
/* アクティブ（選択中）のタブ */
.tab-item.active {
  background: var(--color-mainbk);
  color: #fff;
}
/* コンテンツの表示・非表示切り替え */
.tab-panel {
  display: none; /* 基本は隠す */
  /* background: #f0f4f9; */
  padding: 20px;
}
.tab-panel.active {
  display: var(--color-mainbk); /* activeクラスがついた時だけ表示 */
}
/* テーブルの簡易スタイル */
.job-table {
  width: 100%;
  border-collapse: collapse;
}
.job-table th {
  width: 150px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.job-table td {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

#rewarding{
  width: 90vw;
  margin: 10px auto 5vw;
  text-align: center;
}
@media screen and (min-width:1000px){
  #rewarding{
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 50px;
  }
}
#rewarding h2{
  position: relative;
}
#rewarding h2:after{
  content: "…";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  color: var(--color-alert);
  letter-spacing: 0;
}
@media screen and (min-width:1000px){
  #rewarding h2:after{
    top: auto;
    bottom: -20px;
  }
}
#rewarding > div{
  margin: 30px auto 0;
}
@media screen and (min-width:1000px){
  #rewarding > div{
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
  }
}
#rewarding > div dl{
  background: #79B4D4;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width:1000px){
  #rewarding > div dl{
    width: 32%;
    padding: 20px 10px;
  }
}
#rewarding > div dl dt{
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}
#rewarding > div dl dd{
  font-size: 1.8rem;
  font-family: var(--font-go);
  line-height: 1.7;
  color: #fff;
}

#education{
  margin: auto;
  text-align: center;
  background: var(--color-bg);
  padding: 30px 0 5vw;
}
@media screen and (min-width:1000px){
  #education{
    padding: 50px 0 60px;
  }
}
#education .inner{
  width: 90vw;
  margin: 10px auto 0;
}
@media screen and (min-width:1000px){
  #education .inner{
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 0;
  }
}
#education .inner .box{
  margin-bottom: 40px;
}
#education .inner .box:last-of-type{
  margin-bottom: 0;
}
#education .inner .box img{
  height: 100%;
}
@media screen and (min-width:1000px){
  #education .inner .box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 100px;
  }
  #education .inner .box:last-of-type{
    flex-direction: row;
  }
  #education .inner .box > div{
    width: 46%;
  }
  #education .inner .box img{
    width: 50%;
  }
}
#education .inner h4{
  font-size: 1.8rem;
  color: var(--color-mainbk);
  position: relative;
  margin: 20px auto 30px;
}
#education .inner h4:after{
  content: "…";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: var(--color-alert);
  letter-spacing: 0;
}
@media screen and (min-width:1000px){
  #education .inner h4{
    font-size: 2rem;
    text-align: left;
  }
  #education .inner h4:after{
    left: 0;
    transform: translateX(0);  
  }
}
#education .inner .text{
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: var(--font-go);
  text-align: left;
  margin-bottom: 20px;
}
#education .inner h5{
  font-size: 1.5rem;
  color: var(--color-mainbk);
  font-family: var(--font-go);
  position: relative;
  margin: 20px auto 10px;
  font-weight: 600;
}
@media screen and (min-width:1000px){
  #education .inner h5{
    text-align: left;
  }
}
#education ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 縦の隙間と、横の隙間（棒の代わり）を指定 */
  gap: 5px 20px; 
}
#education ul li {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
/* 棒を作る：項目の「前（左）」に配置する */
#education ul li::before {
  content: "";
  position: absolute;
  /* 項目の左側、gap（24px）のちょうど真ん中に置く */
  left: -12px; 
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: var(--color-text);
}
/* 【重要】新しいCSS機能：行の先頭（左端）の要素だけを指定して棒を消す */
@supports (view-transition-name: none) {
  #education ul li {
    /* 各行の1番左にある要素を自動判別して、before（棒）を消す */
    &:nth-child(n) {
      /* ブラウザが「行の始まり」と判断した時に適用される */
      box-decoration-break: clone;
    }
  }
}
/* もし上記が反映されない古いブラウザ用：
  物理的に一番左にある時の「棒」を見えなくする、もっともシンプルな解決策
*/
#education ul {
  padding-left: 1px;
  overflow: hidden;
}
#education ul li::before {
  /* 棒が親要素の左端（0px地点）にある時だけ非表示にする */
  /* 今回は「左端にピッタリ重なった棒」を物理的に消し去ります */
}
#education .inner h6{
  font-size: 1.6rem;
  color: var(--color-mainbk);
  font-family: var(--font-go);
  margin: 20px auto 5px;
  font-weight: 500;
  text-align: left;
}


/* お問い合せフォーム用スタイル */
.contact-form {
  margin: 0 auto 60px;
  background: var(--color-mainbl);
  padding: 20px 0 5vw;
  text-align: center;
}
.contact-form .en_common{
  color: #fff;
}
.contact-form h2 {
  color: #ffff;
  font-weight: 400;
}
.contact-form h3{
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .contact-form {
    padding: 80px 0 80px;
    /* width: 80%;
    max-width: 1200px; */
  }
  .contact-form h2 {
    margin: 15px auto 5px;
  }
}
.contact-form form{
  width: 100%;
  margin: 20px auto 0;
  background: var(--color-bg);
  padding: 5vw 5vw 2vw;
}
@media screen and (min-width: 1000px) {
  .contact-form form{
    width: 80%;
    max-width: 900px;
    padding: 10px 40px;
    border-radius: 20px;
  }
}
.contact-form .form-group {
  padding-bottom: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group {
    margin: 30px auto;
    padding: 0;
  }
   .contact-form .form-group.agree {
    margin: 40px auto 0;
   }
}
.contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl,.contact-form .form-group label{
  font-size: 1.6rem;
  font-family: var(--font-sans);
  font-weight: 400;
  text-align: left;
}
.contact-form .ttl span{
  font-size: 1.3rem;
  color: var(--color-alert);
  border: 1px solid var(--color-alert);
  padding: 0px 3px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: bottom;
}
.contact-form .ttl span.any{
  color: var(--color-mainbk);
  border: 1px solid var(--color-mainbk);
}
.contact-form .form-group a{
  color: var(--main-color);
  font-size: 1.6rem;
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group a{
    font-size: 2rem;
  }
}
/* チェックボックス全体の囲い */
.checkbox-group {
  gap: 10px;
  margin-top: 10px;
  background: #fff;
  padding: 18px 12px 15px 12px;
  border-radius: 6px;
}
.checkbox-group .wpcf7-list-item{
  display: block;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .checkbox-group {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .checkbox-group .wpcf7-list-item{
    display: inline-block;
  }
}
/* 各チェックボックスの項目 */
.checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
}
.checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;

}
.checkbox-item input[type="checkbox"]:checked {
  accent-color: var(--color-mainbl);
}
.checkbox-item span{
  margin-top: -3px;
  display: inline-block;
}

/* PCサイズでのレイアウト調整（必要であれば） */
@media screen and (min-width: 1000px) {
  .checkbox-group > p{
    flex-direction: row; /* 横並びにしたい場合はこちら */
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
  }
  .checkbox-group br {
    display: none !important;
  }
}

.contact-form .text{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .contact-form .text{
    font-size: 1.6rem;
  }
}
.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form .form-group .text_s{
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group .text_s{
    font-size: 1.6rem;
  }
}
.contact-form .text_s span{
  font-size: 1.3rem;
  display: block;
  margin: 2px auto 10px;
}
@media screen and (min-width: 1000px) {
  .contact-form .text_s span{
    font-size: 1.5rem;
    margin: 5px auto 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  /* max-width: 800px; */
  padding: 10px 12px;
  font-size: 1.6rem;
  border: none;
  border-radius: 6px;
  background: #fff;
  margin-top: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: var(--font-sans);
}
@media screen and (min-width: 1000px) {
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="date"],
  .contact-form input[type="email"],
  .contact-form select,
  .contact-form textarea {
    margin-top: 10px;
    padding: 15px 12px;
  }
}
.contact-form textarea {
  resize: vertical;
  height: 120px;
}
@media screen and (min-width: 1000px) {
  .contact-form textarea {
    height: 150px;
  }
}
.contact-form ::placeholder {
  color: var(--color-mainbl) !important;
  opacity: 1;
}

.contact-form .flex{
  display: flex;
  flex-wrap: wrap;
}
.contact-form .flex label{
  margin-right: 15px;
}
.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form input[type="submit"] {
  width: 80%;
  background: var(--color-alert);
  color: #fff;
  font-size: 2.5rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1000px) {
  .contact-form input[type="submit"] {
    width: 50%;
    font-size: 1.8rem;

  }
}
.contact-form input[type="submit"]:hover {
  /* background: #1761a0; */
}
.contact-form ::placeholder{
    font-size: 1.3rem;
    color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 1000px) {
  .contact-form ::placeholder{
    font-size: 1.5rem;
  }
}

.contact-form select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px 20px !important;
  padding-right: 36px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* IE用: デフォルトの矢印を消す */
.contact-form select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1000px) {
  .contact-form input[type="date"],#company,#zipcode{
    width: 45%;
  }
}
#prefecture,#position{
  width: 40%;
}
@media screen and (min-width: 1000px) {
  #prefecture,#employees,#position{
    width: 20%;
  }
}
.contact-form .name-row .name-col{
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .contact-form .name-row {
    margin-bottom: 0;
  }
}
.contact-form .name-row .name-col:last-child{
  margin-bottom: 0;
}





@media screen and (max-width: 999px) {
  .bottom_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
  }
  .bottom_fixed a {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    width: 50%;
    font-family: var(--font-go);
    height: 60px;
    line-height: 60px;
    background: var(--color-mainbl);
  }
  .bottom_fixed a:last-of-type {
    background: var(--color-alert);
  }

  .bottom_fixed img{
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom_fixed{
    display: none;
  }
}


footer{
  margin: auto;
  text-align: center;
  padding: 0 0 80px;
}
footer .logo{
  width: 80vw;
  margin: 30px auto 20px;
}
footer .en{
  font-family: var(--font-en);
  color: var(--color-line);
  font-size: 2rem;
}
footer .text{
  font-size: 1.6rem;
  font-family: var(--font-go);
  color: var(--color-mainbk);
  line-height: 1.7;
  margin: 10px auto 30px;
}
footer .text span{
  display: block;
}
footer ul{
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 30px;
}
footer ul li{
  position: relative;
}
footer ul li:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: -15px;
  top: 8px;
  background: var(--color-line);
}
footer ul li:last-of-type:after{
  content: none;
}
footer ul li a{
  font-size: 1.6rem;
  color: var(--color-line);
  border-bottom: 1px solid var(--color-line);
  font-family: var(--font-go);
}
footer small{
  font-size: 1.4rem;
  color: var(--color-line);
  font-family: var(--font-go);
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 1000px) {
  footer{
    padding: 0 0 20px;
  }

  footer .logo{
    width: 20%;
  }
  footer .text span{
    display: inline-block;
  }
  footer small{
    margin-top: 30px;
  }
}

/* --- 入力欄の基本デザイン --- */
#datepicker {
  width: 100%;
  /* max-width: 800px; */
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  outline: none;
  font-family: var(--font-sans);
}

.contact-form input:focus,#datepicker:focus {
  border-color: #f7b7b7; /* クリニック風ピンク */
  box-shadow: 0 0 2px var(--dark-color);
}

/* --- カレンダー全体の枠 --- */
.ui-datepicker {
  display: none;
  width: auto !important;
  padding: 15px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  font-family: sans-serif !important;
  z-index: 9999 !important;
}

/* --- ヘッダー（月・年の切り替え部分） --- */
.ui-datepicker-header {
  background: transparent !important;
  border: none !important;
  color: #333 !important;
  padding-bottom: 10px !important;
}

.ui-datepicker-title {
  font-weight: bold !important;
  font-size: 1.5rem !important;
  color: var(--main-color);
}

/* --- 曜日・日付セル --- */
.ui-datepicker th {
  color: var(--text-color) !important;
  font-weight: bold !important;
  padding: 10px 0 !important;
  font-size: 1.5rem;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important;
  background: #fdfdfd !important;
  text-align: center !important;
  border-radius: 8px !important;
  color: var(--text-color) !important;
  padding: 10px !important;
  transition: 0.2s;
  font-weight: bold;
  font-size: 1.5rem;
}

/* --- ホバーと選択中 --- */
.ui-state-hover {
  background: #fff0f0 !important;
  color: #f7b7b7 !important;
}

.ui-state-active {
  background: #f7b7b7 !important; /* 選択中の色 */
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(247, 183, 183, 0.4) !important;
}

/* --- 土日のグレーアウト --- */
.ui-state-disabled span {
  background: #f9f9f9 !important;
  color: #eee !important;
}

/* --- 時間選択エリア（Timepicker Addon用） --- */
.ui-timepicker-div {
  border-top: 1px solid #eee !important;
  padding-top: 15px !important;
  margin-top: 10px !important;
}

.ui-timepicker-div dl dt {
  color: var(--main-color) !important;
    font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}

/* セレクトボックスの装飾 */
.ui-timepicker-select {
  width: 100% !important;
  padding: 5px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  color: #666 !important;
  outline: none !important;
}