@charset "UTF-8";
/* 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;
  }
}
/* webfont 変数　*/
/* ofi */
/*--------------------------------------------------------------------/
	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: #0599E3;
}

/*--------------------------------------------------------------------/
	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.2em);
  color: #fff;
  font-size: calc(1.25rem + 0.43478vw - 1.21739px);
  text-align: center;
}
.free01-intro__tit span {
  padding: 0 0.2em;
}
.free01-intro__tit em {
  font-style: normal;
  font-size: 2.28em;
}
.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 {
  -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 #06A2D0 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 {
  -ms-flex-preferred-size: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 80%;
          align-items: center;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
.free01-intro__item__tit {
  padding-left: 1.84em;
  font-weight: 500;
  font-size: calc(1rem + 0.21739vw - 0.6087px);
  text-indent: -1.84em;
}
.free01-intro__item__tit::before {
  margin-right: 8px;
  margin-right: 0.5rem;
  content: counter(free01-num, decimal-leading-zero);
  color: #0599E3;
  font-weight: 400;
  font-size: 1.42em;
  font-family: Oswald, sans-serif;
  counter-increment: free01-num;
}
.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 #0599E3 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: #0599E3;
}
.free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
  background-color: #00B39B;
}
.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-weight: 500;
  font-size: calc(1.14rem + 0.43478vw - 1.21739px);
  text-indent: -3em;
}
.free01-box__tit::before {
  margin-right: 12px;
  margin-right: 0.75rem;
  content: counter(free01-num, decimal-leading-zero);
  color: #0599E3;
  font-weight: 400;
  font-size: 2em;
  font-family: Oswald, sans-serif;
  counter-increment: free01-num;
}

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

.company-greeting {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background-image: url(../img/common/company_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.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-greeting__txt {
  line-height: 2.2;
}

.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-size: cover;
  background-repeat: no-repeat;
}
.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: 0.75rem;
  font-weight: 500;
  font-size: calc(1rem + 0.21739vw - 0.6087px);
}

/*--------------------------------------------------------------------/
	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-weight: 400;
  font-size: calc(1rem + 0.21739vw - 0.6087px);
}
.recruit-merit__tit b {
  font-size: calc(1.75rem + 0.86957vw - 2.43478px);
}
.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-weight: 400;
  font-size: 1.42em;
  text-indent: -2.9em;
  vertical-align: text-bottom;
}
.recruit-merit__box__txt__tit::before {
  margin-right: 0.2em;
  content: counter(merit-num, decimal-leading-zero);
  color: #0599E3;
  font-size: 2.57em;
  line-height: 1;
  font-family: Oswald, sans-serif;
  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: #F8F8F8;
}

/* 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: -webkit-box;
  display: -ms-flexbox;
  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-weight: 500;
  font-size: calc(1rem + 0.43478vw - 1.21739px);
}
.recruit-introduction__img figure {
  margin: 0;
}

/* recruit-gallery */
.recruit-gallery {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: #F8F8F8;
}
.recruit-gallery__img {
  margin: 0;
}
.recruit-gallery__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruit-gallery__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.recruit-gallery__img__inner > div,
.recruit-gallery__img__inner figure,
.recruit-gallery__img__inner a,
.recruit-gallery__img__inner 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;
}

/* 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
/--------------------------------------------------------------------*/
.works-intro {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #F8F8F8;
  font-weight: 500;
  font-size: 1.28em;
}

