@charset "UTF-8";
/*
Theme Name: ウィル採用雛形
Theme URI: http://www.pnra-inc.jp
Author: shogo yonetani
Author URI: http://www.pnra-inc.jp
Description: This template is ウィル採用
Tags: blog, responsive, wordpress
*/
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em; }

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*normalize.css*/
/*--------------basic css--------------*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
  font-weight: normal;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(images/bgImage.jpg) repeat;
  /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */
  opacity: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*TEXT*/
p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  line-height: 1.8em;
  color: #424242; }

h1, h2, h3, h4, h5 {
  letter-spacing: .2em; }

p {
  font-size: 1.5rem; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(#f9e498, #f9e498) no-repeat;
  background-size: 100% 8px;
  background-position: 0 0.9em; }

/*LINK*/
a {
  text-decoration: none; }

a.linkFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer; }

a.btn {
  display: block;
  width: auto;
  padding: 1.5em 2em;
  position: relative;
  overflow: hidden;
  background: #0071bc;
  border-radius: 3.6rem; }

a.btn.wh {
  border: solid 1px #fff; }

a.btn.gr {
  border: solid 1px #424242; }

a.btn.sm {
  width: 20rem; }

a.btn.md {
  width: 30rem; }

a.btn.lg {
  width: auto;
  max-width: 42em; }

a.btn.xl {
  width: auto;
  max-width: 68em; }

a.btn.left {
  margin-right: auto; }

a.btn.center {
  margin-left: auto;
  margin-right: auto; }

a.btn.right {
  margin-left: auto; }

a.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skew(-15deg); }

a.btn:hover::before {
  left: 110%;
  transition: ease .5s; }

a.btn p {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center !important; }

a.btn.wh p {
  color: #fff; }

a.btn.gr p {
  color: #424242; }

a.btn p.row {
  text-align: center; }

a.btn p.row span {
  display: block;
  line-height: 1.5; }

a.btn p.row span.en {
  font-size: 1.2rem; }

a.btn p.row span.jp {
  font-size: 1.6rem; }

.fullImage {
  width: 100%;
  height: auto;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

/*ul li*/
ul, dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -ms-margin-before: 0;
  -ms-margin-after: 0;
  -ms-margin-start: 0;
  -ms-margin-end: 0;
  -ms-padding-start: 0;
  -o-margin-before: 0;
  -o-margin-after: 0;
  -o-margin-start: 0;
  -o-margin-end: 0;
  -o-padding-start: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
  padding-start: 0;
  -webkit-padding-left: 0;
  -moz-padding-left: 0;
  -ms-padding-left: 0;
  -o-padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul::after, dl::after {
  content: '';
  display: block;
  clear: both; }

ul li {
  list-style-type: none; }

dl dd {
  margin-left: 0; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

/*ASPECT*/
.aspect {
  width: 100%;
  height: auto;
  position: relative; }

.aspect.circle {
  border-radius: 50%; }

.aspect.circle.lb {
  border-bottom-left-radius: 0; }

.aspect.circle.lt {
  border-top-left-radius: 0; }

.aspect.circle.rb {
  border-bottom-right-radius: 0; }

.aspect.circle.rt {
  border-top-right-radius: 0; }

.aspect.aspect35 {
  padding-top: 35%;
  overflow: hidden; }

.aspect.aspect50 {
  padding-top: 50%;
  overflow: hidden; }

.aspect.aspect56 {
  padding-top: 56.25%;
  overflow: hidden; }

.aspect.aspect77 {
  padding-top: 77%;
  overflow: hidden; }

.aspect.aspect618 {
  padding-top: 61.8%;
  overflow: hidden; }

.aspect.aspect100 {
  padding-top: 100%;
  overflow: hidden; }

.aspect.aspect178 {
  padding-top: 178%;
  overflow: hidden; }

.aspect.aspect848 {
  padding-top: 84.8%;
  overflow: hidden; }

.aspect .aspectBlock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.aspect.circle .aspectBlock {
  border-radius: 50%;
  overflow: hidden; }

.aspect.circle.lb .aspectBlock {
  border-bottom-left-radius: 0; }

.aspect.circle.lt .aspectBlock {
  border-top-left-radius: 0; }

.aspect.circle.rb .aspectBlock {
  border-bottom-right-radius: 0; }

.aspect.circle.rt .aspectBlock {
  border-top-right-radius: 0; }

.aspect .aspectBlock img {
  width: 100%;
  height: auto; }
  .aspect .aspectBlock img.objf {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.aspect .aspectBlock iframe {
  width: 100%;
  height: 100%; }

/*FIGURE*/
figure {
  margin: 0; }

/*SHADOW*/
.sdw {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

/*RESPONSIVE*/
.hidden-xs {
  display: block !important; }

.visible-xs {
  display: none !important; }

/*BOTH*/
.inview {
  opacity: 0; }

.inview.action {
  opacity: 1;
  transition: ease .5s; }

.animated {
  transform: translateY(4rem); }

.animated.move {
  transform: translateY(0);
  transition: ease 1s; }

.animate {
  transform: translateY(-4rem); }

.animate.move {
  transform: translateY(0);
  transition: ease .3s; }

[data-delay="0"] {
  transition-delay: 0 !important; }

[data-delay="1"] {
  transition-delay: .2s !important; }

[data-delay="2"] {
  transition-delay: .4s !important; }

[data-delay="3"] {
  transition-delay: .6s !important; }

[data-delay="4"] {
  transition-delay: .8s !important; }

[data-delay="5"] {
  transition-delay: 1s !important; }

h1.ttl span {
  display: block; }

h1.ttl span.en {
  font-size: 5rem; }

h1.ttl span.jp {
  font-size: 1.5rem; }

h2.secTtl {
  font-size: 4.2rem;
  font-weight: normal;
  margin-bottom: 3rem;
  position: relative;
  color: #0071bc;
  letter-spacing: .2em;
  font-weight: 800; }

h2.ttl span {
  line-height: 1.5; }

h2.ttl span.sm {
  font-size: 1.3rem;
  display: block; }

h2.title {
  margin-bottom: 1rem; }

h3.ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #0071bc;
  margin-bottom: 2.5rem; }

h3.secTtl {
  font-size: 2.5rem;
  font-weight: normal;
  position: relative;
  color: #0071bc;
  letter-spacing: .2em;
  font-weight: 800; }

p.ttl {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

#page {
  transition: ease .3s; }

#page.move {
  transform: translateX(-30rem);
  transition: ease .3s; }

/*BOTH_HEADER*/
header.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    header.siteHeader {
      z-index: 10001; } }
  header.siteHeader::before {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    box-shadow: 0 5px 10px -10px; }
    @media screen and (max-width: 768px) {
      header.siteHeader::before {
        height: 100%; } }
  header.siteHeader .innerWrap {
    width: calc(100% / 32 * 28);
    max-width: calc(1680px / 32 * 28);
    margin: 0 auto;
    height: auto;
    padding: .615em 0; }
    @media screen and (max-width: 768px) {
      header.siteHeader .innerWrap {
        width: calc(100% / 32 * 31);
        margin-right: 0;
        padding: 0; } }
  header.siteHeader .flexWrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      header.siteHeader .flexWrap::before {
        content: 'RECRUIT';
        display: block;
        color: #0071bc;
        font-weight: bold;
        font-size: .8em; } }
    header.siteHeader .flexWrap > .flexLeft {
      min-width: 50%; }
    header.siteHeader .flexWrap > .flexCenter {
      display: none; }
      @media screen and (max-width: 768px) {
        header.siteHeader .flexWrap > .flexCenter {
          display: block; } }
    header.siteHeader .flexWrap > .flexRight {
      min-width: 20rem; }
      @media screen and (max-width: 768px) {
        header.siteHeader .flexWrap > .flexRight {
          display: none; } }
      header.siteHeader .flexWrap > .flexRight a.btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.87em; }
  header.siteHeader .under {
    position: absolute;
    top: calc(4.1em + (0.615em * 2));
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 1em; }
    header.siteHeader .under > .innerWrap {
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(10px);
      border-radius: 18px;
      overflow: hidden;
      padding: 2.05em; }
    header.siteHeader .under .flexUnder {
      display: flex;
      justify-content: space-between; }
      header.siteHeader .under .flexUnder > .flexItem {
        width: 25%;
        position: relative; }
        header.siteHeader .under .flexUnder > .flexItem p {
          text-align: center; }
        header.siteHeader .under .flexUnder > .flexItem ~ .flexItem {
          margin-left: 4rem; }
  header.siteHeader:hover::before {
    height: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.scroll header.siteHeader::before {
  height: 100%;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

dl.listHeadNav {
  display: flex;
  align-items: center;
  height: 4.1em; }
  @media screen and (max-width: 768px) {
    dl.listHeadNav {
      justify-content: center;
      height: auto; } }
  dl.listHeadNav dt {
    margin-right: 7.1275em; }
    @media screen and (max-width: 768px) {
      dl.listHeadNav dt {
        margin-right: 0; } }
    dl.listHeadNav dt h1 {
      line-height: 0; }
      dl.listHeadNav dt h1 img {
        width: auto;
        height: 2.87em; }
  @media screen and (max-width: 768px) {
    dl.listHeadNav dd {
      display: none; } }
  dl.listHeadNav dd p {
    position: relative;
    z-index: 15;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: .85em;
    color: #0071bc; }
    dl.listHeadNav dd p::before {
      content: '';
      position: absolute;
      top: -1em;
      left: calc(50% - (8px / 2));
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #0071bc;
      transform: scale(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  dl.listHeadNav dd .under {
    opacity: 0;
    visibility: hidden;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  dl.listHeadNav dd ~ dd {
    margin-left: 2.46em; }
  dl.listHeadNav dd:hover p::before {
    transform: scale(1);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  dl.listHeadNav dd:hover .under {
    opacity: 1;
    visibility: visible;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.iconDrop {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background: #0071bc; }
  .iconDrop > .inner {
    width: 15rem;
    height: 15rem; }
    .iconDrop > .inner > .in {
      width: 100%;
      height: 100%; }
      .iconDrop > .inner > .in img {
        width: 100%;
        height: auto; }
  .iconDrop + p {
    margin-top: 10px; }

.humbBtn {
  width: 4.1em;
  height: 4.1em;
  position: relative;
  background: #ffffff;
  border-radius: 3px; }
  .humbBtn span {
    display: block; }
    .humbBtn span.border {
      position: absolute;
      width: 35%;
      height: .15rem;
      border-radius: 1px;
      background: #111; }
      .humbBtn span.border:nth-child(1) {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .humbBtn span.border:nth-child(2) {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .humbBtn span.txt {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: .9em;
      letter-spacing: 0; }

aside#aside {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 30rem;
  height: 100vh;
  background: #ffffff;
  transform: translateX(30rem);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  @media screen and (max-width: 768px) {
    aside#aside {
      display: block; } }
  aside#aside .innerWrap {
    width: 100%;
    margin: 0 auto;
    padding: 4.1em 0; }
  aside#aside.move {
    transform: translateX(0);
    transition: ease .3s; }

ul.listSPnav {
  background-image: linear-gradient(to right, #0071bc 0 10%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x; }
  ul.listSPnav li {
    padding: 1em calc(100% / 32 * 2);
    background-image: linear-gradient(to right, #0071bc 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x; }
    ul.listSPnav li a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 2.87em; }
  ul.listSPnav dl.listSPnav dt {
    position: relative;
    padding-left: 2rem; }
    ul.listSPnav dl.listSPnav dt::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 5px;
      height: 50%;
      background: #0071bc;
      border-radius: 3px 3px 0 0; }
    ul.listSPnav dl.listSPnav dt::after {
      content: '';
      display: block;
      width: 5px;
      height: 50%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #0071bc;
      border-radius: 0 0 3px 3px; }
    ul.listSPnav dl.listSPnav dt p {
      font-weight: 600; }
    ul.listSPnav dl.listSPnav dt + dd {
      margin-top: 2rem; }
  ul.listSPnav dl.listSPnav dd {
    margin-top: 1rem;
    padding-left: 1.435em;
    font-size: .9em; }

/*BOTH_FOOTER*/
.secFoot.entry {
  background: url(images/bgImageYe.jpg) repeat;
  position: relative; }
  .secFoot.entry h2.secTtl {
    color: #0071bc;
    font-size: 1.845em;
    letter-spacing: 6px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .secFoot.entry h2.secTtl {
        font-size: 1.5525em;
        letter-spacing: 5px; } }
    .secFoot.entry h2.secTtl + p {
      margin-top: 1.23em; }
  .secFoot.entry p {
    text-align: center;
    line-height: 2.46; }
    @media screen and (max-width: 768px) {
      .secFoot.entry p {
        text-align: left;
        line-height: 1.8; } }
    .secFoot.entry p ~ p {
      margin-top: 1em; }
  .secFoot.entry a.btn {
    margin: 2.46em auto -3.6rem;
    padding: 1em; }
    @media screen and (max-width: 768px) {
      .secFoot.entry a.btn {
        margin: 2.05em auto -2.05rem; } }
  .secFoot.entry .innerWrap {
    padding-top: 6.15em; }
    @media screen and (max-width: 768px) {
      .secFoot.entry .innerWrap {
        width: calc(100% / 32 * 28);
        margin: 0 auto;
        padding-top: 4.51em; } }
    .secFoot.entry .innerWrap img {
      width: auto;
      height: 100%; }
  .secFoot.entry .figureWrap {
    width: 100%;
    max-width: 140rem;
    height: 30rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .secFoot.entry .figureWrap {
        height: 16rem; } }
    .secFoot.entry .figureWrap figure {
      position: absolute;
      bottom: 0; }
      .secFoot.entry .figureWrap figure.fig1 {
        left: 0;
        height: 30rem; }
      .secFoot.entry .figureWrap figure.fig2 {
        left: 13%;
        height: 25rem; }
      .secFoot.entry .figureWrap figure.fig3 {
        left: 23%;
        height: 20rem; }
      .secFoot.entry .figureWrap figure.fig4 {
        right: 0;
        height: 30rem; }
      .secFoot.entry .figureWrap figure.fig5 {
        right: 17%;
        height: 25rem; }
      .secFoot.entry .figureWrap figure.fig6 {
        right: 34%;
        height: 20rem; }
      @media screen and (max-width: 768px) {
        .secFoot.entry .figureWrap figure.fig1 {
          left: -7.5vw;
          height: 13rem; }
        .secFoot.entry .figureWrap figure.fig2 {
          left: 9%;
          height: 11rem; }
        .secFoot.entry .figureWrap figure.fig3 {
          left: 24%;
          height: 9rem; }
        .secFoot.entry .figureWrap figure.fig4 {
          right: -15.5vw;
          height: 13rem; }
        .secFoot.entry .figureWrap figure.fig5 {
          right: 13%;
          height: 11rem; }
        .secFoot.entry .figureWrap figure.fig6 {
          right: 38%;
          height: 9rem; } }

footer.siteFooter .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 9.6rem; }

.footLogo {
  width: auto;
  height: 7.2rem;
  margin: 0 auto;
  display: block; }

dl.listFootTxt {
  text-align: center;
  margin: 3.5em 0 2.5em; }

dl.listFootTxt dt {
  margin-bottom: .3em; }

dl.listFootTxt dt p {
  font-size: 1.65em; }

dl.listFootTxt dd p span {
  direction: inline-block; }

dl.listFootTxt dd p span ~ span {
  margin-left: 3rem; }

ul.listFootLink {
  display: flex;
  justify-content: center; }

ul.listFootLink::after {
  display: none; }

ul.listFootLink li ~ li p::before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em; }

.cr {
  font-size: 1rem;
  letter-spacing: .2em;
  text-align: center;
  margin-top: 3rem; }

/*INDEX*/
.secIndex .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 14.4rem 0 0; }

.secIndex.sec1 {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  line-height: 0; }

.secIndex.sec1::before {
  content: '';
  display: block;
  width: 100%;
  height: 20rem;
  background: linear-gradient(0deg, rgba(0, 113, 188, 0.25), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.secIndex.sec1 img {
  width: 100%;
  height: auto; }

.secIndex.sec1 .newsWrap {
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 10000;
  background: #fff;
  max-width: 65%;
  min-width: 50%;
  border-radius: 0 3rem 3rem 0;
  overflow: hidden; }

.secIndex.sec1 .txtWrap {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99; }

.secIndex.sec1 .txtWrap .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto; }

.secIndex.sec1 .txtWrap .innerWrap img {
  width: 75%;
  height: auto; }

dl.listindexInfo {
  display: flex;
  padding: 1.5rem;
  overflow: hidden; }

dl.listindexInfo dt {
  margin-right: 4rem; }

dl.listindexInfo dt p {
  color: #0071bc;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.2;
  white-space: nowrap; }

dl.listindexInfo dd p {
  font-size: 1.4rem;
  white-space: nowrap; }

dl.listindexInfo dd p span {
  display: inline-block;
  vertical-align: middle; }

dl.listindexInfo dd p span.date {
  font-size: 1.25rem;
  margin-right: 2rem; }

dl.listindexInfo dd p a {
  color: #232323; }

.secIndex.sec2 {
  padding-top: 6.15em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec2 {
      padding-top: 0; } }
  .secIndex.sec2 .blog_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 32 * 26);
    max-width: calc(1680px / 32 * 26);
    margin: 0 auto;
    border-top: solid 3px #0071bc;
    border-bottom: solid 3px #0071bc;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .blog_wrapper {
        width: calc(100% / 32 * 32); } }
    .secIndex.sec2 .blog_wrapper > ._head {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      background: #0071bc; }
      @media screen and (max-width: 768px) {
        .secIndex.sec2 .blog_wrapper > ._head {
          width: 100%;
          min-height: 2.46em; } }
      .secIndex.sec2 .blog_wrapper > ._head h2 {
        color: #ffffff;
        letter-spacing: 0;
        text-align: center; }
    .secIndex.sec2 .blog_wrapper > ._body {
      flex: 1;
      padding: 2.46em; }
      @media screen and (max-width: 768px) {
        .secIndex.sec2 .blog_wrapper > ._body {
          flex: initial;
          width: 100%;
          padding: 2.05em calc(100% / 32 * 2); } }
      .secIndex.sec2 .blog_wrapper > ._body ul > li {
        display: flex;
        align-items: center;
        gap: 18px 32.8px;
        padding-bottom: 8px;
        background-image: linear-gradient(to right, #0071bc 0 10%, rgba(255, 255, 255, 0) 10%);
        background-position: bottom;
        background-size: 12px 2px;
        background-repeat: repeat-x; }
        @media screen and (max-width: 768px) {
          .secIndex.sec2 .blog_wrapper > ._body ul > li {
            background-size: 10px 2px; } }
  .secIndex.sec2 .banar_wrapper {
    width: calc(100% / 32 * 26);
    max-width: calc(1680px / 32 * 26);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .banar_wrapper {
        width: calc(100% / 32 * 30); } }
    .secIndex.sec2 .banar_wrapper > .banar {
      display: flex;
      background: #fff;
      margin-bottom: calc(100% / 30 * 1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        .secIndex.sec2 .banar_wrapper > .banar {
          margin-bottom: calc(100% / 30 * 1);
          margin-top: calc(100% / 30 * 1); } }
      .secIndex.sec2 .banar_wrapper > .banar:hover {
        opacity: .7;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .secIndex.sec2 .banar_wrapper > .banar > ._img {
        width: 50%; }
      .secIndex.sec2 .banar_wrapper > .banar > ._txt {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 50%;
        padding: calc(50% / 15 * 1.23); }
        .secIndex.sec2 .banar_wrapper > .banar > ._txt img {
          width: 100%;
          height: auto; }
        .secIndex.sec2 .banar_wrapper > .banar > ._txt p {
          font-size: 2.05em;
          font-weight: 600;
          text-align: center;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .secIndex.sec2 .banar_wrapper > .banar > ._txt p {
              font-size: 1.075em; } }

.secIndex.sec2 h3.icon.ig {
  margin-top: 7.2rem; }

.secIndex.sec2 h3.icon.ig::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  background: url(images/iconIg.svg);
  background-size: cover;
  width: 1em;
  height: 1em; }

.secIndex.sec2 .innerWrap p.lead {
  font-size: 2.1rem;
  max-width: 84rem;
  margin: 0 auto; }

.secIndex.sec2 .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.secIndex.sec2 .flexWrap > .flexItem {
  width: 20%;
  background: #fff; }

.secIndex.sec2 .flexWrap > .flexItem:nth-child(6) {
  display: none; }

.secIndex.sec2 .flexWrap > .flexItem .inner {
  position: relative; }

.secIndex.sec2 .flexWrap > .flexItem .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease .3s; }

.secIndex.sec2 .flexWrap > .flexItem:hover .inner img {
  opacity: .25;
  transition: ease .3s; }

.secIndex.sec2 .flexWrap > .flexItem .inner .txtWrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 3rem, 0);
  transition: ease .3s; }

.secIndex.sec2 .flexWrap > .flexItem:hover .inner .txtWrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: ease .3s; }

.secIndex.sec2 .flexWrap > .flexItem .inner .txtWrap p {
  line-height: 1.65; }

.secIndex.sec3 h2.secTtl {
  text-align: center; }

.secIndex.sec3 .flexWrap {
  display: flex;
  justify-content: space-between; }

.secIndex.sec3 .flexWrap > .flexLeft {
  width: 30rem;
  margin-left: 13%; }

.secIndex.sec3 .flexWrap > .flexRight {
  width: calc(82% - 30rem); }

.secIndex.sec3 .flexInWrap {
  display: flex;
  flex-wrap: wrap; }

.secIndex.sec3 .flexInWrap > .flexItem {
  width: 50%;
  padding: 2.5rem; }

ul.listPosition {
  margin-top: 4rem; }

ul.listPosition li {
  position: relative;
  background: #0071bc;
  border-radius: 5rem;
  overflow: hidden; }

ul.listPosition li ~ li {
  margin-top: 1.5rem; }

ul.listPosition li p {
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  color: #fff;
  text-align: center; }

.secIndex.sec4 .innerWrap {
  padding-bottom: 14.4rem; }

.secIndex.sec4 .flexWrap {
  display: flex;
  flex-wrap: wrap; }

.secIndex.sec4 .flexWrap > .flexLeft {
  width: 30rem;
  position: relative;
  z-index: 1; }

.secIndex.sec4 .flexWrap > .flexLeft > .inner {
  width: 42rem; }

.secIndex.sec4 .flexWrap > .flexRight {
  width: calc(100% - 30rem); }

.secIndex.sec4 .flexWrap > .flexRight > .inner {
  width: 45rem; }

.secIndex.sec4 .flexWrap > .flexRight > .innner {
  width: 85%;
  max-width: 64rem;
  margin: 9.6rem auto 0; }

dl.listCompany {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem; }

dl.listCompany dt {
  width: 14.4rem; }

dl.listCompany dt p {
  padding: .65em 1em; }

dl.listCompany dd {
  width: calc(100% - 14.4rem); }

dl.listCompany dd p {
  padding: .65em 1em; }

.secIndex.sec4-2 {
  width: 100%;
  height: auto;
  min-height: 48rem;
  background: url(images/index4-3.jpg) center center;
  background-size: cover;
  margin-top: 14.4rem;
  position: relative; }

.secIndex.sec4-2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.secIndex.sec4-2 .innerWrap {
  position: relative;
  padding: 9.6rem 0; }

.secIndex.sec4-2 .innerWrap * {
  color: #fff;
  text-align: center; }

.secIndex.sec4-2 .innerWrap a.btn {
  margin-top: 4rem; }

/*PAGE*/
header.pageHeader .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 14.4rem; }

header.pageHeader h2.secTtl {
  text-align: center; }

header.pageHeader h2.pageTtl::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: .5rem;
  background: #0071bc;
  /* background: url(images/borders.jpg) repeat; background-size: 64.57px 4px;*/
  border-radius: .5rem; }

.pageContent .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 5.4rem; }

.bcWrap .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 6rem 0; }

.bcWrap ul {
  display: flex; }

.bcWrap ul li {
  font-size: 1.1rem;
  line-height: 1.5; }

.bcWrap ul li ~ li::before {
  content: '＞';
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em; }

.bcWrap ul li a {
  color: #555; }

/*PAGE_strength*/
.flexStrength {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -6rem;
  max-width: 86rem;
  margin: 0 auto; }

.flexStrength > .flexItem {
  width: 45%;
  margin-bottom: 6rem; }

dl.listStrength dt {
  margin-bottom: 1rem; }

dl.listStrength dt p {
  font-size: 2.1rem; }

.flexIV {
  display: flex;
  justify-content: space-between; }

.flexIV > .flexLeft {
  width: 30rem; }

.flexIV > .flexRight {
  width: calc(100% - 36rem); }

dl.listIV ~ dl.listIV {
  margin-top: 4rem; }

dl.listIV dt {
  margin-bottom: 1.5rem; }

dl.listIV dt p {
  font-size: 1.8rem; }

dl.listIV dd p span {
  display: block;
  font-size: .8em; }

/*PAGE_about*/
.pageContent.about .inner ~ .inner {
  margin-top: 7.2rem; }

.pageContent.about .firstWrap {
  max-width: 86rem;
  margin: 0 auto;
  text-align: center;
  position: relative; }

.pageContent.about .firstWrap p.txt {
  margin-bottom: 4rem; }

.pageContent.about .firstWrap p.body {
  text-align: left;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto; }

.pageContent.about .firstWrap p.lead {
  margin-top: 6rem;
  font-size: 2.5rem; }

.pageContent.about .firstWrap .sideImg {
  z-index: 1; }

.pageContent.about .firstWrap .sideImg.sideImgL {
  position: absolute;
  left: -5vw;
  bottom: -10.8rem;
  width: 18rem;
  height: 27rem; }

.pageContent.about .firstWrap .sideImg.sideImgR {
  position: absolute;
  right: -7.5vw;
  bottom: 0;
  width: 15rem;
  height: 22.5rem; }

.pageContent.about .firstWrap .sideImg img {
  width: 100%;
  height: auto; }

.pageContent.about .secondWrap {
  padding: 6rem;
  background: #fff; }

.pageContent.about .thirdWrap {
  padding: 6rem;
  background: #fff;
  position: relative; }

.pageContent.about .thirdWrap::before {
  content: '';
  display: block;
  width: 35.175rem;
  height: 60rem;
  background: url(images/ceoImage.png);
  background-size: cover;
  position: absolute;
  bottom: 0; }

dl.listMission {
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 1em; }

dl.listMission ~ dl.listMission {
  margin-top: 2em; }

dl.listMission dt p {
  font-weight: bold; }

dl.listMission dd p {
  line-height: 1.65;
  letter-spacing: 0; }

dl.listAbout {
  display: flex;
  flex-wrap: wrap;
  max-width: 86rem;
  margin: 0 auto; }

dl.listAbout dt {
  width: 14.4rem; }

dl.listAbout dt p {
  padding: .65em 1em; }

dl.listAbout dd {
  width: calc(50% - 14.4rem); }

dl.listAbout dd p {
  padding: .65em 1em; }

.flexStores {
  display: flex;
  justify-content: space-between;
  max-width: 78rem;
  margin: 0 auto; }

.flexStores > .flexLeft {
  width: 45%; }

.flexStores:nth-child(2n) > .flexLeft {
  order: 1; }

.flexStores > .flexRight {
  width: 45%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table > .center {
  display: table-cell;
  vertical-align: middle; }

dl.listStores dt {
  margin-bottom: 1rem; }

dl.listStores dt p {
  font-size: 2.4rem; }

dl.listStores dd p span {
  display: block;
  font-size: .85em; }

/*PAGE_joblist*/
.pageContent.joblist .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -6rem; }

.pageContent.joblist .flexWrap > .flexItem {
  width: 47.5%;
  background: #fff;
  padding: 6rem;
  margin-bottom: 6rem;
  border-radius: 8px; }

.pageContent.joblist .flexWrap > section {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 0 12rem; }

.catWrap .innerWrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 9.6rem; }

ul.listJobCat {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto; }

ul.listJobCat li ~ li {
  margin-top: 1.5rem; }

dl.listJobCat {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

dl.listJobCat dt {
  width: 100%;
  margin-bottom: 1em; }

dl.listJobCat dt p {
  font-weight: bold; }

dl.listJobCat dd {
  margin-right: .5em; }

dl.listJobCat dd p {
  font-size: 1.3rem;
  font-weight: bold;
  background: #0071bc;
  padding: .75em 2em;
  color: #fff;
  border-radius: 3px; }

dl.listJobCat dd.ttl p {
  font-size: 1.65rem;
  font-weight: bold;
  background: none;
  padding: 0;
  padding-right: 2em;
  color: #0071bc;
  border-radius: 0; }

.iconWrap {
  width: 18rem;
  height: 18rem;
  background: #ddd;
  margin: 0 auto 7.2rem;
  transform: rotate(45deg);
  border-radius: 9rem 9rem 0 9rem;
  position: relative;
  overflow: hidden; }

.iconWrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg); }

.iconWrap .inner .in {
  width: 100%;
  height: 121.2%;
  background: #aaa; }

.iconWrap .inner .in img {
  width: 100%;
  height: auto; }

p.jobTtl {
  font-size: 1.8rem;
  position: relative;
  padding-left: 2rem; }

p.jobTtl::before {
  content: '';
  display: block;
  width: 5px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0071bc;
  border-radius: 5px 5px 0 0; }

p.jobTtl::after {
  content: '';
  display: block;
  width: 5px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0071bc;
  border-radius: 0 0 5px 5px; }

p.jobTtl span.key2 {
  display: block; }

dl.listPickUp {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
  border: dashed 1px #ddd;
  padding: 2rem 0; }

dl.listPickUp dt {
  width: 12rem; }

dl.listPickUp dt p {
  padding: 1.5rem 2rem; }

dl.listPickUp dd {
  width: calc(100% - 12rem); }

dl.listPickUp dd p {
  padding: 1.5rem 2rem; }

/*PAGE_entry*/
.pageContent.entry {
  padding-top: calc(4.1em + (0.615em * 2) + 1.23em); }
  @media screen and (max-width: 768px) {
    .pageContent.entry {
      padding-top: calc(4.1em + (100% / 32)); } }
  .pageContent.entry .innerWrap {
    position: relative;
    z-index: 15;
    width: calc(100%/32*28);
    max-width: calc(1680px/32*18);
    padding: 2.05em;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .pageContent.entry .innerWrap {
        width: calc(100%/32*31);
        padding: calc(100%/31*1.5); } }
    .pageContent.entry .innerWrap h1 {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 8px; }
      .pageContent.entry .innerWrap h1::before {
        content: '';
        display: block;
        width: 5px;
        height: 1em;
        border-radius: 1px;
        background: #0071bc; }

/*PAGE_privacy*/
.pageContent.privacy .innerWrap {
  max-width: 86rem; }

dl.listPP {
  margin-top: 6rem; }

dl.listPP dt {
  margin-bottom: 2rem; }

dl.listPP dt ~ dt {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: dashed 1px #ddd; }

dl.listPP dt p {
  font-size: 1.8rem; }

/*PAGE_faq*/
dl.listQA {
  margin-bottom: 6rem; }

dl.listQA dt {
  margin-bottom: 2rem; }

dl.listQA dt ~ dt {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: dashed 1px #ddd; }

dl.listQA dt p {
  font-size: 1.8rem; }

dl.listQA dt p::before {
  content: 'Q';
  color: #0071bc;
  font-weight: bold;
  margin-right: 2rem; }

dl.listQA dd p {
  padding-left: 3.6rem; }

/*SINGLE*/
header.singleHeader {
  position: relative; }

header.singleHeader::before {
  content: '';
  display: block;
  width: 100%;
  height: 20rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

header.singleHeader .index-container {
  width: 100%;
  height: 50vw;
  overflow: hidden; }

header.singleHeader .index-container img {
  width: 100%;
  height: auto; }

header.singleHeader .txtWrap {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  z-index: 100; }

header.singleHeader .txtWrap .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto; }

header.singleHeader h2.secTtl {
  margin: 0;
  text-shadow: 0 0 1px #fff; }

header.singleHeader h2.secTtl span {
  line-height: 1.5; }

header.singleHeader h2.secTtl span.lead {
  display: block;
  text-align: center; }

header.singleHeader h2.secTtl span.body {
  display: inline-block;
  text-align: left;
  font-size: .9em; }

.singleHead h2.secTtl {
  margin: 0;
  text-shadow: 0 0 1px #fff; }

.singleHead h2.secTtl span {
  line-height: 1.5; }

.singleHead h2.secTtl span.lead {
  display: block;
  text-align: center; }

.singleHead h2.secTtl span.body {
  display: inline-block;
  text-align: left;
  font-size: .9em; }

.singleContent h3.secTtl {
  text-align: center; }

.singleContent .innerWrap {
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 10.5rem; }

.singleContent .flexWrap {
  display: flex;
  flex-wrap: wrap; }

.singleContent .flexWrap > .flexItem {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 7.2rem 0 5.4rem; }

.singleContent .flexWrap > .flexItem.gmap {
  padding: 0; }

.singleContent .flexWrap > .flexItem ~ .flexItem {
  margin-top: 6rem; }

.singleContent .flexWrap > .flexKeyword {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 6rem;
  padding: 7.2rem 0 5.4rem; }

.singleContent .flexWrap > .flexKeyword p {
  width: 90%;
  max-width: 78rem;
  margin: 0 auto;
  color: #363636;
  font-size: 1rem; }

.pickImage {
  width: 100%;
  max-width: 86rem;
  margin: 5rem auto 0;
  position: relative; }

.pickImage p.lead {
  font-weight: bold;
  text-align: center;
  color: #ed1c24;
  margin-bottom: 4rem;
  letter-spacing: 0;
  font-size: 3rem;
  line-height: 1.65; }

.pickImage p.lead span {
  display: block;
  font-size: 2.1rem; }

.pickImage img {
  width: 100%;
  height: auto; }

.pickImage p.caption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold; }

.leadWrap {
  width: 90%;
  max-width: 68rem;
  margin: 6rem auto 4rem; }

.leadWrap .leadTxt {
  margin-bottom: 6rem; }

ul.listFlow {
  margin-top: 4rem; }

ul.listFlow li {
  background: #f8f8f8;
  border-radius: 5px; }

ul.listFlow li ~ li {
  margin-top: 1.5rem; }

ul.listFlow li p {
  padding: 1.5rem 3rem; }

ul.listFlow li p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 12rem; }

dl.listPick {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 78rem;
  margin: 3rem auto; }

dl.listPick dt {
  width: 18rem; }

dl.listPick dt p {
  padding: 1.5rem 2rem; }

dl.listPick dd {
  width: calc(100% - 18rem); }

dl.listPick dd p {
  padding: 1.5rem 2rem; }

dl.listPick dd p span {
  display: block; }

dl.listPick dd p span ~ span {
  margin-top: .5em; }

.gmap {
  line-height: 0;
  height: 42rem !important;
  position: relative; }

.gmap > iframe {
  width: 100%;
  height: 100%; }

.gmap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

/*loop slider*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 24rem;
  overflow: hidden;
  position: absolute; }

.loopSlider {
  width: 100vw;
  height: 24rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: none;
  margin: 6rem auto 0; }

.loopSlider ul {
  height: 24rem;
  float: left;
  overflow: hidden; }

.loopSlider ul::after {
  display: none; }

.loopSlider ul li {
  width: 24rem;
  height: 24rem;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative; }

.loopSlider ul li img {
  width: 24rem;
  height: 24rem; }

.loopSlider ul li .caption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 1rem; }

.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none; }

aside#cside {
  position: fixed;
  bottom: 3rem;
  left: 0;
  z-index: 100;
  width: 100%; }

aside#cside .flexBtn {
  width: 90%;
  max-width: 128rem;
  display: flex;
  justify-content: flex-end; }

aside#cside .flexBtn > .flexItem ~ .flexItem {
  margin-left: 1em; }

aside#cside .flexBtn > .flexItem p {
  padding: .65em 1.3em;
  background: #0071bc;
  color: #fff;
  border-radius: 3rem; }

aside#cside .flexBtn > .flexItem:last-child p {
  background: #0071bc; }

/*form*/
#form h3.secTtl {
  margin-bottom: 1em; }

.formTxt {
  width: 100%;
  height: auto;
  margin: 0 auto 4.1em; }
  @media screen and (max-width: 768px) {
    .formTxt {
      margin: 0 auto 2.05em; } }
  .formTxt p ~ p {
    margin-top: .65em; }

.flexEntryForm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 41em;
  height: auto;
  margin: 0 auto;
  padding-top: 2.46em;
  border-top: solid 1px #777; }
  @media screen and (max-width: 768px) {
    .flexEntryForm {
      padding-top: 2.05em; } }
  .flexEntryForm > .flexLeft {
    width: 100%; }
    .flexEntryForm > .flexLeft.must p {
      display: flex;
      align-items: center;
      gap: 7px; }
      .flexEntryForm > .flexLeft.must p::after {
        content: '必須';
        display: inline-block;
        padding: 1px 7px 0;
        border: solid 1px #de3010;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.435;
        color: #de3010; }
    .flexEntryForm > .flexLeft + .flexRight {
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        .flexEntryForm > .flexLeft + .flexRight {
          margin-top: 5px; } }
  .flexEntryForm > .flexRight {
    width: 100%;
    margin-bottom: 1.845em; }
    @media screen and (max-width: 768px) {
      .flexEntryForm > .flexRight {
        margin-bottom: 1.5525em; } }
    .flexEntryForm > .flexRight p {
      line-height: 1; }
  .flexEntryForm > .flexCenter {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto; }

input[type="text"], textarea, select {
  width: 100%;
  height: auto;
  border: solid 1px #777;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.435;
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    input[type="text"], textarea, select {
      padding: 10px 15px; } }

input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }

input[type="text"]#date2, input[type="text"]#date3 {
  margin-top: 1em; }

select {
  height: initial; }

input[type="text"]:focus, textarea:focus, select:focus {
  outline: none;
  border: solid 1px #c7c1b1; }

input[type="submit"] {
  position: relative;
  display: table;
  width: 100%;
  max-width: 32rem;
  height: auto;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #777;
  border-radius: 5px;
  color: #666;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  font-size: 14px;
  letter-spacing: .2em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  input[type="submit"]:hover {
    background: #0071bc;
    color: #ffffff;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.completeWrap {
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 4rem; }

.completeWrap p ~ p {
  margin-top: 1rem; }

dl.listCallus.complete {
  margin-top: 3rem; }

/*BLOG*/
.blogWrap {
  width: 90%;
  max-width: 60rem;
  margin: 4rem auto 0; }

.blogWrap img {
  width: auto;
  max-width: 100%;
  height: auto; }

.blogWrap * ~ * {
  margin-top: 4rem; }

/*ARCHIVES*/
/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
  /*--------------basic css--------------*/
  /*TEXT*/
  p {
    letter-spacing: 0; }

  h1.ttl span {
    display: block; }

  h1.ttl span.en {
    font-size: 5rem; }

  h1.ttl span.jp {
    font-size: 1.5rem; }

  h2.secTtl {
    font-size: 3.6rem;
    margin-bottom: 3rem; }

  h2.ttl span {
    line-height: 1.5; }

  h2.ttl span.sm {
    font-size: 1.3rem;
    display: block; }

  h2.title {
    margin-bottom: 1rem; }

  h3.ttl {
    font-size: 2.5rem;
    margin-bottom: 2.5rem; }

  h3.secTtl {
    font-size: 2.5rem; }

  p.ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem; }

  #page {
    overflow: hidden;
    transition: ease .3s; }

  #page.move {
    transform: translateX(-30rem);
    transition: ease .3s; }

  /*BOTH_FOOTER*/
  .secFoot.entry a.btn {
    margin-bottom: 0; }

  .secFoot.entry .figureWrap {
    height: 30rem; }

  .secFoot.entry .figureWrap figure {
    position: absolute;
    bottom: 0; }

  .secFoot.entry .figureWrap figure.fig1 {
    left: 0;
    height: 24rem; }

  .secFoot.entry .figureWrap figure.fig2 {
    left: 15%;
    height: 20rem; }

  .secFoot.entry .figureWrap figure.fig3 {
    left: 26%;
    height: 16rem; }

  .secFoot.entry .figureWrap figure.fig4 {
    right: -7vw;
    height: 24rem; }

  .secFoot.entry .figureWrap figure.fig5 {
    right: 17%;
    height: 20rem; }

  .secFoot.entry .figureWrap figure.fig6 {
    right: 37%;
    height: 16rem; }

  footer.siteFooter .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto;
    padding: 9.6rem; }

  .footLogo {
    width: auto;
    height: 7.2rem;
    margin: 0 auto;
    display: block; }

  dl.listFootTxt {
    text-align: center;
    margin: 3.5em 0 2.5em; }

  dl.listFootTxt dt {
    margin-bottom: .3em; }

  dl.listFootTxt dt p {
    font-size: 1.65em; }

  dl.listFootTxt dd p span {
    direction: inline-block; }

  dl.listFootTxt dd p span ~ span {
    margin-left: 3rem; }

  ul.listFootLink {
    display: flex;
    justify-content: center; }

  ul.listFootLink::after {
    display: none; }

  ul.listFootLink li ~ li p::before {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em; }

  .cr {
    font-size: 1rem;
    letter-spacing: .2em;
    text-align: center;
    margin-top: 3rem; }

  /*INDEX*/
  .secIndex .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto;
    padding: 14.4rem 0 0; }

  .secIndex.sec1 {
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    position: relative; }

  .secIndex.sec1 img {
    width: 100%;
    height: auto; }

  .secIndex.sec1 .newsWrap {
    position: absolute;
    top: 2.5rem;
    left: 0;
    z-index: 10000;
    background: #fff;
    min-width: 50%;
    border-radius: 0 3rem 3rem 0;
    overflow: hidden; }

  .secIndex.sec1 .txtWrap {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99; }

  .secIndex.sec1 .txtWrap .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto; }

  .secIndex.sec1 .txtWrap .innerWrap img {
    width: 75%;
    height: auto; }

  dl.listindexInfo {
    display: flex;
    padding: 1.5rem; }

  dl.listindexInfo dt {
    margin-right: 4rem; }

  dl.listindexInfo dt p {
    color: #0071bc;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.2; }

  dl.listindexInfo dd p {
    font-size: 1.4rem;
    white-space: nowrap; }

  dl.listindexInfo dd p span {
    display: inline-block;
    vertical-align: middle; }

  dl.listindexInfo dd p span.date {
    font-size: 1.25rem;
    margin-right: 2rem; }

  dl.listindexInfo dd p a {
    color: #232323; }

  .secIndex.sec3 h2.secTtl {
    text-align: center; }

  .secIndex.sec3 .flexWrap {
    display: flex;
    justify-content: space-between; }

  .secIndex.sec3 .flexWrap > .flexLeft {
    width: 30rem;
    margin-left: 0; }

  .secIndex.sec3 .flexWrap > .flexRight {
    width: calc(100% - 30rem); }

  .secIndex.sec3 .flexInWrap {
    display: flex;
    flex-wrap: wrap; }

  .secIndex.sec3 .flexInWrap > .flexItem {
    width: 50%;
    padding: 2.5rem; }

  ul.listPosition {
    margin-top: 4rem; }

  ul.listPosition li ~ li {
    margin-top: 1.5rem; }

  ul.listPosition li p {
    padding: 1.5rem 2rem 1.5rem 2.5rem; }

  .secIndex.sec4 .innerWrap {
    padding-bottom: 14.4rem; }

  .secIndex.sec4 .flexWrap {
    display: flex;
    flex-wrap: wrap; }

  .secIndex.sec4 .flexWrap > .flexLeft {
    width: 20rem;
    position: relative;
    z-index: 1; }

  .secIndex.sec4 .flexWrap > .flexLeft > .inner {
    width: 42rem; }

  .secIndex.sec4 .flexWrap > .flexRight {
    width: calc(100% - 20rem); }

  .secIndex.sec4 .flexWrap > .flexRight > .inner {
    width: 30rem; }

  .secIndex.sec4 .flexWrap > .flexRight > .innner {
    width: 85%;
    max-width: 64rem;
    margin: 9.6rem auto 0; }

  dl.listCompany {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem; }

  dl.listCompany dt {
    width: 14.4rem; }

  dl.listCompany dt p {
    padding: .65em 1em; }

  dl.listCompany dd {
    width: calc(100% - 14.4rem); }

  dl.listCompany dd p {
    padding: .65em 1em; }

  .secIndex.sec4-2 {
    min-height: 42rem;
    margin-top: 9.6rem; }

  .secIndex.sec4-2 .innerWrap {
    padding: 7.2rem 0; }

  .secIndex.sec4-2 .innerWrap a.btn {
    margin-top: 4rem; }

  /*PAGE*/
  header.pageHeader .innerWrap {
    padding-top: 14.4rem; }

  header.pageHeader h2.pageTtl {
    font-size: 3rem; }

  header.pageHeader h2.pageTtl::after {
    margin: 1rem auto 0; }

  .pageContent .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto;
    padding-top: 5.4rem; }

  .bcWrap .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto;
    padding: 6rem 0; }

  .bcWrap ul {
    display: flex; }

  .bcWrap ul li {
    font-size: 1.1rem;
    line-height: 1.5; }

  .bcWrap ul li ~ li::before {
    content: '＞';
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em; }

  .bcWrap ul li a {
    color: #555; }

  /*PAGE_strength*/
  .flexStrength {
    margin-bottom: -6rem;
    max-width: 86rem;
    margin: 0 auto; }

  .flexStrength > .flexItem {
    width: 47.5%;
    margin-bottom: 6rem; }

  dl.listStrength dt {
    margin-bottom: 1rem; }

  dl.listStrength dt p {
    font-size: 1.85rem; }

  .flexIV {
    flex-wrap: wrap; }

  .flexIV > .flexLeft {
    width: 100%; }

  .flexIV > .flexRight {
    width: 100%; }

  dl.listIV ~ dl.listIV {
    margin-top: 4rem; }

  dl.listIV dt {
    margin-bottom: 1.5rem; }

  dl.listIV dt p {
    font-size: 1.8rem; }

  dl.listIV dd p span {
    display: block;
    font-size: .8em; }

  /*PAGE_about*/
  .pageContent.about .inner ~ .inner {
    margin-top: 7.2rem; }

  .pageContent.about .firstWrap {
    padding-bottom: 10.8rem; }

  .pageContent.about .firstWrap p.txt {
    margin-bottom: 3rem; }

  .pageContent.about .firstWrap p.lead {
    margin-top: 6rem;
    font-size: 2.25rem; }

  .pageContent.about .firstWrap .sideImg {
    z-index: 1; }

  .pageContent.about .firstWrap .sideImg.sideImgL {
    left: -2.5vw;
    bottom: -10.8rem;
    width: 18rem;
    height: 27rem; }

  .pageContent.about .firstWrap .sideImg.sideImgR {
    right: -2.5vw;
    bottom: 0;
    width: 15rem;
    height: 22.5rem; }

  .pageContent.about .firstWrap .sideImg img {
    width: 100%;
    height: auto; }

  .pageContent.about .secondWrap {
    padding: 6rem 4rem; }

  .pageContent.about .thirdWrap::before {
    width: 35.175rem;
    height: 60rem;
    left: -5vw; }

  dl.listMission {
    width: 75%;
    margin-left: auto;
    padding: 1em; }

  dl.listMission ~ dl.listMission {
    margin-top: 1.5em; }

  dl.listMission dt p {
    text-align: center; }

  dl.listMission dd p {
    line-height: 1.65;
    letter-spacing: 0; }

  dl.listAbout dt {
    width: 9.6rem; }

  dl.listAbout dt p {
    padding: .65em 1em; }

  dl.listAbout dd {
    width: calc(50% - 9.6rem); }

  dl.listAbout dd p {
    padding: .65em 1em; }

  .flexStores ~ .flexStores {
    margin-top: 4rem; }

  .flexStores > .flexLeft {
    width: 45%; }

  .flexStores:nth-child(2n) > .flexLeft {
    order: 1; }

  .flexStores > .flexRight {
    width: 45%; }

  .flexStores > .flexRight .aspect.aspect100 {
    padding-top: 61.8%; }

  .table {
    display: table;
    width: 100%;
    height: 100%; }

  .table > .center {
    display: table-cell;
    vertical-align: middle; }

  dl.listStores dt {
    margin-bottom: 1rem; }

  dl.listStores dt p {
    font-size: 2.1rem; }

  /*PAGE_joblist*/
  .pageContent.joblist .flexWrap {
    margin-bottom: -5vw; }

  .pageContent.joblist .flexWrap > .flexItem {
    width: 100%;
    padding: 6rem;
    margin-bottom: 5vw; }

  .catWrap .innerWrap {
    padding-top: 6rem; }

  dl.listJobCat dt {
    width: 100%;
    margin-bottom: 1em; }

  dl.listJobCat dt p {
    font-weight: bold; }

  dl.listJobCat dd {
    margin-right: .5em; }

  dl.listJobCat dd p {
    font-size: 1.3rem;
    font-weight: bold;
    background: #0071bc;
    padding: .75em 2em;
    color: #fff;
    border-radius: 3px; }

  .iconWrap {
    width: 14rem;
    height: 14rem;
    margin: 0 auto 6rem;
    border-radius: 9rem 9rem 0 9rem; }

  /*PAGE_privacy*/
  /*SINGLE*/
  header.singleHeader h2.secTtl {
    margin: 0;
    line-height: 1.5; }

  header.singleHeader .index-container {
    width: 100%;
    height: 50vw;
    overflow: hidden; }

  header.singleHeader .index-container img {
    width: 100%;
    height: auto; }

  header.singleHeader .txtWrap {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    z-index: 100; }

  header.singleHeader .txtWrap .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto; }

  header.singleHeader h2.secTtl {
    font-size: 3rem; }

  header.singleHeader h2.secTtl span {
    letter-spacing: 0; }

  .singleHead h2.secTtl {
    font-size: 3rem; }

  .singleHead h2.secTtl span {
    letter-spacing: 0; }

  .singleContent .innerWrap {
    padding-top: 5vw; }

  .singleContent .flexWrap {
    display: flex;
    flex-wrap: wrap; }

  .singleContent .flexWrap > .flexItem {
    width: 100%;
    padding: 4rem 0; }

  .singleContent .flexWrap > .flexItem#form {
    padding: 4rem; }

  .singleContent .flexWrap > .flexItem.gmap {
    padding: 0; }

  .singleContent .flexWrap > .flexItem ~ .flexItem {
    margin-top: 6rem; }

  .leadWrap {
    width: 90%;
    max-width: 68rem;
    margin: 6rem auto 4rem; }

  .leadWrap .leadTxt {
    margin-bottom: 6rem; }

  ul.listFlow {
    margin-top: 4rem; }

  ul.listFlow li {
    background: #f8f8f8;
    border-radius: 5px; }

  ul.listFlow li ~ li {
    margin-top: 1.5rem; }

  ul.listFlow li p {
    padding: 1.5rem 3rem; }

  ul.listFlow li p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
    width: 12rem; }

  dl.listPick {
    padding: 0;
    margin: 3rem auto 0; }

  dl.listPick dt {
    width: 100%;
    position: relative; }

  dl.listPick dt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    width: 100%;
    height: 100%; }

  dl.listPick dt p {
    padding: 1.5rem 2rem;
    position: relative; }

  dl.listPick dd {
    width: 100%; }

  dl.listPick dd p {
    padding: 1.5rem 2rem; }

  .gmap {
    height: 36rem !important; }

  /*loop slider*/
  .loopSliderWrap {
    height: 21rem; }

  .loopSlider {
    height: 21rem;
    margin: 6rem auto 0; }

  .loopSlider ul {
    height: 21rem; }

  .loopSlider ul li {
    width: 21rem;
    height: 21rem; }

  .loopSlider ul li img {
    width: 21rem;
    height: 21rem; }

  aside#cside {
    position: fixed;
    bottom: 3rem;
    left: 0;
    z-index: 100;
    width: 100%; }

  aside#cside .flexBtn {
    width: 90%;
    max-width: 128rem;
    display: flex;
    justify-content: flex-end; }

  aside#cside .flexBtn > .flexItem ~ .flexItem {
    margin-left: 1em; }

  aside#cside .flexBtn > .flexItem p {
    padding: .65em 1.3em;
    background: #0071bc;
    color: #fff;
    border-radius: 3rem; }

  aside#cside .flexBtn > .flexItem:last-child p {
    background: #0071bc; } }
