@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 300;
  color: #000000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}
body main {
  overflow: hidden;
  background-color: #fff;
}

a {
  color: #000000;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

.ctaBtn {
  text-align: center;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.ctaBtn a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#mv {
  position: relative;
}
#mv .ctaBtn {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

#onayamikaiketsu {
  text-align: center;
}
#onayamikaiketsu .onayami {
  position: relative;
  z-index: 2;
}
#reason h2 {
  text-align: center;
}
#reason .reasonWrap .pointList .pointItem .pointText .point {
  display: inline-block;
  position: absolute;
  font-weight: 900;
}
#reason .reasonWrap .pointList .pointItem .pointText h3 {
  font-weight: 900;
  letter-spacing: 0.01em;
}
#reason .reasonWrap .pointList .pointItem .pointText h3 span {
  color: #e5550f;
}
#reason .reasonWrap .pointList .pointItem .pointText p span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ffff43 50%);
}

#case h2 {
  text-align: center;
}
#voice h2 {
  text-align: center;
}
#voice .voiceList .voiceItem {
  background-color: #fff;
  position: relative;
}
#voice .voiceList .voiceItem .name {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background-color: #003c9b;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
#voice .voiceList .voiceItem h3 {
  font-weight: 900;
  text-align: center;
}
#voice .voiceList .voiceItem .voiceTextWrap .voiceText h4 {
  text-align: center;
}
#voice .voiceList .voiceItem .voiceTextWrap figure {
  text-align: center;
}

#flow h2 {
  text-align: center;
  position: relative;
  z-index: 3;
}
#flow .ctaBtn {
  position: relative;
  z-index: 2;
}
#flow .flowList {
  position: relative;
  z-index: 2;
}
#flow .flowList li {
  background-color: #fff;
}
#flow .flowList li figure {
  text-align: center;
}

#qa .qaList {
  font-weight: 700;
}
#qa .qaList > div dt {
  background-color: #fff;
  position: relative;
}
#qa .qaList > div dd {
  background-color: #ffbf2f;
  position: relative;
  display: none;
}

#form input[type="radio"],
#form input[type="checkbox"] {
  display: none;
}
#form input[type="radio"] + label,
#form input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
}
#form input[type="radio"] + label::before,
#form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #919191;
  border-radius: 50%;
  background-color: #fff;
}
#form input[type="radio"] + label::after,
#form input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e5550f;
  opacity: 0;
  transition: opacity 0.2s;
}
#form input[type="radio"]:checked + label::after,
#form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
#form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffc067;
  background: linear-gradient(
    90deg,
    rgb(255, 192, 103) 0%,
    rgb(233, 110, 51) 100%
  );
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
}
#form button.loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    background: rgb(255, 192, 103);
  }
  50% {
    background: rgb(233, 110, 51);
  }
  100% {
    background: rgb(255, 192, 103);
  }
}

#form .formBtn {
  margin: 30px auto 0;
  max-width: 280px;
  position: relative;
}
#form .formBtn:before {
  content: "";
  display: inline-block;
  background: url(../images/btn_arrow.png) no-repeat center/cover;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 25px;
  top: calc(50% - 13px);
}
#form .formBtn.submit:before {
  content: none;
}
#form .formBtn button:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#form input[type="text"] {
  border: 1px solid #919191;
  border-radius: 5px;
  padding: 5px 10px;
}
#form input[type="text"]::-moz-placeholder {
  color: #cecece;
}
#form input[type="text"]::placeholder {
  color: #cecece;
}
#trajobInfo {
  background: #74caff;
  background: linear-gradient(
    180deg,
    rgb(116, 202, 255) 0%,
    rgb(0, 138, 236) 100%
  );
}
#oubo {
  background-color: #65c4ff;
}
#oubo h2 {
  text-align: center;
  font-weight: 900;
  color: #003c9b;
}
#oubo .line {
  text-align: center;
}
#oubo .award {
  text-align: center;
}
#oubo .ouboFlowList {
  background-color: #fff;
}
#oubo .ouboFlowList > li h3 {
  text-align: center;
  font-weight: 900;
  color: #003c9b;
}
#oubo .ouboFlowList > li ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#oubo .ouboFlowList > li ul li:before {
  content: "●";
}

