@charset "UTF-8";
/* webfont 変数　*/
/* blockeffects */
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*伸びたブロックを横に追いやるアニメーション*/
@-webkit-keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-webkit-keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}

@keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}

/* upeffects */
@-webkit-keyframes margintop {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes margintop {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    opacity: 1;
  }
}

/* ofi */

/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-view .l-cont {
  position: relative;
  height: 100%;
}

.main-view__tit {
  position: absolute;
  right: 0;
  bottom: 17%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
}

.main-view__tit__inner {
  display: inline-block;
  padding: 16px 4%;
  padding: 1rem 4%;
  background: rgba(8, 24, 64, 0.7);
  color: #fff;
  font-size: calc(1rem + 2 * (100vw - 280px) / 920);
  font-weight: 400;
}

.main-view__tit__inner b {
  font-size: calc(1rem + 6 * (100vw - 280px) / 920);
  font-weight: 500;
  line-height: 1.4;
}

.main-view__tit__inner em {
  display: inline-block;
  position: relative;
  padding: 0 .2em;
  font-family: Oswald, sans-serif;
  font-size: calc(0.85rem + 2 * (100vw - 280px) / 920);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05;
  line-height: 1.2;
}

.main-view__tit__inner em:before {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "-";
}

.main-view__tit__inner em:after {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "-";
}

.main-view__tit__inner p {
  display: block;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.single-cont__txt:after {
  display: block;
  clear: both;
  content: "";
}

.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}

.single-sub {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-date {
  margin-right: 16px;
  margin-right: 1rem;
  color: #979DA4;
  font-family: Oswald, sans-serif;
  line-height: 1.4;
}

/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 1;
  position: relative;
  padding: 32px 0;
  padding: 2rem 0;
}

.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.9em;
}

.breadcrumb__list .item-home {
  font-size: 1.2em;
}

.breadcrumb__list li {
  position: relative;
}

