@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
@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=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.products_block .products_block__btn:hover::before, .main_company .main_company__link:hover .main_company__arrow, .footer_logo {
  -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%);
}

.main_company .main_company__arrow, .main_news .main_news__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(41%) saturate(354%) hue-rotate(180deg) brightness(86%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(41%) saturate(354%) hue-rotate(180deg) brightness(86%) contrast(94%);
}

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

/* setting */
.single_nav a, .found .found_menu li, .policy .policy_description, .contact .contact_tab, .access_block .access_block__address, .message_block .message_block__caption, .products_block .products_block__btn, .main_block .main_block__caption, .main_btn .main_btn__link, .form-btns a,
.form-btns [type=submit], .mwform-radio-field .mwform-radio-field-text, .mwform-checkbox-field .mwform-checkbox-field-text, .cta_side .cta_side__btn, .cta_block .cta_block__lead, p, .cm_btn .cm_btn__link, .cm-btn .cm-btn_link {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}

.single_block, .personality_block .personality_block__nav, .products_block .products_block__lead, .products_block .products_block__btn, .products_block .products_block__pic, .main_block .main_block__nav, .footer_container {
  margin-left: auto;
  margin-right: auto;
}

.list-dotted li {
  position: relative;
  padding-left: 1em;
}
.list-dotted li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

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

.list-num {
  counter-reset: num;
}
.list-num li {
  position: relative;
  padding-left: 1.5em;
}
.list-num li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list-unit {
  counter-reset: unit;
}
.list-unit li {
  position: relative;
  padding-left: 1.5em;
}
.list-unit li::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm-btn {
  margin-top: clamp(56px, 5vw, 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cm-btn.--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cm-btn.--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cm-btn .cm-btn_link {
  display: block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  color: #333;
  background-color: #fff;
  padding-top: 1.0625em;
  padding-bottom: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #00B386;
  border-radius: 60px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 829px) {
  .cm-btn .cm-btn_link {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .cm-btn .cm-btn_link {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.cm-btn .cm-btn_link:hover {
  opacity: 1;
  color: #fff;
  background-color: #00B386;
}

.option .option_address {
  word-break: keep-all;
}

.lead_main {
  position: relative;
  padding-left: 26px;
  padding-bottom: clamp(10px, 0.8125vw, 13px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
#personality .lead_main {
  margin-bottom: clamp(32px, 5vw, 80px);
}
.lead_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #00B386;
}
.lead_main .lead_main__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 2.1666666667;
}
.lead_main .lead_main__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1666666667) * (0.5em - 1px));
}
.lead_main .lead_main__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1666666667) * 0.5em);
}

.lead_default {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.lead_default .lead_default__lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  line-height: 1.8181818182;
}
.lead_default .lead_default__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8181818182) * (0.5em - 1px));
}
.lead_default .lead_default__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8181818182) * 0.5em);
}

.cm_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px 32px;
  margin-top: clamp(32px, 3.5vw, 56px);
}
.cm_btn .cm_btn__link {
  display: block;
  text-align: center;
  width: 246px;
  line-height: 62px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border: 1px solid #D4D4D5;
  border-radius: 3px;
  overflow: clip;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.cm_btn .cm_btn__link:hover {
  color: #fff;
  background-color: #FF9C35;
}

.cm_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(24px, 2vw, 32px);
}
.cm_top .cm_top__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cm_top .cm_top__txt {
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  color: #00B386;
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
}
.cm_top .cm_top__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 33px;
  height: auto;
  background-color: #00B386;
  border-radius: 33px;
  overflow: clip;
  rotate: -90deg;
}
.cm_top .cm_top__arrow .image {
  max-width: 5px;
}

.lead_block {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.main_news .lead_block {
  margin-bottom: clamp(32px, 4vw, 64px);
}
.cta_block .lead_block {
  text-align: center;
}
.lead_block .lead_block__caption {
  display: block;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #FF9C35;
  margin-bottom: 4px;
}
.lead_block .lead_block__lead {
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
  font-weight: 700;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  background: #fff;
  font-weight: 500;
  -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: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@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;
  }
}

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

@media screen and (min-width: 829px) {
  p {
    line-height: 2.25;
  }
  p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * (0.5em - 1px));
  }
  p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media screen and (max-width: 828px) {
  p {
    line-height: 2;
  }
  p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 828px) {
  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: #00B386;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  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: 829px) {
  .text-center {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .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: 829px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-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;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .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);
}

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