#privacy {
  background-color: #65c4ff;
}
#privacy h2 {
  text-align: center;
  font-weight: 900;
  color: #003c9b;
}
.fixedBnr {
  position: fixed !important;
  z-index: 999;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0;
  visibility: hidden;
}
.fixedBnr a {
  display: inline-block;
}
.fixedBnr.active {
  opacity: 1;
  visibility: visible;
}

.privacy {
  text-align: center;
}
.privacy a {
  color: #fff;
  text-decoration: underline;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    max-width: 430px;
    margin: 0 auto;
    font-size: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(101, 196, 255, 0.6);
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .ctaBtn {
    position: relative;
  }
  .ctaBtn a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 3s infinite;
  }
  .ctaBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/cta_btn_sp_kazari.png) no-repeat center/cover;
    width: 165px;
    height: 31px;
    position: absolute;
    top: -12px;
    left: calc(50% - 83px);
  }
  .fixedBnr.ctaBtn:after {
    display: none;
  }
  #mv figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 750/1336;
  }
  #mv .ctaBtn {
    bottom: 6px;
  }
  #onayamikaiketsu .onayami img {
    width: 100%;
  }
  #onayamikaiketsu .kaiketsu {
    margin-top: -146px;
  }
  #reason {
    background: url(../images/reason_bg_sp.png) no-repeat bottom center/cover;
    padding: 70px 0 45px;
    margin-top: -40px;
  }
  #reason .ctaBtn {
    margin-top: 30px;
  }
  #reason h2 img {
    max-width: 262px;
  }
  #reason .reasonWrap .pointList {
    margin-top: 60px;
  }
  #reason .reasonWrap .pointList .pointItem {
    background-color: #fff;
    padding: 20px;
    position: relative;
  }
  #reason .reasonWrap .pointList .pointItem + .pointItem {
    margin-top: 70px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) figure {
    right: 20px;
    top: -50px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) .point {
    left: 0;
    top: -39px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) figure {
    left: 20px;
    top: -50px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) h3 {
    text-align: right;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) .point {
    right: 0;
    top: -39px;
  }
  #reason .reasonWrap .pointList .pointItem figure {
    width: 140px;
    position: absolute;
  }
  #reason .reasonWrap .pointList .pointItem .pointText h3 {
    font-size: 25px;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
      2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff,
      2px 0 0 #fff;
  }
  #reason .reasonWrap .pointList .pointItem .pointText p {
    font-size: 17px;
    margin-top: 10px;
  }
  #case {
    padding: 15px 0 15px;
  }
  #voice {
    margin-top: -65px;
    background: url(../images/voice_bg_sp.png) no-repeat center/cover;
    padding-bottom: 60px;
  }
  #voice .ctaBtn {
    margin-top: 40px;
  }
  #voice .voiceList {
    padding: 0 20px;
    margin-top: 20px;
  }
  #voice .voiceList .slick-list {
    padding-top: 41px;
  }
  #voice .voiceList .slick-track {
    display: flex;
  }
  #voice .voiceList .slick-slide {
    height: auto !important;
  }
  #voice .voiceList .slick-slide > div {
    height: 100%;
    margin: 0 5px;
  }
  #voice .voiceList .prev-arrow,
  #voice .voiceList .next-arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/slide_arrow.png) no-repeat center/cover;
    position: absolute;
    z-index: 10;
  }
  #voice .voiceList .prev-arrow {
    left: 13px;
    top: calc(50% - 13px);
  }
  #voice .voiceList .next-arrow {
    right: 13px;
    top: calc(50% - 13px);
    transform: scale(-1, 1);
  }
  #voice .voiceList .dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #voice .voiceList .dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  #voice .voiceList .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #voice .voiceList .dots-wrap li.slick-active {
    background: #003c9b;
  }
  #voice .voiceList .voiceItem {
    border-radius: 0 0 20px 20px;
    padding-bottom: 30px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    margin: 0 5px;
  }
  #voice .voiceList .voiceItem .name {
    font-size: 25px;
    padding: 8px 20px;
  }
  #voice .voiceList .voiceItem .name span {
    font-size: 18px;
  }
  #voice .voiceList .voiceItem h3 {
    font-size: 20px;
    padding: 15px 10px 5px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap {
    padding: 20px 20px 0px;
    background: url(../images/note_line.png) repeat-y;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  #voice .voiceList .voiceItem .voiceTextWrap:before {
    content: "";
    display: block;
    background: url(../images/note_line_top.png) no-repeat top/cover;
    height: 6px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #voice .voiceList .voiceItem .voiceTextWrap:after {
    content: "";
    display: block;
    background: url(../images/note_line_bottom.png) no-repeat top/cover;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #voice .voiceList .voiceItem .voiceTextWrap .voiceText h4 img {
    margin: 0 auto;
  }
  #voice .voiceList .voiceItem .voiceTextWrap .voiceText p {
    margin-top: 20px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap figure {
    margin-top: 20px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap figure img {
    margin: 0 auto;
    max-width: 199px;
  }
  #flow {
    padding: 30px 20px 40px;
  }
  #flow .flowList {
    margin-top: -14px;
  }
  #flow .flowList li {
    padding-bottom: 40px;
    position: relative;
  }
  #flow .flowList li:not(:last-of-type):before {
    content: "";
    display: inline-block;
    background: url(../images/dot_line_tate.svg) repeat-y;
    width: 5px;
    height: calc(100% - 90px);
    position: absolute;
    left: 18px;
    top: 70px;
  }
  #flow .flowList li p {
    padding: 15px 0px 0 40px;
  }
  #flow .flowList li figure {
    padding: 0 0px 0 40px;
    margin-top: 15px;
  }
  #flow .flowList li figure img {
    max-width: 80%;
  }
  #qa .qaWrap {
    padding: 10px 18px 40px;
    background: url(../images/qa_bg_sp.png) repeat top center;
  }
  #qa h2 {
    text-align: center;
    background: url(../images/qa_bg_top_sp.png) no-repeat top center;
    height: 183px;
    padding-top: 10px;
    background-size: 100% auto;
  }
  #qa h2 img {
    max-width: 298px;
  }
  #qa .qaList > div + div {
    margin-top: 20px;
  }
  #qa .qaList > div dt {
    padding: 15px 45px 15px 60px;
    font-size: 21px;
    text-align: center;
    cursor: pointer;
    line-height: 1.3;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #qa .qaList > div dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: url(../images/qus.png) no-repeat center/cover;
    width: 56px;
    height: 55px;
  }
  #qa .qaList > div dt:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 0px;
    border-bottom: solid 4px #77522a;
    border-right: solid 4px #77522a;
    transform: rotate(45deg);
    position: absolute;
    right: calc(50% - 15px);
    bottom: -5px;
    z-index: 2;
  }
  #qa .qaList > div dt.open:after {
    border-bottom: none;
    border-right: none;
    border-top: solid 4px #77522a;
    border-left: solid 4px #77522a;
    bottom: -20px;
  }
  #qa .qaList > div dd {
    font-size: 16px;
    padding: 20px 20px 20px 65px;
  }
  #qa .qaList > div dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: url(../images/ans.png) no-repeat center/cover;
    width: 56px;
    height: 55px;
  }
  #form input[type="radio"] + label::before,
  #form input[type="checkbox"] + label::before {
    top: 4px;
  }
  #form input[type="radio"] + label::after,
  #form input[type="checkbox"] + label::after {
    top: 8px;
  }
  #form .formWrap {
    background-image: url(../images/orange_line.png),
      url(../images/orange_line.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100% 4px;
    padding: 4px 0;
  }
  #form .formWrap .formCont {
    padding: 20px 17px 50px;
  }
  #form .formWrap .touroku_1minutes {
    display: none;
  }
  #form .formWrap .formTitle {
    background: #ffb112;
    background: linear-gradient(
      180deg,
      rgb(255, 177, 18) 0%,
      rgb(255, 245, 145) 100%
    );
    padding: 20px 10px;
    text-align: center;
  }
  #form .formWrap dl > div + div {
    margin-top: 15px;
  }
  #form .formWrap dl > div > dt {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    font-weight: bold;
  }
  #form .formWrap dl > div > dt span {
    color: #fff;
    display: inline-block;
    background-color: #e5550f;
    flex: none;
    padding: 4px 13px;
  }
  #form .formWrap dl > div > dd {
    margin-top: 10px;
  }
  #form .formWrap dl > div > dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  #trajobInfo {
    padding-bottom: 30px;
  }
  #trajobInfo .tgrajobInfoBox .trajob {
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 20px 20px;
    max-width: 314px;
    margin: 0 auto;
    padding: 20px 20px 15px;
  }
  #trajobInfo .tgrajobInfoBox dl {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
  }
  #trajobInfo .tgrajobInfoBox dl > div + div {
    margin-top: 10px;
  }
  #oubo {
    padding: 35px 20px;
  }
  #oubo h2 {
    padding-top: 35px;
    position: relative;
  }
  #oubo h2:before {
    content: "";
    display: inline-block;
    background: url(../images/daiya_line_sp.svg) no-repeat center/cover;
    width: 214px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: calc(50% - 107px);
  }
  #oubo h2 + p {
    text-align: center;
    margin-top: 20px;
  }
  #oubo .line {
    margin-top: 20px;
  }
  #oubo .line img {
    max-width: 216px;
  }
  #oubo .line + p {
    margin-top: 10px;
    text-align: center;
  }
  #oubo .award {
    margin-top: 20px;
  }
  #oubo .ouboFlow {
    margin-top: 40px;
  }
  #oubo .ouboFlowList {
    margin-top: 40px;
  }
  #oubo .ouboFlowList > li {
    padding: 30px 20px;
    background: url(../images/dot_line.png) repeat-x top;
    position: relative;
  }
  #oubo .ouboFlowList > li .num {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: calc(50% - 17px);
  }
  #oubo .ouboFlowList > li h3 {
    font-size: 21px;
  }
  #oubo .ouboFlowList > li h3 + p {
    margin-top: 15px;
  }
  #oubo .ouboFlowList > li ul {
    margin-top: 20px;
  }
  #privacy {
    padding: 35px 20px;
  }
  #privacy h2 {
    font-size: 24px;
  }
  #privacy h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  #privacy p {
    margin-top: 15px;
  }
  .privacy {
    margin-top: 20px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .ctaBtn {
    padding: 23px 0 27px;
  }
  .ctaBtn a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 3s infinite;
  }
  .ctaBtn a:hover {
    opacity: 0.5;
  }
  #mv figure img {
    width: 100%;
    height: 699px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mv .ctaBtn {
    bottom: -18px;
  }
  #onayamikaiketsu .kaiketsu {
    margin-top: -320px;
  }
  #reason {
    max-width: 1000px;
    margin: 0 auto;
  }
  #reason h2 {
    background: url(../images/reason__title_bg.png) no-repeat center/cover;
    padding: 11px 0;
  }
  #reason .reasonWrap {
    background: url(../images/reason_bg_pc.png) no-repeat center bottom/cover;
    padding: 96px 0 70px;
  }
  #reason .reasonWrap .pointList {
    max-width: 850px;
    margin: 0 auto 25px;
  }
  #reason .reasonWrap .pointList .pointItem {
    display: flex;
    align-items: center;
  }
  #reason .reasonWrap .pointList .pointItem + .pointItem {
    margin-top: 40px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(1) figure img {
    max-width: 344px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(4) figure img {
    max-width: 345px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) .pointText {
    padding: 30px 30px 30px 95px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) figure {
    margin-right: -95px;
    text-align: right;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) .point {
    right: 0;
    top: -48px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(odd) h3 {
    text-align: right;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) .pointText {
    padding: 30px 95px 30px 30px;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) figure {
    margin-left: -95px;
    text-align: left;
  }
  #reason .reasonWrap .pointList .pointItem:nth-of-type(even) .point {
    left: 0;
    top: -48px;
  }
  #reason .reasonWrap .pointList .pointItem figure {
    width: calc(40% + 100px);
    position: relative;
    z-index: 2;
  }
  #reason .reasonWrap .pointList .pointItem .pointText {
    width: 60%;
    background-color: #fff;
    position: relative;
  }
  #reason .reasonWrap .pointList .pointItem .pointText h3 {
    font-size: 31px;
  }
  #reason .reasonWrap .pointList .pointItem .pointText p {
    margin-top: 15px;
  }
  #case {
    padding: 30px 0 90px;
    background: url(../images/case_bg.png) no-repeat center;
  }
  #case .caseList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    max-width: 1000px;
    margin: -54px auto 0;
  }
  #case .caseList li:nth-of-type(1) {
    width: calc(50% - 10px);
  }
  #case .caseList li:nth-of-type(2) {
    width: calc(50% - 10px);
  }
  #case .caseList li:nth-of-type(3) img {
    max-width: 810px;
  }
  #voice {
    background: url(../images/voice_bg_pc.png) no-repeat center/cover;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #voice .ctaBtn {
    margin-top: 10px;
  }
  #voice .voiceList {
    display: flex;
    padding: 0 30px;
    gap: 25px;
    margin-top: 30px;
  }
  #voice .voiceList .voiceItem {
    border-radius: 0 0 20px 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  #voice .voiceList .voiceItem .name {
    font-size: 25px;
    padding: 8px 20px;
  }
  #voice .voiceList .voiceItem .name span {
    font-size: 18px;
  }
  #voice .voiceList .voiceItem h3 {
    font-size: 20px;
    padding: 15px 10px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    background: url(../images/note_line.png) repeat-y;
    position: relative;
  }
  #voice .voiceList .voiceItem .voiceTextWrap:before {
    content: "";
    display: block;
    background: url(../images/note_line_top.png) no-repeat top;
    height: 6px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #voice .voiceList .voiceItem .voiceTextWrap:after {
    content: "";
    display: block;
    background: url(../images/note_line_bottom.png) no-repeat top;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #voice .voiceList .voiceItem .voiceTextWrap .voiceText p {
    margin-top: 20px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap figure {
    margin-top: 20px;
  }
  #voice .voiceList .voiceItem .voiceTextWrap figure img {
    max-width: 199px;
  }
  #flow {
    padding: 40px 0 50px;
    position: relative;
  }
  #flow:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 165px);
    background-color: #fef2d2;
    position: absolute;
    top: 165px;
    left: 0;
  }
  #flow .ctaBtn {
    margin-top: 20px;
  }
  #flow .flowList {
    max-width: 1000px;
    margin: 55px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 55px 30px;
  }
  #flow .flowList li {
    width: calc(50% - 15px);
    padding-bottom: 25px;
  }
  #flow .flowList li h3 {
    transform: translateY(-50%);
  }
  #flow .flowList li p {
    padding: 0 30px;
  }
  #flow .flowList li figure {
    margin-top: 20px;
    padding: 0 30px;
  }
  #qa {
    margin-top: 50px;
  }
  #qa .qaWrap {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../images/qa_bg_pc.png) repeat top center;
  }
  #qa h2 {
    text-align: center;
    background: url(../images/qa_bg_top_pc.png) no-repeat top center;
    height: 192px;
    padding-top: 20px;
  }
  #qa .qaList {
    max-width: 736px;
    margin: 0 auto;
  }
  #qa .qaList > div + div {
    margin-top: 30px;
  }
  #qa .qaList > div dt {
    padding: 11px 50px 11px 65px;
    font-size: 22px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
  }
  #qa .qaList > div dt:before {
    content: "";
    background: url(../images/qus_pc.png) no-repeat center/cover;
    width: 59px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: calc(50% - 30px);
  }
  #qa .qaList > div dt:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 0px;
    border-bottom: solid 4px #77522a;
    border-right: solid 4px #77522a;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 13px);
    right: 20px;
  }
  #qa .qaList > div dt.open:after {
    border-bottom: none;
    border-right: none;
    border-top: solid 4px #77522a;
    border-left: solid 4px #77522a;
    top: calc(50% - 6px);
  }
  #qa .qaList > div dt:hover {
    opacity: 0.4;
  }
  #qa .qaList > div dd {
    padding: 15px 20px 15px 80px;
  }
  #qa .qaList > div dd:before {
    content: "";
    background: url(../images/ans_pc.png) no-repeat center/cover;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 23px;
    top: 22px;
  }
  #form {
    padding: 95px 0 90px;
    background-image: url(../images/touroku_bg.png),
      url(../images/touroku_bg_2.png);
    background-repeat: no-repeat;
    background-position: left top 30px, right top 30px;
  }
  #form .formBtn {
    transition: 0.3s;
  }
  #form .formBtn:hover {
    opacity: 0.5;
  }
  #form .formWrap {
    max-width: 736px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffc067;
    background: linear-gradient(
      180deg,
      rgb(255, 192, 103) 0%,
      rgb(233, 110, 51) 100%
    );
    padding: 5px;
    position: relative;
  }
  #form .formWrap .formWrapInner {
    background-color: #fff;
    border-radius: 16px;
  }
  #form .formWrap .formCont {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 30px;
  }
  #form .formWrap .touroku_1minutes {
    position: absolute;
    left: 30px;
    top: -23px;
  }
  #form .formWrap .formTitle {
    background: #ffb112;
    background: linear-gradient(
      180deg,
      rgb(255, 177, 18) 0%,
      rgb(255, 245, 145) 100%
    );
    border-radius: 16px 16px 0 0;
    padding: 35px 30px 20px 20px;
  }
  #form .formWrap dl > div + div {
    margin-top: 25px;
  }
  #form .formWrap dl > div > dt {
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    font-weight: bold;
  }
  #form .formWrap dl > div > dt span {
    color: #fff;
    display: inline-block;
    background-color: #e5550f;
    flex: none;
    padding: 3px 13px;
  }
  #form .formWrap dl > div > dd {
    margin-top: 10px;
  }
  #form .formWrap dl > div > dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  #trajobInfo {
    padding: 54px 0;
  }
  #trajobInfo .tgrajobInfoBox {
    background-color: #fff;
    margin: 0 auto;
    max-width: 650px;
    padding: 15px 65px 30px;
  }
  #trajobInfo .tgrajobInfoBox dl {
    font-size: 16px;
  }
  #trajobInfo .tgrajobInfoBox dl > div {
    display: flex;
    gap: 5px;
  }
  #trajobInfo .tgrajobInfoBox dl > div + div {
    margin-top: 5px;
  }
  #oubo {
    padding: 60px 0;
  }
  #oubo h2 {
    font-size: 33px;
  }
  #oubo h2 + p {
    text-align: center;
    margin-top: 20px;
  }
  #oubo .line {
    margin-top: 30px;
  }
  #oubo .line + p {
    margin-top: 20px;
    text-align: center;
  }
  #oubo .award {
    margin-top: 30px;
  }
  #oubo .ouboFlow {
    margin-top: 40px;
    padding-top: 60px;
    position: relative;
  }
  #oubo .ouboFlow:before {
    content: "";
    display: inline-block;
    background: url(../images/daiya_line_pc.svg) no-repeat center/cover;
    width: 357px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 178px);
  }
  #oubo .ouboFlowList {
    max-width: 736px;
    margin: 50px auto 0;
  }
  #oubo .ouboFlowList > li {
    padding: 40px 50px;
    background: url(../images/dot_line.png) repeat-x top;
    position: relative;
  }
  #oubo .ouboFlowList > li .num {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: calc(50% - 17px);
  }
  #oubo .ouboFlowList > li h3 {
    font-size: 26px;
  }
  #oubo .ouboFlowList > li h3 + p {
    font-size: 20px;
    margin-top: 20px;
  }
  #oubo .ouboFlowList > li ul {
    margin-top: 20px;
  }
  #privacy {
    padding: 60px 100px;
  }
  #privacy h2 {
    font-size: 33px;
  }
  #privacy h3 {
    font-size: 20px;
    margin-top: 50px;
  }
  #privacy p {
    margin-top: 20px;
  }
  .privacy {
    margin-top: 30px;
  }
  .privacy a:hover {
    text-decoration: none;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
