@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0px;
  margin: 0px;
}
body,
input,
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

p {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
}
img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
h1 {
  color: white;
  font-size: 38px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
h2 {
  color: white;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

a:hover {
  opacity: 0.7; /*値は0〜1まで指定可能。0に近いほど透明度が高い。*/
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: white;
}
.navi2 a {
  text-decoration: none;
  color: #000000;
}
HTML {
  scroll-behavior: smooth;
}
.red {
  color: aqua;
}
.hedder {
  width: 990px;
  height: 100px;
  margin: auto;
}
.smallButton {
  float: right;
}

.main {
  width: 100%;
  background-color: #f8f9fc;

  background-image: url("img/mainBack.png");

  background-position: center;
  background-repeat: no-repeat;
}
.mainBox {
  text-align: left;
  width: 980px;
  height: 500px;
  margin: auto;
}
.mainSp {
  width: 100%;
  background-color: #f8f9fc;
  display: none;
}
.mainBoxSp {
  text-align: center;
  width: 100%;
  height: auto;
}
.cvarea {
  width: 100%;
  height: 280px;
  background-color: white;
  text-align: center;
}
.cvarea4 {
  width: 100%;
  height: 280px;
  background-color: #f3f3f3;
  text-align: center;
}
.navi {
  width: 100%;
  height: 50px;
  background-color: #7d88d6;
}

.naviWrap {
  width: 990px;
  height: 50px;
  margin: auto;
  background-color: #7d88d6;
  padding-left: 10px;
}
.naviBox {
  width: 245px;
  height: 50px;
  float: left;
  background-color: #7d88d6;
  text-align: center;
  line-height: 50px;
  color: white;
}
.navi2 {
  width: 100%;
  height: 50px;
  background-color: white;
}
.naviBox2 {
  width: 245px;
  height: 50px;
  float: left;
  background-color: white;
  text-align: center;
  line-height: 50px;
  color: #000000;
}

.naviWrap2 {
  width: 990px;
  height: 50px;
  margin: auto;
  background-color: white;
  padding-left: 10px;
}

.backColor {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
.wrap {
  width: 990px;
  height: 100px;

  margin: auto;
  margin-top: 20px;
}

.wrap2 {
  width: 100%;
  max-width: 990px;
  margin: auto;
}

.wrap3 {
  width: 990px;
  height: 100px;
  line-height: 100px;

  margin: auto;

  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.textCenter {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 2;
}
.centered {
  text-align: center;
  width: 100%;
  margin: auto;
}
.jobGroup {
  width: 990px;
  height: 365px;
  background-color: #f3f3f3;
}
.jobBox {
  width: 320px;
  height: 350px;
  background-color: white;
  float: left;
  margin-right: 15px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.jobBox2 {
  width: 320px;
  height: 350px;
  background-color: white;
  float: left;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.jobInfo {
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: white;
}
.pr {
  display: inline-block;
  height: 35px;
  background-color: red;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.pr2 {
  height: 25px;
  background-color: #ffffff;
  line-height: 25px;
  text-align: center;
  border: solid 1px #000000;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.pr3 {
  display: inline-block;
  height: 35px;
  background-color: #1da692;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.pr4 {
  display: inline-block;
  height: 35px;
  background-color: #f5a537;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.f18 {
  font-size: 18px;
  line-height: 2;
}

.f20 {
  font-size: 20px;
  color: #2a56a8;
}

.f28 {
  font-size: 28px;
  color: #2a56a8;
}

.clear {
  clear: both;
}

.gradation {
  width: 100%;
  height: 240px;
  background-image: url("img/gradation.png");
  padding-top: 30px;
}

.grey {
  width: 100%;
  height: 800px;
  background-color: white;
  padding-top: 50px;
  background-image: url("img/white.png");
  background-position: center;
  background-repeat: no-repeat;
}
.inner {
  width: 990px;
  height: 750px;

  margin: auto;
  padding-top: 0px;
}
.inner2 {
  width: 100%;
  height: 400px;

  margin: auto;
}
.innerBox {
  width: 330px;
  height: 450px;

  float: left;
}

.innerBoxLine {
  width: 330px;
  height: auto;

  float: left;
}
.textWrap {
  width: 300px;
  margin: auto;
  padding-top: 20px;
}

.cvarea2 {
  width: 100%;
  height: auto;

  text-align: center;
  margin-top: 50px;
}
.cvarea3 {
  width: 990px;
  height: 300px;

  text-align: center;
  margin-top: 50px;
  display: none;
}

.buillding {
  width: 100%;
  height: 1000px;
  background-color: blue;
  background-image: url("img/buillding.png");
  padding-top: 120px;
  padding-bottom: 100px;
}
.stepGroup {
  width: 990px;
  height: 590px;

  margin: auto;
  margin-top: 20px;
}

.stepBox {
  width: 240px;
  height: 500px;
  background-color: #6e7fcf;
  float: left;
  margin-right: 10px;
  border-radius: 10px 10px 10px 10px;
}

.stepBoxs {
  width: 240px;
  height: 500px;
  background-color: #6e7fcf;
  float: left;
  margin-right: 10px;
  border-radius: 10px 10px 10px 10px;
  display: block;
}
.stepBox2 {
  width: 240px;
  height: 500px;
  background-color: #6e7fcf;
  float: left;
  margin-right: 0px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 45px;
}
.stepBoxIn {
  width: 210px;
  margin: auto;
  padding-top: 5px;
}

.coronaGroup {
  width: 990px;
  height: 315px;

  margin: auto;
  margin-top: 20px;
}
.coronaBoxLeft {
  width: 650px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.coronaBoxRight {
  width: 300px;
  height: 250px;
  background-color: red;
  float: left;
}

.lineH {
  line-height: 2;
}

.graInner {
  width: 100%px;
  margin: auto;
  text-align: center;
}
.graInnerText {
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
}
/*アコーディオンCSS*/

.accordion {
  margin: 0px;
  width: 100%;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border-bottom: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 2.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
/*アコーディオンCSSここまで*/

.WH {
  color: white;
}

.yellow {
  color: #f6ff00;
  font-weight: bold;
}

.qa {
  line-height: 2 !important;
  margin-top: 10px !important;
}

.cmark {
  font-size: 12px;
  text-align-last: center;
  color: white;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
}

.smallText {
  font-size: 12px;
  text-align: center;
}
.footerLink {
  display: none;
}
.linkBox {
  display: none;
}
.linkBox2 {
  display: none;
}

.footer {
  width: 100%;
  height: 50px;
  background-color: #7d88d6;
}
.spHedder {
  display: none;
}
.hamburgerToggle {
  display: none;
}
.hamburgerMenu {
  display: none;
}
.QAwrap {
  width: 100%;

  padding-top: 40px;
}

.spJob {
  display: none;
}

.spBr {
  display: none;
}

.tabJob {
  display: none;
}

.tbBr {
  display: none;
}
.corona {
  width: 100%;
  max-width: 990px;
  margin: auto;
}
.stepBoxsTb {
  width: 49%;
  height: 550px;
  background-color: #6e7fcf;
  float: left;
  margin-left: 1%;
  margin-top: 1%;
  border-radius: 10px 10px 10px 10px;
  display: none;
}
.stepBox2Tab {
  display: none;
}

/*タブレット用ここから*/
@media (max-width: 990px) {
  .hedder {
    width: 100%;
  }
  .tabGroup {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    margin-top: 2%;
  }
  .tabBox {
    width: 47%;
    height: 400px;
    background-color: white;
    float: left;
    margin-right: 1%;
    margin-left: 2%;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .tabBox2 {
    width: 47%;
    height: 400px;
    background-color: white;
    float: left;
    margin-right: 2%;
    margin-left: 1%;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .jobBox2 {
    width: 320px;
    height: 350px;
    background-color: white;
    float: left;
    border: solid 1px #cccccc;
    box-sizing: border-box;
  }
  .tabInfo {
    width: 90%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: white;
  }
  .tabJob {
    display: block;
  }
  .pcJob {
    display: none;
  }

  .navi {
    width: 100%;
    height: 50px;
    background-color: #7d88d6;
  }

  .naviWrap {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #7d88d6;
    padding-left: 0px;
  }
  .naviBox {
    width: 25%;
    height: 50px;
    float: left;
    background-color: #7d88d6;
    text-align: center;
    line-height: 50px;
    color: white;
  }
  .inner {
    width: 100%;
    height: 750px;

    margin: auto;
    padding-top: 0px;
  }
  .innerBox {
    width: calc(100% / 3); /* 33.3333333…％ */
    height: auto;

    float: left;
  }
  .innerBoxLine {
    width: calc(100% / 3); /* 33.3333333…％ */
    height: auto;

    float: left;
  }
  .textWrap {
    width: 90%;
    margin: auto;
    padding-top: 20px;
  }
  .tbBr {
    display: block;
  }
  .stepGroup {
    width: 96%;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 7%;
  }

  .stepBox {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-right: 1%;
    margin-top: 2%;
    border-radius: 10px 10px 10px 10px;
  }
  .stepBoxs {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-left: 0%;
    margin-top: 1%;
    border-radius: 10px 10px 10px 10px;
    display: none;
  }
  .stepBoxsTb {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    border-radius: 10px 10px 10px 10px;
    display: block;
  }
  .stepBox2 {
    width: 48%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-right: 1%;
    margin-top: 1%;

    border-radius: 10px 10px 10px 10px;
    display: none;
  }

  .stepBox2Tab {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    border-radius: 10px 10px 10px 10px;
    display: block;
  }
  .stepBoxIn {
    width: 80%;
    margin: auto;
    padding-top: 5px;
  }
  .buillding {
    width: 100%;
    height: auto;
    background-color: blue;
    background-image: url("img/buillding.png");
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    overflow: auto;
  }
  .wrap2 {
    width: 100%;
    height: auto;

    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    line-height: 50px;
  }
  .wrap3 {
    width: 100%;
    height: auto;

    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 50px;
  }
  .navi2 {
    width: 100%;
    height: 50px;
    background-color: white;
  }
  .naviBox2 {
    width: 25%;
    height: 50px;
    float: left;
    background-color: white;
    text-align: center;
    line-height: 50px;
    color: #000000;
  }

  .naviWrap2 {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: white;
    padding-left: 10px;
  }
  .coronaGroup {
    width: 96%;
    height: 315px;
    padding-left: 2%;
    padding-right: 2%;
    margin: auto;
    margin-top: 20px;
  }
  .coronaBoxLeft {
    width: 61%;
    height: 250px;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    align-items: center;
  }
  .coronaBoxRight {
    width: 35%;
    height: 250px;
    background-color: red;
    float: left;
  }
  .backColor {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cvarea2 {
    width: 100%;
    height: auto;

    text-align: center;
    margin-top: 10px;
  }
  .grey {
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: 50px;
    background-image: url("img/white.png");
    background-position: center;
    background-repeat: no-repeat;
  }
  .mainBox {
    text-align: left;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .naviBox2 {
    width: 25%;
    height: 50px;
    float: left;
    background-color: white;
    text-align: center;
    line-height: 50px;
    color: #000000;
    font-size: 0.8em;
  }
}
/*タブレット用ここまで*/

/*スマホ用ここから*/
@media (max-width: 767px) {
  .spnone{
    display:none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .wrap {
    max-width: 100%;
    height: auto;
  }
  .naviWrap {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #7d88d6;
    padding-left: 10px;
	display: none;
  }
  .cvarea {
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
  }

  .cvarea2 {
    width: 100%;
    height: auto;

    text-align: center;
    margin-top: 30px;
  }
  .hedder {
    width: 100%;
    height: 100px;

    margin: auto;
  }

  .spHedder {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.6vw 2.5vw 0;
    width: 100%;
    height: 11.3vw;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 8%);
    z-index: 100;
  }
  .spHedder .spHedder-logo {
    margin: 0 24vw 0 0;
    width: 19%;
  }
  .spHedder .spHedder-cvButton {
    display: block;
    width: 40%;
    margin: 0 5% 0 0;
    text-align: center;
  }

  .anker-adjast {
    position: relative;
    top: -13vw;
  }

  .hamburgerToggle {
    display: block;
    position: fixed;
    top: 3vw;
    right: 3.5vw;
    width: 7.4vw;
    height: 5.7vw;
    z-index: 120;
  }
  .hamburgerToggle i {
    display: block;
    width: 100%;
    height: 0.9vw;
    background-color: #656160;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .hamburgerToggle i:nth-child(1) {
    top: 0;
  }
  .hamburgerToggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburgerToggle i:nth-child(3) {
    bottom: 0;
  }
  .hamburgerToggle.js-hamburger-show i:nth-child(1) {
    transform: translateY(2.4vw) rotate(-45deg);
  }
  .hamburgerToggle.js-hamburger-show i:nth-child(2) {
    opacity: 0;
  }
  .hamburgerToggle.js-hamburger-show i:nth-child(3) {
    transform: translateY(-2.3vw) rotate(45deg);
  }

  .hamburgerMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13vw 0 0;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 110;
  }
  .hamburgerMenu.js-hamburger-show {
    opacity: 1;
    visibility: visible;
  }
  .hamburgerMenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hamburgerMenu-item {
    margin: 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #2a56a8;
  }
  .hamburgerMenu-item:first-child {
    border-top: 1px solid #2a56a8;
  }
  .hamburgerMenu-item-a {
    position: relative;
    padding: 4vmin;
    display: block;
    color: #2a56a8;
  }
  .hamburgerMenu-item-a:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 6vw;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #2a56a8 #2a56a8 transparent transparent;
    transform: rotate(135deg);
  }
  body.js-hamburger-show {
    overflow-y: hidden;
  }

  .smallButton {
    float: right;
    display: none;
  }

  .hedder {
    height: 60px;
  }
  .hedder img {
    width: 60%;
  }

  .navi {
    width: 100%;
    height: 50px;
    background-color: #7d88d6;
	display:none;
  }

  .naviWrap {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #7d88d6;
    padding-left: 0px;
  }
  .naviBox {
    width: 50%;
    height: 50px;
    float: left;
    background-color: #7d88d6;
    text-align: center;
    line-height: 50px;
    color: white;
    border: #e4e4e4 solid 1px;
    box-sizing: border-box;
  }
  .textCenter {
    text-align: center;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 2;
  }

  /*求人情報ここから*/

  .jobGroup {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #f3f3f3;
    white-space: nowrap;
    margin-bottom: 10px;
    scrollbar-width: none;
    height:auto;
  }
  .jobBox {
    width: 100%;
    background-color: white;
    float: none;
    margin-right: 0;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    margin-bottom: 2vw;
    display: block;
    height:auto;
  }
  .jobInfo {
    padding: 15px;
    background-color: white;
    white-space: normal;
  }
  .jobDetail{
    margin-top:12px;
    padding-top:17px;
    border-top:#aaa 1px solid;
  }
  .pr {
    display: inline-block;
    height: 35px;
    background-color: red;
    line-height: 35px;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pr2 {
    height: 25px;
    background-color: #ffffff;
    line-height: 25px;
    text-align: center;
    border: solid 1px #000000;
    margin-top: 7px;
    margin-bottom: 7px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pr3 {
    display: inline-block;
    height: 35px;
    background-color: #1da692;
    line-height: 35px;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pr4 {
    display: inline-block;
    height: 35px;
    background-color: #f5a537;
    line-height: 35px;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .backColor {
    background-color: #f3f3f3;
    padding-bottom: 30px;
  }
  /*求人情報ここまで*/

  /*選ばれる理由ここから*/

  .gradation {
    width: 100%;
    height: auto;
    background-image: url("img/gradation_sp.png");
    padding-top: 30px;
  }
  .graInner {
    width: 96%;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 15px;
  }

  h1 {
    color: white;
    font-size: 1.7em;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
  }

  .inner2 {
    width: 100%;
    height: auto;

    margin: auto;
  }
  .innerBox {
    width: 100%;
    height: auto;

    float: left;
  }
  .innerBoxLine {
    width: 100%;
    height: auto;

    float: left;
    border-top: solid 1px #cccccc;
    margin-top: 40px;
    padding-top: 10px;
  }
  .grey {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding-top: 15px;
  }
  .inner {
    width: 100%;
    height: auto;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    padding-top: 15px;
  }
  .f18 {
    font-size: 1em;
    line-height: 1.5;
  }
  /*就業開始までの流れ*/
  .buillding {
    width: 100%;
    height: auto;

    background-image: none;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .stepGroup {
    width: 96%;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }

  .stepBox {
    width: 96%;
    height: auto;
    background-color: #6e7fcf;
    float: none;
    border-radius: 10px 10px 10px 10px;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .stepBoxs {
    width: 96%;
    height: auto;
    background-color: #6e7fcf;
    float: none;
    border-radius: 10px 10px 10px 10px;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .stepBox2 {
    width: 96%;
    height: auto;
    background-color: #6e7fcf;
    float: none;
    margin-right: 0px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }
  .stepBoxIn {
    width: 96%;
    margin: auto;
    padding-top: 5px;
  }

  .wrap {
    width: 100%;
    height: auto;

    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .coronaGroup {
    width: 100%;
    height: auto;

    margin: auto;
    margin-top: 10px;
  }
  .coronaBoxLeft {
    width: 96%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    align-items: center;
  }
  .coronaBoxRight {
    width: 100%;
    height: auto;
    background-color: red;
    float: left;
    margin-top: 15px;
  }
  .wrap2 {
    width: 100%;
  }

  .wrap3 {
    width: 100%;
    height: auto;

    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 50px;
  }
  .accordion {
    margin: 0px;
    max-width: 100vw;
  }

  .navi2 {
    width: 100%;
    height: 50px;
    background-color: white;
    display: none;
  }

  .spcenter {
    text-align: center;
  }

  .main {
    display: none;
  }
  .mainSp {
    display: block;
    padding-top: 12vw;
  }

  .smallText {
    font-size: 12px;
    text-align: left;
  }
  .f18 {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
  }
  .textWrap {
    width: 95%;
    margin: auto;
  }
  .scroll {
    margin: 0 auto;
    padding: 0;
    width: 90%; /* コンテンツが見切れて見えるようにする */
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
  }
  .pcBr {
    display: none;
  }
  .footerLink {
    width: 100%;
    height: 200px;
    background-color: aqua;
    display: block;
  }
  .linkBox {
    width: 96%;
    height: 50px;
    background-color: #6e7fcf;
    line-height: 50px;
    font-size: 0.8em;
    display: block;
    color: white;
    padding-left: 4%;
  }
  .linkBox2 {
    width: 96%;
    height: 50px;
    background-color: #9da5e3;
    line-height: 50px;
    font-size: 0.8em;
    display: block;
    color: white;
    padding-left: 4%;
  }

  .cmark {
    font-size: 0.6em;
    text-align-last: center;
    color: white;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
  }
  .smallText {
    font-size: 12px;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
  }
  .textCenter {
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .navi {
    width: 100%;
    height: 50px;
    background-color: #7d88d6;
    display: none;
  }
  .cvarea3 {
    width: 100%;
    height: auto;

    text-align: center;
    margin-top: 30px;
    display: block;
  }

  .hedder {
    display: none;
  }
  .QAwrap {
    width: 100%;

    padding-top: 0px;
  }
  .spJob {
    display: block;
  }
  .pcJob {
    display: none;
  }

  ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }

  .spBr {
    display: block;
  }
  .tabJob {
    display: none;
  }
  .tbBr {
    display: none;
  }
  .backColor {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cvarea4 {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    text-align: center;
    padding-bottom: 30px;
  }
  .stepBoxsTb {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    border-radius: 10px 10px 10px 10px;
    display: none;
  }
  .stepBox2Tab {
    width: 49%;
    height: 550px;
    background-color: #6e7fcf;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    border-radius: 10px 10px 10px 10px;
    display: none;
  }
  .QAwrap {
    width: 100%;
    padding-top: 10%;
  }
}
/*スマホ用ここまで*/