.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-weight: 500;
  font-size: calc(1.14rem + 0.21739vw - 0.6087px);
  font-size: 20px;
  font-size: 1.25rem;
}
.works-single__tit::before {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  min-width: 80px;
  min-width: 5rem;
  height: 1px;
  background: #0599E3;
  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 {
  max-width: 900px;
  height: auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
}
.works-single__main__img {
  position: relative;
}
.works-single__main__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-single__main__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-single__main__img__inner > div,
.works-single__main__img__inner figure,
.works-single__main__img__inner a,
.works-single__main__img__inner 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;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-slider.is-thumbsuse {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.works-slider.is-thumbsnot {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.works-slider img {
  max-width: 100%;
  height: auto;
}

/* gallery-top */
.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__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.gallery-top .sp-slide__inner > div,
.gallery-top .sp-slide__inner figure,
.gallery-top .sp-slide__inner a,
.gallery-top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 */
.gallery-thumbs {
  position: relative;
}
.gallery-thumbs__inner {
  position: relative;
  width: 100%;
}

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

.is-thumbsuse .gallery-thumbs__list .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.is-thumbsnot .gallery-thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.gallery-thumbs__list .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #C9CED2;
  transition: all 0.3s ease 0s;
}
.gallery-thumbs__list .sp-thumbnail:hover {
  opacity: 0.6;
}
.is-thumbsuse .gallery-thumbs__list .sp-thumbnail img {
  height: 11.97vw;
}
.gallery-thumbs__list .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-thumbs__list .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.gallery-thumbs__list .sp-thumbnail__inner > div,
.gallery-thumbs__list .sp-thumbnail__inner figure,
.gallery-thumbs__list .sp-thumbnail__inner a,
.gallery-thumbs__list .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* サムネイル画像の動きの調整 */
.sp-thumbnail.fade-up.fade-up-trigger--off, .fade-up-trigger--off .sp-thumbnail.fade-up {
  -webkit-transform: translateY(10px) !important;
          transform: translateY(10px) !important;
}
.sp-thumbnail.fade-up.fade-up-trigger--on, .fade-up-trigger--on .sp-thumbnail.fade-up {
  -webkit-transition: all 0.6s cubic-bezier(0.36, 0.11, 0.65, 0.92);
  transition: all 0.6s cubic-bezier(0.36, 0.11, 0.65, 0.92);
}

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

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

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-intro {
  padding: 0 4%;
}
.contact-intro__tit {
  margin-bottom: calc(1rem + 0.3em);
  font-weight: 500;
  font-size: calc(1.2rem + 0.21739vw - 0.6087px);
}

.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: #0599E3;
  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.43478vw - 1.21739px);
}
.contact-box__tel {
  font-size: 2em;
  font-family: Oswald, sans-serif;
}
.contact-box__tel i {
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 0.92em;
}
.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 {
  border: 1px solid #979DA4;
}
.contact-privacy__tit {
  font-weight: 400;
  font-size: calc(1rem + 0.43478vw - 1.21739px);
  text-align: center;
}
.contact-privacy__tit.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form .btn-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table img {
  width: 100%;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 400;
  vertical-align: top;
}
.contact-table th .required {
  margin-left: 0.3em;
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  line-height: 1;
}
.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;
}

button[class*=sub-btn],
button[class*=back-btn],
button[class*=chack-btn] {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

button[class*=sub-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 4%;
  padding: 1rem 4%;
  border: 1px solid #0599E3;
  background-color: #0599E3;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=sub-btn]:hover {
  border-color: #06A2D0;
  background-color: #06A2D0;
  color: #fff;
}

button[class*=back-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 16px 4%;
  padding: 1rem 4%;
  border: 1px solid #E5E9EC;
  background-color: #E5E9EC;
  color: #4B4D4E;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=back-btn]:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

button[class*=chack-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 4%;
  padding: 1rem 4%;
  border: 1px solid #0599E3;
  background-color: #0599E3;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=chack-btn]:hover {
  border-color: #06A2D0;
  background-color: #06A2D0;
  color: #fff;
}

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

/* radio-btn */
.mwform-radio-field:not(:last-child) {
  margin-right: 1em;
}

.mwform-radio-field-text {
  vertical-align: top;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .mwform-radio-field-text:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #FCFCFC;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 5px #F8F8F8;
  background-color: #0599E3;
          box-shadow: inset 0 0 0 5px #F8F8F8;
}
input[type=radio]:focus + .mwform-radio-field-text:before {
  border-color: #0599E3;
  outline: none;
}
input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #FCFCFC;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.vertical-item:not(:first-of-type) {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}
input[type=checkbox] {
  display: none;
}

.check-box .vertical-item:not(:first-of-type) {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}
.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.05em;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}

.mwform-checkbox-field-text {
  display: block;
  padding-left: calc(20px + 1rem);
  vertical-align: top;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 4px;
  height: 0;
          transform-origin: left top;
  background-color: #0599E3;
  content: "";
  transition: opacity ease 0.5;
}
.mwform-checkbox-field-text::before {
  -webkit-transform: rotate(-135deg);
  top: 17.2px;
  left: 8px;
          transform: rotate(-135deg);
}
.mwform-checkbox-field-text::after {
  -webkit-transform: rotate(-45deg);
  top: 10px;
  left: 0.6px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .mwform-checkbox-field-text,
.mwform-checkbox-field-text.checked {
  border-color: #0599E3;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field-text.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 10px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field-text.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1px #fff;
  height: 24px;
          box-shadow: 0 0 0 1px #fff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.mw_wp_form .error {
  margin-top: 11.2px;
  margin-top: 0.7rem;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #FCFCFC;
  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;
}

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

.contents-left {
  width: 100%;
}

/*
	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;
  margin-bottom: 0.3em;
  color: #979DA4;
  line-height: 1.4;
  font-family: Oswald, sans-serif;
}

/* align */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

.blog-pdf {
  margin-top: 32px;
  margin-top: 2rem;
}
.blog-pdf__list li:not(:last-of-type) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.blog-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;
}
.blog-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: "";
}
.blog-pdf__list li a:hover {
  border-color: #979DA4;
  background: #979DA4;
  color: #fff;
}

.single-nextprev {
  position: relative;
  margin-top: clamp(48px, 5vw, 80px);
  margin-top: clamp(3rem, 5vw, 5rem);
}
.single-nextprev a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: stretch;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #E5E9EC;
  border-bottom: 1px solid #E5E9EC;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-nextprev__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.single-nextprev__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-nextprev__img__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.single-nextprev__img__inner > div,
.single-nextprev__img__inner figure,
.single-nextprev__img__inner a,
.single-nextprev__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-nextprev__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  width: calc(100% - 80px);
  padding: 0.5em 1.5em 28px;
  padding: 0.5em 1.5em 1.75rem;
}
.single-nextprev__time {
  color: #979DA4;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-family: Oswald, sans-serif;
}
.single-nextprev__arrow {
  font-size: 12.96px;
  font-size: 0.81rem;
}
.single-nextprev .next_post {
  position: relative;
}
.single-nextprev .next_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          justify-content: flex-end;
}
.single-nextprev .next_post a:hover .single-nextprev__arrow {
  margin-left: -5px;
  color: #0599E3;
}
.single-nextprev .next_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 1.75em;
  vertical-align: middle;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.single-nextprev .next_post .single-nextprev__arrow: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: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .next_post .single-nextprev__arrow::before {
  font-size: 20px;
  font-size: 1.25rem;
}
.single-nextprev .prev_post {
  position: relative;
}
.single-nextprev .prev_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-nextprev .prev_post a:hover .single-nextprev__arrow {
  margin-right: -5px;
  color: #0599E3;
}
.single-nextprev .prev_post .single-nextprev__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  right: 1.75em;
  bottom: 0;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.single-nextprev .prev_post .single-nextprev__arrow: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;
}
.single-nextprev .prev_post .single-nextprev__arrow::after {
  font-size: 20px;
  font-size: 1.25rem;
}

/*
AddToAny（シェア追加プラグイン）用　css
管理画面にて下記を参考に設定

/*投稿の上部にボタンを表示
.addtoany_content{
	margin-bottom: 1.5em;
}
/*投稿の下部にボタンを表示
.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: 16px;
  margin-bottom: 1rem;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #C9CED2;
  font-weight: 500;
  font-size: 1.28em;
}
.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: 1em;
  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: 1em;
  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: #F8F8F8;
  font-size: 1.07em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #0599E3;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #00B39B;
}
.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: #F8F8F8;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #979DA4;
  color: #fff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #979DA4 !important;
}

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

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 40px !important;
  padding: 2px !important;
  border: none !important;
  background: none !important;
  background: #fff !important;
  color: #C9CED2 !important;
  font-size: 20px !important;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  color: #0352AB !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives > label {
  display: none !important;
}
.wp-block-archives select {
  width: 80% !important;
}

/*--------------------------------------------------------------------/
	heat
/--------------------------------------------------------------------*/
.heat-intro__tit {
  margin-bottom: calc(1.5rem + 0.2em);
  font-size: calc(1.25rem + 0.43478vw - 1.21739px);
  text-align: center;
}
.heat-intro__tit span {
  padding: 0 0.2em;
}
.heat-intro__tit em {
  font-style: normal;
  font-size: 2.28em;
}

.heat-list {
  overflow: hidden;
}
.heat-box__wrap {
  overflow: hidden;
}
.heat-box__block {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  background: rgb(3, 82, 171);
  background: linear-gradient(120deg, rgb(3, 82, 171) 0%, rgb(78, 174, 222) 100%);
  content: "";
}
.heat-box__img {
  z-index: 4;
}
.heat-box__img img {
  border: 1px solid #C9CED2;
  border-radius: 10px;
}
.heat-box__txt {
  z-index: 3;
  position: relative;
}
.heat-box__txt::after {
  display: block;
  clear: both;
  content: "";
}
.heat-box__txt__inner {
  overflow: hidden;
  border: 1px solid #C9CED2;
  border-radius: 40px;
  background: #fff;
}
.heat-box__tit {
  margin-bottom: calc(1rem + 0.2em);
  padding-bottom: calc(0.5rem + 0.2em);
  border-bottom: 1px solid #979DA4;
  font-weight: 700;
  font-size: calc(1.14rem + 0.43478vw - 1.21739px);
}

/*--------------------------------------------------------------------/
	summary
/--------------------------------------------------------------------*/
.summary-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 800px;
}
.summary-list li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 32%;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
}
.summary-list li b, .summary-list li span, .summary-list li small {
  display: block;
}
.summary-list li b {
  font-size: calc(1.3rem + 0.65217vw - 1.82609px);
  line-height: 1.3;
}
.summary-list li span {
  margin-bottom: 3px;
  padding: 0 7px;
  border-radius: 15px;
  color: #fff;
  font-size: 9px;
}
.summary-list li small {
  letter-spacing: 0;
}
.summary-list li:nth-of-type(1) {
  border-color: #0599E3;
}
.summary-list li:nth-of-type(1) b {
  color: #0599E3;
}
.summary-list li:nth-of-type(1) span {
  background-color: #0599E3;
}
.summary-list li:nth-of-type(2) {
  border-color: #06A2D0;
}
.summary-list li:nth-of-type(2) b {
  color: #06A2D0;
}
.summary-list li:nth-of-type(2) span {
  background-color: #06A2D0;
}
.summary-list li:nth-of-type(3) {
  border-color: #00B39B;
}
.summary-list li:nth-of-type(3) b {
  color: #00B39B;
}
.summary-list li:nth-of-type(3) span {
  background-color: #00B39B;
}
.summary-nav {
  padding: 48px 0;
  padding: 3rem 0;
  background-color: #F4FBFE;
}
.summary-nav_list_item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.summary-nav_list_item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 15px 10px 30px;
  border: 1px solid #6F757B;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.summary-nav_list_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;
}
.summary-nav_list_item a::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
  font-size: 36px;
  font-size: 2.25rem;
}
.summary-nav_list_item a b {
  font-size: 46.08px;
  font-size: 2.88rem;
  line-height: 1.2;
}
.summary-nav_list_item a span {
  display: block;
  margin-bottom: 3px;
  padding: 2px 10px 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}
.summary-nav_list_item:nth-of-type(1) a {
  color: #0599E3;
}
.summary-nav_list_item:nth-of-type(1) a span {
  background-color: #0599E3;
}
.summary-nav_list_item:nth-of-type(1) a:hover {
  background-color: #0599E3;
  color: #fff;
}
.summary-nav_list_item:nth-of-type(2) a {
  color: #00B39B;
}
.summary-nav_list_item:nth-of-type(2) a span {
  background-color: #00B39B;
}
.summary-nav_list_item:nth-of-type(2) a:hover {
  background-color: #00B39B;
  color: #fff;
}
.summary-box {
  -webkit-box-shadow: 0px 0px 15px rgba(201, 206, 210, .6);
  z-index: 1;
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #E5E9EC;
  background-color: #fff;
          box-shadow: 0px 0px 15px rgba(201, 206, 210, .6);
}
.summary-box__tit {
  position: relative;
  margin-bottom: calc(2rem + 0.3em);
  font-weight: 500;
  font-size: calc(1.1rem + 0.65217vw - 1.82609px);
  line-height: 1.4;
}
.summary-box__tit b {
  padding-right: 10px;
  color: #0599E3;
  font-weight: 700;
  font-size: calc(3rem + 1.08696vw - 3.04348px);
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
}
.summary-box__tit span.tit {
  display: block;
  margin-bottom: 10px;
  padding: 7px 15px;
  border-radius: 20px;
  background-color: rgba(5, 153, 227, .2);
  font-size: 12.96px;
  font-size: 0.81rem;
}
.summary-box__tit .txt {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 20px;
  border: 2px solid #00B39B;
  border-radius: 20px;
  color: #00B39B;
  font-size: 14px;
}
.summary-box__img {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.summary-box__img picture {
  display: block;
  width: 100%;
  text-align: center;
}
.summary-box__img picture img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
}
.summary-box__txt p:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

#hrc_st .summary-box__tit .tit {
  background-color: rgba(0, 179, 155, .1);
}
#hrc_st .summary-box__tit b {
  color: #00B39B;
}

.summary-images__box {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}
.summary-images__box__img {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid rgba(201, 206, 210, .8);
  border-radius: 10px;
}
.summary-images__box__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.summary-images__box__img > div,
.summary-images__box__img figure,
.summary-images__box__img a,
.summary-images__box__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------/
	features
