body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url("/system_panel/uploads/images/20260608134119272475.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#root {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.inner_title_area {
  background-color: #3DAE98;
  height: clamp(200px, 108.5px + 24.4vw, 577px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inner_title_area .inner_title_sub {
  font-family: "Gowun Batang", Georgia, serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.inner_title_area .inner_title_sub div, .inner_title_area .inner_title_sub p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .inner_title_area .inner_title_sub {
    font-size: clamp(13px, 1.35vw, 26px);
  }
}
.inner_title_area .inner_title_main {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .inner_title_area .inner_title_main {
    font-size: clamp(32px, 3.2vw, 60px);
  }
}

.inner_section_title {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: clamp(22px, 2.2vw, 42px);
  text-align: center;
}
.inner_section_title::after {
  content: "";
  display: block;
  background-color: #338E7C;
  height: clamp(2px, 0.208vw, 4px);
  width: clamp(32px, 3.125vw, 60px);
  margin-top: clamp(8px, 0.833vw, 16px);
  margin-left: auto;
  margin-right: auto;
}

.inner_flow_item {
  display: flex;
  gap: clamp(16px, 2.083vw, 40px);
}
.inner_flow_item:not(:last-child) .inner_flow_right {
  padding-bottom: clamp(50px, 5.208vw, 100px);
}
.inner_flow_item:not(:last-child) .inner_flow_left::after {
  content: "";
  display: block;
  flex: 1;
  width: 6px;
  background-color: #D0D0D0;
  margin: 0 auto;
}

.inner_flow_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: clamp(30px, 2.604vw, 50px);
}

.inner_flow_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(30px, 2.604vw, 50px);
  height: clamp(30px, 2.604vw, 50px);
  border-radius: 50%;
  background-color: #338E7C;
  color: #ffffff;
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(14px, 1.042vw, 20px);
  line-height: 1;
}

.inner_flow_right {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}
.inner_flow_right .inner_flow_title + * {
  margin-top: clamp(16px, 1.5625vw, 30px);
}

.inner_flow_title {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  color: #338E7C;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-height: clamp(30px, 2.604vw, 50px);
}
@media (min-width: 1024px) {
  .inner_flow_title {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}

.inner_split_subtitle {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 16px;
  text-align: left;
}
.inner_split_subtitle::after {
  content: "";
  display: block;
  background-color: #338E7C;
  height: 2px;
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .inner_split_subtitle {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}

.inner_section_subtitle {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: 16px;
  text-align: left;
  margin-top: clamp(40px, 3.125vw, 60px);
}
.inner_section_subtitle::after {
  content: "";
  display: block;
  background-color: #338E7C;
  height: clamp(2px, 0.208vw, 4px);
  width: clamp(32px, 3.125vw, 60px);
  margin-top: clamp(4px, 0.417vw, 8px);
  margin-left: 0;
}
@media (min-width: 1024px) {
  .inner_section_subtitle {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}

.inner_container {
  flex: 1;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: clamp(60px, 35.7px + 6.47vw, 160px);
  padding-bottom: clamp(60px, 35.7px + 6.47vw, 160px);
  color: #333333;
  font-size: clamp(14px, 0.833vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .inner_container {
    width: 82vw;
    max-width: 1400px;
  }
}

.inner_two_col {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.083vw, 40px);
}
@media (min-width: 769px) {
  .inner_two_col {
    grid-template-columns: 1fr 1fr;
  }
}
.inner_two_col img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner_split_gap {
  margin-top: clamp(40px, 3.125vw, 60px);
}

.inner_section_subtitle + .inner_split_gap {
  margin-top: clamp(16px, 1.5625vw, 30px);
}

.inner_section_gap {
  margin-top: clamp(50px, 5.208vw, 100px);
}

.inner_tel_btn_wrap {
  display: flex;
  justify-content: center;
}

.inner_tel_btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
  background-color: #338E7C;
  color: #ffffff;
  text-decoration: none;
  padding: clamp(10px, 0.729vw, 14px) clamp(16px, 1.563vw, 30px);
  border-radius: 4px;
  transition: background-color 0.3s;
}
.inner_tel_btn:hover {
  background-color: #287566;
  color: #ffffff;
}
.inner_tel_btn .inner_tel_icon {
  width: clamp(16px, 1.042vw, 20px);
  height: auto;
  display: block;
}
.inner_tel_btn .inner_tel_number {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.inner_faq .inner_faq_q,
.inner_faq .inner_faq_a {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 15px;
}
.inner_faq .inner_faq_q::before,
.inner_faq .inner_faq_a::before {
  flex-shrink: 0;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
}
.inner_faq .inner_faq_q p,
.inner_faq .inner_faq_a p {
  margin: 0;
  padding-left: 15px;
  color: #333333;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.inner_faq .inner_faq_q {
  background: #ffffff;
}
.inner_faq .inner_faq_q::before {
  content: "Q";
  background: #338E7C;
}
.inner_faq .inner_faq_q p {
  font-weight: 500;
}
.inner_faq .inner_faq_a::before {
  content: "A";
  background: #FFA17A;
}
.inner_faq .inner_faq_a p {
  font-weight: 500;
}

.inner_img_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.inner_img_row a {
  display: block;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.inner_img_row a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.inner_img_row a img {
  width: 100%;
  height: auto;
  display: block;
}

.inner_text_center {
  text-align: center;
}

.inner_staff_grid {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.083vw, 40px);
}
@media (min-width: 769px) {
  .inner_staff_grid {
    flex-direction: row;
  }
}

.inner_col3_grid .inner_staff_caption {
  align-items: flex-start;
  text-align: left;
}

.inner_col3_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.083vw, 40px);
}
@media (min-width: 769px) {
  .inner_col3_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inner_staff_card {
  flex: 1;
  min-width: 0;
}
.inner_staff_card img {
  width: 100%;
  height: auto;
  display: block;
}
.inner_staff_card .inner_staff_caption {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
}
.inner_staff_card .inner_staff_caption .inner_staff_yomi {
  display: block;
  font-size: 0.85em;
  color: #666666;
}
.inner_staff_card .inner_staff_bio p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.inner_staff_card .inner_staff_bio .inner_staff_details p + p {
  margin-top: 0.5em;
}
.inner_staff_card .inner_staff_bio .inner_staff_label {
  color: #338E7C;
  font-weight: 500;
}

.inner_table_title {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(16px, 1.5625vw, 20px);
  color: #333333;
  padding-bottom: clamp(10px, 0.833vw, 16px);
  border-bottom: 2px solid #338E7C;
}

.inner_menu_table {
  width: 100%;
  overflow-x: auto;
}

.inner_menu_head {
  display: none;
  height: 44px;
}
.inner_menu_head .inner_menu_name,
.inner_menu_head .inner_menu_price {
  background-color: #338E7C;
  color: #ffffff;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 11px + 0.26vw, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(8px, 0.833vw, 16px);
  border-bottom: none;
  min-height: 0;
}
@media (min-width: 769px) {
  .inner_menu_head {
    display: grid;
    grid-template-columns: 7fr 3fr;
  }
}

.inner_menu_row {
  display: grid;
  grid-template-columns: 1fr;
}
.inner_menu_row:first-child .inner_menu_name, .inner_menu_row:first-child .inner_menu_price {
  border-top: none;
}
@media (min-width: 769px) {
  .inner_menu_row {
    grid-template-columns: 7fr 3fr;
  }
}

.inner_menu_name {
  display: flex;
  align-items: center;
  min-height: 58px;
  background-color: #e8f3f0;
  color: #338E7C;
  font-weight: 500;
  font-size: clamp(12px, 11px + 0.26vw, 15px);
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  padding: clamp(10px, 0.729vw, 14px) clamp(8px, 0.833vw, 16px);
  border-bottom: none;
}
@media (min-width: 769px) {
  .inner_menu_name {
    border-bottom: 1px solid rgba(51, 142, 124, 0.3);
  }
}

.inner_menu_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 58px;
  font-size: clamp(12px, 11px + 0.26vw, 15px);
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
  padding: 0 clamp(8px, 0.833vw, 16px);
  border-bottom: 1px solid rgba(51, 142, 124, 0.3);
  white-space: nowrap;
}

.inner_price_table {
  width: 100%;
  overflow-x: auto;
}

.inner_price_head,
.inner_price_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inner_price_head {
  height: 44px;
}
.inner_price_head .inner_price_cell {
  background-color: #338E7C;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.inner_price_row {
  height: 58px;
}
.inner_price_row .inner_price_cell:first-child {
  background-color: #e8f3f0;
  color: #338E7C;
  font-weight: 500;
}

.inner_price_cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-bottom: 1px solid rgba(51, 142, 124, 0.3);
  font-size: clamp(12px, 11px + 0.26vw, 15px);
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 clamp(8px, 0.833vw, 16px);
}

.inner_scroll_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inner_scroll_wrap .inner_price_table {
  min-width: 560px;
  width: 100%;
}
.inner_scroll_wrap .inner_price_head,
.inner_scroll_wrap .inner_price_row {
  min-width: 560px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inner_price_note {
  margin-top: 8px;
  text-align: left;
}
.inner_price_note p {
  margin: 0;
  font-size: clamp(11px, 0.625vw, 12px);
  color: #666666;
  line-height: 1.8;
}

.inner_map {
  margin-top: 30px;
  width: 100%;
  height: clamp(200px, 175.7px + 6.47vw, 300px);
}
.inner_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.access-schedule-wrap {
  width: 100%;
  overflow-x: auto;
}

.schedule-header,
.schedule-row {
  display: flex;
}

.schedule-header {
  height: 44px;
}
.schedule-header .schedule-cell {
  background-color: #338E7C;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.schedule-row {
  height: 58px;
}
.schedule-row .schedule-cell {
  color: #338E7C;
}

.schedule-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-bottom: 1px solid rgba(51, 142, 124, 0.3);
  font-size: clamp(12px, 11px + 0.26vw, 15px);
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .schedule-cell {
    flex: 90;
  }
}
.schedule-cell:first-child {
  flex: 4;
}
@media (min-width: 1024px) {
  .schedule-cell:first-child {
    flex: 190;
  }
}
.schedule-cell:last-child {
  border-right: none;
}

.shop_table {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
@media (min-width: 769px) {
  .shop_table {
    grid-template-columns: 240px 1fr;
  }
}
.shop_table .table_head {
  background-color: #338E7C;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .shop_table .table_head {
    padding: 24px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.shop_table .table_head p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 14.716px + 0.067vw, 16px);
  letter-spacing: 0.05em;
}
.shop_table .table_body {
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(14px, 0.833vw, 16px);
  color: #333333;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .shop_table .table_body {
    padding: 24px 32px;
  }
}
.shop_table .table_body p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.schedule-note {
  margin-top: 8px;
  text-align: left;
}
.schedule-note p {
  font-size: clamp(11px, 10px + 0.26vw, 13px);
  color: #333333;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  line-height: 1.8;
  margin: 0;
}
.schedule-note p strong {
  color: #338E7C;
  font-weight: normal;
}

.inner_voice_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 15.26px + 2.33vw, 60px);
}
@media (min-width: 769px) {
  .inner_voice_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.inner_voice_card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: clamp(16px, 1.667vw, 32px);
  display: grid;
  grid-template-columns: clamp(72px, 6.25vw, 120px) 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: clamp(12px, 1.042vw, 20px);
       column-gap: clamp(12px, 1.042vw, 20px);
}
.inner_voice_card .inner_voice_card_icon {
  display: block;
  width: 100%;
  height: auto;
  grid-column: 1;
  grid-row: 1/3;
  margin: 0;
}
.inner_voice_card .inner_voice_card_name {
  grid-column: 2;
  grid-row: 1;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  text-align: left;
  margin-top: 0;
  align-self: center;
}
.inner_voice_card .inner_voice_card_text {
  grid-column: 2;
  grid-row: 2;
  margin-top: clamp(8px, 0.625vw, 12px);
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.inner_split {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.125vw, 60px);
  align-items: stretch;
}
@media (min-width: 769px) {
  .inner_split {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .inner_split--reverse {
    flex-direction: row-reverse;
  }
}

.inner_split_img {
  width: 100%;
  flex-shrink: 0;
  min-width: 0;
}
@media (min-width: 769px) {
  .inner_split_img {
    width: calc(50% - clamp(12px, 1.5vw, 30px));
    flex: 0 0 calc(50% - clamp(12px, 1.5vw, 30px));
  }
}
.inner_split_img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner_split_text {
  width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
@media (min-width: 769px) {
  .inner_split_text {
    width: calc(50% - clamp(12px, 1.5vw, 30px));
    flex: 0 0 calc(50% - clamp(12px, 1.5vw, 30px));
  }
}
.inner_split_text p, .inner_split_text div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.inner_split_text p + p {
  margin-top: clamp(16px, 1.563vw, 30px);
}
.inner_split_text .inner_split_subtitle + p,
.inner_split_text .inner_split_subtitle + div {
  margin-top: clamp(16px, 1.5625vw, 30px);
}

.webgene-blog {
  width: 100%;
  margin-top: 0;
}
.webgene-blog .webgene-item {
  display: block;
}
.webgene-blog .webgene-item:has(.news-item) {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.webgene-blog .webgene-item + .webgene-item {
  margin-top: 10px;
}
.webgene-blog .news-item {
  display: flex;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  color: #333333;
  transition: color 0.3s;
}
.webgene-blog .news-item:hover {
  color: #338E7C;
}
.webgene-blog .news__sec1-box {
  width: 100%;
}
.webgene-blog .news__sec1-p-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.webgene-blog .news__sec1-p-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
@media (min-width: 769px) {
  .webgene-blog .news__sec1-p-box-wrap {
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
  }
}
.webgene-blog .news__sec1-title {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.webgene-blog .news__sec1-p {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webgene-blog .icon {
  flex-shrink: 0;
}
.webgene-blog .icon img {
  display: block;
  width: clamp(20px, 1.563vw, 30px);
  height: auto;
}
.webgene-blog > .webgene-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.webgene-blog > .webgene-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.webgene-blog > .webgene-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #338E7C;
  text-decoration: none;
  border: 1px solid #338E7C;
  transition: background-color 0.3s, color 0.3s;
}
.webgene-blog > .webgene-pagination ul li a:hover, .webgene-blog > .webgene-pagination ul li a.active {
  background-color: #338E7C;
  color: #ffffff;
}
.webgene-blog .webgene-item > .webgene-pagination {
  margin-top: clamp(32px, 2.604vw, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.563vw, 24px);
}
.webgene-blog .webgene-item > .webgene-pagination .webgene-pagination__box-1 {
  margin-top: 0;
}
.webgene-blog .webgene-item > .webgene-pagination .back-btn {
  margin-top: 0;
  padding-top: clamp(16px, 1.563vw, 24px);
  border-top: 1px solid rgba(51, 142, 124, 0.3);
}

.newsdetail__sec1-box {
  padding: clamp(24px, 2.083vw, 40px) 0;
}

.newsdetail__sec1-date {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  color: #666666;
  font-weight: 400;
  margin: 0 0 clamp(12px, 1.042vw, 20px);
  padding: 0;
  line-height: 1;
}

.newsdetail__sec1-h1 {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(18px, 1.563vw, 26px);
  color: #333333;
  line-height: 1.5;
  margin: 0 0 clamp(24px, 2.083vw, 40px);
  padding: 0 0 clamp(16px, 1.25vw, 24px);
  border-bottom: 2px solid #338E7C;
}

.newsdetail__sec1-p {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  color: #333333;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

.webgene-pagination__box-1 {
  margin-top: clamp(32px, 2.604vw, 50px);
}
.webgene-pagination__box-1 .pagelink {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
}
.webgene-pagination__box-1 .pagelink .newsdetail__prev a,
.webgene-pagination__box-1 .pagelink .newsdetail__next a {
  color: #338E7C;
  text-decoration: none;
  transition: color 0.3s;
}
.webgene-pagination__box-1 .pagelink .newsdetail__prev a:hover,
.webgene-pagination__box-1 .pagelink .newsdetail__next a:hover {
  text-decoration: underline;
}
.webgene-pagination__box-1 .pagelink .newsdetail__prev {
  color: #cccccc;
}

.back-btn {
  margin-top: clamp(20px, 1.563vw, 30px);
}
.back-btn .btn-block__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  font-weight: 500;
  color: #338E7C;
  text-decoration: none;
  border: 1px solid #338E7C;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}
.back-btn .btn-block__link:hover {
  background-color: #338E7C;
  color: #ffffff;
}
.back-btn .btn-block__link:hover .back-btn__arrow {
  filter: brightness(0) invert(1);
}
.back-btn .back-btn__arrow {
  width: 16px;
  height: auto;
  display: block;
  transform: scaleX(-1);
  transition: filter 0.3s;
}

.formWrap {
  width: 100%;
}
.formWrap .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.formWrap .formRow {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(51, 142, 124, 0.3);
}
.formWrap .formRow:first-child {
  border-top: 1px solid rgba(51, 142, 124, 0.3);
}
@media (min-width: 769px) {
  .formWrap .formRow {
    flex-direction: row !important;
    align-items: stretch;
  }
}
.formWrap .formTh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: clamp(12px, 1.042vw, 20px) clamp(12px, 1.25vw, 20px) !important;
  background-color: #f0f7f5;
  border-bottom: 1px solid rgba(51, 142, 124, 0.2);
}
@media (min-width: 769px) {
  .formWrap .formTh {
    background-color: #e8f3f0;
    border-bottom: none;
    padding: clamp(16px, 1.25vw, 24px) clamp(16px, 1.563vw, 30px) !important;
  }
}
.formWrap .formTd {
  padding: clamp(14px, 1.042vw, 20px) clamp(12px, 1.25vw, 20px) !important;
}
@media (min-width: 769px) {
  .formWrap .formTd {
    padding: clamp(16px, 1.25vw, 24px) clamp(16px, 1.563vw, 30px) !important;
  }
}
.formWrap .labelText01 {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #338E7C;
  line-height: 1.5;
}
.formWrap .requiredText {
  flex-shrink: 0;
  background-color: #d9534f;
  color: #ffffff;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 6px;
  line-height: 1.4;
  margin: 0;
}
.formWrap .formInput,
.formWrap .formTextArea {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  background-color: #ffffff;
  border: 1px solid rgba(51, 142, 124, 0.4);
  padding: 10px 12px;
  width: 100%;
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.formWrap .formInput:focus,
.formWrap .formTextArea:focus {
  border-color: #338E7C;
  box-shadow: 0 0 0 3px rgba(51, 142, 124, 0.12);
}
.formWrap .formInput::-moz-placeholder, .formWrap .formTextArea::-moz-placeholder {
  color: #aaaaaa;
}
.formWrap .formInput::placeholder,
.formWrap .formTextArea::placeholder {
  color: #aaaaaa;
}
.formWrap .formTextArea {
  min-height: 160px;
  resize: vertical;
}
.formWrap .formSelect {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  background-color: #ffffff;
  border: 1px solid rgba(51, 142, 124, 0.4);
  padding: 8px 28px 8px 10px;
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23338E7C' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  transition: border-color 0.2s;
}
.formWrap .formSelect:focus {
  border-color: #338E7C;
  box-shadow: 0 0 0 3px rgba(51, 142, 124, 0.12);
}
.formWrap .labelText02 {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  margin: 0 6px 0 3px;
  cursor: pointer;
}
.formWrap .radioArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.formWrap .selectArea {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 769px) {
  .formWrap .selectArea {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 16px;
  }
}
.formWrap .select-date-group,
.formWrap .select-time-group {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
.formWrap .d-inline-block {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}
.formWrap .d-block,
.formWrap .d-md-inline-block {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}
.formWrap .formRadio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(51, 142, 124, 0.5);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s;
}
.formWrap .formRadio:checked {
  border-color: #338E7C;
}
.formWrap .formRadio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #338E7C;
}
.formWrap .formRadio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 142, 124, 0.12);
}
.formWrap .formCheck {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(51, 142, 124, 0.5);
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
}
.formWrap .formCheck:checked {
  border-color: #338E7C;
  background-color: #338E7C;
}
.formWrap .formCheck:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.formWrap .formCheck:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 142, 124, 0.12);
}
.formWrap .text-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}
.formWrap .privacyLabel {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 0;
}
.formWrap .privacyLink {
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(13px, 0.729vw, 14px);
  color: #333333;
  text-decoration: underline;
}
.formWrap .privacyLink:hover {
  color: #333333;
}
.formWrap .col,
.formWrap [class*=col-] {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 769px) {
  .formWrap .formTh {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    width: auto !important;
  }
  .formWrap .formTd {
    flex: 1 !important;
    max-width: none !important;
    width: auto !important;
  }
  .formWrap .formBtnTd {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.formWrap .formRow:has(.formCheck) .col {
  padding: clamp(20px, 2.083vw, 40px) clamp(12px, 1.25vw, 20px) !important;
}
.formWrap .formBtnTd {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  padding: clamp(24px, 2.083vw, 40px) 0;
  border-top: none;
  border-bottom: none;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.formWrap .formBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #338E7C;
  border: none;
  width: 250px;
  height: 55px;
  padding: 0 20px;
  cursor: pointer;
  letter-spacing: 0.08em;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.formWrap .formBtn:hover {
  background-color: #287566;
}

.privacy_content p {
  margin: 0;
  line-height: 1.9;
}
.privacy_content p + p {
  margin-top: 1em;
}

.privacy_heading {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(16px, 1.042vw, 20px);
  color: #338E7C;
  margin-top: clamp(40px, 3.125vw, 60px);
  padding-bottom: clamp(8px, 0.625vw, 12px);
  border-bottom: 2px solid #338E7C;
}

.privacy_subheading {
  font-family: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  font-weight: bold;
  font-size: clamp(14px, 0.833vw, 16px);
  color: #333333;
  margin-top: clamp(24px, 2.083vw, 40px);
}

.privacy_list {
  margin-top: clamp(12px, 1.042vw, 20px);
  padding-left: 1.5em;
}
.privacy_list li {
  line-height: 1.8;
}
.privacy_list li + li {
  margin-top: 0.5em;
}
.privacy_list--ol {
  list-style-type: decimal;
}

.privacy_contact {
  margin-top: clamp(16px, 1.563vw, 30px);
  padding: clamp(16px, 1.667vw, 32px);
  background-color: #ffffff;
  border-left: 4px solid #338E7C;
}
.privacy_contact p {
  margin: 0;
  line-height: 1.9;
}
.privacy_contact p + p {
  margin-top: 0.5em;
}

.privacy_link {
  color: #338E7C;
  word-break: break-all;
}
.privacy_link:hover {
  text-decoration: underline;
}

.privacy_date {
  margin-top: clamp(40px, 3.125vw, 60px) !important;
  color: #666666;
  font-size: clamp(12px, 0.729vw, 14px);
}

.privacy_rep {
  margin-top: 0.5em !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .inner_text_center.inner_split_gap br:first-of-type {
    display: none;
  }
}/*# sourceMappingURL=under.css.map */