@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.single_item__pic, .single_block__image, .post_item__pic, .message_side__pic, .requirements_btns, .business_side__pic, .business_block__box, .sub_side__pic, .main_side__pic {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.back_btn__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.requirements_btns__arrow, .requirements_list__btn:hover .requirements_list__arrow, .page_list__link:hover .page_list__arrow, .page_list__link[current] .page_list__arrow, .main_entry__btn:hover .main_entry__arrow, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after, .main_company .cm_btn__arrow, .main_recruit .cm_btn__arrow, .cm_btn__link:hover .cm_btn__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1705%) hue-rotate(99deg) brightness(91%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1705%) hue-rotate(99deg) brightness(91%) contrast(86%);
}

/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.cm_btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 600;
  padding-top: 1.0666666667em;
  padding-bottom: 1.0666666667em;
  border: 1px solid #328D62;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 62px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .cm_btn__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_company .cm_btn__link, .main_recruit .cm_btn__link {
  border-color: #fff;
}
@media screen and (min-width: 1001px) {
  .cm_btn__link {
    width: 264px;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__link {
    width: 250px;
  }
}
@media print {
  .cm_btn__link {
    width: 264px;
  }
}
.cm_btn__link:hover {
  opacity: 1;
  background-color: #328D62;
}
.main_company .cm_btn__link:hover, .main_recruit .cm_btn__link:hover {
  border-color: #328D62;
}

.cm_btn__txt {
  color: #328D62;
  font-size: inherit;
  font-weight: inherit;
}
.main_company .cm_btn__txt, .main_recruit .cm_btn__txt, .cm_btn__link:hover .cm_btn__txt {
  color: #fff;
}

.cm_btn__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 24px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  overflow: clip;
  background-color: #328D62;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_company .cm_btn__ico, .main_recruit .cm_btn__ico, .cm_btn__link:hover .cm_btn__ico {
  background-color: #fff;
}

.cm_btn__arrow {
  display: block;
  width: 12px;
  height: auto;
}
.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