/--------------------------------------------------------------------*/
.features-nav_list_item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.features-nav_list_item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #06A2D0;
  border-radius: 40px;
  background-color: #fff;
  color: #06A2D0;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.features-nav_list_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;
}
.features-nav_list_item a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  font-size: 30.08px;
  font-size: 1.88rem;
}
.features-nav_list_item a:hover {
  background-color: #06A2D0;
  color: #fff;
}
.features-nav_list_item:nth-of-type(2) a {
  border-color: #0599E3;
  color: #0599E3;
}
.features-nav_list_item:nth-of-type(2) a:hover {
  background-color: #0599E3;
  color: #fff;
}
.features-nav_list_item:nth-of-type(3) a {
  border-color: #00B39B;
  color: #00B39B;
}
.features-nav_list_item:nth-of-type(3) a:hover {
  background-color: #00B39B;
  color: #fff;
}
.features-cont {
  padding: 48px 0;
  padding: 3rem 0;
  background-color: rgba(6, 162, 208, .07);
}
.features-cont__inner {
  counter-reset: point-num;
}
.features-cont__box {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 70px 7% 20px;
  border: 1px solid #C9CED2;
  border-radius: 40px;
  background-color: #fff;
}
.features-cont__box::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 80px;
          transform: translateX(-50%);
  content: "POINT";
  color: #fff;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  text-align: center;
}
.features-cont__box::before {
  -webkit-transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -20px;
  left: 50%;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  padding-top: 20px;
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #06A2D0;
  content: counter(point-num, decimal-leading-zero);
  color: #0599E3;
  color: #fff;
  font-weight: 500;
  font-size: 26.08px;
  font-size: 1.63rem;
  font-family: Roboto, sans-serif;
  text-align: center;
  counter-increment: point-num;
}
.features-cont__box h4 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #06A2D0;
  font-size: calc(1rem + 0.65217vw - 1.82609px);
}
.features-step-cont {
  padding: 48px 0;
  padding: 3rem 0;
  background-color: #F4FBFE;
}
.features-step-cont__inner {
  counter-reset: point-num;
}
.features-step-cont__box {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.features-step-cont__box__tit {
  position: relative;
}
.features-step-cont__box__tit h4 {
  z-index: 1;
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background-color: #F4FBFE;
  color: #0599E3;
  font-size: calc(1.2rem + 0.43478vw - 1.21739px);
}
.features-step-cont__box__tit::before {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 0 10px;
  border-radius: 20px;
  background-color: #0599E3;
  content: "STEP " counter(point-num, decimal-leading-zero);
  color: #0599E3;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  text-align: center;
  counter-increment: point-num;
}
.features-step-cont__box__txt {
  padding: 20px 7%;
  border-radius: 10px;
  background-color: #fff;
}
.features-step-cont__box__txt p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.features-step-cont__box:last-child .features-step-cont__box__tit::after {
  display: none;
}

#nav03 .features-step-cont {
  background-color: #edfaf8;
}
#nav03 .heading-tit::after {
  background: #00B39B;
}
#nav03 .features-step-cont__box__tit h4 {
  background-color: #edfaf8;
  color: #00B39B;
}
#nav03 .features-step-cont__box__tit::before {
  background-color: #00B39B;
}