/*smartphone*/
@media (max-width: 767px) {
  /*--------------basic css--------------*/
  /*TEXT*/
  p, h1, h2, h3, h4, h5 {
    line-height: 1.8em; }

  h1, h2, h3, h4, h5 {
    letter-spacing: .2em; }

  p {
    font-size: 1.4rem; }

  /*LINK*/
  a {
    text-decoration: none; }

  a.linkFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }

  a.btn {
    display: block;
    width: auto;
    padding: 1.5em 2em;
    position: relative;
    overflow: hidden;
    background: #0071bc;
    border-radius: 3.6rem; }

  a.btn.wh {
    border: solid 1px #fff; }

  a.btn.sm {
    width: 20rem; }

  a.btn.md {
    width: auto;
    max-width: 90%; }

  a.btn.lg {
    width: auto;
    max-width: 42em; }

  a.btn.xl {
    width: auto;
    max-width: 68em; }

  a.btn p {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center; }

  a.btn.wh p {
    color: #fff; }

  /*ASPECT*/
  .aspect {
    width: 100%;
    height: auto;
    position: relative; }

  .aspect.circle {
    border-radius: 50%; }

  .aspect.circle.lb {
    border-bottom-left-radius: 0; }

  .aspect.circle.lt {
    border-top-left-radius: 0; }

  .aspect.circle.rb {
    border-bottom-right-radius: 0; }

  .aspect.circle.rt {
    border-top-right-radius: 0; }

  .aspect.aspect35 {
    padding-top: 35%;
    overflow: hidden; }

  .aspect.aspect50 {
    padding-top: 50%;
    overflow: hidden; }

  .aspect.aspect56 {
    padding-top: 56.25%;
    overflow: hidden; }

  .aspect.aspect77 {
    padding-top: 77%;
    overflow: hidden; }

  .aspect.aspect618 {
    padding-top: 61.8%;
    overflow: hidden; }

  .aspect.aspect100 {
    padding-top: 100%;
    overflow: hidden; }

  .aspect.aspect178 {
    padding-top: 178%;
    overflow: hidden; }

  .aspect.aspect848 {
    padding-top: 84.8%;
    overflow: hidden; }

  .aspect .aspectBlock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

  .aspect.circle .aspectBlock {
    border-radius: 50%;
    overflow: hidden; }

  .aspect.circle.lb .aspectBlock {
    border-bottom-left-radius: 0; }

  .aspect.circle.lt .aspectBlock {
    border-top-left-radius: 0; }

  .aspect.circle.rb .aspectBlock {
    border-bottom-right-radius: 0; }

  .aspect.circle.rt .aspectBlock {
    border-top-right-radius: 0; }

  .aspect .aspectBlock img {
    width: 100%;
    height: auto; }

  .aspect .aspectBlock iframe {
    width: 100%;
    height: 100%; }

  /*RESPONSIVE*/
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; }

  /*BOTH*/
  #page {
    overflow: hidden; }

  .inview {
    opacity: 0; }

  .inview.action {
    opacity: 1;
    transition: ease .5s; }

  .animated {
    transform: translateY(4rem); }

  .animated.move {
    transform: translateY(0);
    transition: ease 1s; }

  .animate {
    transform: translateY(-4rem); }

  .animate.move {
    transform: translateY(0);
    transition: ease .3s; }

  [data-delay="0"] {
    transition-delay: 0 !important; }

  [data-delay="1"] {
    transition-delay: .2s !important; }

  [data-delay="2"] {
    transition-delay: .4s !important; }

  [data-delay="3"] {
    transition-delay: .6s !important; }

  [data-delay="4"] {
    transition-delay: .8s !important; }

  [data-delay="5"] {
    transition-delay: 1s !important; }

  h1.ttl span {
    display: block; }

  h1.ttl span.en {
    font-size: 5rem; }

  h1.ttl span.jp {
    font-size: 1.5rem; }

  h2.secTtl {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    letter-spacing: .13em; }

  h2.ttl span {
    line-height: 1.5; }

  h2.ttl span.sm {
    font-size: 1.3rem;
    display: block; }

  h2.title {
    margin-bottom: 1rem; }

  h3.ttl {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    color: #0071bc;
    margin-bottom: 2.5rem; }

  h3.secTtl {
    font-size: 2.1rem;
    margin-bottom: 3rem;
    letter-spacing: .13em; }

  p.ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem; }

  #page {
    transition: ease .3s; }

  #page.move {
    transform: translateX(-30rem);
    transition: ease .3s; }

  /*BOTH_FOOTER*/
  footer.siteFooter .innerWrap {
    padding: 6rem 0 7.2rem; }

  .footLogo {
    height: 5.4rem; }

  dl.listFootTxt {
    margin: 3.5em 0 2.5em; }

  dl.listFootTxt dt {
    margin-bottom: .3em; }

  dl.listFootTxt dt p {
    font-size: 1.65em; }

  dl.listFootTxt dd p span {
    direction: inline-block; }

  dl.listFootTxt dd p span ~ span {
    margin-left: 3rem; }

  ul.listFootLink {
    display: flex;
    justify-content: center; }

  ul.listFootLink::after {
    display: none; }

  ul.listFootLink li ~ li p::before {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em; }

  .cr {
    font-size: 1rem;
    letter-spacing: .2em;
    text-align: center;
    margin-top: 3rem; }

  /*INDEX*/
  .secIndex .innerWrap {
    padding: 20vw 0 0; }

  .secIndex h2.secTtl {
    letter-spacing: 0;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    -webkit-text-stroke-width: .75px; }

  .secIndex.sec1 {
    height: 121.2vw;
    background: #ddd;
    overflow: visible; }

  .secIndex.sec1 img {
    width: 100%;
    height: auto; }

  .secIndex.sec1 .newsWrap {
    top: auto;
    bottom: -3rem;
    width: 90%;
    max-width: 90%; }

  .secIndex.sec1 .txtWrap {
    bottom: 4rem;
    left: 0; }

  .secIndex.sec1 .txtWrap .innerWrap img {
    width: 100%; }

  dl.listindexInfo {
    display: flex;
    padding: 1.5rem; }

  dl.listindexInfo dt {
    margin-right: 2.5rem; }

  dl.listindexInfo dt p {
    color: #0071bc;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.2; }

  dl.listindexInfo dd p {
    font-size: 1.4rem;
    white-space: nowrap; }

  dl.listindexInfo dd p span {
    display: inline-block;
    vertical-align: middle; }

  dl.listindexInfo dd p span.date {
    display: none; }

  dl.listindexInfo dd p a {
    color: #232323; }

  .secIndex.sec3 h2.secTtl {
    line-height: 1.5; }

  .secIndex.sec3 .flexWrap {
    flex-wrap: wrap; }

  .secIndex.sec3 .flexWrap > .flexLeft {
    width: 100%;
    margin-left: 0; }

  .secIndex.sec3 .flexWrap > .flexRight {
    width: 100%;
    margin-top: 4rem; }

  .secIndex.sec3 .flexInWrap {
    width: 80%;
    margin: 0 auto; }

  .secIndex.sec3 .flexInWrap > .flexItem {
    padding: 1rem; }

  .secIndex.sec4 h2 + p {
    width: 65%; }

  .secIndex.sec4 h2 + p > br {
    display: none; }

  .secIndex.sec4 .innerWrap {
    padding-bottom: 15vw; }

  .secIndex.sec4 .flexWrap > .flexLeft {
    width: 40%;
    position: relative;
    z-index: 1; }

  .secIndex.sec4 .flexWrap > .flexLeft > .inner {
    width: 90vw; }

  .secIndex.sec4 .flexWrap > .flexRight {
    width: 60%; }

  .secIndex.sec4 .flexWrap > .flexRight > .inner {
    width: 25rem; }

  .secIndex.sec4 .flexWrap > .flexRight > .innner {
    width: 90vw;
    margin: 9.6rem 0 0 -36vw;
    position: relative;
    z-index: 1; }

  dl.listCompany {
    margin-bottom: 4rem; }

  dl.listCompany dt {
    width: 9.6rem; }

  dl.listCompany dt p {
    padding: .65em 0; }

  dl.listCompany dd {
    width: calc(100% - 9.6rem); }

  dl.listCompany dd p {
    padding: .65em 0; }

  .secIndex.sec4-2 {
    min-height: 36rem;
    margin-top: 6rem; }

  .secIndex.sec4-2 .innerWrap {
    padding: 6rem 0; }

  .secIndex.sec4-2 .innerWrap a.btn {
    margin-top: 4rem; }

  /*PAGE*/
  header.pageHeader .innerWrap {
    padding-top: 14.4rem; }

  header.pageHeader h2.secTtl {
    text-align: center; }

  header.pageHeader h2.pageTtl {
    font-size: 2.65rem;
    letter-spacing: 0;
    margin-bottom: 0; }

  header.pageHeader h2.pageTtl::after {
    margin: 1.5rem auto 0; }

  .pageContent .innerWrap {
    width: 90%;
    max-width: 128rem;
    margin: 0 auto;
    padding-top: 5.4rem; }

  .pageContent .loopSlider {
    height: 18rem;
    margin: 10vw 0 0;
    width: 100vw; }

  .bcWrap .innerWrap {
    padding: 10vw 0; }

  .bcWrap ul {
    white-space: nowrap; }

  /*PAGE_strength*/
  .flexStrength {
    margin-bottom: -4rem; }

  .flexStrength > .flexItem {
    width: 100%;
    margin-bottom: 4rem; }

  dl.listStrength dt {
    margin-bottom: 1rem; }

  dl.listStrength dt p {
    font-size: 1.8rem;
    text-align: center; }

  .flexIV {
    flex-wrap: wrap; }

  .flexIV > .flexLeft {
    width: 100%; }

  .flexIV > .flexRight {
    width: 100%; }

  dl.listIV ~ dl.listIV {
    margin-top: 4rem; }

  dl.listIV dt {
    margin-bottom: 1.5rem; }

  dl.listIV dt p {
    font-size: 1.8rem;
    text-align: center; }

  dl.listIV dd p {
    line-height: 1.5; }

  dl.listIV dd p span {
    margin-top: .5em; }

  /*PAGE_about*/
  .pageContent.about .inner ~ .inner {
    margin-top: 7.2rem; }

  .pageContent.about .firstWrap {
    margin: 0 auto 33rem; }

  .pageContent.about .firstWrap p.txt {
    margin-bottom: 4rem; }

  .pageContent.about .firstWrap p.lead {
    margin-top: 4rem;
    font-size: 2.1rem; }

  .pageContent.about .firstWrap p.lead > br {
    display: none; }

  .pageContent.about .firstWrap .sideImg {
    z-index: 1; }

  .pageContent.about .firstWrap .sideImg.sideImgL {
    left: 2.5vw;
    bottom: -30rem;
    width: 15rem;
    height: 22.5rem; }

  .pageContent.about .firstWrap .sideImg.sideImgR {
    right: 2.5vw;
    bottom: -25.5rem;
    width: 15rem;
    height: 22.5rem; }

  .pageContent.about .firstWrap .sideImg img {
    width: 100%;
    height: auto; }

  .pageContent.about .secondWrap {
    padding: 6rem 5vw; }

  .pageContent.about .thirdWrap {
    padding: 6rem 5vw 24rem; }

  .pageContent.about .thirdWrap::before {
    width: 11.725rem;
    height: 20rem;
    left: calc(50% - 5.8625rem); }

  .pageContent.about .thirdWrap h3 {
    width: 100%; }

  dl.listMission {
    width: 100%;
    margin-left: 0;
    padding: 1em 0; }

  dl.listMission ~ dl.listMission {
    margin-top: 0; }

  dl.listMission dt p {
    font-size: 1.8rem;
    text-align: center; }

  dl.listMission dd p {
    line-height: 1.65;
    letter-spacing: 0; }

  dl.listAbout dt {
    width: 9.6rem; }

  dl.listAbout dt p {
    padding: .65em 0; }

  dl.listAbout dd {
    width: calc(100% - 9.6rem); }

  dl.listAbout dd p {
    padding: .65em 0; }

  .flexStores {
    flex-wrap: wrap; }

  .flexStores ~ .flexStores {
    margin-top: 10vw; }

  .flexStores > .flexLeft {
    width: 100%;
    background: #fff;
    padding: 7.5vw 5vw; }

  .flexStores:nth-child(2n) > .flexLeft {
    order: 0; }

  .flexStores > .flexRight {
    width: 100%; }

  .flexStores > .flexRight .aspect.aspect100 {
    padding-top: 61.8%; }

  .table {
    display: table;
    width: 100%;
    height: 100%; }

  .table > .center {
    display: table-cell;
    vertical-align: middle; }

  dl.listStores dt {
    margin-bottom: 1rem; }

  dl.listStores dt p {
    font-size: 2.1rem; }

  /*PAGE_joblist*/
  .pageContent.joblist .flexWrap {
    margin-bottom: -5vw; }

  .pageContent.joblist .flexWrap > .flexItem {
    width: 100%;
    padding: 3rem 5vw;
    margin-bottom: 5vw; }

  .catWrap .innerWrap {
    padding-top: 15vw; }

  ul.listJobCat li ~ li {
    margin-top: 1.5rem; }

  dl.listJobCat {
    margin-bottom: -.5rem;
    justify-content: space-between; }

  dl.listJobCat::after {
    display: none; }

  dl.listJobCat dt {
    width: 100%;
    margin-bottom: 1em; }

  dl.listJobCat dt p {
    font-weight: bold; }

  dl.listJobCat dd {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 3vw; }

  dl.listJobCat dd.ttl {
    width: 100%; }

  dl.listJobCat dd p {
    width: 100%;
    text-align: center;
    padding: .75em 2em;
    color: #fff;
    border-radius: 3px; }

  dl.listJobCat dd.ttl p {
    text-align: left; }

  .iconWrap {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 5.4rem; }

  .iconWrap .inner .in {
    height: 141.42%; }

  p.jobTtl {
    font-size: 1.65rem;
    padding-left: 1.5rem;
    line-height: 1.5; }

  p.jobTtl::before {
    content: '';
    display: block;
    width: 5px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0071bc;
    border-radius: 5px 5px 0 0; }

  p.jobTtl::after {
    content: '';
    display: block;
    width: 5px;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0071bc;
    border-radius: 0 0 5px 5px; }

  dl.listPickUp {
    margin: 3rem 0;
    border-left: 0;
    border-right: 0;
    padding: 1.5rem 0; }

  dl.listPickUp dt {
    width: 9.6rem; }

  dl.listPickUp dt p {
    padding: .5rem 0;
    line-height: 1.5; }

  dl.listPickUp dd {
    width: calc(100% - 9.6rem); }

  dl.listPickUp dd p {
    padding: .5rem 0;
    line-height: 1.5; }

  /*PAGE_privacy*/
  .pageContent.privacy .innerWrap {
    max-width: 86rem; }

  dl.listPP {
    margin-top: 6rem; }

  dl.listPP dt {
    margin-bottom: 2rem; }

  dl.listPP dt ~ dt {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: dashed 1px #ddd; }

  dl.listPP dt p {
    font-size: 1.8rem; }

  /*PAGE_faq*/
  dl.listQA {
    margin-bottom: 4rem; }

  dl.listQA dt {
    margin-bottom: 1.5rem; }

  dl.listQA dt ~ dt {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

  dl.listQA dt p {
    font-size: 1.8rem; }

  dl.listQA dt p::before {
    margin-right: 1rem; }

  dl.listQA dd p {
    padding-left: 2.4rem; }

  /*SINGLE*/
  header.singleHeader .index-container {
    height: 121.2vw;
    background: #fff; }

  header.singleHeader .txtWrap {
    bottom: 2rem; }

  header.singleHeader .txtWrap h2.secTtl {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.65;
    -webkit-text-stroke-width: 0.75px; }

  .singleHead h2.secTtl {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.65; }

  .singleHead h2.secTtl span {
    letter-spacing: 0; }

  .singleContent h3.secTtl {
    text-align: center; }

  .singleContent .innerWrap {
    padding-top: 10vw; }

  .singleContent .flexWrap {
    display: flex;
    flex-wrap: wrap; }

  .singleContent .flexWrap > .flexItem {
    padding: 4rem 0 3rem; }

  .singleContent .flexWrap > .flexItem.gmap {
    padding: 0; }

  .singleContent .flexWrap > .flexItem ~ .flexItem {
    margin-top: 10vw; }

  .pickImage {
    margin: 5vw auto 0; }

  .pickImage p.lead {
    width: 90%;
    margin: 0 auto 7.5vw;
    text-align: center;
    font-size: 2rem; }

  .pickImage p.lead span {
    font-size: 1.65rem; }

  .pickImage p.caption {
    bottom: 3%;
    right: 5%;
    font-size: 1.1rem; }

  .leadWrap {
    margin: 4rem auto 4rem; }

  .leadWrap .leadTxt {
    margin-bottom: 2rem; }

  ul.listFlow {
    margin-top: 1.5rem; }

  ul.listFlow li ~ li {
    margin-top: 1.5rem; }

  ul.listFlow li p {
    padding: 1.5rem 5vw; }

  ul.listFlow li p span {
    display: block;
    vmargin-right: 0;
    width: 100%;
    font-weight: bold; }

  dl.listPick {
    padding: 0 5vw;
    margin: 0 auto; }

  dl.listPick dt {
    width: 100%;
    position: relative; }

  dl.listPick dt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -5vw;
    background: #f8f8f8;
    width: 90vw;
    height: 100%; }

  dl.listPick dt p {
    padding: 1.5rem 0;
    position: relative; }

  dl.listPick dd {
    width: 100%; }

  dl.listPick dd p {
    padding: 1.5rem 0;
    letter-spacing: 0;
    line-height: 1.5; }

  dl.listPick dd p span ~ span {
    margin-top: .5em; }

  .gmap {
    height: 32rem !important; }

  .gmap > img {
    width: auto;
    height: 100%; }

  /*loop slider*/
  .loopSliderWrap {
    height: 18rem; }

  .loopSlider {
    height: 18rem;
    margin: 10vw -5vw 0;
    width: 100vw; }

  .loopSlider ul {
    height: 18rem; }

  .loopSlider ul li {
    width: 18rem;
    height: 18rem; }

  .loopSlider ul li img {
    width: 18rem;
    height: 18rem; }

  aside#cside {
    position: fixed;
    bottom: 2rem;
    left: 0;
    z-index: 100;
    width: 100%; }

  aside#cside .flexBtn {
    width: 90%;
    max-width: 128rem;
    display: flex;
    justify-content: flex-end; }

  aside#cside .flexBtn > .flexItem ~ .flexItem {
    margin-left: 1em; }

  aside#cside .flexBtn > .flexItem p {
    padding: .65em 1.3em;
    background: #0071bc;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 3rem; }

  aside#cside .flexBtn > .flexItem:last-child p {
    background: #0071bc; } }
/*Add Start 2022-10-30*/
img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*!.sticky*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999; }