.fade_block {
  display: block;
  clip-path: inset(0 100% 0% 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .fade_block {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .fade_block {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
.fade_block.--view {
  clip-path: inset(0 0% 0% 0);
}
.fade_block.--dl1 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.main_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
@media screen and (min-width: 1001px) {
  .main_head {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .main_head {
    gap: 8px;
  }
}
@media print {
  .main_head {
    gap: 16px;
  }
}
.main_head::before {
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 2px;
  overflow: clip;
  background-color: #328D62;
}
@media screen and (min-width: 1001px) {
  .main_head::before {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .main_head::before {
    width: 16px;
  }
}
@media print {
  .main_head::before {
    width: 20px;
  }
}
.business_block__wrap .main_head::before {
  background-color: #fff;
}

.main_head__txt {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5;
}
.main_head__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.main_head__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.head_tab {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: clamp(16px, 2vw, 32px);
  padding-right: clamp(16px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-bottom: clamp(24px, 2.5vw, 40px);
  border-radius: 10px;
  overflow: clip;
}
@media screen and (max-width: 1000px) {
  .head_tab {
    border-radius: 4px;
    overflow: clip;
  }
}

.head_tab__txt {
  font-size: inherit;
  font-weight: inherit;
}

.head_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 1em;
}
.head_point::before {
  display: block;
  content: "";
  border-radius: 50px;
  overflow: clip;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  background-color: #328D62;
  border: 6px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head_point__txt {
  font-size: inherit;
  font-weight: inherit;
}

.image_radius {
  display: block;
}
@media screen and (min-width: 1001px) {
  .image_radius {
    border-radius: 16px;
    overflow: clip;
  }
}
@media print {
  .image_radius {
    border-radius: 16px;
    overflow: clip;
  }
}
@media screen and (max-width: 1000px) {
  .image_radius {
    border-radius: 8px;
    overflow: clip;
  }
}

@media screen and (min-width: 1001px) {
  .main_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}
@media print {
  .main_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.main_side__pic {
  display: block;
  aspect-ratio: 580/448;
  display: block;
  max-width: 580px;
}
@media screen and (min-width: 1001px) {
  .main_side__pic {
    width: 58%;
    min-width: 406px;
  }
}
@media screen and (max-width: 1000px) {
  .main_side__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .main_side__pic {
    margin-bottom: 40px;
  }
}

.main_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1001px) {
  .sub_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}
@media print {
  .sub_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.sub_side__pic {
  display: block;
  aspect-ratio: 480/360;
  display: block;
  max-width: 480px;
}
@media screen and (min-width: 1001px) {
  .sub_side__pic {
    width: 48%;
    min-width: 336px;
  }
}
@media screen and (max-width: 1000px) {
  .sub_side__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sub_side__pic {
    margin-bottom: 40px;
  }
}

.sub_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1001px) {
  .side_rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.main_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}
.main_card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main_card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1000px) {
  .main_card {
    gap: 24px;
  }
  .page__water-quality-management .main_card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.main_card__item {
  display: block;
  position: relative;
}

.main_card__filter {
  position: relative;
}
.main_card__filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 8em;
  background: -webkit-gradient(linear, left bottom, left top, from(#328D62), to(transparent));
  background: linear-gradient(0deg, #328D62 0%, transparent 100%);
  display: block;
  mix-blend-mode: multiply;
  z-index: 0;
}

.main_card__caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.image_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 501px) {
  .image_card {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print {
  .image_card {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .image_card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.main_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.main_gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main_gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.main_gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.main_gallery > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1000px) {
  .main_gallery {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.bg_gray {
  background-color: #C4C4C4;
}

.back_btn {
  text-align: right;
  margin-top: clamp(40px, 5vw, 80px);
}
.main_news .back_btn {
  margin-top: 24px;
}

.back_btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.back_btn__txt {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: keep-all;
}

.back_btn__icon,
.back_btn__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 24px;
  min-width: 24px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  background-color: #328D62;
}

.back_btn__ico {
  rotate: -90deg;
}

.back_btn__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #F5F5F5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "IBM Plex Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #328D62;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}
@media print {
  .lazy {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .over-right {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .over-left {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}
@media print {
  th,
  td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-bottom: 1px solid #D9D9D9;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media print {
  th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #D9D9D9;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1em;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-top: 1px solid #D9D9D9;
  margin-top: clamp(32px, 4vw, 64px);
  padding-top: clamp(32px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-weight: 600 !important;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  color: #328D62;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #328D62;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    width: 24px;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 8/13;
  width: 8px;
  height: auto;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

@media screen and (min-width: 501px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .--sp {
    display: block !important;
  }
}

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #328D62;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* module */
.cm-bread {
  padding-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: clamp(80px, 10vw, 160px);
}
.cm-bread::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.cm-bread::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.cm-bread a,
.cm-bread span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media print {
  .cm-bread {
    text-align: right;
  }
}

.header_area {
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(16px, 2.5vw, 40px);
  padding-right: clamp(16px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 1.1875vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .header_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .header_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_logo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 500px) {
  .header_logo__link {
    display: inline-block;
  }
}

.header_logo__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
}
@media screen and (max-width: 1000px) {
  .header_logo__image {
    max-width: 115px;
  }
}

.header_logo__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .header_logo__caption {
    display: none;
  }
}
@media print {
  .header_logo__caption {
    display: none;
  }
}

.header_trigger {
  position: fixed;
  top: 11px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  background: #328D62;
  z-index: 10;
  cursor: pointer;
  border-radius: 48px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
@media print {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header_trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu span {
  display: none !important;
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
@media print {
  .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .header_menu li {
    border-bottom: 1px solid #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.header_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #328D62;
}
@media screen and (min-width: 1001px) {
  .header_btn a {
    padding-top: 8px;
    padding-left: clamp(24px, 2vw, 32px);
    padding-right: clamp(24px, 2vw, 32px);
    padding-bottom: 8px;
    border-radius: 50px;
    overflow: clip;
  }
}
@media print {
  .header_btn a {
    padding-top: 8px;
    padding-left: clamp(24px, 2vw, 32px);
    padding-right: clamp(24px, 2vw, 32px);
    padding-bottom: 8px;
    border-radius: 50px;
    overflow: clip;
  }
}

.kv_block {
  position: relative;
}

.kv_pic {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 962/288;
  max-width: 962px;
  max-height: 100%;
  mix-blend-mode: multiply;
}

.kv_visual {
  display: block;
  width: 100%;
  height: auto;
}

.kv_head {
  width: 100%;
  display: block;
  padding-top: clamp(80px, 11.5vw, 184px);
  padding-bottom: clamp(32px, 4.5vw, 72px);
}

.kv_lead__caption {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 600;
  color: #328D62;
  text-transform: capitalize;
  margin-bottom: 1em;
}
.kv_lead__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.kv_lead__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.kv_lead__txt {
  display: block;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  line-height: 1.4;
}
.kv_lead__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.kv_lead__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

.footer_block {
  position: relative;
  margin-top: 180px;
  padding-top: clamp(64px, 7.5vw, 120px);
  padding-bottom: clamp(32px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media print {
  .footer_block {
    margin-top: 120px;
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 1001px) {
  .footer_contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px auto;
    grid-template-columns: 300px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .footer_contents > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer_contents > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .footer_contents {
    gap: 106px 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .footer_contents {
    gap: 40px;
  }
}

.footer_inner {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.footer_content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}

.footer_copy {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

@media print {
  .footer_contents {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .footer_content {
    margin-top: 40px;
  }
}
@media print {
  .footer_content {
    margin-top: 40px;
  }
}

.footer_block__lead {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 700;
  margin-bottom: 2em;
}
.footer_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.footer_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.footer_block__lead br {
  display: block;
}

.footer_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 56px;
}

.footer_tel {
  font-size: 4rem;
  font-weight: 600;
  color: #328D62;
}

.footer_tel__unit {
  font-size: 0.4em;
}

.cm_btn__time {
  display: block;
  font-size: 1.5rem;
}

.footer_logo {
  display: block;
  margin-bottom: 16px;
}

.footer_logo__image {
  display: inline-block;
  max-width: 160px;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.footer_logo__txt {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}

.footer_address {
  font-size: 1.5rem;
}
.footer_address address {
  font-size: inherit;
}

.footer_nav {
  margin-top: clamp(40px, 3.5vw, 56px);
  padding: 24px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 16px 32px;
}
.footer_nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_nav a {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.8;
  font-weight: 600;
}
.footer_nav a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.footer_nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.footer_nav .sub-menu,
.footer_nav .children {
  display: none !important;
}

.footer_copy {
  display: block;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    margin-top: 56px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding-top: clamp(56px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 6.25vw, 100px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 600;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media print {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media print {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
}
@media print {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}
@media print {
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
@media print {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #328D62;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}
@media print {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  max-width: 264px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #328D62;
  font-weight: 600;
  text-indent: -2em;
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  background-color: transparent;
  background-image: url("../images/common/btn.webp");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center right 32px;
  border: 1px solid #328D62;
  border-radius: 50px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  color: #fff;
  background-color: #328D62;
  opacity: 1;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* page */
.mv_block {
  position: relative;
  display: block;
  padding-bottom: 80px;
}

.mv_visual {
  position: relative;
}

.mv_line {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mv_pic {
  position: relative;
}
.mv_pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.87%, transparent), color-stop(90%, #F5F5F5));
  background: linear-gradient(180deg, transparent 49.87%, #F5F5F5 90%);
}

@media screen and (min-width: 701px) {
  .mv_pc {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .mv_pc {
    display: none !important;
  }
}

@media screen and (min-width: 701px) {
  .mv_sp {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .mv_sp {
    display: block !important;
  }
}
@media print {
  .mv_sp {
    display: none !important;
  }
}

.mv_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 701px) {
  .mv_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 8px;
  }
}

.mv_head__caption {
  font-size: clamp(5rem, 8.064516129vw, 10rem);
  line-height: 1;
  color: #328D62;
  white-space: nowrap;
}
.mv_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.mv_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.mv_head__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1001px) {
  .mv_head__txt {
    padding-top: clamp(16px, 2vw, 32px);
    line-height: 2;
  }
  .mv_head__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .mv_head__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .mv_head__txt {
    padding-top: 20px;
    line-height: 1.8;
  }
  .mv_head__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * (0.5em - 1px));
  }
  .mv_head__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
@media print {
  .mv_head__txt {
    padding-top: 32px;
  }
}
.mv_head__txt br {
  display: block;
}

.default_head {
  margin-bottom: clamp(24px, 3.2vw, 32px);
}

.default_head__caption {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  margin-bottom: 1em;
}
.default_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.default_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.default_head__txt {
  font-size: clamp(3rem, 3.2258064516vw, 4rem);
  line-height: 1.4;
}
.default_head__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.default_head__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.default_head__txt br {
  display: block;
}
@media screen and (min-width: 1001px) {
  .default_head__txt br.break_sp {
    display: none;
  }
}

.main_business {
  padding-top: clamp(44px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_business__side {
  margin-bottom: clamp(70px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .main_business__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main_business__inner {
  max-width: 616px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_company {
  margin-top: 120px;
  padding-top: clamp(64px, 14.9375vw, 239px);
  padding-bottom: clamp(234px, 18.1875vw, 291px);
  background-image: url("../images/main/bg_main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.main_recruit {
  margin-top: 120px;
  padding-bottom: clamp(168px, 12.5vw, 200px);
  color: #fff;
}

.main_recruit__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_recruit__block {
    padding-top: clamp(48px, 6vw, 96px);
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: clamp(88px, 11vw, 176px);
    z-index: 1;
  }
}
@media print {
  .main_recruit__block {
    padding-top: 96px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 176px;
  }
}

.main_recruit__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main/bg_home__recruit.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  border-radius: 20px;
  overflow: clip;
  z-index: -1;
}
.main_recruit__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.81deg, #328D62 50.41%, transparent 99.83%);
  mix-blend-mode: multiply;
}

.main_recruit__inner {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 544px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .main_recruit__inner {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 90px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: clip;
    background-color: #328D62;
  }
}
@media print {
  .main_recruit__inner {
    width: 544px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1001px) {
  .main_recruit__image {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__image {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: clip;
  }
}
@media print {
  .main_recruit__image {
    display: none;
  }
}

.main_entry {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  max-width: 1048px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_entry__btn {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding-top: clamp(16px, 1.875vw, 30px);
  padding-bottom: clamp(16px, 1.875vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .main_entry__btn {
    border-radius: 20px;
    overflow: clip;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__btn {
    border-radius: 10px;
    overflow: clip;
  }
}
@media print {
  .main_entry__btn {
    border-radius: 10px;
    overflow: clip;
  }
}
.main_entry__btn:hover {
  opacity: 1;
  background-color: #328D62;
}

.main_entry__txt {
  font-size: clamp(3.6rem, 4.8387096774vw, 6rem);
  line-height: 1;
  color: #328D62;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_entry__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.main_entry__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.main_entry__btn:hover .main_entry__txt {
  color: #fff;
}

.main_entry__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 64px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 64px;
  overflow: clip;
  background-color: #328D62;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_entry__ico {
    width: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__ico {
    width: 32px;
  }
}
@media print {
  .main_entry__ico {
    width: 64px;
  }
}
.main_entry__btn:hover .main_entry__ico {
  background-color: #fff;
}

.main_entry__arrow {
  display: block;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_news__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 117px;
  }
}
@media print {
  .main_news__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 100px;
  }
}

.main_news__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_news__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #D9D9D9;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #328D62;
  z-index: 1;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_news__link:hover {
  opacity: 1;
}
.main_news__link:hover::before {
  scale: 1 1;
}
.main_news__list + .main_news__list .main_news__link {
  padding-top: clamp(24px, 2vw, 32px);
}

.main_news__time {
  display: block;
  line-height: 2;
  color: #328D62;
  font-weight: 600;
  margin-bottom: 8px;
}
.main_news__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.main_news__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.main_news__caption {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}

.page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  box-sizing: border-box;
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .page_list {
    gap: 32px 56px;
  }
}
@media print {
  .page_list {
    gap: 32px 56px;
  }
}
@media screen and (max-width: 1000px) {
  .page_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
  .page_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page_list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .page_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .page_list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_list__link:hover {
  opacity: 1;
}

.page_list__label {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  line-height: 1.5;
  font-weight: 600;
  word-break: keep-all;
  -webkit-transition: inherit;
  transition: inherit;
}
.page_list__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.page_list__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.page_list__link:hover .page_list__label, .page_list__link[current] .page_list__label {
  color: #328D62;
}

.page_list__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 24px;
  min-width: 24px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  background-color: #328D62;
  -webkit-transition: inherit;
  transition: inherit;
}
.page_list__anchor .page_list__ico {
  rotate: 90deg;
}
.page_list__link:hover .page_list__ico, .page_list__link[current] .page_list__ico {
  rotate: 90deg;
  background-color: #fff;
}

.page_list__arrow {
  display: block;
  aspect-ratio: 1/1;
  max-width: 12px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.business_block {
  position: relative;
}

.business_block__line {
  position: absolute;
  left: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}

.business_block__top {
  top: 0;
  translate: 0% -50%;
}

.business_block__center {
  top: 50%;
  translate: 0% -50%;
}

.business_block__bottom {
  bottom: 0;
  translate: 0% 50%;
}

.business_block + .business_block {
  margin-top: clamp(80px, 10vw, 160px);
}

.business_block__box {
  position: relative;
  z-index: 2;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .business_block__box {
    border-radius: 20px;
    overflow: clip;
    position: relative;
    color: #fff;
  }
  .business_block__box .main_head::before {
    background-color: #fff;
  }
  .business_block__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(269.81deg, #328D62 10.13%, rgba(50, 141, 98, 0.7) 39.94%, rgba(50, 141, 98, 0) 59.58%);
    z-index: -1;
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__box {
    border-radius: 10px;
    overflow: clip;
  }
}
@media print {
  .business_block__box {
    border-radius: 20px;
    overflow: clip;
    position: relative;
    color: #fff;
  }
  .business_block__box .main_head::before {
    background-color: #fff;
  }
  .business_block__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(269.81deg, #328D62 10.13%, rgba(50, 141, 98, 0.7) 39.94%, rgba(50, 141, 98, 0) 59.58%);
    z-index: -1;
    mix-blend-mode: multiply;
  }
}

@media screen and (min-width: 1001px) {
  .business_block__visual {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__visual {
    display: none;
  }
}
@media print {
  .business_block__visual {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1001px) {
  .business_block__image {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__image {
    display: block;
  }
}
@media print {
  .business_block__image {
    display: block;
  }
}

.business_block__wrap {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .business_block__wrap {
    padding-left: clamp(20px, 4vw, 64px);
    padding-right: clamp(20px, 4vw, 64px);
  }
}
@media screen and (max-width: 1000px) {
  .business_block__wrap {
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    background-color: #328D62;
  }
}
@media print {
  .business_block__wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    color: #fff;
    background-color: #328D62;
  }
}
@media screen and (max-width: 500px) {
  .business_block__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .business_block__inner {
    display: block;
    margin-left: auto;
    max-width: 460px;
  }
}
@media print {
  .business_block__inner {
    display: block;
    width: 100%;
  }
}

.business_block__lead {
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  margin-bottom: 0.8em;
}

@media screen and (min-width: 1001px) {
  .business_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 112px;
  }
}
@media print {
  .business_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business_side + .business_side {
  margin-top: clamp(60px, 6.5vw, 104px);
}

.business_side__pic {
  display: block;
  max-width: 440px;
}
@media screen and (min-width: 1001px) {
  .business_side__pic {
    width: 44%;
    min-width: 308px;
  }
}
@media screen and (max-width: 1000px) {
  .business_side__pic {
    width: 100%;
  }
}
@media print {
  .business_side__pic {
    width: 440px;
  }
}
@media screen and (max-width: 1000px) {
  .business_side__pic {
    margin-bottom: 40px;
  }
}

.business_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business_head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.business_head__unity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 1em;
  color: #328D62;
}

.business_head__unit {
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
}

.business_head__num {
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  line-height: inherit;
  font-weight: inherit;
}

.business_head__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: clamp(20px, 2vw, 32px);
  padding-right: clamp(20px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  overflow: clip;
}

.business_head__accent {
  color: #328D62;
}

.business_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .business_card {
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .business_card {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .business_card {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media print {
  .business_card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
  .business_card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .business_card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .business_card > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

.business_card__link {
  display: block;
  background-color: #fff;
  border-radius: 16px;
  overflow: clip;
}
.business_card__link:hover {
  opacity: 1;
}

.business_card__pic {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 501px) {
  .business_card__pic {
    aspect-ratio: 368/250;
  }
}
@media screen and (max-width: 500px) {
  .business_card__pic {
    aspect-ratio: 335/160;
  }
}

.business_card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.business_card__link:hover .business_card__image {
  scale: 1.1;
}

.business_card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding-top: 1.125em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.business_card__txt {
  font-size: inherit;
  font-weight: inherit;
}

.business_card__ico {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: auto;
  min-width: 24px;
  background-color: #328D62;
  border-radius: 24px;
  overflow: clip;
}

.business_card__arrow {
  display: block;
  width: 12px;
  height: auto;
}

.business_lower + .business_lower {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.business_lower__content + .business_lower__content {
  margin-top: clamp(60px, 6.5vw, 104px);
}

.business_lower__wrap {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.business_lower__data {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 1001px) {
  .business_lower__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .business_lower__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.business_lower__label,
.business_lower__txt {
  inline-size: inherit;
}

.business_lower__label {
  color: #328D62;
}

.business_lower__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business_lower__link {
  display: inline;
  text-decoration: underline;
}

.recruit_block + .recruit_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.recruit_block__wrap + .recruit_block__wrap {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.requirements_list__tab + .requirements_list__tab {
  margin-top: 12px;
}

.requirements_list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  overflow: clip;
}
.requirements_list__btn:hover {
  color: #fff;
  background-color: #328D62;
  opacity: 1;
}

.requirements_list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.requirements_list__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #328D62;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.requirements_list__btn:hover .requirements_list__ico {
  background-color: #fff;
}

.requirements_list__arrow {
  display: block;
  aspect-ratio: 1/1;
  max-width: 12px;
  width: 100%;
  height: auto;
}
.requirements_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 800px;
  margin-top: clamp(56px, 5vw, 80px);
  gap: 56px;
}
@media screen and (max-width: 1000px) {
  .requirements_btns {
    gap: 30px;
  }
}

.requirements_btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: clamp(3.2rem, 4.8387096774vw, 6rem);
  color: #fff;
  background-color: #328D62;
  padding-top: clamp(16px, 1.875vw, 30px);
  padding-bottom: clamp(16px, 1.875vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 32px;
  border-radius: 20px;
  overflow: clip;
}
@media screen and (max-width: 1000px) {
  .requirements_btns__btn {
    gap: 16px;
    border-radius: 10px;
    overflow: clip;
  }
}

.requirements_btns__entry {
  font-size: inherit;
}

.requirements_btns__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 64px;
  overflow: clip;
  max-width: 64px;
}
@media screen and (max-width: 1000px) {
  .requirements_btns__ico {
    max-width: 40px;
  }
}

.requirements_btns__arrow {
  display: block;
  aspect-ratio: 1/1;
  max-width: 50%;
  width: 100%;
  height: auto;
}

.requirements_btns__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}

.company_block + .company_block {
  margin-top: clamp(60px, 6.5vw, 104px);
}

@media screen and (min-width: 1001px) {
  .message_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.message_side__pic {
  display: block;
  max-width: 426px;
}
@media screen and (min-width: 1001px) {
  .message_side__pic {
    width: 42.6%;
    min-width: 298.2px;
  }
}
@media screen and (max-width: 1000px) {
  .message_side__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .message_side__pic {
    margin-bottom: 40px;
  }
}

.message_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message_block__lead {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 2em;
}
.message_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.message_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.message_owner {
  margin-top: clamp(24px, 2vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}

.message_owner__class {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
}

.message_owner__name {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
}

@media screen and (min-width: 1001px) {
  .outline_block th,
  .history_block th {
    width: 260px;
  }
}
@media print {
  .outline_block th,
  .history_block th {
    width: 260px;
  }
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__main .access_block__map {
    height: 400px;
  }
  .access_block__item .access_block__map {
    height: 268px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 300px;
  }
}
@media print {
  .access_block__map {
    height: 300px;
  }
  .access_block__main .access_block__map {
    height: 400px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.access_block__label {
  font-weight: 700;
}

.access_block__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .access_block__card {
    margin-top: 80px;
    -ms-grid-columns: 1fr 56px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 56px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__card {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media print {
  .access_block__card {
    margin-top: 56px;
    -ms-grid-columns: 1fr 56px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  background: #fff;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border-radius: 56px;
  overflow: clip;
  line-height: 56px;
}
.contact_block__tab.active {
  color: #fff;
  background: #328D62;
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #D9D9D9;
  width: 72px;
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__content + .policy_block__content {
  margin-top: clamp(60px, 6.5vw, 104px);
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.policy_block__inner + .policy_block__inner {
  margin-top: 12px;
}

.policy_block__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  color: #328D62;
  margin-bottom: 5px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}

.policy_block__txt,
.policy_block__list {
  font-size: inherit;
}

.found_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.4rem, 5.1612903226vw, 6.4rem);
  font-weight: 500;
  line-height: 1;
  color: #328D62;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.found_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
}

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 32px;
    margin: auto;
  }
  .found_menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #333;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_list__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #328D62;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #328D62;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #328D62;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .post_item__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}
@media print {
  .post_item__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(40px, 4vw, 64px);
  padding-top: clamp(40px, 4vw, 64px);
  border-top: 1px solid #D9D9D9;
}

.post_item__pic {
  display: block;
  display: block;
  max-width: 400px;
  aspect-ratio: 480/356;
  background-color: #fff;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 40%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    margin-bottom: 32px;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  color: #328D62;
  margin-bottom: 1em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.post_item__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}

.post_item__btn {
  margin-top: clamp(24px, 2vw, 32px);
}

.single_block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.single_block__image {
  display: block;
  aspect-ratio: 720/534;
  max-width: 720px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  padding-bottom: clamp(24px, 2.5vw, 40px);
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  color: #328D62;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  margin-bottom: 1em;
}

.single_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
}
.single_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.single_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.single_block__inner a {
  text-decoration: underline;
  color: #328D62;
}

.single_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #D9D9D9;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D9D9D9;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #328D62;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav__move a path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #328D62;
}