/*--------------------------------------------------------------------/
	app
/--------------------------------------------------------------------*/
.app-box {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.app-box .heading-tit3 {
  font-size: calc(1.1rem + 0.65217vw - 1.82609px);
}
.app-box__img {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.app-box__img picture {
  display: block;
  width: 100%;
  text-align: center;
}
.app-box__img picture img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
}
.app-box__txt p:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.app-table {
  width: 100%;
  border-left: 1px solid #C9CED2;
  font-size: 1.07em;
}
.app-table tr {
  border-bottom: 1px solid #C9CED2;
}
.app-table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.app-table th, .app-table td.column-1 {
  width: 38%;
  padding: 11.2px;
  padding: 0.7rem;
  border-right: 1px solid #C9CED2;
  background-color: #F4FBFE;
  font-weight: normal;
  text-align: left;
}
.app-table td.column-1 {
  background-color: #F8F8F8;
}
.app-table td, .app-table td.column-2, .app-table td.column-3 {
  width: 31%;
  padding: 11.2px;
  padding: 0.7rem;
  border-right: 1px solid #C9CED2;
  background-color: #fff;
}

.app-images__box {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}
.app-images__box__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.app-images__box__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.app-images__box__img > div,
.app-images__box__img figure,
.app-images__box__img a,
.app-images__box__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  background: rgb(5, 153, 227);
  background: -webkit-gradient(linear, left top, right top, from(rgb(5, 153, 227)), to(rgb(0, 179, 155)));
  background: linear-gradient(90deg, rgb(5, 153, 227) 0%, rgb(0, 179, 155) 100%);
}
.main-view .l-cont {
  position: relative;
  height: 100%;
}
.main-view__tit {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  font-weight: 400;
  text-align: center;
}
.main-view__tit__inner {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: calc(1rem + 0.21739vw - 0.6087px);
}
.main-view__tit__inner b {
  font-weight: 500;
  font-size: calc(1rem + 0.65217vw - 1.82609px);
  line-height: 1.4;
}
.main-view__tit__inner em {
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
  font-style: normal;
  font-weight: 700;
  font-size: calc(0.85rem + 0.21739vw - 0.6087px);
  line-height: 1.2;
  font-family: Roboto, 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: "-";
}
.main-view__tit__inner .is-404 {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: calc(1.5rem + 0.86957vw - 2.43478px);
  font-family: Oswald, sans-serif;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .contact-form .btn-wrap {
    max-width: 320px;
  }
  .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;
  }
  .single-nextprev__img {
    width: 100px;
    height: 100px;
  }
  .single-nextprev__txt {
    width: calc(100% - 100px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 1256px) {
  .recruit-merit__box {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .free01-intro {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-image: url(../img/common/free01-bg_pc.jpg);
  }
  .free01-intro__tit em {
    font-size: 2.13em;
  }
  .free01-intro__item__tit::before {
    font-size: 1.33em;
  }
  .free01-list {
    padding-top: 9rem;
  }
  .free01-box__tit::before {
    font-size: 1.86em;
  }
  .company-content {
    padding-bottom: 8rem;
  }
  .company-content__box {
    padding: 2.5rem 3.5rem;
  }
  .company-greeting {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-image: url(../img/common/company_bg_pc.jpg);
  }
  .company-philosophy {
    padding-top: 8rem;
    padding-bottom: 9rem;
    background-image: url(../img/common/company_bg_pc.jpg);
  }
  .recruit-merit__tit__inner {
    padding: 2.5rem 3rem;
  }
  .recruit-merit__box__txt__tit {
    font-size: 1.33em;
  }
  .recruit-merit__box__txt__tit::before {
    font-size: 2.4em;
  }
  .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 {
    -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;
    border: 1px solid #C9CED2;
  }
  .recruit-introduction__tit {
    font-size: calc(1.14rem + 0.46296vw - 3.55556px);
  }
  .recruit-introduction__img {
    position: absolute;
    top: -2rem;
    width: 40%;
    max-width: 480px;
  }
  .recruit-introduction__img figure {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .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%;
  }
  .works-intro {
    font-size: 1.2em;
  }
  .contact-intro__tit {
    text-align: center;
  }
  .contact-box__tel {
    font-size: 1.86em;
  }
  .contact-box__tel i {
    font-size: 0.86em;
  }
  .contact-privacy .txt {
    font-size: 1.07em;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
  .aside-widget__tit {
    font-size: 1.2em;
  }
  .aside-widget ul li a::before {
    font-size: 0.93em;
  }
  .tag-cloud-link::before {
    font-size: 0.93em;
  }
  .wp-calendar-table td {
    font-size: 1em;
  }
  .heat-intro__tit em {
    font-size: 2.13em;
  }
  .summary-list li {
    width: 30%;
    border-width: 10px;
  }
  .summary-list li b {
    font-size: 2.5rem;
  }
  .summary-list li span {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .summary-nav_list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .summary-nav_list_item {
    width: 48%;
  }
  .summary-box {
    width: 96%;
    padding: 3rem 5%;
    border-radius: 40px;
  }
  .summary-box__tit b {
    font-size: 5rem;
  }
  .summary-box__tit span.tit {
    font-size: 1.13rem;
  }
  .summary-box__tit .txt {
    font-size: 16px;
  }
  .features-nav_list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .features-nav_list_item {
    width: 32%;
  }
  .features-cont__inner {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .features-cont__box {
    width: 48%;
    padding: 70px 2rem 2rem;
  }
  .features-step-cont__box {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .features-step-cont__box__tit {
    width: 200px;
  }
  .features-step-cont__box__tit h4 {
    margin-bottom: 1rem;
    font-size: 1.19rem;
  }
  .features-step-cont__box__tit::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 80%;
            transform: translateX(-50%);
    border-radius: 5px;
    background-color: #E5E9EC;
    content: "";
  }
  .features-step-cont__box__txt {
    width: calc(100% - 250px);
    padding: 2rem 3rem;
  }
  .app-table {
    font-size: 1em;
  }
  .main-view {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #E5E9EC;
    content: "";
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .contact-step ol li span {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contact-privacy .txt {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .free01-intro__tit em {
    font-size: 2em;
  }
  .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-intro__item__tit::before {
    font-size: 1.25em;
  }
  .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;
  }
  .free01-box__tit::before {
    font-size: 1.75em;
  }
  .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__flex .company-greeting__txt {
    width: 63.54%;
  }
  .company-greeting__pic {
    width: 29.16%;
  }
  .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 + 3em);
  }
  .recruit-merit__box__txt__tit {
    font-size: 1.25em;
  }
  .recruit-merit__box__txt__tit::before {
    font-size: 2.25em;
  }
  .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;
  }
  .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;
  }
  .works-intro {
    font-size: 1.12em;
  }
  .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: 1em;
  }
  .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;
  }
  .is-thumbsuse .gallery-top {
    width: 720px;
  }
  .is-thumbsnot .gallery-top {
    width: 60%;
    max-width: 720px;
  }
  .gallery-top .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .is-thumbsuse .gallery-thumbs {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    min-width: 138px;
    padding: 0;
            transform: translateY(-50%);
  }
  .is-thumbsnot .gallery-thumbs {
    width: 32%;
  }
  .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;
  }
  .is-thumbsuse .gallery-thumbs__list .slick-slide {
    max-height: 92px;
    margin: 2px 0;
    padding: 0;
  }
  .is-thumbsnot .gallery-thumbs__list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 1.6vw;
  }
  .is-thumbsnot .gallery-thumbs__list > * {
    width: 30%;
  }
  .is-thumbsuse .gallery-thumbs__list .sp-thumbnail img {
    height: 90px;
  }
  .works-comment {
    padding: 2.5rem 3.5rem;
  }
  .works-pdf {
    margin-top: 3rem;
  }
  .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-access__map {
    padding-bottom: 40%;
  }
  .contact-intro {
    padding: 0 3rem;
    text-align: center;
  }
  .contact-intro__tit {
    font-size: 1.13rem;
  }
  .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-box__tel {
    font-size: 1.75em;
  }
  .contact-box__tel {
    font-size: 2.57em;
  }
  .contact-box__tel i {
    font-size: 0.81em;
  }
  .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: #0599E3;
    background: #0599E3;
    color: #fff;
  }
  .contact-step ol li.before {
    border-color: #b5e6ff;
    background: #b5e6ff;
    color: #fff;
  }
  .contact-privacy {
    max-height: 300px;
    margin-top: 1.5rem;
    overflow-y: scroll;
    scrollbar-color: #C9CED2 #fff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border-radius: 8px;
    background: #C9CED2;
            box-shadow: inset 0 0 0 1px #fff;
  }
  .contact-privacy__tit {
    padding: 3rem 10%;
  }
  .contact-privacy .txt {
    padding: 0 10% 3rem;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 2rem;
  }
  .contact-table th {
    width: max(30%,280px);
  }
  .contact-table td {
    width: 64%;
    padding-left: 4%;
  }
  .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);
  }
  .blog-pdf {
    margin-top: 3rem;
  }
  .aside {
    width: 320px;
  }
  .aside-widget__tit {
    font-size: 1.12em;
  }
  .aside-widget ul li a::before {
    font-size: 0.87em;
  }
  .tag-cloud-link::before {
    font-size: 0.87em;
  }
  .wp-calendar-table td {
    font-size: 0.93em;
  }
  .heat-intro__tit em {
    font-size: 2em;
  }
  .heat-box {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .heat-box__wrap:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .heat-box__block {
    right: 0;
    width: 70%;
    height: 80%;
    min-height: 300px;
    border-radius: 40px 0 0 40px;
  }
  .heat-box__img {
    position: absolute;
    top: 0;
    left: calc(50% + 120px);
    width: 40%;
    max-width: 500px;
  }
  .heat-box__txt {
    display: block;
    bottom: 0;
    width: calc(50% + 200px);
    min-height: 360px;
  }
  .heat-box__txt__inner {
    max-width: 840px;
    padding: 4rem;
    padding-right: 8rem;
    float: right;
  }
  .summary-nav_list_item a {
    padding: 25px 25px 40px;
  }
  .summary-nav_list_item a span {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .summary-box {
    padding: 3.5rem 4%;
  }
  .summary-box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .summary-box__img {
    width: 35%;
    margin-bottom: 0;
  }
  .summary-box__txt {
    width: 58%;
  }
  .features-nav_list_item a {
    font-size: 18px;
  }
  .features-cont {
    padding: 4rem 0;
  }
  .features-cont__box {
    width: 32%;
  }
  .features-step-cont {
    padding: 4rem 0;
  }
  .app-box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .app-box__img {
    width: 35%;
    margin-bottom: 0;
  }
  .app-box__txt {
    width: 58%;
  }
  .app-table {
    font-size: 0.93em;
  }
  .main-view__tit__inner {
    padding: 1rem 4rem;
  }
}
@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%;
  }
  .single-nextprev .prev_post {
    top: -1px;
  }
  .heat-box__img {
    padding-right: 4%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .works-single__cat__cont {
    font-size: 0.93em;
  }
  .contact-box__tel {
    font-size: 2.4em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .works-single__cat__cont {
    font-size: 0.87em;
  }
  .contact-box__tel {
    font-size: 2.25em;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .contact-step ol li span {
    font-size: 1.12em;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contact-privacy .txt {
    font-size: 0.93em;
  }
}
@media (min-width: 1257px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .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.71em;
  }
  .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 {
    -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;
    padding-left: 76px;
  }
  .recruit-merit__box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 44.73%;
    max-width: 340px;
  }
  .recruit-merit__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .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 {
    -ms-flex-preferred-size: 76%;
        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;
  }
  .is-thumbsnot .gallery-thumbs__list {
    row-gap: 19px;
  }
  .contact-privacy__tit {
    font-size: 1.25rem;
  }
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #E5E9EC;
    content: "";
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
  .heat-intro__tit {
    font-size: 1.5rem;
  }
  .heat-box__tit {
    font-size: 1.38rem;
  }
  .summary-box__tit {
    font-size: 1.5rem;
  }
  .features-cont__box h4 {
    font-size: 1.25rem;
  }
  .app-box .heading-tit3 {
    font-size: 1.5rem;
  }
  .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;
  }
  .main-view__tit__inner .is-404 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1257px) and (max-width: 1639px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1257px) and (min-width: 768px) {
  .free01-intro__item__tit::before {
    font-size: 1.6em;
  }
}
@media (min-width: 1257px) and (min-width: 1024px) {
  .free01-intro__item__tit::before {
    font-size: 1.5em;
  }
}
@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;
  }
  .gallery-top {
    margin-bottom: 1.5rem;
  }
  .gallery-thumbs .slick-prev {
    left: -15px;
  }
  .gallery-thumbs .slick-next {
    right: -15px;
  }
  .is-thumbsuse .gallery-thumbs__list .slick-slide {
    margin-right: 6px;
  }
  .is-thumbsnot .gallery-thumbs__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1.95vw;
  }
  .is-thumbsnot .gallery-thumbs__list > * {
    width: 15%;
  }
  .works-video__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .works-access__map {
    padding-bottom: 300px;
  }
  .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.28em;
  }
  .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: #0599E3;
    background: #0599E3;
  }
  .contact-step ol li.before span::before {
    border-color: #b5e6ff;
    background: #b5e6ff;
  }
  .contact-privacy__tit {
    position: relative;
    padding: 1.5rem 6%;
    cursor: pointer;
  }
  .contact-privacy__tit: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;
  }
  .contact-privacy__tit::after {
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    top: calc(50% - 10px);
    right: 1rem;
    font-size: 1.5rem;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__txt {
    border-top: 1px solid #979DA4;
  }
  .contact-privacy .txt {
    padding: 1rem 6% 3rem;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table td {
    padding: 1.5rem 0 2.5rem;
    padding-top: 1.5rem;
  }
  .contents-left {
    margin-bottom: 5rem;
  }
  .wp-block-archives select {
    width: 100% !important;
  }
  .heat-box {
    width: 480px;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4rem;
  }
  .heat-box__wrap {
    position: relative;
  }
  .heat-box__block {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    height: 60%;
            transform: translateY(-50%);
  }
  .heat-box__img {
    position: relative;
    margin-bottom: 1rem;
  }
  .heat-box__txt__inner {
    padding: 1.5rem 6% 2rem;
  }
  .summary-box__img {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .summary-box__img picture img {
    max-height: 480px;
  }
  .app-box__img {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .app-box__img picture img {
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .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 {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit-introduction__img figure {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .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%;
  }
  .single-nextprev .prev_post {
    top: -1px;
  }
  .app-table th, .app-table td.column-1 {
    padding: 0.5rem;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .app-table td, .app-table td.column-2, .app-table td.column-3 {
    padding: 0.5rem;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .main-view {
    height: 160px;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}