@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.index .infomation {
  background-color: var(--clBGG);
  padding-block: 49px;
  padding-block: clamp(49px, 49px + 0.5833333333vw, 56px);
}
.index .infomationInner {
  max-width: 960px;
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationInner {
    flex-direction: column;
  }
}
.index .infomationLeft {
  display: flex;
  flex: 1.5 1 0;
}
@media screen and (min-width:1025px) {
  .index .infomationLeft {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationLeft {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    padding-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
  }
}
.index .infomationRight {
  flex: 4 1 0;
  display: flex;
  align-items: center;
}

.infomation {
  background-color: var(--clP);
}
.infomation h2 {
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  color: var(--clP);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 1.6;
}
.infomation h2 small {
  font-family: "Cormorant Infant", serif;
  display: block;
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: 12px;
  font-size: clamp(12px, 12px + 0.3333333333vw, 16px);
  padding-inline: 14px;
  padding-inline: clamp(14px, 14px + 0.1666666667vw, 16px);
  padding-block: 3px;
  padding-block: clamp(3px, 3px + 0.0833333333vw, 4px);
  line-height: 1.6;
  flex: 0;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: 28px;
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li {
  border-bottom: 1px solid var(--clBD);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.infomation li:first-child {
  padding-top: 14px;
  border-top: 1px solid var(--clBD);
}
.infomation li:last-child {
  margin-bottom: 0;
}
.infomation li time {
  color: var(--clText);
  white-space: nowrap;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
  color: var(--clP);
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .column-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.index .column-3 > * {
  width: calc((100% - calc(40px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .index .column-3 > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .column-3 {
    flex-direction: column;
  }
}
.index .column-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.index .column-4 > * {
  width: calc((100% - calc(40px * 3)) / 4);
}
@media screen and (max-width: 639px) {
  .index .column-4 > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .column-4 {
    flex-direction: column;
  }
}
.index .section-about {
  position: relative;
  z-index: 10;
  margin-top: -200px;
  padding-top: 230px;
  padding-top: clamp(230px, 230px + 4.1666666667vw, 280px);
  background-color: transparent;
  margin-inline: auto;
}
.index .section-about:before {
  z-index: 10;
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/index/bg_gradation.svg) no-repeat top center/cover;
}
@media screen and (min-width:1400px) {
  .index .section-about:before {
    height: 150%;
    transform-origin: top center;
    transform: scaleY(0.6667);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about:before {
    background-position: left 33% top;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .index .section-about {
    background-position: right 5% top;
    background-size: 100% 50%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about {
    margin-top: -340px;
    padding-top: 390px;
  }
}
.index .section-about .sectionInner {
  max-width: 1194px;
  z-index: 11;
  position: relative;
}
.index .section-about .sectionInner .section-header .heading01 {
  align-items: flex-start;
}
.index .section-about .sectionInner .about-media {
  display: flex;
  gap: 24px;
  gap: clamp(24px, 24px + 3.3333333333vw, 64px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .sectionInner .about-media {
    gap: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-about .sectionInner .about-media {
    flex-direction: column;
  }
  .index .section-about .sectionInner .about-media img {
    width: 100%;
  }
}
@media screen and (min-width:1400px) {
  .index .section-about .sectionInner .about-media {
    gap: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-about .sectionInner .about-media .about-photo {
    flex: 0 0 44%;
  }
}
.index .section-about .sectionInner .about-media .about-body {
  flex: 1;
}
.index .section-about .sectionInner .about-media .about-body p {
  color: #fff;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.25vw, 16px);
  line-height: 2.3;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.index .section-panels {
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .index .section-panels {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2px;
  }
}
@media screen and (max-width:639px) {
  .index .section-panels {
    margin-top: 21px;
    margin-top: clamp(21px, 21px + 0.25vw, 24px);
  }
}
.index .section-panels .sectionInner {
  display: flex;
  max-width: 100%;
}
@media screen and (max-width:1024px) {
  .index .section-panels .sectionInner {
    padding-inline: 2px;
  }
}
@media screen and (min-width:640px) {
  .index .section-panels .sectionInner {
    gap: 2px;
  }
}
@media screen and (max-width:639px) {
  .index .section-panels .sectionInner {
    flex-direction: column;
    gap: 18px;
  }
}
.index .section-panels .sectionInner .panel {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.index .section-panels .sectionInner .panel .panel-photo img {
  display: block;
  height: auto;
  width: 100%;
}
.index .section-panels .sectionInner .panel .panel-body {
  padding-block: 30px;
  padding-block: clamp(30px, 30px + 0.8333333333vw, 40px);
  padding-inline: 18px;
  padding-inline: clamp(18px, 18px + 0.5vw, 24px);
  padding-bottom: 41px;
  padding-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.index .section-panels .sectionInner .panel .panel-body .panel-header .heading01 {
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.index .section-panels .sectionInner .panel .panel-body .panel-text {
  text-align: center;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.25vw, 16px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  line-height: 1.6;
}
.index .section-panels .sectionInner .panel .panel-body .panel-cta {
  margin-top: auto;
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImg {
  z-index: 1;
  height: 100%;
  position: relative;
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: left center;
  background-size: cover;
  margin-inline: auto;
}
@media screen and (min-width:1025px) {
  .mainImg {
    aspect-ratio: 1440/923;
  }
}
@media screen and (min-width: 1600px) {
  .mainImg {
    aspect-ratio: auto;
    min-height: 800px;
    height: 90vh;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    height: 60vh;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    height: 80vh;
  }
}
.mainImgInner {
  color: #fff;
  max-width: 1194px;
}
@media screen and (min-width:640px) {
  .mainImgInner .kv-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-46%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .kv-wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .kv-wrapper {
    padding-top: 30vh;
  }
}
.mainImgInner .kv-wrapper .kv-en {
  transform: translateX(-48px);
}
@media screen and (min-width:640px) {
  .mainImgInner .kv-wrapper .kv-en {
    width: 544px;
  }
}
.mainImgInner .kv-wrapper .kv-inner .kv-sub-en {
  font-family: "Cormorant Infant", serif;
  font-size: 17px;
  font-size: clamp(17px, 17px + 0.9166666667vw, 28px);
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateY(-50px);
  white-space: nowrap;
}
.mainImgInner .kv-wrapper .kv-inner .kv-catch {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.mainImgInner .kv-wrapper .kv-inner .kv-desc {
  font-size: 12px;
  font-size: clamp(12px, 12px + 0.3333333333vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .kv-wrapper .kv-inner .kv-desc {
    white-space: nowrap;
  }
}
/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: var(--clP);
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--clP);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: var(--clP);
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: 30px;
  font-size: clamp(30px, 30px + 0.5vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents {
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
}

.lower .contents > section {
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.company .section-greeting .sectionInner p {
  font-size: 14.5px;
  font-size: clamp(14.5px, 14.5px + 0.1666666667vw, 16.5px);
}
.company .section-greeting .sectionInner p:not(:last-child) {
  margin-bottom: 1.5em;
  line-height: 2;
}
.company .section-greeting .sectionInner .representative {
  text-align: right;
}
.company .section-history .sectionInner ul {
  position: relative;
}
.company .section-history .sectionInner ul::before {
  content: "";
  position: absolute;
  background-color: #dddddd;
  top: 0.8em;
  bottom: 0.8em;
  left: 0;
  width: 1px;
}
.company .section-history .sectionInner ul li {
  position: relative;
  display: flex;
  padding-left: 16px;
  padding-left: clamp(16px, 16px + 1.3333333333vw, 32px);
}
.company .section-history .sectionInner ul li:before {
  content: "";
  position: absolute;
  left: -0.27em;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--clP);
  /* 白い縁→色の外枠で見やすく */
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--clP);
}
@media screen and (max-width:639px) {
  .company .section-history .sectionInner ul li {
    flex-direction: column;
  }
}
@media screen and (min-width:640px) {
  .company .section-history .sectionInner ul li span:first-child {
    width: 8em;
    flex-shrink: 0;
  }
  .company .section-history .sectionInner ul li span:last-child {
    flex-shrink: 0;
  }
}
.company .section-history .sectionInner ul li:not(:last-child) {
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.25vw, 31px);
}
@media screen and (min-width:640px) {
  .company .section-clients .sectionInner .listNormal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
  }
}
.company .section-access .sectionInner .facility-container iframe {
  width: 100%;
  margin-bottom: 18.5px;
  margin-bottom: clamp(18.5px, 18.5px + 0.125vw, 20px);
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

@media screen and (min-width:640px) {
  .recruit .section-recruit .table-style th {
    width: 25%;
  }
}
.recruit .section-recruit .table-style tr ul li {
  margin-top: 8px;
  margin-top: clamp(8px, 8px + 0.1666666667vw, 10px);
}
.recruit .section-recruit .table-style tr span {
  display: inline-block;
}
.recruit .section-recruit .table-style tr span:not(:last-child):after {
  content: "/";
  margin-right: 8px;
  margin-left: 8px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.business {
  /* 事業内容セクション */
  /* 製品事例セクション*/
  /* 生産管理業務セクション（写真行もGridで横並び） */
  /* 生産工程セクション*/
  /* 主な保有設備セクション */
  /* やまびこグループからお客様へ（主な製品）セクション（写真行をGridで横並び） */
}
.business .section-business .sectionInner {
  /* セクション説明テキスト */
}
.business .section-business .sectionInner.narrow {
  background-color: var(--clBGG);
  padding-block: 24px;
  padding-block: clamp(24px, 24px + 1.3333333333vw, 40px);
  padding-inline: 24px;
  padding-inline: clamp(24px, 24px + 2vw, 48px);
  border-radius: 8px;
}
.business .section-business .sectionInner.narrow h3.heading02 {
  font-size: 24px;
  font-size: clamp(24px, 24px + 0.3333333333vw, 28px);
}
.business .section-products .sectionInner {
  /* 製品ギャラリー */
}
.business .section-products .sectionInner .products-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.business .section-products .sectionInner .products-gallery > * {
  width: calc((100% - calc(10px * 1)) / 2);
}
@media screen and (max-width: 639px) {
  .business .section-products .sectionInner .products-gallery > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .business .section-products .sectionInner .products-gallery {
    flex-direction: column;
  }
}
.business .section-products .sectionInner .products-gallery > div img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.business .section-pm .sectionInner {
  /* セクション説明テキスト */
  /* 写真ブロック全体 */
}
.business .section-pm .sectionInner .pm-photos {
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.business .section-pm .sectionInner .pm-photos .photo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  /* 各写真アイテム */
}
.business .section-pm .sectionInner .pm-photos .photo-row > * {
  width: calc((100% - calc(16px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .business .section-pm .sectionInner .pm-photos .photo-row > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .business .section-pm .sectionInner .pm-photos .photo-row {
    flex-direction: column;
  }
}
.business .section-pm .sectionInner .pm-photos .photo-row > div img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.business .section-process .sectionInner {
  /* 工程写真ブロック */
}
.business .section-process .sectionInner .process-photos {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  gap: 14px;
  gap: clamp(14px, 14px + 0.1666666667vw, 16px);
  /* 各工程の図版 */
}
.business .section-process .sectionInner .process-photos > * {
  width: calc((100% - calc(16px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .business .section-process .sectionInner .process-photos > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .business .section-process .sectionInner .process-photos {
    flex-direction: column;
  }
}
.business .section-process .sectionInner .process-photos figure {
  /* 画像とキャプション */
}
.business .section-process .sectionInner .process-photos figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.business .section-process .sectionInner .process-photos figure figcaption {
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
  text-align: center;
}
.business .section-equipment .sectionInner {
  /* 設備一覧テーブル */
}
.business .section-equipment .sectionInner .table-scroll-caption {
  display: none;
}
@media screen and (max-width:639px) {
  .business .section-equipment .sectionInner .table-scroll-caption {
    display: block;
    font-size: 12.5px;
    font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
    text-align: right;
    display: block;
  }
}
.business .section-equipment .sectionInner .table-style {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.business .section-equipment .sectionInner .table-style tr:nth-child(even) td {
  background-color: var(--clBGP);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}
.business .section-equipment .sectionInner .table-style th {
  font-weight: 400;
}
.business .section-equipment .sectionInner .table-style td {
  padding-inline: 12.5px;
  padding-inline: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.business .section-equipment .sectionInner .table-style td:first-child {
  text-align: center;
}
.business .section-equipment .sectionInner .table-style td:nth-child(2) {
  white-space: nowrap;
}
.business .section-equipment .sectionInner .table-style td:nth-child(3) {
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.business .section-equipment .sectionInner .table-style td:last-child {
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.business .section-group .sectionInner {
  /* セクション説明テキスト */
  /* グループ製品写真ブロック */
}
.business .section-group .sectionInner .group-photos {
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.business .section-group .sectionInner .group-photos .photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 34px;
       column-gap: 34px;
  -moz-column-gap: clamp(34px, 34px + 0.5vw, 40px);
       column-gap: clamp(34px, 34px + 0.5vw, 40px);
  row-gap: 21px;
  row-gap: clamp(21px, 21px + 0.25vw, 24px);
  /* 各写真アイテム */
}
@media screen and (max-width:639px) {
  .business .section-group .sectionInner .group-photos .photo-row {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 14px;
    gap: clamp(14px, 14px + 0.1666666667vw, 16px);
  }
}
.business .section-group .sectionInner .group-photos .photo-row > div img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
@media screen and (max-width:639px) {
  .lower.blog .contents .wrapper .mg {
    padding: 0;
  }
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding: 0;
  margin-top: 0;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #006e4a;
  margin: 0 0 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 20px;
  font-size: clamp(20px, 20px + 0.25vw, 23px);
}
.lower.blog .contents .wrapper .articleWrap .article p {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 1.8;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #006e4a;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #006e4a;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #006e4a;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}

#pager {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  #pager {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  #pager {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#pager a {
  text-decoration: underline;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
#pager span.current a {
  text-decoration: none;
}
#pager .pager_prev a,
#pager .pager_last a {
  text-decoration: none;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #00593c;
  --clP: #006e4a;
  --clPW: #0b8a60;
  --clSD: #5ba619;
  --clS: #6fba2c;
  --clSW: #87c253;
  --clAD: #00593c;
  --clA: #006e4a;
  --clAW: #0b8a60;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #ecf9f4;
  --clBGS: #f2f6ef;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.lower .contact .section-mailform-info small {
  display: block;
  margin-top: 24px;
  margin-top: clamp(24px, 24px + 0.6666666667vw, 32px);
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.lower .contact .formBtn-confirm {
  margin-top: 56px;
  margin-top: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.lower .contact .privacy-policy h3 {
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.lower .contact .privacy-policy h4 {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #aeaeae;
  padding: 12px;
  border-radius: 3px;
  color: #333333;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: var(--clBGW);
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
}
.lower .contact ::-moz-placeholder {
  color: #aeaeae;
}
.lower .contact ::placeholder {
  color: #aeaeae;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #006e4a;
  border-radius: 4px;
  color: #006e4a;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.lower .contact .contact-form__item {
  border-bottom: 2px solid #dddddd;
}
.lower .contact .contact-form__item:nth-last-child(2), .lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.3em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--clP);
  font-weight: 500;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d44c00;
}
.lower .contact .contact-form__optional {
  background-color: #333333;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #f9f9f9;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #006e4a;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.lower .contact .contact-form__btn.back {
  background-color: #dddddd;
  color: #333333;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #d44c00;
}
.lower .contact .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .txtC {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #333333;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #333333;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #006e4a;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #006e4a;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */