@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 9px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  html {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before, [dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before, [dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes toLeft {
  0% {
    left: 0px;
  }
  100% {
    left: 100%;
  }
}

@keyframes t1Txt {
  0% {
    height: 0px;
  }
  100% {
    height: 326px;
  }
}

@keyframes t2Txt {
  0% {
    height: 0px;
  }
  100% {
    height: 260px;
  }
}

@keyframes t3Txt {
  0% {
    height: 0px;
  }
  100% {
    height: 360px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

@keyframes a1Txt {
  0% {
    width: 0px;
  }
  100% {
    width: 500px;
  }
}

@keyframes a2Txt {
  0% {
    width: 0px;
  }
  100% {
    width: 260px;
  }
}

@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fadeUp {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .animated2.infinite, .animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
a:hover {
  opacity: .7;
}

.pageAbout .navAbout, .pageService .navService, .pageCompany .navCompany, .pageRecruit .navRecruit, .pageCorporation .navCorporation {
  border-bottom: 2px solid #ff491a;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 35px;
  background-color: white;
  box-sizing: border-box;
}

.l-header h1 {
  display: flex;
  align-items: center;
}

.l-header h1 .img {
  width: 217px;
}

.l-header h1 .txt {
  font-size: 1.3rem;
  margin-left: 15px;
}

.l-header .spBtn {
  position: absolute;
  right: 3vw;
  width: 10vw;
  height: 8vw;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.l-header .spBtn em {
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
  transition: .3s;
}

.l-header .spBtn.on {
  z-index: 70;
}

.l-header .spBtn.on em {
  background-color: #FFF;
}

.l-header .spBtn.on em:nth-of-type(1) {
  transform: rotate(45deg);
  top: 4vw;
}

.l-header .spBtn.on em:nth-of-type(2) {
  opacity: 0;
}

.l-header .spBtn.on em:nth-of-type(3) {
  top: -4vw;
  transform: rotate(-45deg);
}

.l-header .spBtn.on + nav {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-header .spBtn.on + nav ul {
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10vw;
}

.l-header .spBtn.on + nav ul li {
  margin: 1em 0;
}

.l-header .spBtn.on + nav ul a {
  color: #FFF;
  font-size: 2rem;
}

.l-header nav ul {
  display: flex;
  align-items: center;
}

.l-header nav ul li {
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header nav ul li {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .l-header nav ul li:hover .menuIn {
    display: block;
  }
}

.l-header nav ul li .menuIn {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  top: 1.5em;
}

@media screen and (max-width: 767px) {
  .l-header nav ul li .menuIn {
    background-color: transparent;
    padding: 0 1em;
    position: static;
    margin: 0 1em;
    text-align: center;
  }
  .l-header nav ul li .menuIn.show {
    display: block;
  }
  .l-header nav ul li .menuIn li {
    font-size: 1.4rem;
  }
}

.l-header nav ul li .menuIn ul {
  margin: 0;
  display: block;
  padding: 1.2em;
}

.l-header nav ul li .menuIn ul li {
  margin: 0;
}

.l-header nav ul li .menuIn ul li + li {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
}

.l-header nav ul li a.contact {
  background-color: #ff491a;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  height: 43px;
  width: 150px;
  justify-content: center;
}

.l-header nav ul li a.contact:after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow.svg");
  position: absolute;
  width: 17px;
  height: 6px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 3vw 4vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header h1 {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-header h1 .img {
    width: 50vw;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .l-header h1 .txt {
    font-size: 1.1rem;
    margin: 1vw 0 0 0;
  }
  .l-header h1 .txt br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header .spBtn {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .l-header .spBtn.on + nav ul a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav {
    display: none;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
  }
}

@media screen and (max-width: 1200px) {
  .l-header nav ul li {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav ul li a.contact {
    width: 80vw;
    margin-top: 3vw;
    height: 14vw;
  }
}

.l-totop {
  position: sticky;
  left: calc(100% - 80px);
  display: none;
  width: 50px;
  margin-top: 15px;
  height: 50px;
  bottom: 15px;
  transition: .3s;
  opacity: 0;
}

.l-totop.show {
  opacity: 1;
}

.l-footer {
  text-align: center;
  font-size: 1.2rem;
  padding: 50px;
  border-top: 1px solid #CCC;
}

.l-footer .footLogo {
  width: 220px;
  margin: 0 auto;
}

.l-footer p {
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-footer address {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.4rem;
  }
}

.sList {
  padding-left: 1.5em;
}

.sList li {
  font-size: 2rem;
  list-style: decimal;
}

.sList li + li {
  margin-top: .8em;
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"], input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"], input[type="password"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus, input[type="password"]:focus {
  border-color: #aaa;
}

textarea:focus {
  border-color: #aaa;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder, input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder, input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="text"] {
  padding: 8px 16px;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

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

.u-btnBox p {
  font-weight: bold;
  font-size: 2.4rem !important;
}

.u-btnBox a {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50px;
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: .7em 0;
  max-width: 500px;
  width: 90%;
  margin: 15px auto 0 auto;
}

.u-btnBox a small {
  font-size: 60%;
}

@media screen and (max-width: 767px) {
  .u-btnBox a small {
    display: block;
  }
}

.u-chk1 {
  display: block;
}

.u-chk1 input {
  display: none;
}

.u-chk1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-chk1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/chk1_off.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 2px 8px 0 0;
}

.u-chk1 .wrap .txt {
  width: 100%;
}

.u-chk1 input:checked + .wrap {
  color: #00f;
}

.u-chk1 input:checked + .wrap:before {
  background-image: url("../img/chk1_on.svg");
}

.u-rdo1 {
  display: block;
}

.u-rdo1 input {
  display: none;
}

.u-rdo1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-rdo1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/rdo1_off.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 4px 6px 0 0;
}

.u-rdo1 .wrap .txt {
  width: 100%;
}

.u-rdo1 input:checked + span {
  color: #00f;
}

.u-rdo1 input:checked + span:before {
  background-image: url("../img/rdo1_on.svg");
}

button {
  font-family: inherit;
  cursor: pointer;
}

.u-selectWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

.u-selectWrap:after {
  display: block;
  background: url("../img/icon_arrow_down_gry.svg") 0 0 no-repeat;
  width: 16px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.u-selectWrap select {
  width: 100%;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
}

.u-selectWrap select.ph {
  color: #ccc;
  opacity: 1;
}

.u-selectWrap select option {
  color: #ccc;
}

.u-btnDl {
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  background-color: #FFF;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  border: 3px solid #ff491a;
  color: #ff491a;
  height: 2.3em;
  margin-top: 1em;
  align-items: center;
}

.u-formBox1 input[type="text"] {
  width: 100%;
}

.u-formBox1 textarea {
  width: 100%;
  height: 132px;
}

.u-formBox1 .partInput .item dt:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

.u-formBox1 .partInput .item dt span {
  margin-right: 16px;
  font-size: 2.0rem;
  font-weight: 700;
}

.u-formBox1 .partInput .item dt.required:after {
  content: "必須";
  background-color: #f00;
}

.u-formBox1 .partInput .item dt.optional:after {
  content: "任意";
  background-color: #ccc;
}

.u-formBox1 .partInput .item dd {
  margin-top: 16px;
  font-size: 1.6rem;
}

.u-formBox1 .partInput .item dd .desc {
  margin-bottom: 16px;
  color: #ccc;
}

.u-formBox1 .partInput .item .rdoBox {
  display: flex;
  flex-wrap: wrap;
}

.u-formBox1 .partInput .item .rdoBox li {
  margin-right: 24px;
}

.u-formBox1 .partInput .item .rdoBox li:last-child {
  margin-right: 0;
}

.u-formBox1 .partInput .item + .item {
  margin-top: 48px;
}

.u-formBox1 .partBtn {
  margin-top: 48px;
}

.u-formBox1 .partBtn .doui {
  font-size: 1.6rem;
  text-align: center;
}

.u-formBox1 .partBtn .doui .u-chk1 {
  display: inline-block;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt:after {
  content: "必須";
  background-color: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 2px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt span {
  margin-right: 16px;
}

.u-formBox1 .partBtn .u-btnWrap1 {
  margin-top: 52px;
}

.u-formBox1 .partBtn .u-btnWrap1 button {
  width: 390px;
  height: 60px;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt:after {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd .desc {
    padding-top: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin: 32px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcHalfW {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 {
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li + li {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item + .item {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .doui {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 button {
    width: 100%;
    font-size: 1.8rem;
  }
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ボタン包み */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.sz2 {
    max-width: 1160px;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.u-ttl1 {
  font-size: 3.0rem;
}

.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1[disabled] {
  cursor: default;
}

.u-btn1.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn1.sz2 {
  padding: 0.5em 2.0em;
  font-size: 2.4rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}

.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.7;
}

.u-btn1.clr1[disabled] {
  background-color: #ccc;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}

.u-btn1.clr2[disabled] {
  background-color: #ccc;
}

.u-btn2 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn2[disabled] {
  cursor: default;
}

.u-btn2.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn2.clr1 {
  background-color: #00f;
  color: #fff;
}

.u-btn2.clr1[disabled] {
  background-color: #ccc;
}

.u-pager1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.89375vw;
    height: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.3125vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

/*--------------------------------------
 トップ
---------------------------------------*/
.pageTop {
  width: 100%;
  overflow: hidden;
}

.pageTop h2 span {
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  margin-top: -10px;
}

.pageTop .link {
  margin-top: 1em;
  text-align: right;
}

.pageTop .link a {
  color: #ff491a;
  display: inline-block;
  position: relative;
  padding: 0 20px 3px 0;
  font-weight: bold;
}

.pageTop .link a:hover:after, .pageTop .link a:hover:before {
  right: -10px;
}

.pageTop .link a:after {
  transition: 0.3s;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 7px;
  right: -3px;
  background-color: #ff491a;
  position: absolute;
  transform: rotate(45deg);
}

.pageTop .link a::before {
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  right: 0px;
  background-color: #ff491a;
  position: absolute;
}

.pageTop .mainBlock {
  position: relative;
  z-index: 2;
}

.pageTop .mainBlock .mainImage {
  margin-left: 18vw;
}

.pageTop .mainBlock .mainImage li {
  height: 500px;
  background-image: url("../img/index/main1.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.pageTop .mainBlock .mainImage li.img2 {
  background-image: url("../img/index/main6.jpg");
}

.pageTop .mainBlock .mainImage li.img3 {
  background-image: url("../img/index/main5.jpg");
}

.pageTop .mainBlock .mainImage li.img4 {
  background-image: url("../img/index/main3.jpg");
}

.pageTop .mainBlock .copyAreaWrap {
  position: absolute;
  width: 100vw;
  right: 73%;
  top: 80px;
  transition: 0.5s;
}

.pageTop .mainBlock .copyArea {
  height: 560px;
  width: 100vw;
  transition: 0.3s;
  transform: matrix(1, 0, -0.58, 1, 0, 0);
  background-image: linear-gradient(135deg, #ffaf02 40%, #ff2323 100%);
}

.pageTop .mainBlock .copy {
  position: absolute;
  animation: fadeIn 1s both;
  z-index: 2;
  top: 170px;
  left: 15%;
}

.pageTop .mainBlock .copy img {
  width: 550px;
}

.pageTop .mainBlock .txt {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

.pageTop .mainBlock .copy2 {
  position: absolute;
  text-align: left;
  right: -100px;
  top: -190px;
}

.pageTop .mainBlock .copy2 p {
  margin: 0 3px;
  font-size: 3.8rem;
  color: #fff;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.pageTop .mainBlock .copy2 p span {
  background-color: #FFF;
  line-height: 1.2;
  margin: 0 2px;
  display: block;
  position: relative;
}

.pageTop .mainBlock .copy2 p span em {
  position: relative;
  z-index: 2;
}

.pageTop .mainBlock .copy2 p span:after {
  z-index: 1;
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 0%;
}

.pageTop .mainBlock .lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  padding-top: 30px;
  position: relative;
  animation: fadeUp 0.8s 1.5s both;
}

.pageTop .serviceBlock {
  position: relative;
  padding-top: 180px;
}

.pageTop .serviceBlock .tri {
  width: 2000px;
  position: absolute;
  transition: 0.3s;
  opacity: 1;
}

.pageTop .serviceBlock .tri img {
  width: 100%;
}

.pageTop .serviceBlock .tri1 {
  left: 50%;
  margin-left: -1700px;
}

.pageTop .serviceBlock .tri2 {
  left: 50%;
  margin-left: -560px;
  top: -50px;
}

.pageTop .serviceBlock .tri3 {
  left: -1500px;
  top: -300px;
}

.pageTop .serviceBlock .tri4 {
  right: -900px;
  top: -100px;
  width: 1500px;
}

.pageTop .serviceBlock .serviceCont {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1280px;
}

.pageTop .serviceBlock .serviceCont::before {
  content: "";
  width: 800px;
  height: 290px;
  display: inline-block;
  background-image: url("../img/index/service_line.svg?2021");
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -130px;
}

.pageTop .serviceBlock .serviceCont h2 {
  position: relative;
  display: inline-block;
  top: -50px;
}

.pageTop .serviceBlock .serviceCont h2 span {
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
}

.pageTop .serviceBlock .serviceCont .serviceBox {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box {
  background-color: #fff;
  border-radius: 15px;
  width: 48%;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px 30px 30px 30px;
  margin-bottom: 3%;
  position: relative;
  min-height: 310px;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.8;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 span b {
  font-size: 130%;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 span b.ttlKC {
  font-size: 180%;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 em {
  background-color: #ff3108;
  color: #fff;
  display: inline-block;
  font-size: 1.9rem;
  padding: 0.2em 0.8em;
  margin-bottom: 0.8em;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 10px 0 10px 0;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box h3 em.kojin {
  background-color: #ff9308;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box .in {
  display: flex;
  justify-content: space-between;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box .in .img {
  width: 44%;
  text-align: center;
  flex-shrink: 0;
}

.pageTop .serviceBlock .serviceCont .serviceBox .box .in .txt {
  width: 51%;
  font-size: 1.8rem;
  line-height: 1.8;
}

.pageTop .aboutBlock {
  position: relative;
  padding: 70px 0;
}

.pageTop .aboutBlock h2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  margin-bottom: 25px;
}

.pageTop .aboutBlock h2 span {
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
}

.pageTop .aboutBlock .aboutBox {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageTop .aboutBlock .aboutBox .img {
  width: 450px;
  flex-shrink: 0;
}

.pageTop .aboutBlock .aboutBox .info {
  width: 600px;
}

.pageTop .aboutBlock .aboutBox .txt {
  box-sizing: border-box;
  font-size: 1.8rem;
}

.pageTop .aboutBlock .aboutBox .txt p {
  line-height: 1.8;
}

.pageTop .aboutBlock .aboutBox .txt p strong {
  font-weight: bold;
  text-decoration: underline;
}

.pageTop .aboutBlock .aboutBox h3 {
  margin: 0 3px;
  font-size: 3.8rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.pageTop .aboutBlock .aboutBox h3 span {
  display: inline-block;
  background-color: #FFF;
  line-height: 1.2;
  margin: 2px 0;
}

.pageTop .aboutBlock .aboutBox h3 span em {
  padding: 0.1em 0.2em 0.2em 0.3em;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}

.pageTop .recruitBlock {
  position: relative;
  padding-bottom: 80px;
}

.pageTop .recruitBlock .in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-image: url("../img/index/recruit_img.svg");
  background-size: 60%;
  background-position: 110% center;
  background-repeat: no-repeat;
}

.pageTop .recruitBlock .in h2 {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%;
}

.pageTop .recruitBlock .in h2 img {
  width: 100%;
}

.pageTop .recruitBlock .in h2 span {
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 5px;
}

.pageTop .recruitBlock .in .aboutBox {
  flex-shrink: 0;
  font-size: 1.8rem;
  width: 46%;
  min-width: 550px;
}

.pageTop .recruitBlock .in .aboutBox h3 {
  line-height: 1.6;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 1em 0;
}

.pageTop .recruitBlock .in .aboutBox p {
  line-height: 1.8;
}

.pageTop .recruitBlock .in .aboutBox .img {
  width: 600px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.pageTop .newsBlock {
  background-color: #f4f4f4;
  padding: 40px 0;
}

.pageTop .newsBlock .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pageTop .newsBlock .in h2 {
  width: 215px;
}

.pageTop .newsBlock .in h2 span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 2rem;
}

.pageTop .newsBlock .in ul {
  width: calc(100% - 260px);
  position: relative;
  z-index: 5;
}

.pageTop .newsBlock .in ul li {
  padding: 0.5em 0;
  font-size: 1.6rem;
  display: flex;
}

.pageTop .newsBlock .in ul li a {
  display: flex;
}

.pageTop .newsBlock .in ul li a span {
  width: 100px;
  flex-shrink: 0;
}

.pageTop .newsBlock .in ul li span {
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pageTop h2 span {
    margin-top: 0px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .link {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .pageTop .mainBlock .mainImage {
    margin-left: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .mainImage {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .mainImage li {
    height: 90vw;
    background-image: url("../img/index/main1_sp.jpg");
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .mainImage li.img2 {
    background-image: url("../img/index/main6_sp.jpg");
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .mainImage li.img3 {
    background-image: url("../img/index/main5_sp.jpg");
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .mainImage li.img4 {
    background-image: url("../img/index/main3_sp.jpg");
  }
}

@media screen and (max-width: 1200px) {
  .pageTop .mainBlock .copyAreaWrap {
    right: 85%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copyAreaWrap {
    top: 10vw;
    right: 57vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copyArea {
    height: 100vw;
  }
}

@media screen and (max-width: 1024px) {
  .pageTop .mainBlock .copy {
    left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy {
    top: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy img {
    width: 80vw;
  }
}

@media screen and (max-width: 1200px) {
  .pageTop .mainBlock .txt {
    margin-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .txt {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .pageTop .mainBlock .copy2 {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy2 {
    right: 5vw;
    top: -9vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy2 p {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy2 p span:after {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .copy2 p span {
    padding: 0.3em;
    display: inline-block;
    margin: 2px 0;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .mainBlock .copy2 p span {
    overflow: hidden;
    height: 0px;
  }
  .pageTop .mainBlock .copy2 p span.t1 {
    animation: t1Txt 0.7s 0.3s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t1:after {
    animation: t1Txt 0.7s 0.8s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t1 em {
    animation: fade 0.5s 0.1s both;
  }
  .pageTop .mainBlock .copy2 p span.t2 {
    animation: t2Txt 0.7s 0.6s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t2:after {
    animation: t2Txt 0.7s 1s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t2 em {
    animation: fade 0.5s 0.3s both;
  }
  .pageTop .mainBlock .copy2 p span.t3 {
    animation: t3Txt 0.7s 1s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t3:after {
    animation: t3Txt 0.7s 1.4s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .mainBlock .copy2 p span.t3 em {
    animation: fade 0.5s 0.5s both;
  }
  .pageTop .mainBlock .copy2 p span em {
    padding: 0.2em;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    opacity: 0;
  }
}

@media screen and (max-width: 1480px) {
  .pageTop .mainBlock .lead {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainBlock .lead {
    padding: 30vw 7vw 1vw 7vw;
    font-size: 2.8rem;
  }
  .pageTop .mainBlock .lead br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock {
    padding-top: 40vw;
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .tri {
    width: 610vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .tri1 {
    margin-left: -430vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .tri2 {
    margin-left: -162vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .tri3 {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .tri4 {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont::before {
    top: -38vw;
    width: 95vw;
    background-position: center;
    height: 52vw;
    right: 0px;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box {
    width: 100%;
    margin-bottom: 5vw;
    padding: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box:nth-of-type(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box:nth-of-type(4) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box h3 span {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box h3 em {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box .in {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box .in .img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .pageTop .serviceBlock .serviceCont .serviceBox .box .in .img img {
    width: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .serviceBlock .serviceCont .serviceBox .box .in .txt {
    font-size: 2.4rem;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock {
    padding: 0 0 5vw 0;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .aboutBlock.show-anime h3 span {
    position: relative;
  }
  .pageTop .aboutBlock.show-anime h3 span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
  }
  .pageTop .aboutBlock.show-anime h3 span.t1 {
    animation: a1Txt 0.7s 0.2s both;
  }
  .pageTop .aboutBlock.show-anime h3 span.t1:after {
    animation: toLeft 0.7s 0.5s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .aboutBlock.show-anime h3 span.t1 em {
    transition-delay: 0.2s;
    opacity: 1;
  }
  .pageTop .aboutBlock.show-anime h3 span.t2 {
    animation: a2Txt 0.7s 0.5s both;
  }
  .pageTop .aboutBlock.show-anime h3 span.t2:after {
    animation: toLeft 0.7s 0.7s cubic-bezier(0.89, 0.14, 0.72, 0.97) both;
  }
  .pageTop .aboutBlock.show-anime h3 span.t2 em {
    transition-delay: 0.5s;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .sp img {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock h2 span {
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox .img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox .info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox .txt {
    width: 100%;
    font-size: 2.4rem;
    padding: 5vw 0px;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .aboutBlock .aboutBox h3 em {
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox h3 {
    margin-bottom: 0px;
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .aboutBlock .aboutBox h3 span {
    width: 0px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .aboutBlock .aboutBox h3 span {
    background-color: #fff;
    color: #000;
    margin: 2px 0;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock {
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in .aboutBox {
    width: 100%;
    min-width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in .aboutBox h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in .aboutBox p {
    font-size: 2.4rem;
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in .aboutBox .link {
    font-size: 2.4rem;
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .recruitBlock .in .aboutBox .img {
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .newsBlock .in {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .newsBlock .in h2 {
    width: 50vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .newsBlock .in ul {
    width: 100%;
    margin-top: 1em;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .newsBlock .in ul li a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .newsBlock .in ul li {
    font-size: 2.4rem;
  }
}

/*--------------------------------------
 (/service)
---------------------------------------*/
.pageService {
  color: #222;
}

.pageService .sShare p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.pageService .sShare p + p {
  margin-top: 1em;
}

.pageService .sShare .lead2 {
  color: #fc4b19;
  font-weight: bold;
  font-size: 2.2rem;
}

.pageService .sShare .col2 {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 40px;
}

.pageService .sShare .col2 .img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .pageService .sShare .col2 .img {
    margin-top: 5vw;
  }
}

.pageService .sShare .ex {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
}

.pageService .sShare .ex:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.pageService .sShare .ex dt {
  font-weight: bold;
  color: #fc4b19;
  font-size: 2.2rem;
}

.pageService .sShare .ex dd {
  font-size: 1.8rem;
  line-height: 1.8;
}

.pageService .sShare .feature {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 2.5em;
}

.pageService .sShare .feature h5.ttl {
  background-color: #fc4b19;
  color: #FFF;
  text-align: center;
}

.pageService .sShare .feature .img {
  text-align: center;
  width: 45%;
}

.pageService .sShare .feature .txt {
  width: 55%;
}

.pageService .sShare .feature ol li {
  font-size: 2rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}

.pageService .sShare .feature ol li strong, .pageService .sShare .feature ol li span {
  color: #fc4b19;
  font-weight: bold;
}

.pageService .sShare .feature ol li:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}

.pageService .sShare .nayami {
  background-color: #ffecd4;
  border-radius: 10px;
  padding: 25px;
  display: block;
  margin-bottom: 2em;
}

.pageService .sShare .nayami li {
  font-size: 2rem;
  font-weight: bold;
}

.pageService .sShare .nayami li span {
  color: #fc4b19;
}

.pageService .sShare .nayami li + li {
  margin-top: 0.5em;
}

.pageService .p-ttl1 {
  margin-bottom: 1.25em;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

.pageService .p-ttl1:after {
  content: "";
  display: block;
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  margin: 28px auto 0;
  border-radius: 100px;
}

.pageService .mainZone h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.pageService .mainZone h2 small {
  display: block;
  margin-bottom: -0.84em;
}

.pageService .mainZone .linkBox {
  background-color: #fc4b19;
  color: #fff;
  font-weight: bold;
}

.pageService .mainZone .linkBox:before {
  content: "";
  background: url("../img/service/main_bg.png") center center no-repeat;
  background-size: cover;
}

.pageService .mainZone .linkBox .cont {
  box-sizing: border-box;
}

.pageService .mainZone .linkBox .cont .in {
  margin: auto;
}

.pageService .mainZone .linkBox .cont h3 span {
  display: inline-block;
}

.pageService .mainZone .linkBox .cont h3 span:after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 100px;
}

.pageService .mainZone .linkBox .cont ul {
  line-height: 1.48485;
}

.pageService .mainZone .linkBox .cont ul li {
  display: flex;
  padding: 0.90909em 0;
}

.pageService .mainZone .linkBox .cont ul li:before {
  content: "";
  display: block;
  background: url("../img/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.78788em;
  height: 0.33333em;
  margin: 0.54545em 0.69697em 0 0;
}

.pageService .mainZone .linkBox .cont ul li + li {
  border-top: 1px solid #fff;
}

.pageService .mainZone .linkBox .cont ul li a {
  transition: opacity 0.3s;
  display: block;
  font-size: 2.4rem;
}

.pageService .mainZone .linkBox .cont ul li a:not([disabled]):hover {
  opacity: 0.4;
}

.pageService .mainZone .linkBox .cont ul li a small {
  font-size: 1.8rem;
  width: 100%;
}

.pageService .mainZone .linkBox .cont ul li a em {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}

.pageService .mainZone .linkBox .cont .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 3.09091em;
  color: #fc4b19;
  border-radius: 100px;
  transition: opacity 0.3s;
}

.pageService .mainZone .linkBox .cont .btn a:not([disabled]):hover {
  opacity: 0.7;
}

.pageService .mainZone .linkBox .cont .btn a:after {
  content: "";
  display: block;
  background: url("../img/arrow_orange.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.18182em;
  height: 0.5em;
  margin-left: 1.36364em;
}

.pageService .detailZone {
  background-color: #f4f4f4;
}

.pageService .detailZone section {
  background-color: #fff;
}

.pageService .detailZone section .scrlPos {
  position: relative;
}

.pageService .detailZone section h4 {
  color: #fc4b19;
  font-weight: bold;
  position: relative;
}

.pageService .detailZone section h4:before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #ffaf02 0%, #ff2323 100%);
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.pageService .detailZone section h4 small, .pageService .detailZone section h4 strong {
  display: block;
}

.pageService .detailZone section .lead {
  line-height: 1.66667;
  width: 1120px;
  margin: 0 auto;
  margin-bottom: 1.55556em;
  font-weight: bold;
}

.pageService .detailZone section h5 {
  background-color: #eee;
  margin-bottom: 1.25em;
  padding: 0.375em 0.75em;
  font-weight: bold;
  border-radius: 0.125em;
}

.pageService .detailZone section ul > li {
  box-sizing: border-box;
}

.pageService .detailZone section ul > li h6 {
  color: #fc4b19;
  font-weight: bold;
}

.pageService .detailZone section .desc > li {
  border: 2px solid #fc4b19;
}

.pageService .detailZone section .desc > li p {
  line-height: 1.875;
}

.pageService .detailZone section .priceFlow > li {
  background-color: #ffecd4;
}

.pageService .detailZone section .priceFlow > li h6 {
  border-bottom: 1px solid #fc4b19;
}

.pageService .detailZone section .priceFlow > li .box {
  text-align: center;
}

.pageService .detailZone section .priceFlow > li ol {
  line-height: 1.75;
}

.pageService .detailZone section .priceFlow > li ol > li {
  display: flex;
  align-items: flex-start;
  counter-increment: no;
}

.pageService .detailZone section .priceFlow > li ol > li:before {
  content: counter(no) ".";
  flex-shrink: 0;
  margin-right: 0.2em;
}

.pageService .detailZone section .img1 {
  text-align: center;
}

.pageService .detailZone section.secJinzai .priceFlow > li .box em {
  display: block;
  font-weight: bold;
}

.pageService .detailZone section.secJinzai .priceFlow > li .box em strong {
  color: #fc4b19;
  font-size: 1.5em;
}

.pageService .detailZone section.secJinzai .priceFlow > li .box p {
  line-height: 1.75;
}

.pageService .detailZone section.secSogo .priceFlow > li .box p {
  font-weight: bold;
  line-height: 1.55556;
}

.pageService .caseZone .list > li {
  border: 1px solid #eee;
}

.pageService .caseZone .list > li h4 {
  font-weight: bold;
}

.pageService .caseZone .list > li h4 em {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  width: 6.21429em;
  height: 2.21429em;
  margin-right: 1.07143em;
  color: #fff;
  border-radius: 100px;
}

.pageService .caseZone .list > li h4 span {
  display: block;
  font-size: 1.57143em;
}

.pageService .caseZone .list > li h4 span a {
  color: #fc4b19;
  text-decoration: underline;
}

.pageService .caseZone .list > li figure img {
  width: 100%;
}

.pageService .caseZone .list > li .txt dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  height: 2.375em;
  font-weight: bold;
}

.pageService .caseZone .list > li .txt dl dd {
  line-height: 1.5;
}

.pageService .caseZone .list > li .txt ul li {
  padding-left: 1em;
  position: relative;
}

.pageService .caseZone .list > li .txt ul li:before {
  content: "";
  display: block;
  background-color: #222;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  position: absolute;
  top: 0.65625em;
  left: 0.4375em;
}

.pageService .applyZone {
  background: url("../img/service/apply_bg_wrap.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.pageService .applyZone h3 {
  margin-bottom: 0.83333em;
  font-size: 3.6rem;
  font-weight: bold;
}

.pageService .applyZone .lead {
  margin-bottom: 1.66667em;
  line-height: 1.77778;
}

.pageService .applyZone .lp-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b147;
  width: 19.96154em;
  height: 2.88462em;
  margin: auto;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  position: relative;
  transition: filter 0.3s;
}

.pageService .applyZone .lp-btn1:not([disabled]):hover {
  filter: brightness(150%);
}

.pageService .applyZone .lp-btn1:after {
  content: "";
  display: block;
  background: url("../img/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.07692em;
  height: 0.46154em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.42308em;
}

@media screen and (min-width: 768px) {
  .pageService .p-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageService .p-inner:not(.spPd0) {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .col2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .ex dt {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .ex dd {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .feature {
    display: block;
    padding: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .feature .img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .feature .txt {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .feature ol li {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .nayami {
    padding: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .sShare .nayami li {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .p-ttl1:after {
    width: 77px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .p-ttl1:after {
    width: 12.5vw;
    height: 1.5625vw;
    margin-top: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone h2 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone h2 {
    padding: 9.375vw 0;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone h2 figure img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone h2 figure img {
    width: 70.3125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox:before {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox:before {
    display: block;
    height: 46.875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont {
    width: 50%;
    padding: 48px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox .cont {
    padding: 6.25vw 4.6875vw 7.8125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont .in {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont h3 {
    margin-bottom: 0px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox .cont h3 {
    margin-bottom: 1.5625vw;
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont h3 span:after {
    height: 0.4em;
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox .cont h3 span:after {
    height: 0.33333em;
    margin-top: 0.41667em;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont ul {
    margin-bottom: 1em;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox .cont ul {
    margin-bottom: 2.34375vw;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .mainZone .linkBox .cont .btn {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .mainZone .linkBox .cont .btn {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone {
    padding: 9.375vw 0;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section {
    padding: 55px 40px 60px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section {
    padding: 4.6875vw 3.125vw;
    border-radius: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section + section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section + section {
    margin-top: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .scrlPos {
    top: -65px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .scrlPos {
    top: -6.25vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section h4 {
    margin-bottom: 24px;
    padding-left: 23px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section h4 {
    margin-bottom: 3.75vw;
    padding-left: 3.59375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section h4:before {
    width: 5px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section h4:before {
    width: 0.9375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section h4 small {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section h4 small {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section h4 strong {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section h4 strong {
    font-size: 3.6rem;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .lead {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .lead {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section h5 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section h5 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section ul > li {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section ul > li {
    padding: 3.90625vw 3.125vw;
    border-radius: 3.125vw;
  }
  .pageService .detailZone section ul > li + li {
    margin-top: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section ul > li h6 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section ul > li h6 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .desc {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .desc {
    margin-bottom: 4.375vw;
  }
}

.pageService .detailZone section .desc > li {
  position: relative;
}

.pageService .detailZone section .desc > li .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fc4b19;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  width: 2em;
  height: 2em;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .desc > li {
    width: 31.51786%;
    padding: 22px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .desc > li {
    border-width: 0.3125vw;
  }
}

.pageService .detailZone section .desc > li .img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .desc > li h6 {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .desc > li h6 {
    margin-bottom: 1.5625vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .desc > li p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .desc > li p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .priceFlow > li {
    display: flex;
    flex-direction: column;
    width: 48.57143%;
    padding: 17px 25px 23px;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .priceFlow > li h6 {
    padding-bottom: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .priceFlow > li h6 {
    margin-bottom: 1.5625vw;
    padding-bottom: 1.25vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .priceFlow > li .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .priceFlow > li ol {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .priceFlow > li ol {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .priceFlow > li.flow h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section .img1 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section .img1 {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section.secJinzai .priceFlow > li .box em {
    margin-bottom: 0.75em;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section.secJinzai .priceFlow > li .box em {
    margin-bottom: 1.5625vw;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section.secJinzai .priceFlow > li .box p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section.secJinzai .priceFlow > li .box p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .detailZone section.secSogo .priceFlow > li .box p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .detailZone section.secSogo .priceFlow > li .box p {
    padding: 1em 0;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone {
    padding: 90px 50px 125px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone {
    padding: 9.375vw 0;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li {
    display: grid;
    display: -ms-grid;
    grid-template-rows: 0fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-columns: 33.09481% 1fr;
    -ms-grid-columns: 33.09481% 66.90519%;
    padding: 38px 40px;
    border-radius: 30px;
    box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.05);
  }
  .pageService .caseZone .list > li h4, .pageService .caseZone .list > li .txt {
    grid-column: 2/3;
    -ms-grid-column: 2;
    width: 100%;
  }
  .pageService .caseZone .list > li h4 {
    grid-row: 1/2;
    -ms-grid-row: 1;
  }
  .pageService .caseZone .list > li figure {
    grid-row: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 1/2;
    -ms-grid-column: 1;
    max-width: 339px;
    margin-right: 8.10811%;
  }
  .pageService .caseZone .list > li .txt {
    grid-row: 2/3;
    -ms-grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li {
    padding: 4.6875vw 3.125vw;
    border-radius: 4.6875vw;
    box-shadow: 0.15625vw 0.625vw 2.5vw rgba(0, 0, 0, 0.05);
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li + li {
    margin-top: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li h4 {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.92857em;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li h4 {
    font-size: 2rem;
    padding-bottom: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li h4 em {
    margin: 0 auto 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li h4 span {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li figure {
    width: 80%;
    margin: 0 auto 6.25vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li .txt dl {
    display: flex;
    align-items: center;
    margin-top: 1.125em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li .txt dl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li .txt dl + dl {
    padding-top: 1.125em;
    border-top: 1px dashed #ccc;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li .txt dl + dl {
    padding-top: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li .txt dl dt {
    align-self: flex-start;
    flex-shrink: 0;
    width: 8.5em;
    margin-right: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .pageService .caseZone .list > li .txt dl dt {
    margin-bottom: 2.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .caseZone .list > li .txt ul {
    margin-top: -0.3125em;
  }
}

@media screen and (min-width: 768px) {
  .pageService .applyZone {
    padding: 72px 50px 76px;
  }
}

@media screen and (max-width: 767px) {
  .pageService .applyZone {
    padding: 15vw 0 17.1875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageService .applyZone .lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .applyZone .lead {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageService .applyZone .lp-btn1 {
    width: 89.0167vw;
    height: 12.86369vw;
  }
}

@media screen and (max-width: 767px) {
  .pageService .applyZone .lp-btn1:after {
    width: 4.80244vw;
    height: 2.05819vw;
  }
}

/*--------------------------------------
 LP(/service/kojin)
---------------------------------------*/
.pageLP .l-header .spBtn {
  display: none;
}

.pageLP .lp-ttl1 {
  text-align: center;
}

.pageLP .lp-ttl1 em {
  display: block;
  margin: 0 auto 18px;
}

.pageLP .lp-ttl1 em:after {
  content: "";
  display: block;
  height: 1px;
  margin: 27px auto 0;
}

.pageLP .lp-ttl1 em img {
  width: 100%;
}

.pageLP .lp-ttl1 strong {
  display: block;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.pageLP .lp-ttl1 strong.withLogo {
  display: flex;
  color: #000;
  justify-content: center;
}

.pageLP .lp-ttl1 strong.withLogo img {
  height: 60px;
  width: auto;
  margin-right: 5px;
}

.pageLP .lp-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008a73;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  transition: filter 0.3s;
}

.pageLP .lp-btn1:not([disabled]):hover {
  filter: brightness(150%);
}

.pageLP .lp-btn1:after {
  content: "";
  display: block;
  background: url("../img/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.pageLP .lp-btn1 em {
  background-color: #ff2922;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.pageLP .l-header .lp-btn1:after {
  width: 15px;
  height: 6px;
}

.pageLP .l-header .lp-btn1 em {
  width: 42px;
  height: 22px;
  font-size: 1.3rem;
}

.pageLP .l-header .lp-btn1 span {
  margin: 0 12px 0 9px;
  font-size: 1.5rem;
}

.pageLP .lp-fixBtn {
  position: fixed;
  opacity: 0;
  transition: .3s;
}

.pageLP .lp-fixBtn.show {
  opacity: 1;
}

.pageLP .lp-fixBtn .lp-btn1 {
  flex-direction: column;
  border: 3px solid #fff;
  border-radius: 50%;
}

.pageLP .mainZone {
  background-image: url("../img/service/kojin/bg.jpg");
  height: 586px;
  background-repeat: no-repeat;
  background-position: center -60px;
  box-sizing: border-box;
  padding-top: 60px;
}

.pageLP .mainZone h1 {
  text-align: center;
}

.pageLP .mainZone h1 small {
  display: inline-block;
  background-color: #FFF;
  color: #ff491a;
  font-size: 5.4rem;
  font-weight: bold;
  padding: .1em .4em;
}

.pageLP .mainZone h1 strong {
  display: block;
  font-size: 2.4rem;
  color: #FFF;
  margin-top: 1em;
  font-weight: bold;
}

.pageLP .mainZone .img {
  margin-top: 100px;
}

.pageLP .featureZone h2 em:after {
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
}

.pageLP .featureZone h2 strong {
  color: #ff5916;
}

.pageLP .featureZone .list > li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

.pageLP .featureZone .list > li h3:before, .pageLP .featureZone .list > li h3:after {
  content: "";
  display: block;
  background-color: #ff7410;
  width: 0.2em;
  height: 2.7em;
  border-radius: 100px;
}

.pageLP .featureZone .list > li h3:before {
  transform: translate(-0.5em, 0.25em) rotate(-22.75deg);
}

.pageLP .featureZone .list > li h3:after {
  transform: translate(0.5em, 0.25em) rotate(22.75deg);
}

.pageLP .featureZone .list > li figure img {
  width: 100%;
}

.pageLP .featureZone .list > li:nth-child(2) h3:before {
  transform: translate(-1em, 0.25em) rotate(-22.75deg);
}

.pageLP .featureZone .list > li:nth-child(2) h3:after {
  transform: translate(1em, 0.25em) rotate(22.75deg);
}

.pageLP .jobofferZone {
  color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.pageLP .jobofferZone:before {
  display: block;
  background: url("../img/service/kojin/joboffer_design.png") 0 0 no-repeat;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
}

.pageLP .jobofferZone .bg {
  width: 100%;
  position: absolute;
  left: 0;
}

.pageLP .jobofferZone .bg > li {
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  width: 100%;
  position: absolute;
  left: 0;
}

.pageLP .jobofferZone .bg > li:nth-child(1), .pageLP .jobofferZone .bg > li:nth-child(2) {
  opacity: 0.702;
}

.pageLP .jobofferZone .bg > li:nth-child(1) {
  transform: skewY(-12.8deg);
}

.pageLP .jobofferZone .bg > li:nth-child(2) {
  transform: skewY(-4.4deg);
}

.pageLP .jobofferZone .bg > li:nth-child(3) {
  transform: skewY(5.85deg);
}

.pageLP .jobofferZone .in {
  position: relative;
}

.pageLP .jobofferZone h2 em:after {
  background-color: #fff;
}

.pageLP .jobofferZone .btnB {
  padding: 20px 0 40px 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.pageLP .jobofferZone .sldBox {
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
}

.pageLP .jobofferZone .sldBox ul {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  padding-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pageLP .jobofferZone .sldBox .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.pageLP .jobofferZone .sldBox .slick-arrow:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pageLP .jobofferZone .sldBox .slick-prev {
  left: 18px;
}

.pageLP .jobofferZone .sldBox .slick-prev:after {
  transform: translateX(3px) rotate(135deg);
}

.pageLP .jobofferZone .sldBox .slick-next {
  right: 18px;
}

.pageLP .jobofferZone .sldBox .slick-next:after {
  transform: translateX(-5px) rotate(-45deg);
}

.pageLP .jobofferZone .sldBox .slick-dots {
  position: static;
}

.pageLP .jobofferZone .sldBox .slick-dots li.slick-active {
  background-color: #ff1919;
  border: none;
}

.pageLP .jobofferZone .sldBox .item .in {
  background-color: #fff;
  color: #130f0c;
  overflow: hidden;
  border-radius: 10px;
}

.pageLP .jobofferZone .sldBox .item .txts {
  box-sizing: border-box;
}

.pageLP .jobofferZone .sldBox .item .txts h3 {
  color: #ff5916;
  font-weight: bold;
}

.pageLP .jobofferZone .sldBox .item .txts h3:after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  height: 1px;
}

.pageLP .jobofferZone .sldBox .item .txts .dtl dl {
  display: flex;
  align-items: flex-start;
}

.pageLP .jobofferZone .sldBox .item .txts .dtl dl + dl {
  border-top: 1px dotted #ccc;
}

.pageLP .jobofferZone .sldBox .item .txts .dtl dt {
  flex-shrink: 0;
  width: 5.3em;
  color: #ff5916;
  font-weight: bold;
}

.pageLP .jobofferZone .sldBox .item .txts .dtl dd {
  width: 100%;
}

.pageLP .voiceZone {
  background: linear-gradient(to right bottom, #fff 0, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8 100%);
}

.pageLP .voiceZone .u-inner {
  max-width: 1185px;
  width: 1185px;
}

.pageLP .voiceZone h2 em:after {
  background-color: #ff9053;
}

.pageLP .voiceZone .list > li {
  display: flex;
  align-items: flex-start;
  background-image: url("../img/service/kojin/voice_bln.svg");
  background-size: 100% 100%;
  box-sizing: border-box;
}

.pageLP .voiceZone .list > li .person {
  flex-shrink: 0;
}

.pageLP .voiceZone .list > li .person em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff9053;
  margin: auto;
  color: #fff;
  text-align: center;
}

.pageLP .voiceZone .list > li dl {
  width: 100%;
}

.pageLP .voiceZone .list > li dt {
  color: #ff5916;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.pageLP .profileZone {
  background-color: #eee;
}

.pageLP .profileZone .u-inner {
  box-sizing: border-box;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.pageLP .profileZone .u-inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageLP .profileZone .u-inner .flex .txt {
  width: 480px;
}

.pageLP .profileZone .u-inner .flex .img {
  flex-shrink: 0;
  width: 670px;
}

.pageLP .profileZone h2 em:after {
  background-color: #ff9053;
}

.pageLP .profileZone .comment {
  background-color: #FFF;
  margin-top: 20px;
}

.pageLP .profileZone .comment dt {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  padding: .2em .4em;
  font-size: 1.8rem;
  font-weight: bold;
}

.pageLP .profileZone .comment dd {
  padding: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
}

.pageLP .profileZone h3 {
  font-weight: bold;
}

.pageLP .flowZone {
  background: linear-gradient(to right, #ffaf02 0%, #ff2323 100%);
  color: #fff;
}

.pageLP .flowZone h2 em:after {
  background-color: #fff;
}

.pageLP .flowZone .list {
  display: flex;
}

.pageLP .flowZone .list > li {
  background-color: #fff;
  color: #000;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.pageLP .flowZone .list > li + li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #ffea00;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pageLP .flowZone .list > li h3 {
  border-bottom: 1px solid #ff780f;
}

.pageLP .flowZone .list > li i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageLP .flowZone .list > li strong {
  display: block;
  font-weight: bold;
}

.pageLP .flowZone .list > li p {
  color: #333;
  text-align: left;
  letter-spacing: -0.05em;
}

.pageLP .faqZone {
  background: linear-gradient(to right bottom, #fff 0, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8 100%);
}

.pageLP .faqZone h2 em:after {
  background-color: #ff9053;
}

.pageLP .faqZone .acrdBox > dl {
  background-color: #fff;
  color: #130f0c;
}

.pageLP .faqZone .acrdBox > dl .in {
  display: flex;
  align-items: flex-start;
}

.pageLP .faqZone .acrdBox > dl .in:before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
}

.pageLP .faqZone .acrdBox > dl .in span {
  display: block;
  width: 100%;
}

.pageLP .faqZone .acrdBox > dl > dt {
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}

.pageLP .faqZone .acrdBox > dl > dt:not([disabled]):hover {
  opacity: 0.7;
}

.pageLP .faqZone .acrdBox > dl > dt .in {
  position: relative;
}

.pageLP .faqZone .acrdBox > dl > dt .in:before {
  content: "Q";
  background-color: #ff780f;
  color: #fff;
}

.pageLP .faqZone .acrdBox > dl > dt .in:after {
  content: "";
  margin: auto;
  color: #fff;
  border-bottom: 1px solid #ff5916;
  border-right: 1px solid #ff5916;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pageLP .faqZone .acrdBox > dl > dd {
  display: none;
}

.pageLP .faqZone .acrdBox > dl > dd .in {
  border-top: 1px solid #ff780f;
}

.pageLP .faqZone .acrdBox > dl > dd .in:before {
  content: "A";
  color: #ff780f;
  border: 1px solid #ff780f;
}

.pageLP .applyZone {
  background: url("../img/service/kojin/apply_bg_wrap.png") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.pageLP .applyZone h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}

.pageLP .applyZone .lead {
  display: flex;
  justify-content: center;
}

.pageLP .applyZone .lp-btn1 {
  margin: auto;
}

.pageLP .applyZone .lp-btn1 em {
  width: 3.30435em;
  height: 1.69565em;
  border-radius: 0.69565em;
}

.pageLP .applyZone .lp-btn1 span {
  margin: 0 0.77778em 0 0.59259em;
}

@media screen and (max-width: 767px) {
  .pageLP .l-header h1 .txt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .l-header h1 {
    text-align: center;
  }
  .pageLP .l-header h1 .img {
    margin: 0 auto 1vw auto;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-ttl1 em {
    margin-bottom: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-ttl1 em:after {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-ttl1 em:after {
    width: 16.875vw;
    margin-top: 4.375vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-ttl1 strong.withLogo img {
    height: 7.5vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-ttl1 strong {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-ttl1 strong {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .l-header .lp-btn1 {
    width: 289px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .l-header .lp-btn1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-fixBtn {
    right: 23px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-fixBtn {
    left: 2.96875vw;
    bottom: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-fixBtn .lp-btn1 {
    width: 184px;
    height: 184px;
    box-shadow: 7.502px 8.045px 18px 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-fixBtn .lp-btn1 {
    width: 23.4375vw;
    height: 23.4375vw;
    border-width: 0.46875vw;
    box-shadow: 1.17219vw 1.25703vw 2.8125vw 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-fixBtn .lp-btn1:after {
    width: 22px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-fixBtn .lp-btn1:after {
    width: 2.8125vw;
    height: 1.25vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-fixBtn .lp-btn1 em {
    width: 62px;
    height: 32px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-fixBtn .lp-btn1 em {
    width: 7.8125vw;
    height: 4.0625vw;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .lp-fixBtn .lp-btn1 span {
    margin: 6px 0 14px;
    font-size: 1.9rem;
    line-height: 1.52632;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .lp-fixBtn .lp-btn1 span {
    margin: 0.9375vw 0 1.71875vw;
    font-size: 1.5rem;
    line-height: 1.53333;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .mainZone {
    background-image: url("../img/service/kojin/bg_sp.jpg");
    background-size: 100%;
    background-position: center top;
    padding-top: 10vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .mainZone h1 small {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .mainZone .img {
    width: 90%;
    margin: 5vw auto 7vw auto;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone {
    padding: 0 50px 70px 50px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone {
    padding-bottom: 11.09375vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .u-inner {
    padding-left: 5.46875vw;
    padding-right: 5.46875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone h2 {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone h2 {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone h2 em {
    width: 163px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone h2 em {
    width: 28.4375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list > li {
    width: 30.5%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .list > li + li {
    margin-top: 7.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list > li h3 {
    margin-bottom: 18px;
    font-size: 2.0rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .list > li h3 {
    margin-bottom: 5.15625vw;
    font-size: 2.8rem;
    line-height: 1.35714;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list > li figure {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .list > li figure {
    margin-bottom: 2.65625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list > li figure img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .list > li figure img {
    border-radius: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .featureZone .list > li p {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .featureZone .list > li p {
    font-size: 2.0rem;
    line-height: 1.55;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone {
    margin-top: -102px;
    padding: 245px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone {
    padding: 12.03125vw 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone:before {
    width: 1300px;
    height: 937px;
    top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone:before {
    background-image: url("../img/service/kojin/joboffer_design_sp.png");
    background-size: contain;
    height: 225.9375vw;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .bg {
    top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .bg {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .bg > li {
    height: 2000px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .bg > li {
    height: 312.5vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .bg > li:nth-child(1) {
    top: 148px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .bg > li:nth-child(1) {
    top: 11.5625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .bg > li:nth-child(2) {
    top: 114px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .bg > li:nth-child(2) {
    top: 8.90625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .bg > li:nth-child(3) {
    top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .bg > li:nth-child(3) {
    top: 6.25vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .u-inner {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone h2 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone h2 {
    margin-bottom: 4.21875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone h2 em {
    width: 182px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone h2 em {
    width: 32.8125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .lead {
    margin-bottom: 45px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .lead {
    margin-bottom: 9.84375vw;
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox ul {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .slick-list {
    padding-bottom: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .slick-list {
    padding-bottom: 5vw !important;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item {
    padding: 0 1.5625vw;
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item .txts {
    padding: 25px 25px 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item .txts {
    padding: 4.6875vw 4.6875vw 7.8125vw 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item .txts h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item .txts h3 {
    margin-bottom: 2.1875vw;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item .txts h3:after {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item .txts h3:after {
    margin-top: 2.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item .txts .dtl {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item .txts .dtl {
    font-size: 2.0rem;
    line-height: 1.55;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .jobofferZone .sldBox .item .txts .dtl dl + dl {
    margin-top: 13px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .jobofferZone .sldBox .item .txts .dtl dl + dl {
    margin-top: 2.34375vw;
    padding-top: 2.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone {
    background-size: 28px 28px;
    padding: 74px 50px 49px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone {
    background-size: 4.375vw 4.375vw;
    padding: 12.1875vw 0 11.40625vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .u-inner {
    width: 100%;
    box-sizing: border-box;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone h2 {
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone h2 {
    margin-bottom: 7.65625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone h2 em {
    width: 112px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone h2 em {
    width: 21.875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -0.7%;
    margin-right: -2.3%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list {
    margin-left: -1.5625vw;
    margin-right: -4.53125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li {
    width: 49.80583%;
    padding: 0 51px 0 37px;
  }
  .pageLP .voiceZone .list > li:nth-child(odd) {
    margin-right: 0.38835%;
  }
  .pageLP .voiceZone .list > li:nth-child(n + 3) {
    margin-top: 0.19417%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li {
    padding: 0 8.125vw 0 7.34375vw;
  }
  .pageLP .voiceZone .list > li:nth-child(3), .pageLP .voiceZone .list > li:nth-child(4) {
    background-image: url("../img/service/kojin/voice_bln2.svg");
  }
  .pageLP .voiceZone .list > li + li {
    margin-top: 1.09375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li .person {
    width: 105px;
    margin: -7px 26px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li .person {
    width: 20.46875vw;
    margin: -0.9375vw 4.6875vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li .person figure {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li .person figure {
    margin-bottom: 2.8125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li .person em {
    width: 100px;
    height: 34px;
    font-size: 1.6rem;
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li .person em {
    width: 18.59375vw;
    height: 6.25vw;
    font-size: 1.9rem;
    border-radius: 2.65625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li dl {
    padding: 28px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li dl {
    padding: 5.46875vw 0 12.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li dt {
    min-height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    padding-bottom: 13px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li dt {
    margin-bottom: 1.71875vw;
    padding-bottom: 2.5vw;
    font-size: 2.1rem;
    line-height: 1.52381;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .voiceZone .list > li dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .voiceZone .list > li dd {
    font-size: 1.9rem;
    line-height: 1.47368;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone .u-inner {
    padding-top: 10vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone .u-inner .flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone .u-inner .flex .txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone .u-inner .flex .img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .profileZone h2 {
    margin-bottom: 41px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone h2 {
    margin-bottom: 6.09375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .profileZone h2 em {
    width: 117px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone h2 em {
    width: 22.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .profileZone h2 em:after {
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone h2 em:after {
    width: 23.59375vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone .spTxts {
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    box-sizing: border-box;
    padding: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .profileZone h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone h3 {
    margin-bottom: 3vw;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .profileZone p {
    font-size: 1.7rem;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .profileZone p {
    font-size: 1.8rem;
    line-height: 1.72222;
    text-shadow: 0 0 1.5625vw #eeeef6, 0 0 1.5625vw #eeeef6, 0 0 1.5625vw #eeeef6;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone {
    padding: 57px 50px 73px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone {
    padding: 12.65625vw 0 10.3125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .u-inner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone h2 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone h2 {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone h2 em {
    width: 99px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone h2 em {
    width: 17.65625vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .spScrlX {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list {
    justify-content: space-between;
    width: 322.65625vw;
    padding: 3.125vw 5.625vw 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li {
    width: 17.33333%;
    padding: 13px 16px 36px;
    border-radius: 10px;
    box-shadow: 7.502px 8.045px 18px 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li {
    width: 56.40625vw;
    padding: 3.75vw 4.6875vw 5.46875vw;
    border-radius: 1.5625vw;
    box-shadow: 1.17219vw 1.25703vw 2.8125vw 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li + li {
    margin-left: 3.33333%;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li + li:before {
    border-width: 14px 0 14px 16px;
    left: -13.46154%;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li + li:before {
    border-width: 4.6875vw 0 4.6875vw 5.3125vw;
    left: -7.1875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li h3 {
    margin-bottom: 16px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li h3 {
    margin-bottom: 3.75vw;
    padding-bottom: 2.03125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li h3 img {
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li h3 img {
    height: 6.40625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li i {
    margin-bottom: 14px;
    height: 96px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li i {
    margin-bottom: 3.90625vw;
    height: 20.625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li strong {
    margin-bottom: 19px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li strong {
    margin-bottom: 1.5625vw;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li p {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li p {
    font-size: 2.4rem;
    line-height: 1.54167;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li:nth-child(1) i img {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li:nth-child(1) i img {
    width: 18.75vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li:nth-child(2) i img {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li:nth-child(2) i img {
    width: 18.75vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li:nth-child(3) i img {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li:nth-child(3) i img {
    width: 20.45455vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li:nth-child(4) i img {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li:nth-child(4) i img {
    width: 20.45455vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .flowZone .list > li:nth-child(5) i img {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .flowZone .list > li:nth-child(5) i img {
    width: 20.45455vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone {
    background-size: 30px 30px;
    padding: 58px 50px 82px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone {
    background-size: 4.6875vw 4.6875vw;
    padding: 12.65625vw 0 13.75vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .u-inner {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone h2 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone h2 {
    margin-bottom: 7.1875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone h2 em {
    width: 106px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone h2 em {
    width: 19.0625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl {
    border-radius: 10px;
    box-shadow: 7.502px 8.045px 18px 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl {
    border-radius: 1.5625vw;
    box-shadow: 1.17219vw 1.25703vw 2.8125vw 0 rgba(0, 0, 0, 0.13);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl + dl {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl + dl {
    margin-top: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl .in:before {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl .in:before {
    width: 7.03125vw;
    height: 7.03125vw;
    margin-right: 2.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dt {
    padding: 20px 20px 14px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dt {
    padding: 3.125vw 3.125vw;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dt .in {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dt .in {
    padding-right: 7.8125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dt .in:after {
    width: 15px;
    height: 15px;
    right: 15px;
    transform: translate(0, -5px) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dt .in:after {
    width: 2.34375vw;
    height: 2.34375vw;
    border-width: 0 0.46875vw 0.46875vw 0;
    right: 2.34375vw;
    transform: translate(0, -0.78125vw) rotate(45deg);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dt span {
    padding-top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dt span {
    padding-top: 0.78125vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dt.show .in:after {
    transform: translate(0, 5px) rotate(-135deg);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dt.show .in:after {
    transform: translate(0, 0.78125vw) rotate(-135deg);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dd {
    font-size: 1.6rem;
    line-height: 1.9375;
    padding: 0 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dd {
    font-size: 2.0rem;
    line-height: 1.8;
    padding: 0 3.125vw 3.4375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dd .in {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dd .in {
    padding-top: 2.5vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .faqZone .acrdBox > dl > dd span {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .faqZone .acrdBox > dl > dd span {
    padding-top: 0.9375vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone {
    padding: 68px 50px 69px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone {
    padding: 15vw 0 17.1875vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone h2 {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone h2 {
    margin-bottom: 6.40625vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone .lead {
    margin-bottom: 42px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone .lead {
    margin-bottom: 8.59375vw;
    font-size: 1.9rem;
    text-align: left;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone .lp-btn1 {
    width: 522px;
    height: 78px;
    box-shadow: 2.728px 2.925px 5px 0 rgba(0, 0, 0, 0.38);
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone .lp-btn1 {
    width: 89.53125vw;
    height: 13.37823vw;
    box-shadow: 0.4679vw 0.50168vw 0.85758vw 0 rgba(0, 0, 0, 0.38);
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone .lp-btn1:after {
    width: 27px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone .lp-btn1:after {
    width: 4.63093vw;
    height: 1.88667vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone .lp-btn1 em {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone .lp-btn1 em {
    font-size: 2.52471rem;
  }
}

@media screen and (min-width: 768px) {
  .pageLP .applyZone .lp-btn1 span {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .pageLP .applyZone .lp-btn1 span {
    font-size: 2.96379rem;
  }
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}

.c-MB48 {
  margin-bottom: 48px !important;
}

.c-MB64 {
  margin-bottom: 64px !important;
}

.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcL-fwB {
    font-weight: bold !important;
  }
}

/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcS-fwB {
    font-weight: bold !important;
  }
}

/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
}

/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }
  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }
  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }
  .c_sp-fwB {
    font-weight: bold !important;
  }
}

.telBox {
  display: flex;
  border-radius: 10px;
  border: 1px solid #FC4B1F;
  width: 400px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 40px;
  overflow: hidden;
}

.telBox.w2 {
  width: 600px;
}

.telBox dt {
  display: flex;
  align-items: center;
  background-color: #FC4B1F;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  padding: .5em;
  box-sizing: border-box;
  width: 50%;
  justify-content: center;
}

.telBox dd {
  padding: .5em;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FC4B1F;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .telBox.w2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .telBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.listBlock.applicationBlock {
  padding-bottom: 1px !important;
  margin-bottom: 0px !important;
}

.listBlock.applicationBlock .listBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2em 0;
}

.listBlock.applicationBlock .listBox li {
  width: 32%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .listBlock.applicationBlock .listBox li {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.pageCorporation .mainBlock h2 .ttlWrap .sub.oyakudachi {
  top: -1.5em;
}

/*# sourceMappingURL=srcmap/style.css.map */

/*# sourceMappingURL=srcmap/style.css.map */
