@charset "UTF-8";
:root {
  --wht: #fff;
  --black: #000;
  --gray01: #707070;
  --gray02: #E5E5E5;
  --blue01: #1269CE;
  --blue02: #4871A1;
  --blue03: #09538E;
  --blue04: #B5C5DB;
  --blue05: #B5C4DB;
  --blue06: #0E5E9F;
  --blue07: #E3EAF1;
}

:root {
  --gothic: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1850px;
  --outerWidth: 1200px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: var(--gothic) !important;
  color: var(--black) !important;
  background-color: #fff !important;
  position: relative !important;
  width: 100% !important;
  word-break: break-all !important;
  line-height: 1.4 !important;
  font-size: var(--basefs) !important;
  font-weight: normal !important;
  letter-spacing: 0.025em !important;
  text-align: justify !important;
  overflow-x: hidden !important;
}
body.no-scroll {
  overflow-y: hidden !important;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 390 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden;
  }
}
main,
header,
footer,
section {
  display: block;
}

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

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: var(--black) !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__to-top {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 60px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__to-top {
    bottom: calc(50 / 390 * 100vw);
    right: calc(50 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2 > div {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 390 * 100vw * 1 / 2);
    margin-right: calc(20 / 390 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.c-appear-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-left.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-right.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .c-title-01 {
    color: var(--wht);
    background-color: var(--blue02);
    border-radius: 100vmax;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 908px;
    height: 70px;
    font-size: 2.3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.15em;
  }
  .c-title-02 {
    color: var(--wht);
    background-color: var(--blue02);
    border-radius: 100vmax;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 700px;
    height: 42px;
    font-size: 1.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .c-title-01 {
    color: var(--wht);
    background-color: var(--blue02);
    border-radius: 100vmax;
    width: 100%;
    height: calc(62 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.15em;
  }
  .c-title-02 {
    color: var(--wht);
    background-color: var(--blue02);
    border-radius: 100vmax;
    width: 100%;
    height: calc(42 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.15em;
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  #RECRUIT .l-ft {
    position: relative;
  }
  #RECRUIT .l-ft__flex {
    max-width: 1100px;
    width: calc(100% - 50px);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .l-ft__top {
    background-color: var(--gray02);
    padding: 43px 0 46px;
  }
  #RECRUIT .l-ft__left {
    width: calc(100% - 300px);
  }
  #RECRUIT .l-ft__left-title {
    font-size: 2rem;
    letter-spacing: 0.19em;
  }
  #RECRUIT .l-ft__left-title-small {
    font-size: 1.6rem;
  }
  #RECRUIT .l-ft__left-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #RECRUIT .l-ft__left-list {
    width: 46%;
    margin-top: 12px;
  }
  #RECRUIT .l-ft__left-list > * + * {
    margin-top: 11px;
  }
  #RECRUIT .l-ft__left-list-title {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #RECRUIT .l-ft__left-list-title.-second {
    margin-top: 20px;
  }
  #RECRUIT .l-ft__left-list-item {
    font-size: 1.4rem;
  }
  #RECRUIT .l-ft__left-list-item.-sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .l-ft__left-list-item.-sns a img {
    width: 30px;
  }
  #RECRUIT .l-ft__right {
    width: 280px;
    margin-top: 40px;
  }
  #RECRUIT .l-ft__right-title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #RECRUIT .l-ft__right-sns {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #RECRUIT .l-ft__right-sns-item {
    margin-right: 46px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #RECRUIT .l-ft__bottom {
    padding: 30px 0 85px;
  }
  #RECRUIT .l-ft__bottom-title {
    font-size: 1.8rem;
    text-align: center;
  }
  #RECRUIT .l-ft__bottom-info {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 21px;
  }
  #RECRUIT .l-ft__bottom-info > * + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .l-ft {
    position: relative;
  }
  #RECRUIT .l-ft__flex {
    margin-inline: auto;
    width: calc(300 / 390 * 100vw);
  }
  #RECRUIT .l-ft__top {
    background-color: var(--gray02);
    padding: calc(49 / 390 * 100vw) 0 calc(63 / 390 * 100vw);
  }
  #RECRUIT .l-ft__left-title {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0.19em;
  }
  #RECRUIT .l-ft__left-title-small {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .l-ft__left-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #RECRUIT .l-ft__left-list > * + * {
    margin-top: calc(13 / 390 * 100vw);
  }
  #RECRUIT .l-ft__left-list-item {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .l-ft__left-list-item a {
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #RECRUIT .l-ft__left-list-item.-sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .l-ft__left-list-item.-sns a img {
    width: calc(30 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
  }
  #RECRUIT .l-ft__left-list-title {
    font-size: calc(20 / 390 * 100vw);
    font-weight: bold;
  }
  #RECRUIT .l-ft__left-list-title.-second {
    margin-top: calc(20 / 390 * 100vw);
  }
  #RECRUIT .l-ft__right {
    margin-top: calc(40 / 390 * 100vw);
  }
  #RECRUIT .l-ft__right-title {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: calc(30 / 390 * 100vw);
  }
  #RECRUIT .l-ft__right-sns {
    margin-top: calc(23 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #RECRUIT .l-ft__right-sns-item {
    margin-right: calc(46 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50 / 390 * 100vw);
  }
  #RECRUIT .l-ft__right-sns-item img {
    width: 100%;
  }
  #RECRUIT .l-ft__bottom {
    padding: calc(39 / 390 * 100vw) 0 calc(85 / 390 * 100vw);
  }
  #RECRUIT .l-ft__bottom-title {
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.7;
    text-align: center;
  }
  #RECRUIT .l-ft__bottom-info {
    font-size: calc(16 / 390 * 100vw);
    text-align: center;
    margin-top: calc(15 / 390 * 100vw);
  }
  #RECRUIT .l-ft__bottom-info-text {
    line-height: 1.8;
  }
  #RECRUIT .l-ft__bottom-info-text.-copyright {
    margin-top: calc(16 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (max-width: 1150px) and (min-width: 769px) {
  #RECRUIT .l-ft__left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #RECRUIT .l-ft__left-title {
    font-size: 1.8rem;
  }
  #RECRUIT .l-ft__left-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #RECRUIT .l-ft__left-list-item {
    font-size: 1.2rem;
  }
  #RECRUIT .l-ft__right-title {
    font-size: 1.5rem;
  }
  #RECRUIT .l-ft__right-sns-item {
    margin-right: 21px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #RECRUIT .l-header {
    position: sticky;
    top: 0;
    background-color: var(--wht);
    z-index: 1000;
  }
  #RECRUIT .l-header__inner {
    width: calc(100% - 30px);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1900px;
  }
  #RECRUIT .l-header__logo {
    padding-left: 36px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  #RECRUIT .l-header__logo .small-text {
    font-size: 1.6rem;
  }
  #RECRUIT .l-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #RECRUIT .l-header__nav li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  #RECRUIT .l-header__nav li:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--black);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .l-header__nav li.-current:before {
    opacity: 1;
  }
  #RECRUIT .l-header__nav li:hover:before {
    opacity: 1;
  }
  #RECRUIT .l-header__nav a {
    font-size: 1.4rem;
    padding: 23px 10px;
    display: block;
    line-height: 1;
  }
  #RECRUIT .l-header__nav a:hover {
    opacity: 1;
  }
  #RECRUIT .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .l-header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    background-color: var(--wht);
  }
  #RECRUIT .l-header__inner {
    width: calc(100% - 40 / 390 * 100vw);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(6 / 390 * 100vw) 0;
  }
  #RECRUIT .l-header__logo {
    width: calc(100% - 50 / 390 * 100vw);
  }
  #RECRUIT .l-header__logo a {
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
  }
  #RECRUIT .l-header__logo a .small-text {
    font-size: calc(14 / 390 * 100vw);
  }
  #RECRUIT .l-header__logo a .english-text {
    font-size: calc(14 / 390 * 100vw);
    display: block;
  }
  #RECRUIT .l-header__nav {
    position: fixed;
    top: calc(0 / 390 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 0 / 390 * 100vw);
    background-color: var(--gray02);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
  }
  #RECRUIT .l-header__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #RECRUIT .l-header__nav-inner {
    margin-inline: auto;
    width: calc(100% - 80px);
    padding: calc(62 / 390 * 100vw) 0 calc(130 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-title {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: calc(19 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-title .small-text {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-title .english-text {
    font-size: calc(20 / 390 * 100vw);
    display: block;
  }
  #RECRUIT .l-header__nav ul > * + * {
    margin-top: calc(0 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-list {
    margin-top: calc(33 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-list-title {
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
  }
  #RECRUIT .l-header__nav-sp-list-title.-second {
    margin-top: calc(18 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav li.-sns a img {
    width: calc(30 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav a {
    font-size: calc(16 / 390 * 100vw);
    color: var(--black);
    padding: calc(5 / 390 * 100vw);
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .l-header__nav-sp-bottom-text {
    margin-top: calc(31 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.7;
  }
  #RECRUIT .l-header__nav-sp-sns {
    margin-top: calc(22 / 390 * 100vw);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #RECRUIT .l-header__nav-sp-sns-item {
    margin-right: calc(33 / 390 * 100vw);
  }
  #RECRUIT .l-header__nav-sp-img {
    margin-top: calc(20 / 390 * 100vw) !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #RECRUIT .l-header__hamburger {
    position: relative;
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .l-header__hamburger-box {
    width: calc(40 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    position: relative;
  }
  #RECRUIT .l-header__hamburger-box span {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(2 / 390 * 100vw);
    background-color: var(--black);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .l-header__hamburger-box span:nth-of-type(1) {
    top: 0;
  }
  #RECRUIT .l-header__hamburger-box span:nth-of-type(2) {
    top: 50%;
  }
  #RECRUIT .l-header__hamburger-box span:nth-of-type(3) {
    top: 100%;
  }
  #RECRUIT .l-header__hamburger.on span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #RECRUIT .l-header__hamburger.on span:nth-of-type(2) {
    opacity: 0;
  }
  #RECRUIT .l-header__hamburger.on span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  #RECRUIT .l-header__logo {
    padding-left: 10px;
    font-size: 1.5rem;
  }
  #RECRUIT .l-header__logo .small-text {
    font-size: 1.2rem;
    display: block;
  }
  #RECRUIT .l-header__nav a {
    padding: 33px 10px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  #RECRUIT .l-header__nav-inner {
    padding: calc(100 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .l-main {
    margin-top: calc(52 / 390 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #RECRUIT .p-top-mv {
    position: relative;
    height: 700px;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    bottom: 20px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 12px;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination__page.is-active {
    background: var(--blue01);
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 1;
  }
  #RECRUIT .p-top-mv__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 700px;
    width: 100%;
  }
  #RECRUIT .p-top-mv__title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #RECRUIT .p-top-mv__title-text {
    font-size: 3rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    color: var(--black);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 13px;
    margin-bottom: 12px;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  #RECRUIT .p-top-mv__bottom {
    position: relative;
  }
  #RECRUIT .p-top-mv__bottom > a {
    display: block;
    padding: 40px 0 44px;
  }
  #RECRUIT .p-top-mv__bottom-img {
    width: 640px;
    margin-inline: auto;
  }
  #RECRUIT .p-top-mv__bottom-treat01 {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 380px;
  }
  #RECRUIT .p-top-mv__bottom-treat02 {
    position: absolute;
    bottom: 23px;
    right: 31px;
    width: 322px;
  }
  #RECRUIT .p-top-mv__bottom-head {
    color: var(--wht);
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: 0.47em;
    margin-bottom: 4px;
  }
  #RECRUIT .p-top-mv__bottom-note {
    color: var(--wht);
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #RECRUIT .p-top-mv__bottom-note .small-text {
    font-size: 1.5rem;
  }
  #RECRUIT .p-top-mv__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
    margin-top: 14px;
  }
  #RECRUIT .p-top-mv__bottom-title-date {
    line-height: 1;
  }
  #RECRUIT .p-top-mv__bottom-title-date-small-text {
    font-size: 1.5rem;
  }
  #RECRUIT .p-top-mv__bottom-title-date-normal-text {
    font-size: 1.5rem;
  }
  #RECRUIT .p-top-mv__bottom-title-date-normal-text .number {
    font-size: 1.8rem;
  }
  #RECRUIT .p-top-mv__bottom-title-date .small-text {
    font-size: 1.2rem;
  }
  #RECRUIT .p-top-mv__bottom-title-name {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    padding-left: 40px;
    margin-top: 6px;
  }
  #RECRUIT .p-top-lead {
    position: relative;
  }
  #RECRUIT .p-top-lead:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 100vmax;
    background-color: var(--blue01);
    display: none;
  }
  #RECRUIT .p-top-lead__inner {
    padding: 49px 0 37px;
    margin-inline: auto;
    width: calc(100% - 50px);
    max-width: 920px;
  }
  #RECRUIT .p-top-lead__title {
    font-size: 2.7rem;
    text-align: center;
    font-weight: bold;
  }
  #RECRUIT .p-top-lead__text {
    font-size: 1.5rem;
    margin-top: 16px;
    line-height: 1.9;
    letter-spacing: 0;
  }
  #RECRUIT .p-top-lead__box-title {
    margin-top: 50px;
  }
  #RECRUIT .p-top-lead__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    border: 1px solid var(--gray01);
    margin-inline: auto;
    width: 580px;
    height: 55px;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
  }
  #RECRUIT .p-top-lead__btn:hover {
    opacity: 1;
    background-color: var(--blue04);
  }
  #RECRUIT .p-top-lead__btn-angle {
    position: relative;
    width: 42px;
    height: 8px;
    margin-left: 17px;
    display: block;
  }
  #RECRUIT .p-top-lead__btn-angle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-top-lead__btn-angle:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-top-lead__loop {
    overflow: hidden;
    overflow: hidden;
    margin-inline: auto;
    width: 94%;
  }
  #RECRUIT .p-top-lead__loop img {
    display: block;
    margin-inline: auto;
    width: 100%;
    max-width: 1920px;
  }
  #RECRUIT .p-top-lead__loop-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
    width: 220%;
  }
  #RECRUIT .p-top-lead__loop-img {
    width: 16.66%;
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #RECRUIT .p-top-municipality__inner {
    max-width: 840px;
    width: calc(100% - 50px);
    margin-inline: auto;
    padding: 50px 0 80px;
  }
  #RECRUIT .p-top-municipality__title {
    margin-top: 82px;
    margin-inline: auto;
    position: relative;
    z-index: 10;
  }
  #RECRUIT .p-top-municipality__text {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 14px;
    line-height: 1.7;
    position: relative;
    z-index: 10;
  }
  #RECRUIT .p-top-municipality__map {
    margin-top: -5px;
    position: relative;
    height: 844px;
  }
  #RECRUIT .p-top-municipality__map svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1920px;
    height: 100%;
  }
  #RECRUIT .p-top-municipality__map svg a:hover {
    opacity: 0.8;
  }
  #RECRUIT .p-top-municipality__area {
    margin-inline: auto;
    max-width: 700px;
  }
  #RECRUIT .p-top-municipality__area > * + * {
    margin-top: 37px;
  }
  #RECRUIT .p-top-municipality__area-block:first-of-type .p-top-municipality__area-block-title {
    background-color: var(--blue03);
  }
  #RECRUIT .p-top-municipality__area-block-list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #RECRUIT .p-top-municipality__area-block-list-item {
    width: 167px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    border: 1px solid var(--gray01);
    border-radius: 5px;
    margin-right: 10px;
    text-indent: -3em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .p-top-municipality__area-block-list-item:nth-of-type(n + 5) {
    margin-top: 16px;
  }
  #RECRUIT .p-top-municipality__area-block-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #RECRUIT .p-top-municipality__area-block-list-item span {
    position: absolute;
    width: 42px;
    height: 8px;
    margin-left: 17px;
    display: block;
    right: 25px;
  }
  #RECRUIT .p-top-municipality__area-block-list-item span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-top-municipality__area-block-list-item span:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-top-municipality__area-block-list-item:hover {
    opacity: 1;
    background-color: var(--blue04);
  }
  #RECRUIT .p-top-municipality__banner {
    margin-top: 75px;
    height: 304px;
    position: relative;
  }
  #RECRUIT .p-top-municipality__banner-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  #RECRUIT .p-top-municipality__banner-bottom {
    position: absolute;
    bottom: 0;
  }
  #RECRUIT .p-top-municipality__banner-treat01 {
    position: absolute;
    top: 48px;
    left: 110px;
  }
  #RECRUIT .p-top-municipality__banner-treat02 {
    position: absolute;
    top: 41px;
    right: 132px;
  }
  #RECRUIT .p-top-municipality__banner-textarea {
    margin-inline: auto;
    padding-top: 47px;
  }
  #RECRUIT .p-top-municipality__banner-textarea-head {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
  }
  #RECRUIT .p-top-municipality__banner-textarea-title {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
  #RECRUIT .p-top-municipality__banner-textarea-text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .p-top-mv {
    position: relative;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    bottom: 10px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 0 3px;
    opacity: 1;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 8px;
  }
  #RECRUIT .p-top-mv__swiper .splide__pagination__page.is-active {
    background: var(--blue01);
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 1;
  }
  #RECRUIT .p-top-mv__swiper img {
    width: 100%;
  }
  #RECRUIT .p-top-mv__title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #RECRUIT .p-top-mv__title-text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    color: var(--black);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(3 / 390 * 100vw) calc(6 / 390 * 100vw) calc(3 / 390 * 100vw) calc(14 / 390 * 100vw);
    margin-bottom: calc(7 / 390 * 100vw);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  #RECRUIT .p-top-mv__bottom > a {
    display: block;
    padding: calc(30 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
    background-color: var(--gray02);
  }
  #RECRUIT .p-top-mv__bottom-img {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-top-mv__bottom-head {
    color: var(--wht);
    text-align: center;
    font-size: 2.9rem;
    letter-spacing: 0.47em;
    margin-bottom: calc(4 / 390 * 100vw);
  }
  #RECRUIT .p-top-mv__bottom-note {
    color: var(--wht);
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #RECRUIT .p-top-mv__bottom-title {
    text-align: center;
    padding: calc(11 / 390 * 100vw) 0 0;
  }
  #RECRUIT .p-top-mv__bottom-title-date {
    font-weight: bold;
    line-height: 1.4;
  }
  #RECRUIT .p-top-mv__bottom-title-date-small-text {
    font-size: calc(13 / 390 * 100vw);
  }
  #RECRUIT .p-top-mv__bottom-title-date-normal-text {
    font-size: calc(13 / 390 * 100vw);
  }
  #RECRUIT .p-top-mv__bottom-title-date-normal-text .number {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-top-mv__bottom-title-name {
    font-weight: bold;
    text-align: center;
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: 0.06em;
    margin-top: calc(7 / 390 * 100vw);
  }
  #RECRUIT .p-top-mv__bottom-treat02 {
    margin-top: calc(-8 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead {
    position: relative;
  }
  #RECRUIT .p-top-lead:before {
    position: absolute;
    content: "";
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    top: calc(27 / 390 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100vmax;
    background-color: var(--blue01);
    display: none;
  }
  #RECRUIT .p-top-lead__inner {
    padding: calc(50 / 390 * 100vw) 0 calc(27 / 390 * 100vw);
    margin-inline: auto;
    width: calc(100% - 20 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead__title {
    font-size: calc(25 / 390 * 100vw);
    text-align: center;
    font-weight: bold;
  }
  #RECRUIT .p-top-lead__text {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(23 / 390 * 100vw);
    line-height: 1.62;
    letter-spacing: 0;
  }
  #RECRUIT .p-top-lead__box-title {
    margin-top: calc(40 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(16 / 390 * 100vw);
    border: 1px solid var(--gray01);
    margin-inline: auto;
    width: calc(315 / 390 * 100vw);
    height: calc(75 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    position: relative;
    padding: 0 calc(12 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead__btn-angle {
    position: absolute;
    width: calc(42 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
    display: block;
    bottom: calc(20 / 390 * 100vw);
    right: calc(25 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead__btn-angle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-top-lead__btn-angle:after {
    position: absolute;
    content: "";
    width: calc(17 / 390 * 100vw);
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-top-lead__loop {
    overflow: hidden;
  }
  #RECRUIT .p-top-lead__loop img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 100px;
  }
  #RECRUIT .p-top-lead__loop-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 15s linear infinite;
            animation: marquee 15s linear infinite;
    width: calc(1896 / 390 * 100vw);
  }
  #RECRUIT .p-top-lead__loop-img {
    width: calc(158 / 390 * 100vw);
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #RECRUIT .p-top-municipality__inner {
    max-width: calc(840 / 390 * 100vw);
    width: calc(100% - 50 / 390 * 100vw);
    margin-inline: auto;
    padding: calc(16 / 390 * 100vw) 0 0;
  }
  #RECRUIT .p-top-municipality__title {
    margin-top: calc(49 / 390 * 100vw);
    margin-inline: auto;
    position: relative;
    width: calc(360 / 390 * 100vw);
    height: calc(62 / 390 * 100vw);
    border-radius: calc(35 / 390 * 100vw);
    text-align: center;
    line-height: 1.7;
  }
  #RECRUIT .p-top-municipality__text {
    text-align: center;
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    line-height: 2;
    position: relative;
  }
  #RECRUIT .p-top-municipality__map {
    margin-top: calc(15 / 390 * 100vw);
    text-align: center;
    width: 95%;
    margin-inline: auto;
  }
  #RECRUIT .p-top-municipality__map svg a:hover {
    opacity: 1;
  }
  #RECRUIT .p-top-municipality__area {
    margin-inline: auto;
    max-width: calc(700 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__area > * + * {
    margin-top: calc(19 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__area-block:first-of-type .p-top-municipality__area-block-title {
    background-color: var(--blue03);
  }
  #RECRUIT .p-top-municipality__area-block-list {
    margin-top: calc(15 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .p-top-municipality__area-block-list-item {
    width: calc(164 / 390 * 100vw);
    height: calc(41 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(16 / 390 * 100vw);
    border: 1px solid var(--gray01);
    border-radius: calc(5 / 390 * 100vw);
    text-indent: -3em;
    position: relative;
  }
  #RECRUIT .p-top-municipality__area-block-list-item:nth-of-type(n + 3) {
    margin-top: calc(12 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__area-block-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #RECRUIT .p-top-municipality__area-block-list-item span {
    position: absolute;
    width: calc(42 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
    margin-left: calc(17 / 390 * 100vw);
    display: block;
    right: calc(25 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__area-block-list-item span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-top-municipality__area-block-list-item span:after {
    position: absolute;
    content: "";
    width: calc(17 / 390 * 100vw);
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-top-municipality__banner {
    margin-top: calc(38 / 390 * 100vw);
    height: calc(304 / 390 * 100vw);
    position: relative;
    margin-inline: calc(50% - 50vw);
  }
  #RECRUIT .p-top-municipality__banner-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  #RECRUIT .p-top-municipality__banner-bottom {
    position: absolute;
    bottom: 0;
  }
  #RECRUIT .p-top-municipality__banner-treat01 {
    position: absolute;
    top: calc(48 / 390 * 100vw);
    left: calc(11 / 390 * 100vw);
    width: calc(147 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__banner-treat02 {
    position: absolute;
    top: calc(41 / 390 * 100vw);
    right: calc(132 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__banner-textarea {
    padding-top: calc(62 / 390 * 100vw);
    width: calc(390 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__banner-textarea-head {
    font-size: calc(14 / 390 * 100vw);
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    width: calc(248 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__banner-textarea-title {
    font-size: calc(34 / 390 * 100vw);
    text-align: center;
    font-weight: bold;
    margin-top: calc(7 / 390 * 100vw);
    margin-left: auto;
    width: calc(248 / 390 * 100vw);
  }
  #RECRUIT .p-top-municipality__banner-textarea-text {
    font-size: calc(16 / 390 * 100vw);
    text-align: center;
    margin-top: calc(13 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  #RECRUIT .p-top-mv__bottom > a {
    display: block;
    padding: 40px 0 44px;
  }
  #RECRUIT .p-top-mv__bottom-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #RECRUIT .p-top-mv__bottom-title-name {
    /* color: var(--wht); */
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding-left: 40px;
  }
  #RECRUIT .p-top-mv__bottom-treat01 {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 240px;
  }
  #RECRUIT .p-top-mv__bottom-treat02 {
    position: absolute;
    bottom: 13px;
    right: 31px;
    width: 202px;
  }
  #RECRUIT .p-top-lead__box-title {
    margin-top: 50px;
    width: 100%;
  }
  #RECRUIT .p-top-municipality__title {
    width: 768px;
  }
}
@media screen and (min-width: 769px) {
  #RECRUIT .p-single {
    padding-bottom: 80px;
  }
  #RECRUIT .p-single-mv {
    position: relative;
  }
  #RECRUIT .p-single-mv__img img {
    width: 100%;
    margin-inline: auto;
    max-width: 1920px;
    display: block;
  }
  #RECRUIT .p-single-mv__scroll {
    overflow: hidden;
  }
  #RECRUIT .p-single-mv__scroll-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300%;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
  }
  #RECRUIT .p-single-mv__scroll-img {
    width: 33.33%;
  }
  #RECRUIT .p-single-mv__scroll-img img {
    width: 100%;
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #RECRUIT .p-single-mv__text-box {
    position: absolute;
    top: 50%;
    left: calc(50% - 405px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--blue02);
    width: 204px;
    height: 204px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 29px;
  }
  #RECRUIT .p-single-mv__text-box-text {
    color: var(--wht);
    font-size: 2.2rem;
    margin: 8px 0;
    font-weight: 600;
  }
  #RECRUIT .p-single-link__inner {
    padding: 30px 0 40px;
    margin-inline: auto;
    max-width: 780px;
    width: calc(100% - 50px);
  }
  #RECRUIT .p-single-link__title {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
  }
  #RECRUIT .p-single-link__list {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #RECRUIT .p-single-link__list-item {
    width: calc(14.2857142857% - 8.5714285714px);
    margin-right: 10px;
  }
  #RECRUIT .p-single-link__list-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #RECRUIT .p-single-link__list-item:nth-of-type(n + 8) {
    margin-top: 11px;
  }
  #RECRUIT .p-single-link__list-item.-current a {
    background-color: var(--blue04);
    pointer-events: none;
  }
  #RECRUIT .p-single-link__list-item a {
    width: 100%;
    height: 37px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--gray01);
    font-size: 1.4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .p-single-link__list-item a:hover {
    background-color: var(--blue04);
    opacity: 1;
  }
  #RECRUIT .p-single-contents {
    padding-top: 60px;
    margin-top: -20px;
  }
  #RECRUIT .p-single-contents__inner {
    max-width: 1477px;
    width: calc(100% - 50px);
    margin-inline: auto;
  }
  #RECRUIT .p-single-contents__head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(72, 113, 161)), color-stop(89%, rgb(72, 113, 161)), color-stop(89%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(72, 113, 161) 0%, rgb(72, 113, 161) 89%, rgb(255, 255, 255) 89%, rgb(255, 255, 255) 100%);
    border-radius: 20px 20px 0 0;
  }
  #RECRUIT .p-single-contents__head-top {
    max-width: 1150px;
    width: calc(100% - 50px);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #RECRUIT .p-single-contents__head-top-area {
    background-color: var(--wht);
    font-size: 2rem;
    color: var(--blue02);
    font-weight: 600;
    width: 164px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .p-single-contents__head-top-area .small-text {
    font-size: 1.4rem;
    padding-left: 7px;
    position: relative;
    top: 4px;
  }
  #RECRUIT .p-single-contents__head-top-city {
    background-color: var(--blue05);
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: var(--black);
    font-weight: 600;
    width: 164px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .p-single-contents__head-top-interview {
    font-size: 1.6rem;
    color: var(--wht);
    letter-spacing: 0.55em;
    padding-left: 37px;
  }
  #RECRUIT .p-single-contents__head-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1150px;
    width: calc(100% - 50px);
    margin-top: 68px;
  }
  #RECRUIT .p-single-contents__head-bottom-img {
    width: 577px;
    border-radius: 10px;
    overflow: hidden;
    width: 577px;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea {
    width: calc(100% - 577px);
    padding-left: 65px;
    padding-top: 4px;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-affiliation {
    font-size: 1.6rem;
    color: var(--wht);
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-affiliation .office-job {
    background-color: var(--wht);
    color: var(--black);
    padding: 4px;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-title {
    font-size: 2.6rem;
    margin-top: 30px;
    color: var(--wht);
    font-weight: bold;
    line-height: 1.7;
  }
  #RECRUIT .p-single-contents__faq {
    margin-top: 67px;
    max-width: 790px;
    margin-inline: auto;
  }
  #RECRUIT .p-single-contents__faq > * + * {
    margin-top: 40px;
  }
  #RECRUIT .p-single-contents__faq-block-title {
    font-size: 2.6rem;
    color: var(--blue02);
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__faq-block-text {
    font-size: 1.5rem;
    margin-top: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__img {
    margin-inline: auto;
    margin-top: 67px;
    margin-inline: auto;
    width: 580px;
  }
  #RECRUIT .p-single-contents__img img {
    border-radius: 20px;
  }
  #RECRUIT .p-single-contents__box {
    margin-top: 60px;
    background-color: var(--blue07);
    padding: 60px 0 30px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 18px;
  }
  #RECRUIT .p-single-contents__box > * + * {
    margin-top: 84px;
  }
  #RECRUIT .p-single-contents__box-wrap {
    margin-inline: auto;
    max-width: 790px;
    width: calc(100% - 50px);
  }
  #RECRUIT .p-single-contents__box-wrap-list {
    margin-top: 35px;
    background-color: var(--wht);
    border-radius: 20px;
    padding: 34px 43px;
  }
  #RECRUIT .p-single-contents__box-wrap-list-note {
    font-size: 1.3rem;
    text-align: right;
  }
  #RECRUIT .p-single-contents__box-wrap-list > * + * {
    margin-top: 44px;
  }
  #RECRUIT .p-single-contents__box-wrap-item {
    background-color: var(--wht);
    border-radius: 35px;
  }
  #RECRUIT .p-single-contents__box-wrap-box-title {
    background-color: var(--blue02);
    color: var(--wht);
    border-radius: 100vmax;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 40px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  #RECRUIT .p-single-contents__box-wrap-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #RECRUIT .p-single-contents__box-wrap-time {
    font-size: 1.6rem;
    color: var(--blue02);
    width: 60px;
  }
  #RECRUIT .p-single-contents__box-wrap-title {
    font-size: 1.9rem;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 0.06em;
  }
  #RECRUIT .p-single-contents__box-wrap-text {
    margin-top: 23px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__box-wrap-inquiry-text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__box-wrap-inquiry-text a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .p-single {
    padding-bottom: 0;
  }
  #RECRUIT .p-single-mv {
    position: relative;
  }
  #RECRUIT .p-single-mv__scroll {
    overflow: hidden;
  }
  #RECRUIT .p-single-mv__scroll-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 383%;
    -webkit-animation: marquee 13s linear infinite;
            animation: marquee 13s linear infinite;
  }
  #RECRUIT .p-single-mv__scroll-img {
    width: calc(250 / 390 * 100vw);
    width: 33.33%;
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #RECRUIT .p-single-mv__text-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue02);
    width: calc(144 / 390 * 100vw);
    height: calc(117 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 calc(5 / 390 * 100vw) 0 calc(17 / 390 * 100vw);
  }
  #RECRUIT .p-single-mv__text-box-text {
    color: var(--wht);
    font-size: calc(18 / 390 * 100vw);
    margin: calc(2 / 390 * 100vw) 0;
    font-weight: 600;
  }
  #RECRUIT .p-single-link__inner {
    padding: calc(12 / 390 * 100vw) 0 calc(28 / 390 * 100vw);
    margin-inline: auto;
    width: calc(100% - 25 / 390 * 100vw);
  }
  #RECRUIT .p-single-link__title {
    font-size: calc(17 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  #RECRUIT .p-single-link__list {
    margin-top: calc(11 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #RECRUIT .p-single-link__list-item {
    margin-right: calc(9 / 390 * 100vw);
  }
  #RECRUIT .p-single-link__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #RECRUIT .p-single-link__list-item:nth-of-type(n + 5) {
    margin-top: calc(10 / 390 * 100vw);
  }
  #RECRUIT .p-single-link__list-item.-current a {
    background-color: var(--blue04);
  }
  #RECRUIT .p-single-link__list-item a {
    width: calc(84 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: calc(1 / 390 * 100vw) solid var(--gray01);
    font-size: calc(14 / 390 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .p-single-link__list-item a:hover {
    background-color: var(--blue04);
    opacity: 1;
  }
  #RECRUIT .p-single-contents {
    padding-top: calc(70 / 390 * 100vw);
    margin-top: calc(-70 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__inner {
    margin-inline: auto;
  }
  #RECRUIT .p-single-contents__head {
    background-color: var(--blue02);
    border-radius: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) 0 0;
    padding: 0 0 calc(15 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__head-top {
    padding: 0 calc(30 / 390 * 100vw);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #RECRUIT .p-single-contents__head-top-area {
    background-color: var(--wht);
    font-size: calc(18 / 390 * 100vw);
    color: var(--blue02);
    font-weight: 600;
    width: calc(164 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .p-single-contents__head-top-area .small-text {
    font-size: calc(16 / 390 * 100vw);
    padding-left: calc(7 / 390 * 100vw);
    position: relative;
  }
  #RECRUIT .p-single-contents__head-top-city {
    background-color: var(--blue05);
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0.1em;
    color: var(--black);
    font-weight: 600;
    width: calc(164 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .p-single-contents__head-top-interview {
    font-size: calc(20 / 390 * 100vw);
    color: var(--wht);
    letter-spacing: 0.55em;
    padding-left: 0;
    margin-top: calc(12 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__head-bottom {
    margin-top: calc(18 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__head-bottom-img {
    width: calc(330 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    overflow: hidden;
    margin-inline: auto;
  }
  #RECRUIT .p-single-contents__head-bottom-img img {
    width: 100%;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea {
    margin-top: calc(17 / 390 * 100vw);
    margin-inline: auto;
    width: calc(330 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-affiliation {
    font-size: calc(16 / 390 * 100vw);
    color: var(--wht);
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-affiliation .office-job {
    background-color: var(--wht);
    color: var(--black);
    padding: calc(4 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-title {
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    color: var(--wht);
    font-weight: bold;
    line-height: 1.7;
  }
  #RECRUIT .p-single-contents__faq {
    margin-top: calc(30 / 390 * 100vw);
    margin-inline: auto;
    padding: 0 calc(14 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__faq > * + * {
    margin-top: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__faq-block-title {
    font-size: calc(19 / 390 * 100vw);
    color: var(--blue02);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  #RECRUIT .p-single-contents__faq-block-text {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(4 / 390 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__img {
    margin-inline: auto;
    margin-top: calc(26 / 390 * 100vw);
    width: calc(360 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__img img {
    width: 100%;
    border-radius: calc(10 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box {
    margin-top: calc(40 / 390 * 100vw);
    background-color: var(--blue07);
    padding: calc(30 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
    border-radius: 0 0 calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-bottom: calc(18 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box > * + * {
    margin-top: calc(47 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap {
    margin-inline: auto;
    max-width: calc(790 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap-list {
    margin-top: calc(19 / 390 * 100vw);
    width: calc(360 / 390 * 100vw);
    margin-inline: auto;
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    background-color: var(--wht);
    border-radius: calc(20 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap-list-note {
    font-size: calc(12 / 390 * 100vw);
    text-align: right;
  }
  #RECRUIT .p-single-contents__box-wrap-list.-inquiry {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap-list > * + * {
    margin-top: calc(24 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap-box-title {
    background-color: var(--blue02);
    color: var(--wht);
    border-radius: 100vmax;
    height: calc(47 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 calc(25 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: 600;
    letter-spacing: 0.03em;
    width: calc(360 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-single-contents__box-wrap-time {
    font-size: calc(16 / 390 * 100vw);
    color: var(--blue02);
  }
  #RECRUIT .p-single-contents__box-wrap-title {
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    padding-left: 0;
    letter-spacing: 0.06em;
    margin-top: calc(7 / 390 * 100vw);
  }
  #RECRUIT .p-single-contents__box-wrap-text {
    margin-top: calc(5 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__box-wrap-inquiry-text {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-single-contents__box-wrap-inquiry-text a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  #RECRUIT .p-single-contents__head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(72, 113, 161)), color-stop(95%, rgb(72, 113, 161)), color-stop(95%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(72, 113, 161) 0%, rgb(72, 113, 161) 95%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
  }
  #RECRUIT .p-single-contents__head-bottom-img {
    width: 50%;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea {
    width: 50%;
    padding-left: 20px;
    padding-top: 4px;
  }
  #RECRUIT .p-single-contents__head-bottom-textarea-title {
    font-size: 2.1rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #RECRUIT .p-single-mv__text-box {
    width: 164px;
    height: 164px;
    padding: 0 19px;
  }
  #RECRUIT .p-single-mv__text-box-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #RECRUIT .p-event {
    position: relative;
  }
  #RECRUIT .p-event-top-treat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
  }
  #RECRUIT .p-event-mv__inner {
    padding: 67px 0 40px;
    max-width: 1122px;
    width: calc(100% - 50px);
    margin-inline: auto;
    position: relative;
  }
  #RECRUIT .p-event-mv__treat01 {
    position: absolute;
    top: 160px;
    left: 37px;
  }
  #RECRUIT .p-event-mv__treat02 {
    position: absolute;
    top: 163px;
    right: 119px;
  }
  #RECRUIT .p-event-mv__title-small-text {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #RECRUIT .p-event-mv__title-big-text {
    font-size: 6.3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.15;
    margin-top: 19px;
  }
  #RECRUIT .p-event-mv__text {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 15px;
    line-height: 2;
  }
  #RECRUIT .p-event-guidance__inner {
    max-width: 1122px;
    width: calc(100% - 50px);
    padding: 0 0 215px;
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__title {
    width: 80%;
    height: 60px;
    margin-inline: auto;
    font-size: 2rem;
  }
  #RECRUIT .p-event-guidance__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 44px 10px 0;
  }
  #RECRUIT .p-event-guidance__intro-text {
    font-size: 2rem;
    font-weight: 600;
    width: 470px;
    margin-top: 20px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-event-guidance__intro-img {
    width: 190px;
  }
  #RECRUIT .p-event-guidance__banner {
    margin-top: 62px;
    margin-inline: auto;
    position: relative;
    width: 79%;
  }
  #RECRUIT .p-event-guidance__banner-top {
    position: absolute;
    top: 49px;
    left: 63px;
    color: var(--wht);
  }
  #RECRUIT .p-event-guidance__banner-top-text01 {
    font-size: 2rem;
    letter-spacing: 0.52em;
    display: inline;
  }
  #RECRUIT .p-event-guidance__banner-top-text01 .big-text {
    font-size: 2.9rem;
  }
  #RECRUIT .p-event-guidance__banner-top-text02 {
    display: inline-block;
    font-size: 1.9rem;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    position: relative;
    top: -25px;
    left: 14px;
    letter-spacing: 0.53em;
  }
  #RECRUIT .p-event-guidance__banner-top-text02 .big-text {
    font-size: 3.1rem;
  }
  #RECRUIT .p-event-guidance__banner-middle {
    position: absolute;
    top: 184px;
    /* color: var(--wht); */
    text-align: center;
    width: 100%;
  }
  #RECRUIT .p-event-guidance__banner-middle-treat01 {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 380px;
  }
  #RECRUIT .p-event-guidance__banner-middle-treat02 {
    position: absolute;
    bottom: 23px;
    right: 31px;
    width: 322px;
  }
  #RECRUIT .p-event-guidance__banner-middle-head {
    text-align: center;
    font-size: 2.9rem;
    letter-spacing: 0.47em;
    margin-bottom: 4px;
  }
  #RECRUIT .p-event-guidance__banner-middle-note {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #RECRUIT .p-event-guidance__banner-middle-title {
    margin-bottom: 9px;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date {
    line-height: 1.4;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-small-text {
    font-size: 1.9rem;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-normal-text {
    font-size: 2.8rem;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-normal-text .number {
    font-size: 3.7rem;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-name {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    margin-top: 11px;
  }
  #RECRUIT .p-event-guidance__banner-detail {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: var(--wht);
    max-width: 540px;
  }
  #RECRUIT .p-event-guidance__banner-detail-title {
    font-size: 1.4rem;
  }
  #RECRUIT .p-event-guidance__banner-detail-text {
    font-size: 1.4rem;
  }
  #RECRUIT .p-event-guidance__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    max-width: 760px;
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    border: 1px solid var(--gray01);
    width: 370px;
    height: 55px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #RECRUIT .p-event-guidance__link-btn:hover {
    opacity: 1;
    background-color: var(--blue04);
  }
  #RECRUIT .p-event-guidance__link-btn-angle {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 8px;
    margin-left: 17px;
    display: block;
  }
  #RECRUIT .p-event-guidance__link-btn-angle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-event-guidance__link-btn-angle:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-event-guidance__tab {
    margin-top: 98px;
  }
  #RECRUIT .p-event-guidance__tab-title {
    width: 80%;
    height: 60px;
    margin-inline: auto;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #RECRUIT .p-event-guidance__tab-content {
    display: none;
  }
  #RECRUIT .p-event-guidance__tab-contents {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  #RECRUIT .p-event-guidance__tab-content.is-active {
    display: block;
  }
  #RECRUIT .p-event-guidance__tab-content-item {
    border-top: 1px solid var(--gray01);
    padding: 31px 25px 23px;
  }
  #RECRUIT .p-event-guidance__tab-content-item:last-of-type {
    border-bottom: 1px solid var(--gray01);
  }
  #RECRUIT .p-event-guidance__tab-content-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #RECRUIT .p-event-guidance__tab-content-wrap {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .p-event-guidance__tab-content-wrap-block {
    width: 48%;
  }
  #RECRUIT .p-event-guidance__tab-content-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.7;
  }
  #RECRUIT .p-event-guidance__tab-content-dt {
    width: 80px;
    min-width: 80px;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
  }
  #RECRUIT .p-event-guidance__tab-content-dt:before {
    position: absolute;
    content: ":";
    width: 5px;
    height: 100%;
    top: 0px;
    right: 0px;
  }
  #RECRUIT .p-event-guidance__tab-content-dd {
    width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #RECRUIT .p-event-guidance__tab-content-dd a {
    text-decoration: underline;
  }
  #RECRUIT .p-event-guidance__tab-btn {
    background-color: rgba(12, 94, 159, 0.35);
    color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.6rem;
    width: 164px;
    height: 36px;
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.3s;
  }
  #RECRUIT .p-event-guidance__tab-btn.is-active {
    background-color: var(--blue06);
  }
  #RECRUIT .p-event-guidance__tab-btn:hover {
    background-color: var(--blue06);
  }
  #RECRUIT .p-event-bottom-treat {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #RECRUIT .p-event {
    position: relative;
  }
  #RECRUIT .p-event-top-treat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  #RECRUIT .p-event-mv__inner {
    padding: calc(43 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
    width: calc(100% - 25 / 390 * 100vw);
    margin-inline: auto;
    position: relative;
  }
  #RECRUIT .p-event-mv__treat01 {
    width: calc(155 / 390 * 100vw);
    margin-left: calc(41 / 390 * 100vw);
  }
  #RECRUIT .p-event-mv__treat02 {
    width: calc(98 / 390 * 100vw);
    margin-left: calc(14 / 390 * 100vw);
  }
  #RECRUIT .p-event-mv__title {
    margin-bottom: calc(12 / 390 * 100vw);
  }
  #RECRUIT .p-event-mv__title-small-text {
    font-size: calc(22 / 390 * 100vw);
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #RECRUIT .p-event-mv__title-big-text {
    font-size: calc(40 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: calc(11 / 390 * 100vw);
  }
  #RECRUIT .p-event-mv__text {
    text-align: center;
    font-size: calc(18 / 390 * 100vw);
    margin-top: calc(27 / 390 * 100vw);
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #RECRUIT .p-event-guidance__inner {
    padding: 0 0 calc(94 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__title {
    width: calc(360 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__intro {
    padding: calc(26 / 390 * 100vw) 0 0;
    width: calc(100% - 25 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__intro-text {
    font-size: calc(18 / 390 * 100vw);
    font-weight: 600;
    margin-top: calc(30 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  #RECRUIT .p-event-guidance__intro-img {
    margin-top: calc(30 / 390 * 100vw);
    width: calc(180 / 390 * 100vw);
    margin-inline: auto;
  }
  #RECRUIT .p-event-guidance__banner {
    margin-top: calc(62 / 390 * 100vw);
    margin-inline: auto;
    position: relative;
    width: calc(355 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-top {
    position: absolute;
    top: calc(9 / 390 * 100vw);
    left: calc(28 / 390 * 100vw);
    color: var(--wht);
  }
  #RECRUIT .p-event-guidance__banner-top-text01 {
    font-size: calc(17 / 390 * 100vw);
    letter-spacing: 0.3em;
    display: inline;
  }
  #RECRUIT .p-event-guidance__banner-top-text01 .big-text {
    font-size: calc(26 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-top-text02 {
    display: inline-block;
    font-size: calc(17 / 390 * 100vw);
    position: relative;
    letter-spacing: 0.8rem;
  }
  #RECRUIT .p-event-guidance__banner-top-text02 .big-text {
    font-size: calc(26 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle {
    position: absolute;
    top: calc(106 / 390 * 100vw);
    text-align: center;
    width: 100%;
  }
  #RECRUIT .p-event-guidance__banner-middle-treat01 {
    position: absolute;
    top: calc(-20 / 390 * 100vw);
    left: calc(30 / 390 * 100vw);
    width: calc(380 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-treat02 {
    position: absolute;
    bottom: calc(23 / 390 * 100vw);
    right: calc(31 / 390 * 100vw);
    width: calc(322 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-head {
    text-align: center;
    font-size: 2.9rem;
    letter-spacing: 0.47em;
    margin-bottom: calc(4 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-note {
    font-size: calc(16 / 390 * 100vw);
    text-align: center;
    margin-bottom: 0;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: calc(15 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-title {
    margin-bottom: calc(9 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date {
    line-height: 1.3;
    font-weight: 600;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-small-text {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-normal-text {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-title-date-normal-text .number {
    font-size: calc(22 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-middle-title-name {
    text-align: center;
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0.06em;
    margin-top: calc(11 / 390 * 100vw);
    font-weight: 600;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-name .small-text {
    font-size: calc(18 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-detail {
    position: absolute;
    top: calc(450 / 390 * 100vw);
    left: calc(36 / 390 * 100vw);
    color: var(--wht);
    max-width: calc(305 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-detail-title {
    font-size: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__banner-detail-text {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(11 / 390 * 100vw);
    line-height: 1.5;
  }
  #RECRUIT .p-event-guidance__link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(16 / 390 * 100vw);
    border: 1px solid var(--gray01);
    margin-inline: auto;
    width: calc(355 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    position: relative;
    padding: 0 calc(12 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__link-btn-angle {
    position: absolute;
    width: calc(20 / 390 * 100vw);
    height: calc(5 / 390 * 100vw);
    display: block;
    top: calc(22 / 390 * 100vw);
    right: calc(15 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__link-btn-angle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--gray01);
  }
  #RECRUIT .p-event-guidance__link-btn-angle:after {
    position: absolute;
    content: "";
    width: calc(9 / 390 * 100vw);
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--gray01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #RECRUIT .p-event-guidance__tab {
    margin-top: calc(50 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__tab-title {
    width: calc(360 / 390 * 100vw);
    height: calc(66 / 390 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(30 / 390 * 100vw);
    text-align: center;
  }
  #RECRUIT .p-event-guidance__tab-buttons {
    margin-inline: auto;
    width: calc(360 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #RECRUIT .p-event-guidance__tab-content {
    display: none;
  }
  #RECRUIT .p-event-guidance__tab-contents {
    margin-top: calc(16 / 390 * 100vw);
    margin-bottom: calc(16 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__tab-content.is-active {
    display: block;
  }
  #RECRUIT .p-event-guidance__tab-content-item {
    padding: calc(16 / 390 * 100vw) calc(13 / 390 * 100vw) calc(25 / 390 * 100vw);
    position: relative;
  }
  #RECRUIT .p-event-guidance__tab-content-item:before {
    position: absolute;
    content: "";
    width: calc(360 / 390 * 100vw);
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid var(--gray01);
  }
  #RECRUIT .p-event-guidance__tab-content-item:last-of-type:after {
    position: absolute;
    content: "";
    width: calc(360 / 390 * 100vw);
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid var(--gray01);
  }
  #RECRUIT .p-event-guidance__tab-content-title {
    font-size: calc(21 / 390 * 100vw);
    font-weight: bold;
  }
  #RECRUIT .p-event-guidance__tab-content-wrap {
    margin-top: calc(13 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__tab-content-wrap > * + * {
    margin-top: calc(5 / 390 * 100vw);
  }
  #RECRUIT .p-event-guidance__tab-content-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.7;
  }
  #RECRUIT .p-event-guidance__tab-content-dt {
    width: calc(90 / 390 * 100vw);
    min-width: calc(90 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    position: relative;
  }
  #RECRUIT .p-event-guidance__tab-content-dt:before {
    position: absolute;
    content: ":";
    width: calc(5 / 390 * 100vw);
    height: 100%;
    top: 0;
    right: 0;
  }
  #RECRUIT .p-event-guidance__tab-content-dd {
    width: calc(100% - 80 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
  }
  #RECRUIT .p-event-guidance__tab-content-dd a {
    text-decoration: underline;
  }
  #RECRUIT .p-event-guidance__tab-btn {
    background-color: rgba(12, 94, 159, 0.35);
    color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: calc(15 / 390 * 100vw);
    width: calc(116 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    margin-right: 0;
    cursor: pointer;
    transition: all 0.3s;
  }
  #RECRUIT .p-event-guidance__tab-btn.is-active {
    background-color: var(--blue06);
  }
  #RECRUIT .p-event-guidance__tab-btn:hover {
    background-color: var(--blue06);
  }
  #RECRUIT .p-event-bottom-treat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  #RECRUIT .p-event-mv__inner {
    max-width: 712px;
  }
  #RECRUIT .p-event-mv__title-small-text {
    font-size: 2.3rem;
  }
  #RECRUIT .p-event-mv__title-big-text {
    font-size: 5.5rem;
  }
  #RECRUIT .p-event-mv__text {
    font-size: 1.4rem;
  }
  #RECRUIT .p-event-mv__treat01 {
    position: absolute;
    top: 130px;
    left: -3px;
    width: 170px;
  }
  #RECRUIT .p-event-mv__treat02 {
    position: absolute;
    top: 133px;
    right: 59px;
    width: 100px;
  }
  #RECRUIT .p-event-guidance__intro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RECRUIT .p-event-guidance__intro-text {
    font-size: 2rem;
    width: 56%;
    margin-top: 0;
  }
  #RECRUIT .p-event-guidance__intro-img {
    width: 300px;
  }
  #RECRUIT .p-event-guidance__banner-top {
    position: absolute;
    top: 49px;
    left: 23px;
    color: var(--wht);
  }
  #RECRUIT .p-event-guidance__banner-top-text01 {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
  }
  #RECRUIT .p-event-guidance__banner-top-text01 .big-text {
    font-size: 2.8rem;
  }
  #RECRUIT .p-event-guidance__banner-top-text02 {
    font-size: 2.3rem;
    top: -31px;
    left: -6px;
  }
  #RECRUIT .p-event-guidance__banner-top-text02 .big-text {
    font-size: 3.3rem;
  }
  #RECRUIT .p-event-guidance__banner-middle-title-name {
    text-align: center;
    font-size: 3.1rem;
    letter-spacing: 0.06em;
    margin-top: 11px;
  }
  #RECRUIT .p-event-guidance__banner-detail-title {
    font-size: 1.3rem;
  }
  #RECRUIT .p-event-guidance__banner-detail-text {
    font-size: 1.3rem;
  }
  #RECRUIT .p-event-guidance__tab-content-dl {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */