@charset "UTF-8";
/* webfont 変数　*/
/* blockeffects */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  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% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes margintop {
  0% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
.hamburger .hamburger-btn span {
  background-color: #fff;
}

/*--------------------------------------------------------------------/
	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 {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
          transform: translateY(-50%);
}
.main-view__tit__inner {
  padding-right: 4%;
  padding-left: 4%;
  color: #fff;
  font-size: calc(1.14rem + 0.45455vw - 1.45455px);
}
.main-view__tit__inner b {
  margin-right: 0.5em;
  font-weight: 500;
  font-weight: 900;
  font-size: calc(1.5rem + 1.36364vw - 4.36364px);
  line-height: 1.4;
}
.main-view__tit__inner em {
  position: relative;
  padding: 0 0.2em;
  font-style: normal;
  font-weight: 500;
  font-size: calc(0.85rem + 0.22727vw - 0.72727px);
  line-height: 1.2;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.05;
}
.main-view__tit__inner em::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 100%;
          transform: translateY(-50%);
  content: "-";
}
.main-view__tit__inner em::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 100%;
          transform: translateY(-50%);
  content: "-";
}

/*--------------------------------------------------------------------/
	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;
  line-height: 1.4;
  font-family: Oswald, sans-serif;
}

/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 1;
  position: relative;
  padding: 32px 0;
  padding: 2rem 0;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.breadcrumb__list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb__list a {
  -webkit-transition: all 0.3s ease 0s;
  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: #EF3F0B;
}

/*--------------------------------------------------------------------/
	free01
/--------------------------------------------------------------------*/
.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.4em);
  color: #fff;
  font-size: calc(1.25rem + 0.45455vw - 1.45455px);
  text-align: center;
}
.free01-intro__tit span {
  padding: 0 0.2em;
}
.free01-intro__tit em {
  font-style: normal;
  font-size: 2em;
}
.free01-intro__list {
  counter-reset: free01-num;
}
.free01-intro__item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.free01-intro__item a {
  -webkit-transition: all 0.3s ease 0s;
  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;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.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 #37415F transparent;
}
.free01-intro__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.free01-intro__item__img {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 120px;
  min-height: 100px;
}
.free01-intro__item__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
}
.free01-intro__item__tit {
  padding-left: 1.75em;
  font-weight: 500;
  font-size: calc(1rem + 0.22727vw - 0.72727px);
  text-indent: -1.75em;
}
.free01-intro__item__arrow {
  -webkit-transition: all 0.3s ease 0s;
  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 #EF3F0B 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: #37415F;
}
.free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
  background-color: #EF3F0B;
}
.free01-box__wrap {
  overflow: hidden;
}
.free01-box__wrap:not(:last-of-type) {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.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;
  border: 1px solid #C9CED2;
}
.free01-box__tit {
  margin-bottom: calc(0.5rem + 0.3em);
  padding-bottom: calc(0.5rem + 0.3em);
  border-bottom: 1px solid #979DA4;
  font-weight: 500;
  font-size: calc(1.14rem + 0.45455vw - 1.45455px);
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-content {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.company-content__box {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #f4f4f4;
}

.company-greeting {
  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: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #EF3F0B;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.company-philosophy__tit {
  margin-bottom: calc(2rem + 0.3em);
  font-size: calc(1.5rem + 0.90909vw - 2.90909px);
  line-height: 1.4;
  text-align: center;
}
.company-philosophy__tit span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  letter-spacing: 0.4em;
}
.company-philosophy__tit span::before, .company-philosophy__tit span::after {
  position: absolute;
  top: calc(50% - 1px);
  width: 32px;
  width: 2rem;
  height: 2px;
  background: #fff;
  content: "";
}
.company-philosophy__tit span::before {
  left: 100%;
}
.company-philosophy__tit span::after {
  right: 100%;
}
.company-philosophy__txt {
  line-height: 2;
}
.company-philosophy__dl dt {
  margin-bottom: 0.5em;
  color: #ebb1a0;
  font-weight: 500;
  font-size: calc(1.5rem + 0.68182vw - 2.18182px);
  line-height: 1;
  font-family: Oswald, sans-serif;
  text-align: center;
}
.company-philosophy__dl dd:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

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

.company-access__box__tit {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: calc(1rem + 0.22727vw - 0.72727px);
}

/*--------------------------------------------------------------------/
	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;
  margin-right: auto;
  margin-bottom: calc(1rem + 3em);
  margin-left: auto;
  background: rgba(55, 65, 95, .7);
  color: #fff;
}
.recruit-merit__tit__inner {
  position: relative;
  padding: 32px 6%;
  padding: 2rem 6%;
}
.recruit-merit__tit h2 {
  margin-bottom: calc(0.75rem + 0.3em);
  font-weight: 900;
  font-size: calc(1.75rem + 0.90909vw - 2.90909px);
}
.recruit-merit__tit p {
  font-weight: 400;
}

.recruit-merit__list {
  counter-reset: merit-num;
}
.recruit-merit__list > * {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.recruit-merit__box {
  position: relative;
}
.recruit-merit__img__inner picture {
  display: block;
}
.recruit-merit__txt {
  padding: 24px 6% 32px;
  padding: 1.5rem 6% 2rem;
  background: #fff;
}
.recruit-merit__txt__tit {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #C9CED2;
  font-weight: 500;
  font-size: 1.25em;
  vertical-align: text-bottom;
}

/* 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: #f4f4f4;
}

/* recruit-introduction */
.recruit-introduction {
  padding-top: 64px;
  padding-top: 4rem;
}
.recruit-introduction .l-cont > *:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.recruit-introduction .l-cont > *:nth-of-type(odd) .recruit-introduction__txt {
  background: #37415F;
}
.recruit-introduction .l-cont > *:nth-of-type(even) .recruit-introduction__txt {
  background: #EF3F0B;
}
.recruit-introduction__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.recruit-introduction__txt {
  padding: 24px 6% 40px;
  padding: 1.5rem 6% 2.5rem;
  color: #fff;
}
.recruit-introduction__tit {
  margin-bottom: calc(0.5rem + 0.3em);
  font-weight: 700;
  font-size: calc(1.25rem + 0.45455vw - 1.45455px);
}

/* recruit-gallery */
.recruit-gallery {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.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: #37415F;
}
.recuit-step li.step-04 span::before {
  color: #EF3F0B;
}

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

.works-single__tit {
  position: relative;
  margin-bottom: calc(0.75rem + 0.2em);
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  font-weight: 500;
  font-size: calc(1.14rem + 0.45455vw - 1.45455px);
  font-size: 22.08px;
  font-size: 1.38rem;
}
.works-single__tit::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 16px;
  width: 1rem;
  height: 6px;
  background: #EF3F0B;
  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: #f4f4f4;
}