.fade {
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.fade-show {
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.fade-show.dl1 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fade-show.dl2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  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;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.75em;
  padding-top: clamp(10px, 2vw, 32px);
  padding-bottom: clamp(10px, 2vw, 32px);
  padding-left: clamp(12px, 2vw, 32px);
  padding-right: clamp(12px, 2vw, 32px);
}
@media screen and (max-width: 828px) {
  th,
  td {
    display: block;
  }
}

th {
  font-weight: 700;
  background-color: #F6F6F6;
}
@media screen and (min-width: 829px) {
  th {
    width: 230px;
  }
}

td {
  background-color: #fff;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-top: 1px solid #E0E0E0;
}
.archive .wp-pagenavi {
  padding-top: clamp(24px, 2.5625vw, 41px);
  margin-top: clamp(32px, 3.25vw, 52px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: normal;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
@media screen and (min-width: 829px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
  }
}
@media screen and (max-width: 828px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  background-color: #00B386;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 829px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    height: 2px;
  }
}
@media screen and (max-width: 828px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    height: 1px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #00B386;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a.current::before,
.wp-pagenavi span:hover::before,
.wp-pagenavi span.current::before {
  width: 100%;
}
.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: 1/1;
}
.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-position: center center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4427%) hue-rotate(180deg) brightness(92%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4427%) hue-rotate(180deg) brightness(92%) contrast(80%);
}
@media screen and (min-width: 829px) {
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after {
    background-size: 9px auto;
  }
}
@media screen and (max-width: 828px) {
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after {
    background-size: 7px auto;
  }
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

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

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

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

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

@media screen and (min-width: 829px) {
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-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;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 828px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 451px) {
  .br_sp {
    display: none !important;
  }
}

/* module */
.header_contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .header_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1460px;
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 828px) {
  .header_contents {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 62px;
  }
}

.header_logo {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header_logo {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    width: 230px;
  }
}
@media screen and (max-width: 828px) {
  .header_logo {
    width: 175px;
  }
}
.header_logo a,
.header_logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 829px) {
  .header_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 47px;
  }
}

.header_trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 55px;
  background: #00B386;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 829px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 18px;
  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 {
  width: 24px;
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(calc(50% - 3px)) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(calc(50% - 3px)) rotate(0deg);
}
.header_trigger span:last-child {
  width: 14px;
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(calc(50% + 2px)) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(calc(50% + 2px)) rotate(0deg);
}
.header_trigger.header_active span {
  width: 24px !important;
  opacity: 0;
}
.header_trigger.header_active span:first-child {
  opacity: 1;
  -webkit-transform: translate(50%, -50%) rotate(385deg);
          transform: translate(50%, -50%) rotate(385deg);
}
.header_trigger.header_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.3rem, 1.2096774194vw, 1.5rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .header_menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.header_menu .sub-menu {
  display: none;
  z-index: 1;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  overflow: clip;
}
.header_menu .sub-menu a {
  position: relative;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu .sub-menu a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (min-width: 829px) {
  .header_menu .menu > li {
    position: relative;
  }
  .header_menu .menu > li:hover > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 828px) {
  .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.header_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;
  }
}

@media screen and (max-width: 828px) {
  .header_btn {
    position: fixed;
    top: 0;
    right: 55px;
    z-index: 5;
  }
}
.header_btn .header_btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0098CC;
}
@media screen and (min-width: 829px) {
  .header_btn .header_btn__link {
    width: 154px;
    border-radius: 40px;
    overflow: clip;
  }
  .header_btn .header_btn__link::before {
    content: "お問い合わせ";
    font-size: 1.4rem;
    line-height: 40px;
    border-radius: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
    text-indent: -0.01em;
  }
}
@media screen and (max-width: 828px) {
  .header_btn .header_btn__link {
    aspect-ratio: 1/1;
    width: 55px;
  }
}
.header_btn .header_btn__image {
  display: block;
  max-width: 18px;
}
@media screen and (min-width: 829px) {
  .header_btn .header_btn__ico {
    display: none;
  }
}

@media screen and (min-width: 829px) {
  .header_sp {
    display: none;
  }
}

.kv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1401px) {
  .kv {
    max-width: 1460px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .kv {
    max-width: 1460px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.kv .kv_bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 28px;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
}
@media screen and (min-width: 451px) {
  .kv .kv_bread {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .kv .kv_bread {
    font-size: 1rem;
  }
}
.kv .kv_bread a,
.kv .kv_bread span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.kv .kv_bread .current-item {
  color: #00B386;
}
.kv .kv_pic {
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.kv .kv_pic.show_block {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.kv .kv_pic .image {
  width: 100%;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .kv_head {
  text-align: center;
  margin-top: clamp(40px, 5.25vw, 84px);
  margin-bottom: clamp(40px, 5.25vw, 84px);
}
.kv .kv_caption {
  display: block;
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  line-height: 1.25;
  color: #FF9C35;
  text-transform: capitalize;
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
}
.kv .kv_caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * (0.5em - 1px));
}
.kv .kv_caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media screen and (min-width: 829px) {
  .kv .kv_caption {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 828px) {
  .kv .kv_caption {
    margin-bottom: 8px;
  }
}
.kv .kv_lead {
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  line-height: 1.1666666667;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
}
.kv .kv_lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * (0.5em - 1px));
}
.kv .kv_lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
}

.cta_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .cta_container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cta_container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta_block {
  padding-top: clamp(48px, 5.5vw, 88px);
  padding-bottom: clamp(56px, 6.875vw, 110px);
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  overflow: clip;
  -webkit-box-shadow: 0 0 60px rgba(0, 179, 134, 0.16);
          box-shadow: 0 0 60px rgba(0, 179, 134, 0.16);
}
.cta_block .cta_block__lead {
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.cta_block .cta_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.cta_block .cta_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.cta_block .cta_block__lead br {
  display: block;
}

.cta_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 34px 33px;
}
.cta_side .cta_side__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #D4D4D5;
  font-weight: 700;
  border-radius: 3px;
  overflow: clip;
}
.cta_side .cta_side__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #FF9C35;
  border-color: #FF9C35;
}
@media screen and (min-width: 829px) {
  .cta_side .cta_side__btn {
    width: 354px;
    height: 82px;
  }
}
@media screen and (max-width: 828px) {
  .cta_side .cta_side__btn {
    width: 354px;
    height: 65px;
  }
}

.cta_tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: normal;
}
.cta_tel .cta_tel__caption {
  font-size: clamp(2.6rem, 2.5806451613vw, 3.2rem);
  font-weight: inherit;
  color: #FF9C35;
}
.cta_tel .cta_tel__num {
  font-size: clamp(3rem, 3.064516129vw, 3.8rem);
  font-weight: inherit;
  color: #FF9C35;
}

.cta_time {
  text-align: center;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  margin-top: clamp(10px, 0.75vw, 12px);
}

