@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;
  }
}
/* floating */
@-webkit-keyframes floating-x1-sp {
  0% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes floating-x1-sp {
  0% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@-webkit-keyframes floating-y1-sp {
  0% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  100% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
@keyframes floating-y1-sp {
  0% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  100% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
@-webkit-keyframes floating-x2-sp {
  0% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
@keyframes floating-x2-sp {
  0% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
@-webkit-keyframes floating-y2-sp {
  0% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  100% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
@keyframes floating-y2-sp {
  0% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  100% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
@-webkit-keyframes floating-x1-pc {
  0% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes floating-x1-pc {
  0% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@-webkit-keyframes floating-y1-pc {
  0% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes floating-y1-pc {
  0% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@-webkit-keyframes floating-x2-pc {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes floating-x2-pc {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@-webkit-keyframes floating-y2-pc {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@keyframes floating-y2-pc {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
/* webfont 変数　*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 2;
  position: relative;
  padding: 1.5em 0;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.84em;
}
.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: #00B16B;
}

/*--------------------------------------------------------------------/
	business
/--------------------------------------------------------------------*/
.business-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 4vw, 64px);
  row-gap: clamp(3em, 4vw, 4rem);
          flex-direction: column;
  padding-top: 1em;
}

.business-box {
  width: 100%;
}
.business-box__tit {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1rem + 0.86957vw - 2.43478px);
  font-family: Zen Maru Gothic, sans-serif;
}
.business-box__table {
  width: 100%;
  border-right: 1px solid #E5E9EC;
  border-left: 1px solid #E5E9EC;
  font-size: 0.94em;
}
.business-box__table tr {
  border-bottom: 1px solid #E5E9EC;
}
.business-box__table tr:first-child {
  border-top: 1px solid #E5E9EC;
}
.business-box__table th {
  padding: 1em 1.5em;
  background: #DFF7ED;
  font-weight: 700;
  text-align: left;
}
.business-box__table td {
  padding: 1em 1.5em;
}

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

.company-greeting {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.company-greeting__flex {
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic picture {
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic figcaption {
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__txt .txt h3 {
  margin-bottom: 1em;
  color: #00B16B;
  font-weight: 700;
  font-size: calc(1rem + 0.86957vw - 2.43478px);
}

.company-philosophy {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  background-image: url(../img/lv2/company_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.company-philosophy__txt {
  padding: clamp(1.5em, 2.5vw, 40px) 5% clamp(1.75em, 3vw, 48px);
  padding: clamp(1.5em, 2.5vw, 2.5rem) 5% clamp(1.75em, 3vw, 3rem);
  border-radius: clamp(6px, 2vw, 24px);
  background: rgba(255, 255, 255, .9);
  line-height: 2;
}
.company-philosophy__txt .txt {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.company-philosophy__txt .txt ul {
  text-align: left;
}
.company-philosophy__txt .txt ul li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.company-philosophy__txt .txt ul li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "●";
  color: #5CE1AC;
  font-size: 0.8em;
}
.company-philosophy__txt .txt ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.accessmap {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(6px, 2vw, 24px);
  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);
}
.company-access__box .txt {
  padding: 1em 1em 0;
}
.company-access__box .txt ul {
  text-align: left;
}
.company-access__box .txt ul li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.company-access__box .txt ul li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "●";
  color: #5CE1AC;
  font-size: 0.8em;
}
.company-access__box .txt ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
/* recruit-merit */
.recruit-merit {
  z-index: 2;
  position: relative;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
.recruit-merit__inner {
  z-index: 4;
  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: #00B16B;
  font-size: 2.57em;
  line-height: 1;
  font-family: Comfortaa, 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: #f6f6f6;
}

/* recruit-introduction */
.recruit-introduction {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.recruit-introduction .l-cont > *:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.recruit-introduction__box {
  display: -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: #f6f6f6;
}
.recruit-gallery__img {
  margin: 0;
}
.recruit-gallery__img__inner {
  z-index: 2;
  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;
}

/*--------------------------------------------------------------------/
	free01
/--------------------------------------------------------------------*/
.free01-intro {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-image: url(../img/lv2/free01-bg_sp.jpg);
  background-position: no-repeat;
  background-position: center center;
  background-size: cover;
}
.free01-intro__tit {
  margin-bottom: calc(1.5rem + 0.5em);
  color: #333333;
  font-size: calc(1.14rem + 1.73913vw - 4.86957px);
  font-family: Zen Maru Gothic, sans-serif;
  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;
  border: 1px solid #fff;
  border-top-right-radius: clamp(6px, 1.25vw, 12px);
  border-top-left-radius: clamp(6px, 1.25vw, 12px);
  border-bottom-left-radius: clamp(6px, 1.25vw, 12px);
  background: #fff;
  color: #333333;
  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 {
  border-color: #FF585A;
}
.free01-intro__item a:hover .free01-intro__item__arrow {
  border-color: transparent transparent #FF585A transparent;
}
.free01-intro__item__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.free01-intro__item__txt {
  -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;
  padding: 1.5em 4%;
}
.free01-intro__item__tit {
  font-weight: 700;
  font-size: calc(1rem + 0.43478vw - 1.21739px);
  font-family: Zen Maru Gothic, sans-serif;
}
.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 #00B16B transparent;
  content: "";
  transition: all 0.3s ease 0s;
}

.free01-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 6vw, 96px);
  row-gap: clamp(3rem, 6vw, 6rem);
          flex-direction: column;
  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: #00B16B;
}
.free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
  background-color: #5FD194;
}
.free01-list .free01-box__wrap:nth-of-type(even) .free01-box__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.free01-box__block {
  display: block;
  z-index: 3;
  position: absolute;
  bottom: 0;
  content: "";
}
.free01-box__inner {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
.free01-box__inner__inner {
  position: relative;
  width: 100%;
}
.free01-box__img {
  z-index: 5;
}
.free01-box__img__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(6px, 1.25vw, 12px);
}
.free01-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.free01-box__img__inner > div,
.free01-box__img__inner figure,
.free01-box__img__inner a,
.free01-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.free01-box__txt {
  z-index: 4;
  position: relative;
  padding: 34% 5% 32px;
  padding: 34% 5% 2rem;
  border: 1px solid #00B16B;
  border-radius: clamp(6px, 2vw, 24px);
  background: #fff;
}
.free01-box__txt::after {
  display: block;
  clear: both;
  content: "";
}
.free01-box__txt__inner {
  overflow: hidden;
}
.free01-box__txt .txt h4 {
  margin-bottom: 0.75em;
  color: #00B16B;
  font-weight: 700;
  font-size: calc(1rem + 0.21739vw - 0.6087px);
}
.free01-box__tit {
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  font-weight: 700;
  font-size: calc(1.14rem + 0.65217vw - 1.82609px);
  font-family: Zen Maru Gothic, sans-serif;
}
.free01-box__tit:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 20px;
  background: radial-gradient(circle farthest-side, #00B16B, #00B16B 30%, transparent 30%, transparent);
  background-size: 20px;
  content: "";
}

/*--------------------------------------------------------------------/
	group
/--------------------------------------------------------------------*/
.group-intro {
  margin-bottom: clamp(2em, 4vw, 64px);
  margin-bottom: clamp(2em, 4vw, 4rem);
  padding: clamp(1.5em, 2vw, 40px) 5%;
  padding: clamp(1.5em, 2vw, 2.5rem) 5%;
  border-radius: clamp(6px, 1.25vw, 12px);
  background: #DFF7ED;
}

.group-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5em, 3vw, 48px);
  row-gap: clamp(1.5em, 3vw, 3rem);
          flex-direction: column;
}

.group-box {
  padding: clamp(1.5em, 2vw, 2em) 5% clamp(1.75em, 2.25vw, 2.25em);
  border: 1px solid #00B16B;
  border-radius: clamp(6px, 2vw, 24px);
  background: #FDFDFD;
}
.group-box__inner {
  width: 100%;
}
.group-box__tit {
  position: relative;
  margin-bottom: 0.3em;
  padding-bottom: 1.3em;
  font-weight: 700;
  font-size: calc(1rem + 0.65217vw - 1.82609px);
  font-family: Zen Maru Gothic, sans-serif;
}
.group-box__tit:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 20px;
  background: radial-gradient(circle farthest-side, #00B16B, #00B16B 30%, transparent 30%, transparent);
  background-size: 20px;
  content: "";
}
.group-box__table {
  width: 100%;
  font-size: 1.07em;
}
.group-box__table tr:not(:last-child) {
  border-bottom: 1px solid #C9CED2;
}
.group-box__table th {
  padding: 16px 0;
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
}
.group-box__table td {
  padding: 16px 20px 16px 8px;
  padding: 1rem 1.25rem 1rem 0.5rem;
}

/* 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: 4;
  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: clamp(1.5em, 2vw, 40px) 5%;
  padding: clamp(1.5em, 2vw, 2.5rem) 5%;
  border-radius: clamp(6px, 1.25vw, 12px);
  background: #DFF7ED;
}

.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: #00B16B;
  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: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(6px, 2vw, 24px);
}
.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: 2;
  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-single__foot {
  max-width: 900px;
  margin-top: clamp(64px, 9vw, 128px);
  margin-top: clamp(4rem, 9vw, 8rem);
  margin-right: auto;
  margin-left: auto;
}

/* 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%;
}

/* 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, 177, 107, .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: 2;
  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__inner img {
  overflow: hidden;
  border-radius: clamp(6px, 2vw, 24px);
}
.gallery-top .sp-slide figcaption {
  display: inline-block;
  z-index: 2;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  background: #00B16B;
  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-thumbsnot .gallery-thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.is-thumbsuse .gallery-thumbs__list .sp-thumbnail img {
  height: 11.97vw;
}
.gallery-thumbs__list .sp-thumbnail__inner {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #E5E9EC;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.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%;
}
.gallery-thumbs__list .sp-thumbnail__inner:hover {
  border-color: #02e089;
}

/* サムネイル画像の動きの調整 */
.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: clamp(1.5em, 2vw, 40px) 5%;
  padding: clamp(1.5em, 2vw, 2.5rem) 5%;
  border-radius: clamp(6px, 1.25vw, 12px);
  background: #DFF7ED;
}

.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: 1em 4% 1em 68px;
  padding: 1em 4% 1em 4.25rem;
  border: 1px solid #C9CED2;
  border-radius: 6px;
  color: #333333;
  font-weight: 500;
  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: #02e089;
  color: #00B16B;
}
.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: clamp(1.5em, 2vw, 40px) 5%;
  padding: clamp(1.5em, 2vw, 2.5rem) 5%;
  border-radius: clamp(6px, 1.25vw, 12px);
  background: #DFF7ED;
}
.contact-intro__tit {
  margin-bottom: calc(1rem + 0.3em);
  font-weight: 500;
  font-size: calc(1.2rem + 0.21739vw - 0.6087px);
}

.contact-flex {
  margin-bottom: clamp(2em, 4vw, 4em);
}

.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: #00B16B;
  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);
  font-family: Zen Maru Gothic, sans-serif;
}
.contact-box__time {
  margin-bottom: 0.2em;
  padding-left: 1.6em;
  font-size: 0.9em;
}
.contact-box__tel {
  font-weight: 700;
  font-size: calc(1.25rem + 1.30435vw - 3.65217px);
  line-height: 1;
  font-family: Comfortaa, sans-serif;
}
.contact-box__tel i {
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #00B16B;
  font-size: 0.75em;
}
.contact-box__tel a {
  color: #333333;
}
.contact-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: contact-num;
}
.contact-step ol li {
  position: relative;
  color: #333333;
  font-weight: 700;
  font-size: 15.04px;
  font-size: 0.94rem;
  font-family: Zen Maru Gothic, sans-serif;
}
.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;
  font-weight: 700;
  line-height: 1;
  font-family: Comfortaa, 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: #979DA4;
}

.contact-privacy {
  border: 1px solid #979DA4;
  border-radius: 3px;
}
.contact-privacy__tit {
  font-weight: 700;
  font-size: calc(1rem + 0.43478vw - 1.21739px);
  font-family: Zen Maru Gothic, sans-serif;
  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 #00B16B;
  border-radius: 6px;
  background-color: #00B16B;
  color: #fff;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=sub-btn]:hover {
  border-color: #FF585A;
  background-color: #FF585A;
  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;
  border-radius: 6px;
  background-color: #E5E9EC;
  color: #4B4D4E;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=back-btn]:hover {
  border-color: #FF585A;
  background-color: #FF585A;
  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 #00B16B;
  border-radius: 6px;
  background-color: #00B16B;
  color: #fff;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=chack-btn]:hover {
  border-color: #FF585A;
  background-color: #FF585A;
  color: #fff;
}

/* 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: #FDFDFD;
  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 #f6f6f6;
  background-color: #00B16B;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .mwform-radio-field-text:before {
  border-color: #00B16B;
  outline: none;
}
input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #FDFDFD;
          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: 2;
  position: absolute;
  width: 4px;
  height: 0;
          transform-origin: left top;
  background-color: #00B16B;
  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: #00B16B;
}
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;
  border-radius: 3px;
  background-color: #FDFDFD;
  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%;
}

.blog-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1em, 1.5vw, 24px);
  row-gap: clamp(1em, 1.5vw, 1.5rem);
          flex-direction: column;
}

/*
	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: Comfortaa, sans-serif;
}

.addtoany_content {
  margin-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px dotted #C9CED2;
}

/* 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: #333333;
  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-cont__foot {
  padding-top: clamp(3em, 4vw, 4em);
}

.single-cont__tag {
  margin-bottom: 1em;
}
.single-cont__tag a {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 1.4em;
  color: #333333;
  font-size: 1em;
  text-decoration: none !important;
}
.single-cont__tag a: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;
}
.single-cont__tag a::before {
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 1em;
  text-decoration: none !important;
}
.single-cont__tag a:hover {
  text-decoration: underline !important;
}

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

.single-nextprev {
  position: relative;
}
.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: #333333;
  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: 2;
  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: Comfortaa, 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: #00B16B;
}
.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: "";
  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: #00B16B;
}
.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: "";
  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: 700;
  font-size: 1.42em;
  font-family: Zen Maru Gothic, sans-serif;
}
.aside-widget ul li a {
  padding-left: 1.3em;
  color: #333333;
  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: #5CE1AC;
  font-weight: 500;
  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: #333333;
  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: #f6f6f6;
  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: #00B16B;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #5FD194;
}
.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: #f6f6f6;
  color: #333333;
  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,
.search-form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #979DA4 !important;
  border-radius: 3px;
}

.wp-block-search__input,
.search-form__txt {
  -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,
.search-form__btn {
  -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,
.search-form__btn:hover {
  color: #2b74e0 !important;
}

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

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  padding-top: 68px;
}
.main-view__inner {
  z-index: 3;
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: clamp(6px, 2vw, 24px);
  background: #DFF7ED;
}
.main-view .l-cont {
  position: relative;
  height: 100%;
}
.main-view__tit {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
          transform: translateY(-50%);
  font-weight: 700;
  text-align: center;
}
.main-view__tit b {
  font-weight: 700;
  font-size: calc(1rem + 2.17391vw - 6.08696px);
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
}
.main-view__tit .is-single {
  font-weight: 700;
  font-size: calc(1rem + 1.52174vw - 4.26087px);
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
}
.main-view__tit .is-404 {
  font-weight: 900;
  font-size: calc(1rem + 2.17391vw - 6.08696px);
  line-height: 1.4;
  font-family: Comfortaa, sans-serif;
}
.main-view .ring_white01 {
  z-index: 4;
  position: absolute;
  top: 9vw;
  left: 1%;
  width: clamp(60px, 7.3vw, 140px);
}
.main-view .circle_green01 {
  z-index: 2;
  position: absolute;
  top: 5em;
  left: -2vw;
  width: clamp(75px, 10.4vw, 200px);
}
.main-view .ring_green01 {
  z-index: 4;
  position: absolute;
  top: 6em;
  left: 1%;
  width: clamp(60px, 8.9vw, 170px);
}
.main-view .ring_white02 {
  z-index: 4;
  position: absolute;
  right: -1vw;
  bottom: 2vw;
  width: clamp(60px, 8.9vw, 170px);
}
.main-view .circle_pink01 {
  z-index: 2;
  position: absolute;
  right: -4vw;
  bottom: -2vw;
  width: clamp(75px, 12.56vw, 240px);
}
.main-view .ring_pink01 {
  z-index: 4;
  position: absolute;
  right: 2%;
  bottom: -4vw;
  width: clamp(60px, 8.9vw, 170px);
}
@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 以上--
  /====================================================================*/
  .company-content {
    padding-bottom: 8rem;
  }
  .company-content__box {
    padding: 2.5rem 3.5rem;
  }
  .company-greeting {
    padding-bottom: 8rem;
  }
  .company-philosophy {
    padding-top: 8rem;
    padding-bottom: 9rem;
    background-image: url(../img/lv2/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: 2;
    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%;
  }
  .free01-intro {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-image: url(../img/lv2/free01-bg_pc.jpg);
  }
  .free01-intro__tit em {
    font-size: 2.13em;
  }
  .free01-list {
    padding-top: 9rem;
  }
  .free01-box__txt .txt h4 {
    font-size: 1.25em;
  }
  .group-intro__txt {
    text-align: center;
  }
  .group-box__table {
    font-size: 1em;
  }
  .works-intro__txt {
    text-align: center;
  }
  .contact-intro__tit {
    text-align: center;
  }
  .contact-intro__txt {
    text-align: center;
  }
  .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;
  }
  .single-cont__tag a::before {
    font-size: 0.93em;
  }
  .aside-widget__tit {
    font-size: 1.33em;
  }
  .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;
  }
  .main-view__inner {
    height: 180px;
  }
}
@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 以上--
  /====================================================================*/
  .business-box__tit {
    font-size: calc(1.07rem + 1.5vw - 15px);
  }
  .business-box__table th {
    width: 25%;
    min-width: 180px;
  }
  .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%;
  }
  .company-greeting__txt .txt {
    line-height: 2;
  }
  .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: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(../img/lv2/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;
  }
  .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__txt {
    padding: 2.25em 4%;
  }
  .free01-intro__item__tit {
    font-size: calc(1rem + 2vw - 20px);
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__block {
    left: 0;
    border-top-right-radius: clamp(6px, 2vw, 24px);
    border-bottom-right-radius: clamp(6px, 2vw, 24px);
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__img {
    right: 0;
  }
  .free01-list .free01-box__wrap:nth-of-type(odd) .free01-box__txt {
    padding-right: 16%;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__block {
    right: 0;
    border-top-left-radius: clamp(6px, 2vw, 24px);
    border-bottom-left-radius: clamp(6px, 2vw, 24px);
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__inner__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__img {
    left: 0;
  }
  .free01-list .free01-box__wrap:nth-of-type(even) .free01-box__txt {
    padding-left: 16%;
  }
  .free01-box {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 5em;
  }
  .free01-box__block {
    width: 70%;
    height: 80%;
    min-height: 300px;
  }
  .free01-box__img {
    position: absolute;
    top: 2em;
    right: 0;
    width: 45.83%;
  }
  .free01-box__txt {
    display: block;
    bottom: 0;
    width: 66.66%;
    min-height: 360px;
    padding: clamp(2em, 4vw, 4em) 6% clamp(2em, 4.5vw, 4.5em);
  }
  .free01-box__txt__inner {
    max-width: 600px;
  }
  .group-box__table {
    font-size: 0.93em;
  }
  .group-box__table th {
    width: 25%;
    min-width: 180px;
  }
  .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-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-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__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: calc(1.5rem + 5vw - 50px);
  }
  .contact-step {
    padding-top: 1.5em;
  }
  .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;
    font-size: 0.88rem;
    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: #00B16B;
    background: #00B16B;
    color: #fff;
  }
  .contact-step ol li.before {
    border-color: #979DA4;
    background: #E5E9EC;
    color: #979DA4;
  }
  .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;
  }
  .single-cont__tag a::before {
    font-size: 0.87em;
  }
  .aside {
    width: 320px;
  }
  .aside-widget__tit {
    font-size: 1.25em;
  }
  .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;
  }
}
@media (min-width: 1024px) and (max-width: 1256px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  .single-nextprev .prev_post {
    top: -1px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .works-single__cat__cont {
    font-size: 0.93em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .works-single__cat__cont {
    font-size: 0.87em;
  }
}
@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 以上--
  /====================================================================*/
  .business-box__tit {
    font-size: 1.25rem;
  }
  .company-greeting__txt .txt h3 {
    font-size: 1.5rem;
  }
  .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: 2;
    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;
  }
  .free01-intro {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .free01-intro__tit {
    font-size: 2.25rem;
  }
  .free01-intro__item__tit {
    font-size: 1.38rem;
  }
  .free01-box__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .free01-box__txt {
    min-height: 510px;
    padding: clamp(2em, 4vw, 4em) 8% clamp(2em, 4.5vw, 4.5em);
  }
  .free01-box__tit {
    font-size: 1.63rem;
  }
  .group-intro__txt {
    font-size: 1.07em;
  }
  .group-box__tit {
    font-size: 1.5rem;
  }
  .works-intro__txt {
    font-size: 1.07em;
  }
  .is-thumbsnot .gallery-thumbs__list {
    row-gap: 19px;
  }
  .works-comment {
    font-size: 1.07em;
  }
  .contact-intro__txt {
    font-size: 1.07em;
  }
  .contact-box__tel {
    font-size: 2.25rem;
  }
  .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;
  }
  .main-view {
    padding-top: 100px;
  }
  .main-view__inner {
    height: 260px;
  }
  .main-view__tit b {
    font-size: 2.25rem;
  }
  .main-view__tit .is-single {
    font-size: 1.75rem;
  }
  .main-view__tit .is-404 {
    font-size: 2.25rem;
  }
  .main-view .ring_white01 {
    top: 5vw;
  }
  .main-view .circle_green01 {
    top: 5vw;
  }
  .main-view .ring_green01 {
    top: 8vw;
    left: 3%;
  }
}
@media (min-width: 1257px) and (max-width: 1639px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1640px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (max-width: 1639px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1256px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .business-box__table th {
    display: block;
  }
  .business-box__table td {
    display: block;
  }
  .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/lv2/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;
  }
  .free01-box {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: clamp(2em, 4vw, 4rem);
  }
  .free01-box__wrap {
    position: relative;
  }
  .free01-box__block {
    left: 0;
    width: 100%;
    height: 50%;
  }
  .free01-box__inner {
    max-width: 600px;
  }
  .free01-box__img {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-bottom: -30%;
    margin-left: auto;
  }
  .group-box__table th {
    display: block;
    padding-bottom: 0;
  }
  .group-box__table td {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .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: #00B16B;
    background: #00B16B;
  }
  .contact-step ol li.before span::before {
    border-color: #979DA4;
    background: #E5E9EC;
  }
  .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;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .recruit-merit {
    background: url(../img/lv2/recruit-bg_sp.jpg) center center/cover no-repeat;
  }
  .recruit-merit__box__img__inner {
    z-index: 2;
    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: 2;
    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%;
  }
  .free01-intro__item {
    margin-bottom: 1rem;
  }
  .single-nextprev .prev_post {
    top: -1px;
  }
  .main-view__inner {
    height: 180px;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
/*# sourceMappingURL=map/lv2.css.map */