.breadcrumb__list li:not(:last-child) {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.breadcrumb__list li:not(:last-child):after {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "";
}

.breadcrumb__list li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb__list a {
  color: #979DA4;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}

.breadcrumb__list a:first-child {
  text-decoration: none !important;
}

.breadcrumb__list a:hover {
  color: #081840;
}

/*--------------------------------------------------------------------/
	free01
/--------------------------------------------------------------------*/
#page-business .contents {
  background: #fcfcfc;
}

.free01-intro {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-image: url(../img/common/free01-bg_sp.jpg);
  background-position: no-repeat;
  background-position: center center;
  background-size: cover;
}

.free01-intro__tit {
  margin-bottom: calc(1.5rem + 0.2em);
  color: #fff;
  font-size: calc(1.25rem + 4 * (100vw - 280px) / 920);
  text-align: center;
}

.free01-intro__tit span {
  padding: 0 0.2em;
}

.free01-intro__tit em {
  font-size: 2em;
  font-style: normal;
}

.free01-intro__txt {
  color: #fff;
}

.free01-intro__list {
  counter-reset: free01-num;
}

.free01-intro__item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.free01-intro__item a {
  display: block;
  position: relative;
  background: #fff;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.free01-intro__item a:after {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "";
}

.free01-intro__item a:after {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 3px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.free01-intro__item a:hover .free01-intro__item__arrow {
  border-color: transparent transparent #257C92 transparent;
}

.free01-intro__item__flex {
  display: flex;
}

.free01-intro__item__img {
  flex-basis: 20%;
  max-width: 120px;
  min-height: 100px;
}

.free01-intro__item__txt {
  -ms-flex-preferred-size: 80%;
  -ms-flex-align: center;
  display: flex;
      flex-basis: 80%;
      align-items: center;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

.free01-intro__item__tit {
  padding-left: 1.84em;
  font-size: calc(1rem + 2 * (100vw - 280px) / 920);
  font-weight: 500;
  text-indent: -1.84em;
}

.free01-intro__item__tit:before {
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #081840;
  font-family: Oswald, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  content: counter(free01-num, decimal-leading-zero);
  counter-increment: free01-num;
}

.free01-intro__item__arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-width: 0 0 42px 42px;
  border-style: solid;
  border-color: transparent transparent #081840 transparent;
  content: "";
  transition: all 0.3s ease 0s;
}

.free01-list {
  padding-top: 80px;
  padding-top: 5rem;
  overflow: hidden;
  counter-reset: free01-num;
}

.free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__block {
  background-color: #081840;
}

.free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
  background-color: #9FA0A0;
}

.free01-box__wrap {
  overflow: hidden;
}

.free01-box__wrap:not(:last-of-type) {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

.free01-box__block {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  content: "";
}

.free01-box__img {
  z-index: 4;
}

.free01-box__txt {
  z-index: 3;
  position: relative;
  background: #fff;
}

.free01-box__txt:after {
  display: block;
  clear: both;
  content: "";
}

.free01-box__txt__inner {
  overflow: hidden;
}

.free01-box__tit {
  margin-bottom: calc(1rem + 0.2em);
  padding-bottom: calc(0.5rem + 0.2em);
  padding-left: 3em;
  border-bottom: 1px solid #979DA4;
  font-size: calc(1.14rem + 4 * (100vw - 280px) / 920);
  font-weight: 500;
  text-indent: -3em;
}

.free01-box__tit:before {
  margin-right: 12px;
  margin-right: 0.75rem;
  color: #081840;
  font-family: Oswald, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  content: counter(free01-num, decimal-leading-zero);
  counter-increment: free01-num;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-content {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.company-content__box {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #f6f6f6;
}

.company-greeting {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.company-greeting__flex {
  margin-right: auto;
  margin-left: auto;
}

.company-greeting__pic img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.company-greeting__pic picture {
  margin-right: auto;
  margin-left: auto;
}

.company-greeting__pic figcaption {
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.company-philosophy {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  background-image: url(../img/common/company_bg_sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-philosophy__txt {
  line-height: 2;
}

.accessmap {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

.accessmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

.company-access__box__tit {
  margin-bottom: 12px;
  margin-bottom: .75rem;
  font-size: calc(1rem + 2 * (100vw - 280px) / 920);
  font-weight: 500;
}

/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
/* recruit-merit */
.recruit-merit {
  z-index: 1;
  position: relative;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.recruit-merit__inner {
  z-index: 3;
  position: relative;
}

.recruit-merit__tit {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: calc(1rem +2em);
  margin-left: auto;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.recruit-merit__tit:before, .recruit-merit__tit:after {
  display: block;
  position: absolute;
  top: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-top: 1px solid;
  border-color: #fff;
  content: "";
}

.recruit-merit__tit:before {
  left: 0;
  border-left: 1px solid;
}

.recruit-merit__tit:after {
  right: 0;
  border-right: 1px solid;
}

.recruit-merit__tit__inner {
  position: relative;
  padding: 32px 6%;
  padding: 2rem 6%;
}

.recruit-merit__tit__inner:before, .recruit-merit__tit__inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-bottom: 1px solid;
  border-color: #fff;
  content: "";
}

.recruit-merit__tit__inner:before {
  left: 0;
  border-left: 1px solid;
}

.recruit-merit__tit__inner:after {
  right: 0;
  border-right: 1px solid;
}

.recruit-merit__tit small {
  display: block;
  font-size: calc(1rem + 2 * (100vw - 280px) / 920);
  font-weight: 400;
}

.recruit-merit__tit b {
  font-size: calc(1.75rem + 8 * (100vw - 280px) / 920);
}

.recruit-merit__txt {
  color: #fff;
}

.recruit-merit__list {
  counter-reset: merit-num;
}

.recruit-merit__list > * {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.recruit-merit__box {
  position: relative;
}

.recruit-merit__box__img__inner picture {
  display: block;
}

.recruit-merit__box__txt {
  padding: 24px 6% 32px;
  padding: 1.5rem 6% 2rem;
  background: #fff;
}

.recruit-merit__box__txt__tit {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 2.9em;
  border-bottom: 1px solid #C9CED2;
  font-size: 1.25em;
  font-weight: 400;
  text-indent: -2.9em;
  vertical-align: text-bottom;
}

.recruit-merit__box__txt__tit:before {
  margin-right: 0.2em;
  color: #081840;
  font-family: Oswald, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  content: counter(merit-num, decimal-leading-zero);
  counter-increment: merit-num;
}

/* recruit-remarks */
.recruit-remarks {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.recruit-remarks .l-cont > *:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.recruit-remarks__box {
  padding: 24px 4%;
  padding: 1.5rem 4%;
  background: #f6f6f6;
}

/* recruit-introduction */
.recruit-introduction {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.recruit-introduction .l-cont > *:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.recruit-introduction__box {
  display: flex;
  position: relative;
}

.recruit-introduction__txt {
  padding: 24px 6% 40px;
  padding: 1.5rem 6% 2.5rem;
}

.recruit-introduction__tit {
  margin-bottom: calc(0.5rem + 0.3em);
  padding-bottom: calc(0.5rem + 0.3em);
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1rem + 4 * (100vw - 280px) / 920);
  font-weight: 500;
}

/* recruit-gallery */
.recruit-gallery {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: #f6f6f6;
}

.recruit-gallery__img {
  position: relative;
  width: 100%;
}

.recruit-gallery__img:before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}

.recruit-gallery__img > div,
.recruit-gallery__img figure,
.recruit-gallery__img a,
.recruit-gallery__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit-gallery figcaption {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* recruit-step */

.recuit-step li.step-01 span:before, .recuit-step li.step-02 span:before, .recuit-step li.step-03 span:before {
  color: #fff;
}

.recuit-step li.step-04 span:before {
  color: #fff;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
.works-intro {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #f6f6f6;
  font-size: 1.12em;
  font-weight: 500;
}

.works-single__tit {
  position: relative;
  margin-bottom: calc(0.75rem + 0.2em);
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1.14rem + 2 * (100vw - 280px) / 920);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.works-single__tit:before {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  min-width: 80px;
  min-width: 5rem;
  height: 1px;
  background: #081840;
  content: "";
}

.works-single__cat {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.works-single__cat .category-item {
  min-width: 120px;
  margin-right: 4.8px;
  margin-right: 0.3rem;
  margin-bottom: 6.4px;
  margin-bottom: 0.4rem;
  padding: 3.2px 16px;
  padding: 0.2rem 1rem;
  font-size: 12.96px;
  font-size: 0.81rem;
}

.works-single__cat__cont {
  font-weight: 500;
  line-height: 1.4;
  vertical-align: top;
}

/* スライダーを使用しない場合の一枚画像　*/
.works-single__main {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.works-single__main__img {
  position: relative;
  width: 100%;
}

.works-single__main__img:before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}

.works-single__main__img > div,
.works-single__main__img figure,
.works-single__main__img a,
.works-single__main__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-single__main figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

/* works-slider */
.works-slider {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

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

/* works-comments */
.works-comment {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #f6f6f6;
}

.works-pdf {
  margin-top: 32px;
  margin-top: 2rem;
}

.works-pdf__list li:not(:last-of-type) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.works-pdf__list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px 4% 16px 64px;
  padding: 1rem 4% 1rem 4rem;
  border: 1px solid #C9CED2;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.works-pdf__list li a:before {
  position: absolute;
  top: 9.6px;
  top: 0.6rem;
  left: 16px;
  left: 1rem;
  width: 30px;
  height: 34px;
  background: url("../img/common/pdf.svg") no-repeat;
  content: "";
}

.works-pdf__list li a:hover {
  border-color: #979DA4;
  background: #979DA4;
  color: #fff;
}

.works-video {
  margin-top: 48px;
  margin-top: 3rem;
}

.works-video__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.works-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-table {
  margin-top: 48px;
  margin-top: 3rem;
}

.works-access__map {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

.works-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

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

.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);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

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

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

[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 */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  /*&.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
    &:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/
}

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

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

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

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

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

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  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 {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slick-dots li button:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: black;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: "•";
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: black;
  opacity: 0.75;
}

/** works-slider **/
.gallery-top {
  position: relative;
}

.gallery-top__inner {
  position: relative;
  width: 100%;
}

.gallery-top .slick-arrow {
  -ms-flex-align: center;
  display: flex;
      align-items: center;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease 0s;
}

.gallery-top .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gallery-top .slick-arrow i {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: flex;
      align-items: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}

.gallery-top .slick-arrow i:before {
  color: #C9CED2;
}

.gallery-top .slick-prev:before {
  display: none;
}

.gallery-top .slick-next:before {
  display: none;
}

.gallery-top .sp-slide {
  position: relative;
  overflow: hidden;
}

.gallery-top .sp-slide img {
  height: 60.31vw;
}

.gallery-top .sp-slide figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

.gallery-thumbs {
  position: relative;
}

.gallery-thumbs__inner {
  position: relative;
  width: 100%;
}

.gallery-thumbs .sp-thumbnail {
  border: 1px solid #C9CED2;
  transition: all 0.3s ease 0s;
}

.gallery-thumbs .sp-thumbnail:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.gallery-thumbs .sp-thumbnail img {
  height: 11.97vw;
}

.gallery-thumbs .slick-arrow {
  -ms-flex-align: center;
  display: flex;
  display: flex;
      align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease 0s;
}

.gallery-thumbs .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gallery-thumbs .slick-arrow i {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: flex;
      align-items: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}

.gallery-thumbs .slick-arrow i:before {
  color: #C9CED2;
}

.gallery-thumbs .slider-nav {
  background: #E5E9EC;
}

.gallery-thumbs .slick-list {
  padding: 0 !important;
}

.gallery-thumbs .slick-track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0 !important;
  width: 100%;
  opacity: 1;
}

.gallery-thumbs .slick-slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-intro {
  padding: 24px 4%;
  padding: 1.5rem 4%;
  background: #f6f6f6;
}

.contact-intro__tit {
  margin-bottom: calc(1rem + 0.3em);
  font-size: calc(1.14rem + 2 * (100vw - 280px) / 920);
  font-weight: 500;
}

.contact-box {
  padding: 16px 4% 32px;
  padding: 1rem 4% 2rem;
  text-align: center;
}

.contact-box__icon {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  border-radius: 50%;
  background: #081840;
  color: #fff;
}

.contact-box__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24.96px;
  font-size: 1.56rem;
}

.contact-box__tit {
  font-size: calc(1rem + 4 * (100vw - 280px) / 920);
}

.contact-box__tel {
  font-family: Oswald, sans-serif;
  font-size: 2.25em;
}

.contact-box__tel i {
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 0.81em;
}

.contact-box__tel a {
  color: #202020;
}

.contact-step ol {
  display: flex;
  counter-reset: contact-num;
}

.contact-step ol li {
  position: relative;
  color: #202020;
  font-size: 14.08px;
  font-size: 0.88rem;
}

.contact-step ol li span:before {
  display: block;
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  color: #979DA4;
  font-family: Oswald, sans-serif;
  line-height: 1;
  content: counter(contact-num, decimal-leading-zero);
  counter-increment: contact-num 1;
}

.contact-step ol li:not(:last-child):after {
  position: absolute;
  background: #979DA4;
  content: "";
}

.contact-step ol li.now span:before {
  color: #fff;
}

.contact-step ol li.before span:before {
  color: #fff;
}

.contact-privacy {
  max-height: 200px;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  overflow-y: scroll;
  border: 1px solid #979DA4;
}

.contact-privacy__tit {
  margin-bottom: calc(1rem + 0.5em);
  font-size: calc(1.14rem + 2 * (100vw - 280px) / 920);
  font-weight: 400;
  text-align: center;
}

.contact-privacy .txt {
  font-size: 0.93em;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  line-height: 1.2;
}

.contact-table th,
.contact-table td {
  text-align: left;
}

.contact-table th {
  font-weight: 500;
  vertical-align: top;
}

.contact-table th span {
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #E1091F;
}

.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}

input.long,
select.long {
  width: 100%;
}

input.middle,
select.middle {
  width: 100%;
}

input.short,
select.short {
  width: 100%;
}

input.mini,
select.mini {
  width: 10em;
}

.sub-btn, .back-btn, .check-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  font-size: 15.04px;
  font-size: 0.94rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.sub-btn {
  border: solid 1px #081840;
  background: #081840;
  color: #fff;
}

.sub-btn:hover {
  background: #fff;
  color: #081840;
}

.back-btn {
  margin-top: 16px;
  margin-top: 1rem;
  border: solid 1px #081840;
  background: #fff;
  color: #081840;
}

.back-btn:hover {
  background: #081840;
  color: #fff;
}

.check-btn {
  border: solid 1px #4B4D4E;
  background: #4B4D4E;
  color: #fff;
}

.check-btn:hover {
  border: solid 1px #081840;
  background: #081840;
}

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

.radio,
.checkbox {
  position: relative;
  margin-right: 24px;
  margin-right: 1.5rem;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

label.radio,
label.checkbox {
  display: block;
}

/* form-parts
----------------------------------------------------------------*/
input, textarea, select {
  padding: 0.7em 1em;
  border: 1px solid #C9CED2;
  background-color: #f6f6f6;
  line-height: 1.5;
}

input:focus, textarea:focus, select:focus {
  background-color: #fff;
  box-shadow: rgba(58, 134, 232, 0.25) 0 0 4px 1px;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
  color: #979DA4;
}

textarea {
  height: 10em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
}

.radio, .checkbox {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0 20px 8px 0;
  padding: 8px 8px 8px 40px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.radio:hover, .checkbox:hover {
  background-color: #133a9b;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #081840;
}

.radio:before, .checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  content: "";
  opacity: 0;
  transition: opacity 0.2s linear;
}

input[type="radio"]:checked + .radio:before, input[type="radio"]:checked + .checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.radio:after, .checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: "";
  transition: border-color 0.2s linear;
}

.radio:before {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #081840;
}

.checkbox:before {
  width: 5px;
  height: 9px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid #081840;
  border-bottom: 3px solid #081840;
}

.contact_btn {
  margin: 0 auto;
  padding-top: 48px;
  padding-top: 3rem;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/

.contents-left {
  width: 100%;
}

/*
AddToAny（シェア追加プラグイン）用　css
管理画面にて下記を設定
.addtoany_content{
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top:1px solid #ddd;
}
*/
/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/

.aside-widget:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.aside-widget__tit {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #C9CED2;
  font-size: 1.12em;
  font-weight: 500;
}

.aside-widget ul li a {
  padding-left: 1.3em;
  color: #202020;
  text-decoration: none !important;
  text-indent: -1.3em;
}

.aside-widget ul li a:before {
  display: inline-block;
  padding-right: 0.2em;
  padding-bottom: 0.1em;
  color: #979DA4;
  font-size: 0.87em;
  text-decoration: none !important;
  vertical-align: baseline;
  content: "●";
}

.aside-widget ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: .5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}

.tag-cloud-link:before {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "";
}

.tag-cloud-link:before {
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: .2rem;
  color: #979DA4;
  font-size: 0.87em;
  text-decoration: none !important;
}

.tag-cloud-link:hover {
  text-decoration: underline !important;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #C9CED2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
}

.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}

.wp-calendar-table td {
  border: 2px solid #fff;
  background: #f6f6f6;
  font-size: 0.93em;
  line-height: 2;
  text-align: center;
}

.wp-calendar-table td a {
  display: block;
  background-color: #081840;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.wp-calendar-table td a:hover {
  background-color: #9FA0A0;
}

.wp-calendar-table td.pad {
  background: transparent;
}

.wp-calendar-table td#today {
  background: #979DA4;
  color: #fff;
}

.wp-calendar-nav {
  -ms-flex-pack: justify;
  display: flex;
      justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}

.wp-calendar-nav a {
  display: block;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #f6f6f6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.wp-calendar-nav a:hover {
  background-color: #979DA4;
  color: #fff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.search-form {
  -ms-flex-pack: justify;
  display: flex;
  position: relative;
      justify-content: space-between;
  width: 100%;
  border: 1px solid #979DA4;
}

.search-form__txt {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 2px;
  outline: 0;
  background: #fff;
}

.search-form__btn {
  width: 50px;
  height: 40px;
  padding: 2px;
  border: none;
  background: none;
  background: #fff;
  color: #C9CED2;
  font-size: 2em;
  vertical-align: bottom;
  transition: all 0.3s ease 0s;
}

.search-form__btn i {
  font-size: 20px;
  font-size: 1.25rem;
}

.search-form__btn:hover {
  color: #2b74e0;
}

@media (min-width: 376px) {
  /*====================================================================/
/*--iPhone 以上--
/====================================================================*/
}

@media (min-width: 576px) {
  /*====================================================================/
/*--スマホ 以上--
/====================================================================*/
  .single-sub {
    -ms-flex-align: start;
    display: flex;
        align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
/*--スマホ以上 タブレット iPadmini未満--
/====================================================================*/
}

@media (min-width: 576px) and (max-width: 1256px) {
  .recruit-merit__box {
    display: flex;
    border: 1px solid #C9CED2;
    background: #fff;
  }
  .recruit-merit__box__img {
    width: 30%;
    min-width: 150px;
  }
  .recruit-merit__box__img__inner {
    display: block;
    height: 100%;
  }
  .recruit-merit__box__img__inner picture {
    height: 100%;
  }
  .recruit-merit__box__txt {
    flex-basis: 70%;
  }
}

@media (min-width: 768px) {
  /*====================================================================/
/*--タブレット　iPadmini 以上--
/====================================================================*/
  .main-view {
    height: 315px;
    background-image: url(../img/common/lv2-main_tb.jpg);
    background-size: cover;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
  .free01-intro {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-image: url(../img/common/free01-bg_pc.jpg);
  }
  .free01-list {
    padding-top: 9rem;
  }
  .company-content {
    padding-bottom: 8rem;
  }
  .company-content__box {
    padding: 2.5rem 3.5rem;
  }
  .company-greeting {
    padding-bottom: 8rem;
  }
  .company-philosophy {
    padding-top: 8rem;
    padding-bottom: 9rem;
    background-image: url(../img/common/company_bg_sp.jpg);
  }
  .recruit-merit__tit__inner {
    padding: 2.5rem 3rem;
  }
  .recruit-remarks {
    margin-bottom: 6rem;
  }
  .recruit-remarks .l-cont > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .recruit-remarks__box {
    padding: 3rem 6%;
  }
  .recruit-introduction {
    margin-bottom: 6rem;
  }
  .recruit-introduction .l-cont > *:not(:last-child) {
    margin-bottom: 4rem;
  }
  .recruit-introduction .l-cont > *:nth-of-type(odd) .recruit-introduction__txt {
    padding-right: 26%;
  }
  .recruit-introduction .l-cont > *:nth-of-type(odd) .recruit-introduction__img {
    right: 0;
  }
  .recruit-introduction .l-cont > *:nth-of-type(even) .recruit-introduction__box {
    justify-content: flex-end;
  }
  .recruit-introduction .l-cont > *:nth-of-type(even) .recruit-introduction__txt {
    padding-left: 26%;
  }
  .recruit-introduction .l-cont > *:nth-of-type(even) .recruit-introduction__img {
    left: 0;
  }
  .recruit-introduction__box {
    padding-top: 2rem;
  }
  .recruit-introduction__txt {
    width: 80%;
    min-height: 300px;
    padding: 2.5rem 6% 3rem;
    border: 1px solid #C9CED2;
  }
  .recruit-introduction__tit {
    font-size: calc(1.14rem + 2 * (100vw - 768px) / 432);
  }
  .recruit-introduction__img {
    position: absolute;
    top: -2rem;
    width: 40%;
    max-width: 480px;
  }
  .recruit-introduction__img figure {
    position: relative;
    width: 100%;
  }
  .recruit-introduction__img figure:before {
    display: block;
    position: relative;
    padding-top: 75%;
    content: "";
  }
  .recruit-introduction__img figure > div,
  .recruit-introduction__img figure figure,
  .recruit-introduction__img figure a,
  .recruit-introduction__img figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .contact-intro__tit {
    text-align: center;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
/*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
/====================================================================*/
}

@media (min-width: 1024px) {
  /*====================================================================/
/*--XGAサイズ　iPadPro 以上--
/====================================================================*/
  .main-view__tit__inner {
    padding: 1rem 4rem;
  }
  .free01-intro__list {
    -ms-flex-wrap: wrap;
    display: flex;
        flex-wrap: wrap;
  }
  .free01-intro__list > * {
    flex-basis: 49%;
  }
  .free01-intro__list > *:not(:nth-of-type(even)) {
    margin-right: 2%;
  }
  .free01-intro__item__tit {
    font-size: calc(1rem + 2 * (100vw - 1000px) / 200);
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__block {
    right: 0;
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__img {
    left: calc(50% + 180px);
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__txt__inner {
    padding-right: 8rem;
    float: right;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
    left: 0;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__img {
    right: calc(50% + 180px);
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__txt {
    float: right;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__txt__inner {
    left: left;
    padding-left: 8rem;
  }
  .free01-box {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .free01-box__wrap:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .free01-box__block {
    width: 70%;
    height: 80%;
    min-height: 300px;
  }
  .free01-box__img {
    position: absolute;
    top: 0;
    width: 35%;
    max-width: 420px;
  }
  .free01-box__txt {
    display: block;
    bottom: 0;
    width: calc(50% + 240px);
    min-height: 360px;
  }
  .free01-box__txt__inner {
    max-width: 840px;
    padding: 3rem;
  }
  .company-greeting__flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .company-greeting__flex.f-right {
    flex-direction: row-reverse;
  }
  .company-greeting__flex .company-greeting__txt {
    width: 63.54%;
  }
  .company-greeting__pic {
    width: 29.16%;
  }
  .accessmap {
    padding-bottom: 40%;
  }
  .company-access__flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .company-access__flex > * {
    width: 47.5%;
  }
  .company-access__flex .accessmap {
    padding-bottom: 66.66%;
  }
  .recruit-merit {
    padding-top: 5rem;
  }
  .recruit-merit:before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(../img/common/recruit-bg_pc.jpg) top center/cover no-repeat;
    content: "";
  }
  .recruit-merit__tit {
    margin-bottom: calc(1.5rem + 3em);
  }
  .recruit-gallery {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .recuit-step li.step-01, .recuit-step li.step-02, .recuit-step li.step-03 {
    border-color: #578FE4;
    background: #578FE4;
    color: #fff;
  }
  .recuit-step li.step-04 {
    border-color: #F24949;
    background: #F24949;
    color: #fff;
  }
  .works-intro {
    padding: 2rem 3rem;
    text-align: center;
  }
  .works-single__cat {
    -ms-flex-align: start;
    display: flex;
        align-items: flex-start;
  }
  .works-single__cat .category-list__items {
    margin-right: 1rem;
  }
  .works-single__cat__cont {
    padding-top: 0.1rem;
    font-size: 0.87em;
  }
  .works-slider {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
    margin-bottom: 3rem;
  }
  .works-comment {
    padding: 2.5rem 3.5rem;
  }
  .works-pdf {
    margin-top: 3rem;
  }
  .works-video {
    margin-top: 6rem;
  }
  .works-video__flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .works-video__video {
    flex-basis: 37.5%;
  }
  .works-video__txt {
    flex-basis: 58%;
  }
  .works-table {
    margin-top: 6rem;
  }
  .works-access__map {
    padding-bottom: 40%;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -20px;
  }
  [dir="rtl"] .slick-prev {
    right: -20px;
  }
  .slick-next {
    right: -20px;
  }
  [dir="rtl"] .slick-next {
    left: -20px;
  }
  .gallery-top {
    width: 720px;
  }
  .gallery-top .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-top .sp-slide img {
    max-height: 480px;
  }
  .gallery-thumbs {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    min-width: 138px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .gallery-thumbs .sp-thumbnail img {
    height: 90px;
  }
  .gallery-thumbs .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gallery-thumbs .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-thumbs .slick-arrow i:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .gallery-thumbs .slick-prev {
    top: -20px;
  }
  .gallery-thumbs .slick-next {
    top: calc(100% - 20px);
  }
  .gallery-thumbs .slick-list {
    padding: 0 0 !important;
  }
  .gallery-thumbs .slick-track {
    left: 0 !important;
  }
  .gallery-thumbs .slick-slide {
    max-height: 92px;
    margin: 2px 0;
    padding: 0;
  }
  .contact-intro {
    padding: 2.5rem 3rem;
  }
  .contact-intro__tit {
    font-size: 1.25rem;
  }
  .contact-flex {
    display: flex;
  }
  .contact-flex > * {
    flex-basis: 50%;
  }
  .contact-flex > *:nth-of-type(even) {
    border-left: 1px solid #E5E9EC;
  }
  .contact-box {
    padding: 1.5rem 3rem 3rem;
  }
  .contact-box__tit {
    font-size: 1.25rem;
  }
  .contact-step ol {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
        align-items: center;
        justify-content: space-between;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-step ol > * {
    width: 18%;
    max-width: 160px;
    max-height: 160px;
  }
  .contact-step ol li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: flex;
        align-items: center;
        justify-content: center;
    width: 160px;
    height: 160px;
    border: 1px solid #979DA4;
    border-radius: 50%;
    background: #fff;
    text-align: center;
  }
  .contact-step ol li span:before {
    font-size: 1.75rem;
  }
  .contact-step ol li:not(:last-child):after {
    left: 100%;
    width: 100%;
    height: 1px;
  }
  .contact-step ol li.now {
    border-color: #081840;
    background: #081840;
    color: #fff;
  }
  .contact-step ol li.before {
    border-color: #a8c0e6;
    background: #a8c0e6;
    color: #fff;
  }
  .contact-privacy {
    max-height: 300px;
    padding: 3rem 10%;
  }
  .contact-table th,
  .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
  }
  .contact-table td {
    width: auto;
  }
  .contents-flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside {
    width: 320px;
  }
}

@media (min-width: 1024px) and (max-width: 1256px) {
  /*====================================================================/
/*--XGAサイズ iPadPro以上 PC未満--
/====================================================================*/
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__img {
    padding-right: 4%;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__img {
    padding-left: 4%;
  }
}

@media (min-width: 1257px) {
  /*====================================================================/
/*---PC 以上--
/====================================================================*/
  .main-view {
    height: 330px;
    background-image: url(../img/common/lv2-main_pc.jpg);
  }
  .main-view__tit__inner {
    font-size: 1.13rem;
  }
  .main-view__tit__inner b {
    font-size: 1.5rem;
  }
  .main-view__tit__inner em {
    font-size: 1rem;
  }
  .free01-intro {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .free01-intro__tit {
    font-size: 1.5rem;
  }
  .free01-intro__item__tit {
    font-size: 1.13rem;
  }
  .free01-intro__item__tit:before {
    font-size: 1.5em;
  }
  .free01-box__tit {
    font-size: 1.25rem;
  }
  .company-access__box__tit {
    font-size: 1.13rem;
  }
  .recruit-merit__tit small {
    font-size: 1.13rem;
  }
  .recruit-merit__tit b {
    font-size: 2.25rem;
  }
  .recruit-merit__list {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .recruit-merit__list > * {
    flex-basis: 47.5%;
    margin-bottom: 3rem;
  }
  .recruit-merit__list > *:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .recruit-merit__box {
    padding-top: 4rem;
    padding-left: 76px;
  }
  .recruit-merit__box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 44.73%;
    max-width: 340px;
  }
  .recruit-merit__box__img__inner {
    position: relative;
    width: 100%;
  }
  .recruit-merit__box__img__inner:before {
    display: block;
    position: relative;
    padding-top: 100%;
    content: "";
  }
  .recruit-merit__box__img__inner > div,
  .recruit-merit__box__img__inner figure,
  .recruit-merit__box__img__inner a,
  .recruit-merit__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .recruit-merit__box__txt {
    flex-basis: 76%;
    padding: 3rem 2rem 4rem;
    padding-left: calc((44.73% - 76px) + 4.5rem);
    border: 1px solid #C9CED2;
  }
  .recruit-introduction__txt {
    min-height: 360px;
  }
  .recruit-introduction__tit {
    font-size: 1.25rem;
  }
  .contact-privacy__tit {
    font-size: 1.25rem;
  }
}

@media (min-width: 1257px) and (max-width: 1639px) {
  /*====================================================================/
/*--px以上 Large PC未満--
/====================================================================*/
}

@media (min-width: 1640px) {
  /*====================================================================/
/*--Large PC 以上--
/====================================================================*/
}

@media (max-width: 1639px) {
  /*====================================================================/
/*--Large PC 未満--
/====================================================================*/
}

@media (max-width: 1256px) {
  /*====================================================================/
/*--PC 未満--
/====================================================================*/
}

@media (max-width: 1023px) {
  /*====================================================================/
/*--XGAサイズ iPadPro 未満--
/====================================================================*/
  .free01-box {
    width: 480px;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4rem;
  }
  .free01-box__wrap {
    position: relative;
  }
  .free01-box__block {
    left: 0;
    width: 100%;
    height: 60%;
  }
  .free01-box__img {
    position: relative;
  }
  .free01-box__txt__inner {
    padding: 1.5rem 6% 2rem;
  }
  .company-greeting__pic {
    margin-bottom: 2rem;
  }
  .company-greeting__pic picture {
    display: block;
    max-width: 320px;
  }
  .accessmap {
    padding-bottom: 360px;
  }
  .company-access__flex > *:first-child {
    margin-bottom: 4rem;
  }
  .recruit-merit {
    background: url(../img/common/recruit-bg_tb.jpg) center center/cover no-repeat;
  }
  .recruit-introduction__txt {
    border-right: 1px solid #C9CED2;
    border-bottom: 1px solid #C9CED2;
    border-left: 1px solid #C9CED2;
  }
  .recuit-step li.step-01 span:before, .recuit-step li.step-02 span:before, .recuit-step li.step-03 span:before {
    border-color: #578FE4;
    background: #578FE4;
  }
  .recuit-step li.step-04 span:before {
    border-color: #F24949;
    background: #F24949;
  }
  .works-video__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .works-access__map {
    padding-bottom: 300px;
  }
  .gallery-top {
    margin-bottom: 1.5rem;
  }
  .gallery-thumbs .slick-prev {
    left: -15px;
  }
  .gallery-thumbs .slick-next {
    right: -15px;
  }
  .gallery-thumbs .slick-slide {
    margin-right: 6px;
  }
  .contact-step ol {
    flex-direction: column;
  }
  .contact-step ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-step ol li span {
    -ms-flex-align: center;
    display: flex;
        align-items: center;
    font-size: 1.12em;
  }
  .contact-step ol li span:before {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: flex;
        align-items: center;
        justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 1em;
    border: 1px solid #979DA4;
    border-radius: 50%;
    background: #fff;
    font-size: 1.25rem;
    text-align: center;
  }
  .contact-step ol li:not(:last-child):after {
    top: 60px;
    left: 30px;
    width: 1px;
    height: 100%;
  }
  .contact-step ol li.now span:before {
    border-color: #081840;
    background: #081840;
  }
  .contact-step ol li.before span:before {
    border-color: #a8c0e6;
    background: #a8c0e6;
  }
  .contact-table th,
  .contact-table td {
    display: block;
    padding: 0;
  }
  .contact-table td {
    padding: 1rem 0 2rem;
  }
  .contents-left {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
/*--タブレット iPadmini 未満--
/====================================================================*/
  .main-view {
    height: 276px;
    background-image: url(../img/common/lv2-main_sp.jpg);
    background-size: cover;
  }
  .free01-intro__item {
    margin-bottom: 1rem;
  }
  .free01-intro__item__txt {
    padding: 1rem 4%;
  }
  .recruit-merit {
    background: url(../img/common/recruit-bg_sp.jpg) center center/cover no-repeat;
  }
  .recruit-merit__box__img__inner {
    position: relative;
    width: 100%;
  }
  .recruit-merit__box__img__inner:before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .recruit-merit__box__img__inner > div,
  .recruit-merit__box__img__inner figure,
  .recruit-merit__box__img__inner a,
  .recruit-merit__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .recruit-introduction__box {
    flex-direction: column-reverse;
  }
  .recruit-introduction__img figure {
    position: relative;
    width: 100%;
  }
  .recruit-introduction__img figure:before {
    display: block;
    position: relative;
    padding-top: 56.25%;
    content: "";
  }
  .recruit-introduction__img figure > div,
  .recruit-introduction__img figure figure,
  .recruit-introduction__img figure a,
  .recruit-introduction__img figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
/*--iPhone 以下--
/====================================================================*/
}

/*# sourceMappingURL=map/lv2.css.map */