.footer_block {
  position: relative;
  margin-top: clamp(80px, 11.25vw, 180px);
}
.footer_block::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75.818373812%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #00B386), to(#00A3AF));
  background-image: -webkit-linear-gradient(top, #00B386 30%, #00A3AF);
  background-image: linear-gradient(to bottom, #00B386 30%, #00A3AF);
  z-index: -1;
}

.footer_container {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_contents {
  color: #fff;
  margin-top: clamp(48px, 6.25vw, 100px);
  padding-bottom: clamp(25px, 6.375vw, 102px);
}

@media screen and (min-width: 829px) {
  .footer_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer_logo {
  width: 100%;
  margin-bottom: clamp(30px, 2.3125vw, 37px);
}
@media screen and (min-width: 829px) {
  .footer_logo {
    max-width: 359px;
  }
}
@media screen and (max-width: 828px) {
  .footer_logo {
    max-width: 274px;
  }
}

.footer_info .option {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.8666666667;
}
.footer_info .option::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8666666667) * (0.5em - 1px));
}
.footer_info .option::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8666666667) * 0.5em);
}
@media screen and (max-width: 828px) {
  .footer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_nav .menu a {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  font-weight: 700;
}
.footer_nav .menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.footer_nav .menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (min-width: 829px) {
  .footer_nav .menu {
    width: 533px;
    height: 156px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    gap: 24px;
  }
  .footer_nav .menu > li {
    line-height: 1;
  }
}
@media screen and (max-width: 828px) {
  .footer_nav .menu {
    width: 100vw;
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid rgba(224, 224, 224, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer_nav .menu li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  }
  .footer_nav .menu li:nth-child(even) {
    border-left: 1px solid rgba(224, 224, 224, 0.5);
  }
  .footer_nav .menu li:nth-child(odd):last-child {
    width: 100%;
  }
  .footer_nav .menu a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer_nav .sub-menu {
  margin-top: 20px;
}
@media screen and (max-width: 828px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
.footer_nav .sub-menu a {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}
.footer_nav .sub-menu a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ー";
}

.footer_rtt {
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  border-radius: 48px;
  overflow: clip;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .footer_rtt {
    position: absolute;
    bottom: 80px;
    right: 6.25%;
  }
}
@media screen and (max-width: 828px) {
  .footer_rtt {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_rtt img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(1179%) hue-rotate(136deg) brightness(98%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(1179%) hue-rotate(136deg) brightness(98%) contrast(101%);
  rotate: -90deg;
  width: 8px;
}
.footer_rtt:hover {
  translate: 0 -4px;
}

.footer_copy {
  margin-top: clamp(13px, 4.75vw, 76px);
  font-size: clamp(1rem, 1.0483870968vw, 1.3rem);
  color: #fff;
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 828px) {
  .footer_copy {
    text-align: center;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 829px) {
  .mw_wp_form {
    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: 828px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  background-color: unset;
  padding: 0;
}
@media screen and (max-width: 828px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form th {
    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: 828px) {
  .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: 829px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 829px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 828px) {
  .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 #cccccc;
  outline: none;
}
@media screen and (min-width: 829px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 828px) {
  .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;
}
@media screen and (min-width: 451px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 450px) {
  .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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  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: 829px) {
  .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;
  }
  .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 .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 829px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 828px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field .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-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-radio-field {
  display: inline-block;
}
.mwform-radio-field + .mwform-radio-field {
  margin-left: 0 !important;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field .mwform-radio-field-text {
  position: relative;
  padding-left: 32px;
  margin-right: 16px;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 829px) {
  .mwform-radio-field .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 828px) {
  .mwform-radio-field .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  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 .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 12px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 829px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 828px) {
  .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: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px 32px;
  margin-top: clamp(24px, 2.5vw, 40px);
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  text-align: center;
  width: 246px;
  line-height: 62px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border: 1px solid #D4D4D5;
  border-radius: 3px;
  overflow: clip;
  padding: 0;
}
@media screen and (min-width: 829px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
  color: #fff;
  background-color: #FF9C35;
}

.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 {
  position: relative;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.mv.show_block {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mv .mv_container {
  margin-left: auto;
  overflow: clip;
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .mv .mv_container {
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .mv .mv_container {
    max-width: calc(100% - 50px);
  }
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .mv .mv_slider {
    margin-left: -252px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .mv .mv_slider {
    margin-left: -60px;
  }
}
@media screen and (min-width: 451px) and (max-width: 450px) {
  .mv .mv_slider {
    margin-left: 0;
  }
}
@media screen and (min-width: 451px) {
  .mv .mv_slider .mv_img {
    margin-right: 14px;
  }
}

.mv_head {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .mv_head {
    padding-left: 8.75%;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .mv_head {
    padding-left: 140px;
  }
}
@media screen and (max-width: 450px) {
  .mv_head {
    padding-left: 23px;
  }
}
.mv_head .mv_head__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.6rem, 2.0161290323vw, 2.5rem);
}
@media screen and (min-width: 829px) {
  .mv_head .mv_head__lead {
    gap: 10px;
  }
}
@media screen and (max-width: 828px) {
  .mv_head .mv_head__lead {
    gap: 6px;
  }
}
.mv_head .mv_head__catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  .mv_head .mv_head__catch {
    padding: 13px 0.2em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 828px) {
  .mv_head .mv_head__catch {
    padding: 8px 0.2em;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 829px) {
  .mv_pc {
    display: block;
  }
  .mv_sp {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
}
.main_news {
  padding-top: clamp(55px, 7.5vw, 120px);
  padding-top: clamp(55px, 7.5vw, 120px);
  padding-bottom: clamp(50px, 7.5vw, 120px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  .main_news {
    margin-top: -120px;
    max-width: calc(100% - 70px);
    padding-left: clamp(30px, 12.5vw, 200px);
    padding-right: clamp(30px, 8.125vw, 130px);
  }
}
@media screen and (max-width: 828px) {
  .main_news {
    max-width: calc(100% - 20px);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -60px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 829px) {
  .main_news .main_news__block {
    display: grid;
    grid-template-columns: 246px auto;
    grid-template-rows: 131px auto;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 829px) and (min-width: 1025px) {
  .main_news .main_news__block {
    grid-column-gap: 124px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1024px) {
  .main_news .main_news__block {
    grid-column-gap: 80px;
  }
}
@media screen and (min-width: 829px) {
  .main_news .main_news__headline {
    grid-area: 1/1/2/2;
  }
  .main_news .main_news__inner {
    grid-area: 1/2/3/3;
  }
  .main_news .main_news__btn {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 828px) {
  .main_news .main_news__btn {
    margin-top: 40px;
  }
}
.main_news .main_news__link {
  padding-bottom: clamp(20px, 2.5vw, 40px);
  border-bottom: 1px solid #D4D4D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .main_news .main_news__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 828px) {
  .main_news .main_news__link {
    display: block;
  }
}
.main_news .main_news__link:hover .main_news__arrow {
  translate: 0 0;
}
.main_news .main_news__tab + .main_news__tab .main_news__link {
  padding-top: clamp(20px, 2.5vw, 40px);
}
.main_news .main_news__time {
  display: block;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  color: #00B386;
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 828px) {
  .main_news .main_news__time {
    margin-bottom: 12px;
  }
}
.main_news .main_news__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 829px) {
  .main_news .main_news__txt {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 828px) {
  .main_news .main_news__txt {
    -webkit-line-clamp: 2;
  }
}
.main_news .main_news__arrow {
  width: 8px;
  translate: -10px 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 828px) {
  .main_news .main_news__arrow {
    display: none;
  }
}

.main_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 24px;
}
.main_btn .main_btn__link {
  display: block;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
  overflow: clip;
  border: 1px solid #D4D4D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .main_btn .main_btn__link {
    width: 246px;
    line-height: 62px;
    -webkit-transition: all 100ms;
    transition: all 100ms;
  }
}
@media screen and (max-width: 828px) {
  .main_btn .main_btn__link {
    width: 205px;
    line-height: 51px;
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.main_btn .main_btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #FF9C35;
  border-color: #FF9C35;
}

.main_block {
  position: relative;
  padding-bottom: clamp(180px, 30vw, 480px);
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .main_block .pc_break {
    display: none;
  }
}
.main_block .main_block__pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .main_block .main_block__pic {
    max-height: 290px;
    height: 100%;
  }
  .main_block .main_block__pic .image {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.main_block .main_block__lead {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 829px) {
  .main_block .main_block__lead {
    line-height: 2.1428571429;
  }
  .main_block .main_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.1428571429) * (0.5em - 1px));
  }
  .main_block .main_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.1428571429) * 0.5em);
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__lead {
    line-height: 1.5714285714;
  }
  .main_block .main_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * (0.5em - 1px));
  }
  .main_block .main_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
  }
}
@media screen and (min-width: 829px) {
  .main_block .main_block__txt {
    line-height: 2.5;
  }
  .main_block .main_block__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * (0.5em - 1px));
  }
  .main_block .main_block__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * 0.5em);
  }
}
.main_block .main_block__nav {
  max-width: 668px;
  margin-top: clamp(40px, 4.25vw, 68px);
}
.main_block .main_block__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 829px) {
  .main_block .main_block__images {
    gap: 40px;
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__images {
    gap: 12px;
  }
}
.main_block .main_block__caption {
  margin-top: clamp(40px, 4.25vw, 68px);
  font-weight: 400;
}

.main_contents + .main_contents {
  margin-top: clamp(50px, 9.6875vw, 155px);
}
@media screen and (min-width: 829px) {
  .main_contents .main_contents__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
  .main_contents .main_contents__rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main_contents .main_contents__pic {
    width: 57.1428571429%;
  }
  .main_contents .main_contents__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .main_contents .main_contents__pic {
    margin-top: 48px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.main_contents .main_contents__pic {
  display: block;
}
.main_contents .main_contents__lead {
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  margin-bottom: 32px;
}
.main_contents .main_btn {
  margin-top: 40px;
}

.main_company {
  margin-top: clamp(80px, 10vw, 160px);
  margin-left: auto;
}
@media screen and (min-width: 1601px) {
  .main_company {
    max-width: 1530px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 829px) {
  .main_company {
    max-width: calc(100% - 70px);
  }
}
@media screen and (max-width: 1600px) and (max-width: 828px) {
  .main_company {
    max-width: calc(100% - 20px);
  }
}
.main_company .main_company__block {
  padding-top: clamp(47px, 5.5vw, 88px);
  padding-bottom: clamp(63px, 5.5vw, 88px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
}
@media screen and (min-width: 829px) {
  .main_company .main_company__block {
    padding-left: clamp(36px, 8.125vw, 130px);
    padding-right: clamp(36px, 12.5vw, 200px);
  }
}
@media screen and (max-width: 828px) {
  .main_company .main_company__block {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 829px) {
  .main_company .main_company__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
  .main_company .main_company__side .main_company__nav {
    width: 53.5833333333%;
  }
  .main_company .main_company__side .main_company__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main_company .main_company__lead {
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5625;
  margin-bottom: 32px;
}
.main_company .main_company__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * (0.5em - 1px));
}
.main_company .main_company__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
}
.main_company .main_company__nav {
  counter-reset: zero;
}
@media screen and (max-width: 828px) {
  .main_company .main_company__nav {
    margin-top: 40px;
  }
}
.main_company .main_company__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D4D4D5;
  padding-top: clamp(30px, 4vw, 64px);
  padding-left: clamp(20px, 3.5625vw, 57px);
  padding-right: clamp(20px, 3.5625vw, 57px);
  padding-bottom: clamp(30px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.main_company .main_company__link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 829px) {
  .main_company .main_company__link::before {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .main_company .main_company__link::before {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.main_company .main_company__link:hover {
  opacity: 1;
}
.main_company .main_company__link:hover::before {
  opacity: 1;
}
.main_company .main_company__link:hover .main_company__headline::before,
.main_company .main_company__link:hover .main_company__head,
.main_company .main_company__link:hover .main_company__caption {
  color: #fff;
}
.main_company .main_company__message::before {
  background-image: url("../images/main/bg_home1.webp");
}
.main_company .main_company__outline::before {
  background-image: url("../images/main/bg_home2.webp");
}
.main_company .main_company__access::before {
  background-image: url("../images/main/bg_home3.webp");
}
.main_company .main_company__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_company .main_company__headline::before {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-right: clamp(18px, 1.5vw, 24px);
  margin-right: clamp(24px, 2.5vw, 40px);
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: zero;
  content: counter(zero, decimal-leading-zero);
  color: #00B386;
  border-right: 1px solid #D4D4D5;
}
.main_company .main_company__head {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
}
.main_company .main_company__caption {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #00B386;
  margin-left: clamp(16px, 1.5vw, 24px);
}
@media screen and (max-width: 828px) {
  .main_company .main_company__arrow {
    display: none;
  }
}

.main_recruit {
  margin-top: clamp(80px, 10vw, 160px);
  position: relative;
}
.main_recruit .main_recruit__pic {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1301px) {
  .main_recruit .main_recruit__pic {
    max-width: 1146px;
  }
}
@media screen and (max-width: 1300px) {
  .main_recruit .main_recruit__pic {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .main_recruit .main_recruit__pic {
    max-width: 100%;
  }
}
.main_recruit .main_recruit__block {
  background-color: #fff;
  padding-top: clamp(48px, 5.5vw, 88px);
  padding-bottom: clamp(33px, 6.5vw, 104px);
}
@media screen and (min-width: 1201px) {
  .main_recruit .main_recruit__block {
    padding-left: clamp(36px, 8vw, 128px);
    padding-right: clamp(16px, 8vw, 128px);
    min-width: 844px;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    max-width: 52.75%;
  }
}
@media screen and (max-width: 1200px) {
  .main_recruit .main_recruit__block {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 40px);
    margin-top: -20%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 16px;
  }
}
.main_recruit .main_recruit__lead {
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5625;
  margin-bottom: 32px;
}
.main_recruit .main_recruit__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * (0.5em - 1px));
}
.main_recruit .main_recruit__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
}
.main_recruit .main_btn {
  margin-top: 40px;
}

.page_nav {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.page_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00B386;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .page_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.page_nav li {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .page_nav li {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 829px) {
  .page_nav li + li {
    border-left: 1px solid #fff;
  }
}
.page_nav a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #fff;
  font-weight: 700;
  padding-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_nav a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  .page_nav a::before {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .page_nav a::before {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.page_nav a::after {
  content: "";
  display: block;
  aspect-ratio: 5/9;
  width: 5px;
  height: auto;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#products .page_nav a::after {
  rotate: 90deg;
}
.page_nav a:hover {
  opacity: 1;
}
.page_nav a:hover::before {
  width: 100%;
}
.page_nav a[aria-current]::before {
  width: 100%;
}
.page_nav a[aria-current]::after {
  rotate: 90deg;
}

.manufacturers_table th,
.manufacturers_table td {
  border: 2px solid #fff;
  padding-top: clamp(16px, 1.5625vw, 25px);
  padding-left: clamp(24px, 2.625vw, 42px);
  padding-right: clamp(24px, 2.625vw, 42px);
  padding-bottom: clamp(16px, 1.5625vw, 25px);
  width: auto;
}
.manufacturers_table th {
  color: #fff;
  text-align: center;
  background-color: #00B386;
}
.manufacturers_table tr:nth-child(even) td {
  background-color: #F8F8F8;
}
.manufacturers_table tr:nth-child(odd) td {
  background-color: #F2F2F2;
}
.manufacturers_table td {
  font-weight: 700;
}
.manufacturers_table td + td {
  font-weight: 400;
}

.products_block .products_block__item + .products_block__item {
  margin-top: clamp(32px, 4.5vw, 72px);
}
@media screen and (min-width: 829px) {
  .products_block .products_block__side {
    display: grid;
    grid-template-columns: 55.25% auto;
    grid-template-rows: auto 62px;
    grid-column-gap: 64px;
    grid-row-gap: 0px;
  }
  .products_block .products_block__side .products_block__pic {
    grid-area: 1/1/3/2;
  }
  .products_block .products_block__side .products_block__inner {
    grid-area: 1/2/2/3;
  }
  .products_block .products_block__side .products_block__btns {
    grid-area: 2/2/3/3;
  }
}
.products_block .products_block__pic {
  background-color: #EBEEF2;
  aspect-ratio: 663/414;
  width: 100%;
  height: auto;
}
.products_block .products_block__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 828px) {
  .products_block .products_block__pic {
    max-width: 500px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 828px) {
  .products_block .products_block__btns {
    margin-top: 24px;
  }
}
.products_block .products_block__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  width: 246px;
  height: 62px;
  border: 1px solid #D4D4D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: clip;
}
@media screen and (min-width: 451px) {
  .products_block .products_block__btn {
    -webkit-transition: all 100ms;
    transition: all 100ms;
  }
}
@media screen and (max-width: 450px) {
  .products_block .products_block__btn {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.products_block .products_block__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
  aspect-ratio: 22/30;
  width: 22px;
  height: auto;
  background-image: url("../images/common/pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.products_block .products_block__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #FF9C35;
  border-color: #FF9C35;
}
.products_block .products_block__lead {
  display: block;
  max-width: 1090px;
  margin-top: clamp(32px, 4.5vw, 72px);
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 2.25;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 156, 53, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products_block .products_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * (0.5em - 1px));
}
.products_block .products_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
@media screen and (min-width: 829px) {
  .products_block .products_block__lead {
    padding: 1.6666666667em;
  }
}
@media screen and (max-width: 828px) {
  .products_block .products_block__lead {
    padding: 1.25em;
  }
}
.products_block .products_block__lead br {
  display: block;
}
.products_block .products_block__break {
  display: inline-block;
}

.message_block .message_block__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  font-weight: 700;
  margin-top: clamp(32px, 2.5vw, 40px);
}
.message_block .message_block__caption {
  line-height: 2;
  font-weight: inherit;
}
.message_block .message_block__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.message_block .message_block__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.message_block .message_block__lead {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 2.0833333333;
  font-weight: inherit;
}
.message_block .message_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.0833333333) * (0.5em - 1px));
}
.message_block .message_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.0833333333) * 0.5em);
}

@media screen and (min-width: 829px) {
  .access_block .access_block__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 80px 56px;
  }
}
@media screen and (max-width: 828px) {
  .access_block .access_block__card + .access_block__card {
    margin-top: 32px;
  }
}
.access_block .access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
@media screen and (min-width: 829px) {
  .access_block .access_block__map {
    aspect-ratio: 572/412;
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  .access_block .access_block__map {
    height: 300px;
  }
}
.access_block .access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.access_block .access_block__address {
  line-height: 1.75;
}
.access_block .access_block__address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.access_block .access_block__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.access_block .access_block__lead {
  font-size: inherit;
  font-weight: inherit;
}

.personality_block .personality_block__nav {
  max-width: 668px;
}
.personality_block .personality_block__lead {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
@media screen and (min-width: 829px) {
  .personality_block .personality_block__lead {
    line-height: 2.1428571429;
  }
  .personality_block .personality_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.1428571429) * (0.5em - 1px));
  }
  .personality_block .personality_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.1428571429) * 0.5em);
  }
  .personality_block .personality_block__lead br {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .personality_block .personality_block__lead {
    line-height: 1.5;
  }
  .personality_block .personality_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .personality_block .personality_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .personality_block .personality_block__lead br {
    display: block;
  }
}
.personality_block .personality_block__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 829px) {
  .personality_block .personality_block__images {
    gap: 40px;
  }
}
@media screen and (max-width: 828px) {
  .personality_block .personality_block__images {
    gap: 12px;
  }
}
.personality_block .personality_block__side {
  margin-top: clamp(80px, 6.5vw, 104px);
}
@media screen and (min-width: 829px) {
  .personality_block .personality_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 64px;
  }
}
.personality_block .personality_block__pic {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 829px) {
  .personality_block .personality_block__pic {
    width: 42.5%;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 828px) {
  .personality_block .personality_block__pic {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.personality_block .personality_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.requirements_block .requirements_block__content + .requirements_block__content {
  margin-top: clamp(80px, 9vw, 144px);
}

.contact h2 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}
.contact .contact_list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .contact .contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 828px) {
  .contact .contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}
.contact .contact_tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  background: #fff;
  border: 1px solid #00B386;
  font-weight: 700;
}
.contact .contact_tab.active {
  color: #fff;
  background: #00B386;
}
@media screen and (min-width: 829px) {
  .contact .contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .contact .contact_tab {
    line-height: 34px;
  }
}
@media screen and (max-width: 450px) {
  .contact .contact_tab {
    gap: 4px;
  }
}
.contact .contact_tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 829px) {
  .contact .contact_tab::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
  }
}
.contact .contact_line {
  display: block;
  height: 1px;
  background: #00B386;
}
@media screen and (min-width: 829px) {
  .contact .contact_line {
    width: 72px;
  }
}
@media screen and (max-width: 828px) {
  .contact .contact_line {
    width: 20px;
  }
}