@media screen and (max-width: 768px) {
  .searchandfilter ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.searchandfilter ul li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .searchandfilter ul li {
      width: calc(50% - (10px / 2)); } }
  @media screen and (max-width: 768px) {
    .searchandfilter ul li.sf-field-post-meta- {
      width: 100%; } }
  .searchandfilter ul li:last-child {
    margin-bottom: 0; }
.searchandfilter input {
  font-size: 14px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em;
  min-width: 170px;
  letter-spacing: 0; }
  .searchandfilter input[value="検索する"] {
    background: #0071bc;
    color: #ffffff; }
  .searchandfilter input[value="リセット"] {
    color: #aaa; }
    .searchandfilter input[value="リセット"]:hover {
      background: #e0e0e0; }
@media screen and (max-width: 768px) {
  .searchandfilter label {
    width: 100%; } }
.searchandfilter select {
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em; }

.remake {
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    .remake {
      font-size: 3.5vw; } }
  @media screen and (min-width: 1367px) {
    .remake {
      font-size: 16.4px; } }
  .remake * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-feature-settings: "palt"; }
  .remake ::selection {
    background-color: rgba(0, 0, 0, 0.15); }
  .remake p, .remake h1, .remake h2, .remake h3, .remake h4, .remake h5 {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    font-size: 1em;
    line-height: 1.8;
    color: #044672; }
  .remake h1, .remake h2, .remake h3, .remake h4, .remake h5 {
    position: relative;
    z-index: 15;
    letter-spacing: 0; }
  .remake p {
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.8; }

main.jobarchive_wrapper {
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    main.jobarchive_wrapper {
      font-size: 3.5vw; } }
  @media screen and (min-width: 1367px) {
    main.jobarchive_wrapper {
      font-size: 16.4px; } }
  main.jobarchive_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-feature-settings: "palt"; }
  main.jobarchive_wrapper ::selection {
    background-color: rgba(0, 0, 0, 0.15); }
  main.jobarchive_wrapper p, main.jobarchive_wrapper h1, main.jobarchive_wrapper h2, main.jobarchive_wrapper h3, main.jobarchive_wrapper h4, main.jobarchive_wrapper h5 {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    font-size: 1em;
    line-height: 1.8;
    color: #044672; }
  main.jobarchive_wrapper h1, main.jobarchive_wrapper h2, main.jobarchive_wrapper h3, main.jobarchive_wrapper h4, main.jobarchive_wrapper h5 {
    position: relative;
    z-index: 15;
    letter-spacing: 0; }
  main.jobarchive_wrapper p {
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.8; }
  main.jobarchive_wrapper header {
    padding-top: calc(108px + 3.28em);
    padding-bottom: calc(3.28em); }
    @media screen and (max-width: 768px) {
      main.jobarchive_wrapper header {
        padding-top: calc(85px + 2.46em);
        padding-bottom: calc(2.46em); } }
    main.jobarchive_wrapper header .wrapper {
      width: calc(100% / 32 * 28);
      max-width: calc(1680px / 32 * 28);
      margin: 0 auto;
      padding-bottom: 1.23em;
      background-image: linear-gradient(to right, #0071bc 0 10%, rgba(255, 255, 255, 0) 10%);
      background-position: bottom;
      background-size: 12px 2px;
      background-repeat: repeat-x; }
      @media screen and (max-width: 768px) {
        main.jobarchive_wrapper header .wrapper {
          width: calc(100% / 32 * 30); } }
    main.jobarchive_wrapper header ._title {
      display: flex;
      align-items: center;
      gap: 18px; }
      main.jobarchive_wrapper header ._title > i {
        width: auto;
        height: 32.8px; }
      main.jobarchive_wrapper header ._title > h1 {
        font-size: 1.3325em;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          main.jobarchive_wrapper header ._title > h1 {
            font-size: 1.435em; } }
  main.jobarchive_wrapper article {
    padding-bottom: 8.2em; }
    @media screen and (max-width: 768px) {
      main.jobarchive_wrapper article {
        padding-bottom: 5.125em; } }
    main.jobarchive_wrapper article .ankerWrap {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 51.25px;
      width: calc(100% / 32 * 28);
      max-width: calc(1680px / 32 * 28);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        main.jobarchive_wrapper article .ankerWrap {
          width: calc(100% / 32 * 30); } }
      main.jobarchive_wrapper article .ankerWrap > ._anker {
        width: 170px; }
        @media screen and (max-width: 768px) {
          main.jobarchive_wrapper article .ankerWrap > ._anker {
            width: 100%; } }
        main.jobarchive_wrapper article .ankerWrap > ._anker .sfTtl {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 7px;
          margin-bottom: 8px;
          font-size: .9em;
          font-weight: 600;
          text-align: center; }
          main.jobarchive_wrapper article .ankerWrap > ._anker .sfTtl > i {
            display: block;
            width: 1em;
            height: 1em;
            line-height: 1; }
      main.jobarchive_wrapper article .ankerWrap > ._main {
        width: calc(100% - (170px + 51.25px)); }
        @media screen and (max-width: 768px) {
          main.jobarchive_wrapper article .ankerWrap > ._main {
            width: 100%; } }
    main.jobarchive_wrapper article .openJobWrap ul._list > li ~ li {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        main.jobarchive_wrapper article .openJobWrap ul._list > li ~ li {
          margin-top: 8px; } }
    main.jobarchive_wrapper article .openJobWrap ul._list > li a._card {
      display: flex;
      flex-wrap: wrap;
      background: #ffffff;
      border: solid 1px transparent;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 5px 10px -10px #8f95a1;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__img {
        width: 140px;
        height: 140px; }
        @media screen and (max-width: 768px) {
          main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__img {
            width: 100%;
            height: auto; }
            main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__img .aspect.aspect100 {
              padding-top: 56.25%; } }
      main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt {
        flex: 1;
        padding: 1.435em 1.845em; }
        main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt h2 {
          font-size: 1.1275em;
          line-height: 1.5;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt ul {
          display: flex;
          align-items: center;
          gap: 5px;
          margin-top: 6px; }
          main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt ul > li {
            background: rgba(0, 0, 0, 0.0205);
            border: solid 1px #e5e5e5;
            border-radius: 3px;
            font-size: .8em; }
            main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt ul > li span {
              padding: 2px 8px;
              color: #8f95a1; }
          main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt ul + p {
            margin-top: 8px; }
        main.jobarchive_wrapper article .openJobWrap ul._list > li a._card > .__txt p {
          font-size: .8em;
          line-height: 1.5; }
      main.jobarchive_wrapper article .openJobWrap ul._list > li a._card:hover {
        border-color: #0071bc;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        main.jobarchive_wrapper article .openJobWrap ul._list > li a._card:hover > .__txt h2 {
          color: #0071bc;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

article.card {
  padding-top: calc(4.1em + (.615em * 2) + 1em); }
  @media screen and (max-width: 768px) {
    article.card {
      padding-top: calc(4.1em + (100% / 32)); } }
  article.card .card__section.sticky {
    top: calc(4.1em + (.615em * 2) + 1em); }
    @media screen and (max-width: 768px) {
      article.card .card__section.sticky {
        top: calc(4.1em); } }
    article.card .card__section.sticky .wrapper {
      display: flex;
      align-items: center;
      gap: 15px; }
    article.card .card__section.sticky i {
      display: block;
      width: 82px;
      height: 82px; }
      @media screen and (max-width: 768px) {
        article.card .card__section.sticky i {
          width: 51.25px;
          height: 51.25px; } }
    article.card .card__section.sticky h1 {
      font-size: 1.3325em;
      font-weight: 600;
      line-height: 1.64; }
    article.card .card__section.sticky p {
      font-size: .8em; }
  article.card .card__section .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 28);
    max-width: calc(1680px / 32 *28);
    margin: 0 auto;
    padding: 2.05em;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      article.card .card__section .wrapper {
        width: calc(100% / 32 * 31);
        padding: calc(100% / 32 * 1.5); } }
    article.card .card__section .wrapper .__title h1 {
      font-weight: 600;
      font-size: 1.23em; }
    article.card .card__section .wrapper .__title + .card_item {
      margin-top: calc(100% / 31 * 1.5); }
    article.card .card__section .wrapper .card_item h2 {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 8px; }
      article.card .card__section .wrapper .card_item h2::before {
        content: '';
        display: block;
        width: 5px;
        height: 1em;
        border-radius: 1px;
        background: #0071bc; }
    article.card .card__section .wrapper .card_item p {
      font-size: .9em;
      line-height: 1.64; }
    article.card .card__section .wrapper .card_item ul._table {
      border-top: solid 1px #e5e5e5;
      border-left: solid 1px #e5e5e5;
      color: #044672;
      font-size: .9em; }
      article.card .card__section .wrapper .card_item ul._table > li {
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5; }
    article.card .card__section .wrapper .card_item dl._table {
      display: flex;
      flex-wrap: wrap; }
      article.card .card__section .wrapper .card_item dl._table > dt {
        width: 150px;
        padding: .82em;
        border-right: solid 1px #e5e5e5;
        font-weight: 600;
        text-align: center; }
        @media screen and (max-width: 768px) {
          article.card .card__section .wrapper .card_item dl._table > dt {
            width: 60px;
            padding: .615em; } }
      article.card .card__section .wrapper .card_item dl._table > dd {
        flex: 1;
        padding: .82em 2.05em; }
        @media screen and (max-width: 768px) {
          article.card .card__section .wrapper .card_item dl._table > dd {
            padding: .615em 1.025em; } }
        article.card .card__section .wrapper .card_item dl._table > dd i {
          display: block;
          font-size: .8em; }
    article.card .card__section .wrapper .card_item.callus p.phone {
      font-size: 1.5525em; }
      article.card .card__section .wrapper .card_item.callus p.phone a {
        color: #0071bc; }
      article.card .card__section .wrapper .card_item.callus p.phone small {
        font-size: .6em; }
    article.card .card__section .wrapper .card_item ~ .card_item {
      margin-top: 1.435em; }
  article.card .card__section .wrapping {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 28);
    max-width: calc(1680px / 32 *28);
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      article.card .card__section .wrapping {
        width: calc(100% / 32 * 31); } }
  article.card .card__section .loopSlider {
    margin-top: 0; }
  article.card .thumbnail_section .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 28);
    max-width: calc(1680px / 32 *28);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      article.card .thumbnail_section .wrapper {
        width: calc(100% / 32 * 31); } }

/*Add End 2022-10-30*/
@media screen and (max-width: 768px) {
  #lp_purin {
    padding-top: 15vw; } }
#lp_purin * {
  font-family: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
  letter-spacing: 0; }
#lp_purin img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
#lp_purin article {
  background: #dcca70; }
  #lp_purin article * {
    color: #443922; }
  #lp_purin article h1 {
    display: block;
    margin-top: -6.15%;
    text-align: center;
    line-height: 1; }
    #lp_purin article h1 img {
      width: calc(100% / 32 * 30);
      height: auto;
      line-height: 0; }
    #lp_purin article h1 + p {
      text-align: center;
      font-weight: 600;
      font-size: 3.28em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        #lp_purin article h1 + p {
          font-size: 2.05em; } }
  #lp_purin article section {
    position: relative;
    z-index: 15;
    overflow: hidden; }
    #lp_purin article section .wrapper {
      width: calc(100% / 32 * 30);
      margin: 0 auto; }
      #lp_purin article section .wrapper h2 {
        display: flex;
        align-items: center;
        column-gap: 18px;
        margin-bottom: .82em;
        font-size: 3.28em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          #lp_purin article section .wrapper h2 {
            font-size: 2.255em; } }
        #lp_purin article section .wrapper h2 > i {
          display: block;
          width: 1.64em;
          height: .82em; }
    #lp_purin article section.introduction {
      margin-top: calc(100% / 30 * 2); }
      #lp_purin article section.introduction .text_wrapper p.lead {
        font-weight: 700;
        font-size: 4.51em;
        letter-spacing: -0.0205em;
        line-height: 1.3325; }
        @media screen and (max-width: 768px) {
          #lp_purin article section.introduction .text_wrapper p.lead {
            font-size: 2.255em; } }
      #lp_purin article section.introduction .text_wrapper dl {
        margin-top: 5.125em; }
        @media screen and (max-width: 768px) {
          #lp_purin article section.introduction .text_wrapper dl {
            width: calc(100%/30*26);
            margin: 0 auto;
            margin-top: 3.28em; } }
        #lp_purin article section.introduction .text_wrapper dl > dt p {
          margin-bottom: 0.615em;
          font-size: 3.28em;
          font-weight: 600;
          line-height: 1.435; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .text_wrapper dl > dt p {
              font-size: 1.845em; } }
        #lp_purin article section.introduction .text_wrapper dl > dd p {
          max-width: 24.6em;
          font-size: 1.845em; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .text_wrapper dl > dd p {
              font-size: 1.435em; } }
      #lp_purin article section.introduction .introduction_picture {
        position: relative;
        z-index: -1;
        display: block;
        width: calc(100% / 30 * 26);
        margin: 0 auto;
        margin-top: calc(100% / 30 * -4.1);
        padding-top: calc(100% / 30 * 13);
        line-height: 0; }
        @media screen and (max-width: 768px) {
          #lp_purin article section.introduction .introduction_picture {
            margin-top: calc(100% / 30 * 4.1);
            padding-top: calc(100% / 30 * 18); } }
        #lp_purin article section.introduction .introduction_picture .figure1 {
          position: absolute;
          top: 0;
          right: 0;
          width: 50%; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .introduction_picture .figure1 {
              width: 61.5%; } }
        #lp_purin article section.introduction .introduction_picture .figure2 {
          position: absolute;
          top: 82%;
          right: -10%;
          width: 32.8%; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .introduction_picture .figure2 {
              width: 45.1%; } }
        #lp_purin article section.introduction .introduction_picture .figure3 {
          position: absolute;
          top: 49.2%;
          right: 36.8%;
          width: 41%; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .introduction_picture .figure3 {
              right: 45.1%;
              width: 61.5%; } }
        #lp_purin article section.introduction .introduction_picture img {
          display: block;
          border-radius: 3em;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #lp_purin article section.introduction .introduction_picture img {
              border-radius: 18px; } }
      #lp_purin article section.introduction .store {
        display: table;
        border: solid 0.5px;
        border-radius: 18px;
        margin-top: calc(100%/30*2);
        padding: calc(100% / 30 * 1.5) calc(100% / 30 * 2); }
        @media screen and (max-width: 768px) {
          #lp_purin article section.introduction .store {
            margin-top: calc(100%/30*4.1); } }
        #lp_purin article section.introduction .store p {
          font-size: 1.64em; }
          #lp_purin article section.introduction .store p ~ p {
            margin-top: .615em; }
      #lp_purin article section.introduction .banar {
        display: flex;
        background: #fff;
        margin-top: calc(100% / 30 * 3);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        #lp_purin article section.introduction .banar:hover {
          opacity: .7;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        #lp_purin article section.introduction .banar > ._img {
          width: 50%; }
        #lp_purin article section.introduction .banar > ._txt {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          width: 50%;
          padding: calc(50% / 15 * 1.23); }
          #lp_purin article section.introduction .banar > ._txt img {
            width: 100%;
            height: auto; }
          #lp_purin article section.introduction .banar > ._txt p {
            font-size: 2.05em;
            font-weight: 600;
            text-align: center;
            line-height: 1; }
            @media screen and (max-width: 768px) {
              #lp_purin article section.introduction .banar > ._txt p {
                font-size: 1.075em; } }
      #lp_purin article section.introduction footer {
        display: block;
        text-align: center;
        margin-top: calc(100% / 30 * 3);
        margin-bottom: -0.41%; }
        @media screen and (max-width: 768px) {
          #lp_purin article section.introduction footer {
            margin-top: calc(100% / 30 * 5); } }
        #lp_purin article section.introduction footer img {
          width: calc(100% / 32 * 32);
          height: auto;
          line-height: 0;
          filter: brightness(0.5) opacity(0.1); }
    #lp_purin article section.store_information {
      position: relative;
      z-index: 15;
      background: #ffffff; }
  #lp_purin article .slider {
    display: flex;
    align-items: center;
    padding: calc(100% / 16 * 1) 0; }
    @media screen and (max-width: 768px) {
      #lp_purin article .slider {
        padding: calc(100% / 16 * 1) 0; } }
    #lp_purin article .slider .slider__inner {
      display: flex;
      align-items: center; }
      #lp_purin article .slider .slider__inner:first-child {
        animation: loop 180s linear infinite; }
      #lp_purin article .slider .slider__inner:nth-child(2) {
        animation: loop2 180s -120s linear infinite; }
      #lp_purin article .slider .slider__inner:last-child {
        animation: loop3 180s -60s linear infinite; }
      #lp_purin article .slider .slider__inner .slider__item {
        width: 123vw;
        padding: 0 18px; }
        @media screen and (max-width: 768px) {
          #lp_purin article .slider .slider__inner .slider__item {
            padding: 0 9px; } }
        #lp_purin article .slider .slider__inner .slider__item ul {
          display: flex;
          align-items: baseline;
          column-gap: 36px; }
          @media screen and (max-width: 768px) {
            #lp_purin article .slider .slider__inner .slider__item ul {
              column-gap: 18px; } }
          #lp_purin article .slider .slider__inner .slider__item ul > li {
            flex: 1; }
@keyframes loop {
  0% {
    transform: translateX(200%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-200%); } }
@keyframes loop3 {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-300%); } }