.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 {
  -webkit-transition: all 0.3s ease 0s;
  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-box-sizing: border-box;
  -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 {
  font-style: normal;
  font-weight: normal;
  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";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  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 {
  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 {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** works-slider **/
.gallery-top {
  position: relative;
}
.gallery-top__inner {
  position: relative;
  width: 100%;
}
.gallery-top .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-top .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-top .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #C9CED2;
  transition: all 0.3s ease 0s;
}
.gallery-thumbs .sp-thumbnail:hover {
  opacity: 0.6;
}
.gallery-thumbs .sp-thumbnail img {
  height: 11.97vw;
}
.gallery-thumbs .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
          align-items: center;
  align-items: center;
          transform: translateY(-50%);
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-thumbs .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-thumbs .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.gallery-thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

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

.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: #37415F;
  color: #fff;
}
.contact-box__icon i {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  font-size: 24.96px;
  font-size: 1.56rem;
}
.contact-box__tit {
  font-size: calc(1rem + 0.45455vw - 1.45455px);
}
.contact-box__tel {
  font-size: 2.25em;
  font-family: Oswald, sans-serif;
}
.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: -webkit-box;
  display: -ms-flexbox;
  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;
  content: counter(contact-num, decimal-leading-zero);
  color: #979DA4;
  line-height: 1;
  font-family: Oswald, sans-serif;
  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-weight: 400;
  font-size: calc(1.14rem + 0.22727vw - 0.72727px);
  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;
  border: 1px solid #C9CED2;
  line-height: 1.2;
}
.contact-table tr:not(:last-child) {
  border-bottom: 1px solid #C9CED2;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  background: #f4f4f4;
  font-weight: 500;
  vertical-align: top;
}
.contact-table th span {
  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;
}

.check-btn, .back-btn, .sub-btn {
  -webkit-transition: all 0.3s ease 0s;
  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 #EF3F0B;
  background: #EF3F0B;
  color: #fff;
}
.sub-btn:hover {
  background: #fff;
  color: #EF3F0B;
}

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

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

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

.radio,
.checkbox {
  -webkit-transition: all 0.3s ease 0s;
  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
----------------------------------------------------------------*/
select, textarea, input {
  padding: 0.7em 1em;
  border: 1px solid #C9CED2;
  background-color: #f4f4f4;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-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;
}

.checkbox, .radio {
  -webkit-box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
          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;
}
.checkbox:hover, .radio:hover {
  background-color: rgb(248, 137, 104);
}
.checkbox:hover:after, .radio:hover:after {
  border-color: #EF3F0B;
}
.checkbox:before, .radio:before {
  -webkit-transition: opacity 0.2s linear;
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  content: "";
  opacity: 0;
  transition: opacity 0.2s linear;
}
input[type=radio]:checked + .checkbox:before, input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:after, .radio:after {
  -webkit-transition: border-color 0.2s linear;
  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: #EF3F0B;
}

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

/*--------------------------------------------------------------------/
	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-weight: 500;
  font-size: 1.12em;
}
.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;
  content: "●";
  color: #979DA4;
  font-size: 0.87em;
  text-decoration: none !important;
  vertical-align: baseline;
}
.aside-widget ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.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;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link::before {
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.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: #f4f4f4;
  font-size: 0.93em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #EF3F0B;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #37415F;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #fff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #f4f4f4;
  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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-transition: all 0.3s ease 0s;
  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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
  .recruit-merit__tit__inner {
    text-align: center;
  }
  .recruit-merit__box {
    padding-top: 3rem;
    padding-left: 76px;
  }
  .recruit-merit__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    min-width: 200px;
  }
  .recruit-merit__txt {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    min-height: 200px;
    padding-left: calc(30% - 76px + 4.5rem);
    border: 1px solid #C9CED2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 1256px) {
  .recruit-merit__img__inner {
    height: 100%;
  }
  .recruit-merit__img__inner picture {
    height: 100%;
  }
}
@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: 7rem;
    padding-bottom: 9rem;
  }
  .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 {
    padding-top: 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 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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;
  }
  .recruit-introduction__tit {
    font-size: calc(1.14rem + 0.64103vw - 3.69231px);
  }
  .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%;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1025px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .free01-intro__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .free01-intro__list > * {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .free01-intro__list > *:not(:nth-of-type(even)) {
    margin-right: 2%;
  }
  .free01-intro__item__tit {
    font-size: calc(1rem + 1vw - 10px);
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__block {
    left: calc(50% - 400px);
  }
  .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 {
    right: calc(50% - 400px);
  }
  .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: 6rem;
  }
  .free01-box__block {
    width: 70%;
    max-width: 1040px;
    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);
  }
  .free01-box__txt__inner {
    max-width: 840px;
    min-height: 320px;
    padding: 3.5rem 6%;
  }
  .company-greeting__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .company-greeting__flex.f-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .company-greeting__pic {
    width: 29.16%;
  }
  .company-greeting__txt {
    width: 63.54%;
  }
  .accessmap {
    padding-bottom: 40%;
  }
  .company-access__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    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 + 5em);
  }
  .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: #37415F;
    background: #fff;
    color: #37415F;
  }
  .recuit-step li.step-04 {
    border-color: #EF3F0B;
    background: #fff;
    color: #EF3F0B;
  }
  .works-intro {
    padding: 2rem 3rem;
    text-align: center;
  }
  .works-single__cat {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-video__video {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
  .works-video__txt {
    -ms-flex-preferred-size: 58%;
        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 {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    min-width: 138px;
    padding: 0;
            transform: translateY(-50%);
  }
  .gallery-thumbs .sp-thumbnail img {
    height: 90px;
  }
  .gallery-thumbs .slick-arrow {
    -webkit-transform: translateX(-50%);
    left: 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: 2rem 2.5rem;
  }
  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-flex > * {
    -ms-flex-preferred-size: 50%;
        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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #EF3F0B;
    background: #EF3F0B;
    color: #fff;
  }
  .contact-step ol li.before {
    border-color: #A1A7C1;
    background: #A1A7C1;
    color: #fff;
  }
  .contact-privacy {
    max-height: 300px;
    padding: 3rem 10%;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1.5rem 2rem;
  }
  .contact-table th {
    width: 30%;
  }
  .contact-table td {
    width: auto;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside {
    width: 320px;
  }
}
@media (min-width: 1025px) 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 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.38rem;
  }
  .main-view__tit__inner b {
    font-size: 2.25rem;
  }
  .main-view__tit__inner em {
    font-size: 1rem;
  }
  .free01-intro {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .free01-intro__tit {
    font-size: 1.5rem;
  }
  .free01-intro__item__tit {
    font-size: 1.13rem;
  }
  .free01-box__tit {
    font-size: 1.38rem;
  }
  .company-philosophy__tit {
    font-size: 2rem;
  }
  .company-philosophy__dl dt {
    font-size: 2rem;
  }
  .company-access__box__tit {
    font-size: 1.13rem;
  }
  .recruit-merit__tit h2 {
    font-size: 2.25rem;
  }
  .recruit-merit__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .recruit-merit__list > * {
    -ms-flex-preferred-size: 47.5%;
        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;
  }
  .recruit-merit__img {
    width: 39.47%;
    max-width: 300px;
  }
  .recruit-merit__img__inner {
    position: relative;
    width: 100%;
  }
  .recruit-merit__img__inner::before {
    display: block;
    position: relative;
    padding-top: 100%;
    content: "";
  }
  .recruit-merit__img__inner > div,
  .recruit-merit__img__inner figure,
  .recruit-merit__img__inner a,
  .recruit-merit__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .recruit-merit__txt {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    padding: 3rem 2rem 4rem;
    padding-left: calc(39.47% - 76px + 4.5rem);
  }
  .recruit-introduction__txt {
    min-height: 360px;
  }
  .recruit-introduction__tit {
    font-size: 1.5rem;
  }
  .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: 1024px) {
  /*====================================================================/
  /*--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: calc(50% - 180px);
    width: 100%;
    max-width: 480px;
    height: 80%;
  }
  .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;
  }
  .recuit-step li.step-01 span::before, .recuit-step li.step-02 span::before, .recuit-step li.step-03 span::before {
    border-color: #37415F;
    background: #fff;
  }
  .recuit-step li.step-04 span::before {
    border-color: #EF3F0B;
    background: #fff;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-step ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-step ol li span {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    font-size: 1.12em;
  }
  .contact-step ol li span::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #EF3F0B;
    background: #EF3F0B;
  }
  .contact-step ol li.before span::before {
    border-color: #A1A7C1;
    background: #A1A7C1;
  }
  .contact-table th, .contact-table td {
    display: block;
    padding: 1rem 4%;
  }
  .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-introduction__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            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 以下--
  /====================================================================*/
  .free01-box__block {
    left: 0;
    max-width: 100%;
  }
  .recruit-merit__img__inner {
    position: relative;
    width: 100%;
  }
  .recruit-merit__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .recruit-merit__img__inner > div,
  .recruit-merit__img__inner figure,
  .recruit-merit__img__inner a,
  .recruit-merit__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=map/lv2.css.map */