.policy .policy_wrap + .policy_wrap {
  margin-top: clamp(32px, 4.5625vw, 73px);
}
.policy .policy_lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #00B386;
  margin-bottom: clamp(10px, 1.0625vw, 17px);
}
.policy .policy_description a {
  display: inline;
  color: inherit;
}

.found {
  padding-top: clamp(60px, 11.25vw, 180px);
}
.found .found_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.found .found_caption {
  display: block;
  font-size: clamp(3.6rem, 5.8064516129vw, 7.2rem);
  line-height: 1.1111111111;
  font-weight: 600;
  color: #FF9C35;
}
.found .found_caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found .found_caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}
.found .found_lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}
.found .found_menu {
  margin-top: clamp(40px, 3.75vw, 60px);
}
.found .found_menu ul ul {
  display: none !important;
}
.found .found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .found .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found .found_menu li {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .found .found_menu li + li {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 828px) {
  .found .found_menu li {
    border-bottom: 1px solid #333;
  }
  .found .found_menu a {
    padding: 1em 0;
  }
}

.post_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_item + .post_item {
  margin-top: clamp(32px, 3.25vw, 52px);
  padding-top: clamp(32px, 3.25vw, 52px);
  border-top: 1px solid #E0E0E0;
}
.post_item .post_item__headline {
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.post_item .post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #00B386;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.post_item .post_item__lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  font-weight: 700;
}
.post_item .post_item__lead a {
  font-size: inherit;
  font-weight: inherit;
}

.post_more {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post_more .post_more__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.post_more .post_more__txt {
  color: #00B386;
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  font-weight: 400;
}
.post_more .post_more__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 33px;
  height: auto;
  background-color: #00B386;
  border-radius: 33px;
  overflow: clip;
}
.post_more .post_more__arrow .image {
  max-width: 5px;
}

.single_block {
  max-width: 800px;
}
.single_block .single_block__inner a {
  text-decoration: underline;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E0E0E0;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #00B386;
}
.single_nav .single_nav_move {
  min-width: 56px;
}
.single_nav .single_nav_move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav .single_nav_move a path {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.single_nav .single_nav_move a:hover path {
  fill: #00B386;
}/*# sourceMappingURL=customize.css.map */