/* ress.css v5.0.2 custom */

/* ===============================
Global selectors
=============================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  tab-size: 4;
}
:where(*, *::before, *::after) {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
:where(::before, ::after) {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* ===============================
Global elements
=============================== */
:where(hr) {
  overflow: visible;
  height: 0;
  color: inherit;
}
:where(details, main) {
  display: block;
}
:where(summary) {
  display: list-item;
}
:where(small) {
  font-size: 80%;
}
:where(abbr[title]) {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
:where(a) {
  background-color: transparent;
}
:where(a:active, a:hover) {
  outline-width: 0;
}
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace;
}
:where(pre) {
  font-size: 1em;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(sub) {
  bottom: -0.25em;
}
:where(sup) {
  top: -0.5em;
}
:where(table) {
  border-color: inherit;
  text-indent: 0;
}
:where(iframe) {
  border-style: none;
}

/* ===============================
Forms
=============================== */
:where(input) {
  border-radius: 0;
}
:where(
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button
) {
  height: auto;
}
:where([type="search"]) {
  appearance: textfield;
  outline-offset: -2px;
}
:where([type="search"]::-webkit-search-decoration) {
  appearance: none;
}
:where(textarea) {
  overflow: auto;
  resize: vertical;
}
:where(button, input, optgroup, select, textarea) {
  font: inherit;
}
:where(optgroup) {
  font-weight: bold;
}
:where(button) {
  overflow: visible;
}
:where(button, select) {
  text-transform: none;
}
:where(
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"]
) {
  cursor: pointer;
}
:where(
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner
) {
  border-style: none;
  padding: 0;
}
:where(
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner
) {
  outline: 1px dotted ButtonText;
}
:where(button, html [type="button"], [type="reset"], [type="submit"]) {
  appearance: auto;
}
:where(button, input, select, textarea) {
  background-color: transparent;
  border-style: none;
}
:where(a:focus, button:focus, input:focus, select:focus, textarea:focus) {
  outline-width: 0;
}
:where(select) {
  appearance: none;
}
:where(select::-ms-expand) {
  display: none;
}
:where(select::-ms-value) {
  color: currentColor;
}
:where(legend) {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}
:where(::-webkit-file-upload-button) {
  appearance: auto;
  color: inherit;
  font: inherit;
}
:where([disabled]) {
  cursor: default;
}

/* ===============================
Specify media element style
=============================== */
:where(img) {
  border-style: none;
}
:where(progress) {
  vertical-align: baseline;
}

/* ===============================
Accessibility
=============================== */
:where([aria-busy="true"]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}
:where([aria-disabled="true"]) {
  cursor: default;
}

/* ===============================
Additional Reset （追加のリセット）
=============================== */
:where(:root) {
  text-spacing-trim: trim-start;
}
:where(address:lang(ja)) {
  font-style: unset;
}
:where(em:lang(ja)) {
  font-weight: bolder;
}
:where(:is(i, cite, em, dfn, var):lang(ja)) {
  font-style: unset;
}
:where(
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
summary:focus
) {
  outline: revert;
}
:where(a) {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(h1, h2, h3, h4, h5, h6) {
  font-weight: var(--font_weight_base);
}
:where(ul, ol, menu) {
  list-style-type: "";
}
:where(button) {
  box-sizing: border-box;
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}
:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(th) {
  font-weight: inherit;
}
:where(address) {
  font-style: normal;
}
:where(iframe) {
  border-width: 0;
}
:where(summary) {
  display: block;
  cursor: pointer;
  list-style: none;
}
:where(fieldset) {
  border: none;
}
:where(select) {
  color: var(--base_color);
  border-radius: 0;
}
summary::-webkit-details-marker {
  display: none;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none;
}
:where([hidden="until-found"]) {
  overflow: hidden;
}
:where(
button,
input:is([type="button" i], [type="submit" i], [type="reset" i]),
[role="tab" i],
[role="button" i],
[role="option" i]
),
::file-selector-button {
  touch-action: manipulation;
}

/* ===============================
Root
=============================== */
:root {
  --color_base: #000;
  --color_green: #00a23e;
  --color_green_100: #e6f6eb;
  --color_green_200: #cdedd8;
  --color_orange: #ff8200;
  --color_orange_300: #f39e5c;
  --color_blue_400: #103c69;
  --color_red: #e61c45;
  --color_grad: linear-gradient(90deg, #43b96c 26%, 77%, #0094e8);
  --color_grad_filter: brightness(1.15) saturate(1.4);
  --font_feature_settings: normal;
  --font_base: "M PLUS 1p", sans-serif;
  --letter_spacing: 0.05em;
  --font_weight_base: 500;
  --focus_border: #ff8200;
  --scrollbar_width: 0px;
  --scrollbar_menu_width: 0px;
  --menu_anim_ms: 300;
  --menu_anim_fast_ms: calc(var(--menu_anim_ms) * 0.66);
  --sp_side_gap: 7.8vw;
  --leading_trim: calc((1em - 1lh) / 2);
  --font_weight_black: 900;
}
@supports not (top: 1lh) {
  :root {
    --leading_trim: 0px;
  }
}

/* ===============================
Font Settings
=============================== */
.m_plus {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* ===============================
base
=============================== */
:focus-visible {
  outline: 2px solid var(--focus_border);
  outline-offset: 1px;
  box-shadow: 0 0 0 2px #fff;
}
body {
  font-feature-settings: var(--font_feature_settings);
  letter-spacing: var(--letter_spacing);
  font-family: var(--font_base);
  font-weight: var(--font_weight_base);
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.6;
  color: var(--color_base);
  background-color: #fff;
  font-optical-sizing: auto;
  font-style: normal;
  text-autospace: normal;
  text-autospace: no-autospace;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* SP調整 ------------------ */
@media screen and (max-width: 768px) {
  :where(img) {
    width: 100%;
    height: auto;
  }
}

/* ===============================
mousedevice / touchdevice
=============================== */

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  a {
    transition: opacity .15s;
  }
  a:hover {
    opacity: .7;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

/* ================================
layout
接頭辞： ly_
共通ヘッダー、メイン、フッターの定義です。
================================ */
.ly_wrapper {
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  min-height: 100vh;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .ly_wrapper {
    min-width: 320px;
  }
}

/* ================================
header
================================ */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 1000;
}
.ly_header.__static {
  position: static;
}
.ly_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 13;
  background: var(--color_grad);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  min-height: 80px;
  margin-inline: auto;
  padding-inline: 20px 14px;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
}
.header_inner img {
  display: block;
}
.header_logo {
  width: fit-content;
  margin: 17px 0 0 11px;
}
.header_logo a {
  display: block;
  padding: 4px 8px;
}
.header_logo img {
  width: 170px;
}
.header_menu_wrap {
  display: flex;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .ly_header {
    min-width: initial;
  }
  .header_inner {
    min-height: 70px;
    margin: 0;
    padding: 0;
  }
  .header_logo {
    margin: 13px 0 0 10px;
  }
}

/* ===============================
header_menu / 枠組み
=============================== */

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .header_menu {
    position: fixed;
    inset: 0;
    z-index: -10;
    min-height: 100%;
    padding-top: 83px;
    padding-bottom: 40px;
    background-color: rgb(255 255 255 / 80%);
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    overflow: hidden;
    transition: opacity calc(var(--menu_anim_ms) * 1ms) ease, transform calc(var(--menu_anim_ms) * 1ms) ease;
    will-change: opacity;
    visibility: hidden;
  }
  .header_menu .header_hamburger.is_active {
    z-index: 99;
  }
  .header_menu.is_active,
  .header_menu.is_hiding {
    pointer-events: auto;
    overflow: auto;
    transition: opacity calc(var(--menu_anim_ms) * 1ms) ease, transform calc(var(--menu_anim_ms) * 1ms) ease;
  }
  .header_menu.is_active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    animation: menuFadeIn calc(var(--menu_anim_ms) * 1ms) ease;
  }
  .header_menu.is_hiding {
    opacity: 0;
    transform: translateY(-20px);
    visibility: visible;
    overflow: hidden;
  }
  body.is_menu_animation {
    padding-right: var(--scrollbar-width);
  }
  body.is_menu_animation .ly_header::before,
  body.is_menu_animation .header_inner {
    width: calc(100% - var(--scrollbar_menu_width));
  }
}

/* アニメーション ---------------- */
.menu_inner {
  transform: translateX(100%);
}
.header_menu[open] .menu_inner {
  animation: menuSlideIn 0.3s forwards;
  transform: translateX(0);
}
.header_menu.is_hide .menu_inner {
  animation: menuSlideOut 0.3s forwards;
}
@keyframes menuSlideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menuSlideOut {
  from {
    display: block;
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes menuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ================================
header_hamburger
================================ */
.header_hamburger {
  display: none;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .header_hamburger {
    display: block;
    position: fixed;
    top: 12px;
    right: calc(5px + var(--scrollbar_menu_width));
    width: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
    z-index: 1100;
    outline-offset: -2px;
    -webkit-tap-highlight-color: transparent;
    transition: transform .3s;
  }
  .header_hamburger_line {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    right: 0;
    width: 32px;
    height: 4px;
    margin: auto;
    background-color: var(--color_green);
    transition: all .3s;
  }
  .header_hamburger_line:nth-of-type(1) {
    transform: translateY(-10px);
  }
  .header_hamburger_line:nth-of-type(3) {
    transform: translateY(10px);
  }
  .header_hamburger[aria-expanded="true"] .header_hamburger_line:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .header_hamburger[aria-expanded="true"] .header_hamburger_line:nth-of-type(2) {
    width: 0;
  }
  .header_hamburger[aria-expanded="true"] .header_hamburger_line:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}

/* ===============================
header_menu / メニューの中身
=============================== */

/* PC調整 ------------------ */
@media (min-width:769px), print {
  .header_nav_lists {
    display: flex;
    justify-content: flex-end;
    margin: 23px auto 0;
    font-size: calc(15 / 16 * 1rem);
  }
  .header_nav_lists li {
    position: relative;
  }
  .header_nav_lists a {
    display: grid;
    place-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7px 13px 7px 13px;
    text-align: center;
  }
  .header_menu_button {
    display: grid;
    place-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7px 13px 7px 13px;
    text-align: center;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
  }
  .header_nav_lists > li > a[aria-current="page"],
  .header_nav_lists > li > .header_menu_button[aria-current="page"],
  .header_nav_lists > li:has(.header_submenu a[aria-current="page"]) > .header_menu_button {
    opacity: 1;
  }
  .header_nav_lists > li > a[aria-current="page"]::after,
  .header_nav_lists > li > .header_menu_button[aria-current="page"]::after,
  .header_nav_lists > li:has(.header_submenu a[aria-current="page"]) > .header_menu_button::after {
    content: "";
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    width: 79px;
    height: 4px;
    margin: 0 auto;
    background-color: var(--color_green);
    opacity: .3;
  }
  .header_menu_button {
    cursor: default;
  }
  .header_submenu_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px 0 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: background-color .15s;
    z-index: 10;
  }
  .header_submenu_wrap .header_submenu {
    display: block;
  }
  .header_submenu_wrap .header_submenu li {
    display: block;
    text-align: left;
  }
  .header_submenu_wrap .header_submenu li + li {
    margin-top: 10px;
  }
  .header_submenu_wrap .header_submenu a {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    background-image: var(--color_grad);
    border: 0.75px solid #fff;
    text-align: left;
    white-space: nowrap;
    color: #fff;
  }
  .header_menu_list.is_open .header_menu_button {
    opacity: .7;
  }
  .header_menu_list:hover .header_submenu_wrap,
  .header_menu_list.is_open .header_submenu_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 160ms ease, transform 160ms ease, visibility 0ms;
  }
  .header_submenu_toggle {
    display: none;
  }
  .header_menu_pc a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 40px;
    margin-left: 8px;
    border-radius: 12px;
    background: var(--color_grad);
    color: #fff;
    font-size: calc(14 / 16 * 1rem);
  }
  .header_menu_pc .icon_1minute::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url(../../img/common/icon_time.svg) no-repeat 0 0 / contain;
    transform-origin: center;
    animation: iconPulse 1.4s ease-in-out infinite;
  }
  @keyframes iconPulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .header_menu_pc .icon_1minute::before {
      animation: none;
    }
  }

  /* hoverデバイス ----------- */
  @media (any-hover: hover) {
    .header_submenu a,
    .header_menu_pc a {
      transition: filter .15s;
    }
    .header_submenu a:hover,
    .header_menu_pc a:hover {
      opacity: 1;
      filter: var(--color_grad_filter);
    }
    .header_menu_button {
      transition: opacity .15s;
    }
    .header_menu_button:hover {
      opacity: .7;
    }
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .header_menu_inner {
    min-height: 100%;
  }
  .header_menu_sitename {
    padding: 17px 55px 10px 10px;
  }
  .header_nav {
    flex: 1;
  }
  .header_nav_lists {
    width: max(72%, 240px);
    margin: 0 auto;
  }
  .header_nav_lists li {
    border-bottom: 1px solid #ddd;
  }
  .header_menu_list_inner {
    display: flex;
    align-items: stretch;
    position: relative;
  }
  .header_nav_lists a {
    flex: 1;
    display: block;
    padding: 8px 15px;
    font-size: calc(15 / 16 * 1rem);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
  }
  .header_menu_button {
    flex: 1;
    display: block;
    width: 100%;
    padding: 8px 40px 8px 15px;
    font-size: calc(15 / 16 * 1rem);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    position: relative;
  }
  .header_menu_button::before,
  .header_menu_button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #000;
  }
  .header_menu_button::after {
    transform: rotate(90deg);
  }
  .header_menu_button[aria-expanded="true"]::after {
    display: none;
  }
  .header_submenu_toggle {
    display: block;
    position: relative;
    width: 40px;
  }
  .header_submenu_toggle::before,
  .header_submenu_toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(50% - 7px);
    width: 14px;
    height: 2px;
    background-color: #000;
  }
  .header_submenu_toggle::after {
    transform: rotate(90deg);
  }
  .header_submenu_toggle[aria-expanded="true"]::after {
    display: none;
  }
  .header_submenu a {
    padding-left: calc(15px + 1em);
  }
  .header_submenu a:focus-visible {
    outline: none;
    box-shadow:
    inset 0 0 0 2px var(--focus_border),
    inset 0 0 0 3px #fff;
  }
  .header_submenu_wrap {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-4px);
    transition: grid-template-rows calc(var(--menu_anim_ms) * 1ms) ease, opacity calc(var(--menu_anim_fast_ms) * 1ms) ease, transform calc(var(--menu_anim_ms) * 1ms) ease;
    pointer-events: none;
    border-top: 1px solid #ddd;
  }
  .header_submenu_wrap.is_open {
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header_submenu {
    overflow: hidden;
    min-height: 0;
  }
  .header_submenu li:last-child {
    border: none;
  }
  .header_menu_pc {
    display: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .header_submenu_wrap {
      transition: none;
    }
  }
}

/* ===============================
PC / 検索ボタン
=============================== */
.header_serch_button {
  display: block;
  margin: 7px 0 0 10px;
  padding: 2px;
  font-size: calc(12 / 16 * 1rem);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  transition: opacity .15s;
}
.header_serch_button::after {
  content: "";
  display: block;
  position: relative;
  left: 7px;
  width: 31px;
  height: 31px;
  margin: 5px auto 0;
  background: url(../../img/common/icon_search.svg) no-repeat 0 0 / contain;
}
@media (any-hover: hover) {
  .header_serch_button:hover {
    opacity: .7;
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .header_serch_button {
    display: none;
  }
}

/* ===============================
PC / 検索窓・サイト内検索
=============================== */
@media (min-width:769px), print {
  .header_search_sp {
    display: none;
  }
  .header_search_pc {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    padding: 0 14px;
    background-color: rgb(255 255 255 / 80%);
    border: none;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px) scaleY(0.9);
    transform-origin: top;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  }
  .header_search_pc.is_open {
    padding: 50px 14px;
    max-height: 200px;
    opacity: 1;
    transform: translateY(0) scaleY(1);
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, transform 0.3s ease, visibility 0s;
  }
  .header_search_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .header_search_close::before,
  .header_search_close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(50% - 14px);
    width: 30px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
  }
  .header_search_close::after {
    transform: rotate(135deg);
  }
  .header_search_close span {
    display: none;
  }
  .header_search_field {
    display: flex;
    position: relative;
    width: fit-content;
    width: max(360px, 34.2%);
    margin: 0 auto;
  }
  .header_search_input {
    flex: 1;
    display: block;
    width: 100%;
    padding: 5px 5px 5px 38px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: calc(16 / 16 * 1rem);
  }
  .header_search_field::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../../img/common/icon_search.svg) no-repeat 0 0 / contain;
    pointer-events: none;
  }
  .header_search_input::placeholder {
    color: #00000080;
    opacity: 1;
  }
  .header_search_button {
    display: block;
    margin-left: 5px;
    padding: 5px 12px;
    font-size: calc(16 / 16 * 1rem);
    text-align: center;
    background-color: #f39e5c;
    color: #fff;
    white-space: nowrap;
  }
  @media (prefers-reduced-motion: reduce) {
    .header_search_popover {
      transition: none;
    }
  }
}

/* ===============================
SP / サイト内検索
=============================== */
@media screen and (max-width:768px) {
  .header_search_pc {
    display: none;
  }
  .header_search_sp {
    display: block;
    margin-bottom: 10px;
  }
  .header_search_field {
    display: flex;
    position: relative;
    width: fit-content;
    max-width: 260px;
    margin: 0 auto;
  }
  .header_search_input {
    flex: 1;
    display: block;
    width: 100%;
    padding: 5px 5px 3px 38px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: calc(16 / 16 * 1rem);
  }
  .header_search_field::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../../img/common/icon_search.svg) no-repeat 0 0 / contain;
    pointer-events: none;
  }
  .header_search_input::placeholder {
    color: #00000080;
    opacity: 1;
  }
  .header_search_button {
    display: block;
    width: 50px;
    margin-left: 5px;
    padding: 5px 0 3px;
    font-size: calc(14 / 16 * 1rem);
    text-align: center;
    background-color: #f39e5c;
    color: #fff;
    white-space: nowrap;
  }
}

/* ===============================
SP / メニュー内 / 外部リンク・バナー等
=============================== */
.header_related_links {
  display: none;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .header_related_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
    max-width: 320px;
    margin: 22px auto 0;
  }
  .header_related_links .header_related_link_border {
    border: 1px solid #999;
  }
  .header_related_item {
    width: 50%;
  }
  .header_related_item img {
    width: 100%;
    height: auto;
  }
  .header_related_item a {
    display: block;
    margin: 0 auto;
  }
  .header_related_item.__itca a {
    width: 84px;
  }
  .header_related_item.__itca_ibaraki a {
    width: 138px;
  }
  .header_related_item.__itc a {
    width: 64px;
  }
  .header_related_item.__eni a {
    width: 64px;
  }
  .header_related_item.__instagram {
    width: 100%;
  }
  .header_related_item.__instagram a {
    width: 134px;
  }
}

/* ===============================
ly_main
=============================== */
.ly_main {
  flex: 1;
  position: relative;
}
.ly_main::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 656px);
  bottom: -66px;
  width: 517px;
  height: 373px;
  background: url(../../img/common/bg_circle.svg) no-repeat 0 0 / contain;
  z-index: -1;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .ly_main::after {
    left: calc(50% - 315px);
    bottom: -124px;
    width: 343px;
    height: 248px;
  }
}

/* ===============================
ly_footer
=============================== */
.ly_footer {
  position: relative;
  min-width: 1200px;
  padding-bottom: 10px;
}
.ly_footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: var(--color_grad);
}
.footer_main {
  --top_drop: 47.79px;
  --btm_drop: 36.5px;
  margin-left: auto;
  clip-path: polygon(
  0 100%,
  0 var(--top_drop),
  100% 0,
  100% calc(100% - var(--btm_drop))
  );
  background-color: rgb(7 163 62 / 0.1);
}
.footer_main_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 115px 0 83px 38px;
}
.footer_main_column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.footer_policy_links {
  display: flex;
  margin-top: 7px;
}
.footer_policy_links li + li {
  margin-left: 8px;
}
.footer_policy_links a {
  display: inline-block;
  padding: 5px 10px;
  color: var(--color_orange);
}
.footer_office {
  display: flex;
  flex-wrap: wrap;
}
.footer_office + .footer_office {
  margin-top: 0.2em;
}
.footer_office_name {
  width: 6.3em;
}
.footer_office_post {
  width: 7.4em;
  white-space: nowrap;
}
.footer_office_addr {
  width: 21em;
}
.footer_office_tel {
  width: 11.2em;
}
.footer_office_fax {
  width: auto;
}
.footer_sub {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 18px;
}
.footer_related_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_related_links li + li {
  margin-left: 33px;
}
.footer_related_links a {
  display: block;
}
.footer_related_links .footer_related_link_border {
  border: 1px solid #999;
}
.footer_copyright {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 14px 6px;
  color: var(--color_green);
}
.footer_copyright small {
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: 0.05em;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .ly_footer {
    min-width: 320px;
    padding-bottom: 30px;
  }
  .footer_main {
    --top_drop: 60.8px;
    --btm_drop: 32px;
    min-width: 320px;
  }
  .footer_main_inner {
    max-width: initial;
    margin: 0 auto;
    padding: 90px 25px 72px 25px;
    font-size: calc(13 / 16 * 1rem);
  }
  .footer_main_column {
    display: block;
    margin-bottom: 23px;
    text-align: center;
  }
  .footer_logo {
    max-width: 170px;
    margin: 0 auto 37px;
  }
  .footer_policy_links {
    display: block;
    margin: 0;
  }
  .footer_policy_links li + li {
    margin: 0.35em 0 0 0;
  }
  .footer_policy_links a {
    padding: 5px 10px;
    color: var(--color_orange);
  }
  .footer_offices {
    width: fit-content;
    margin: 0 auto;
  }
  .footer_office {
    display: block;
  }
  .footer_office + .footer_office {
    margin-top: 1.4em;
  }
  .footer_office_name {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
  .footer_office_inner {
    display: contents;
  }
  .footer_office_post {
    display: inline-block;
    width: auto;
  }
  .footer_office_addr {
    width: auto;
  }
  .footer_office_tel {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
  .footer_office_fax {
    display: inline-block;
    width: auto;
  }
  .footer_sub {
    display: none;
  }
  .footer_copyright {
    max-width: 1100px;
    margin: -17px auto 0;
    padding: 0;
    text-align: center;
  }
  .footer_copyright small {
    padding-left: 0.05em;
  }
}

/* ===============================
footer_pagetop
=============================== */
.footer_pagetop {
  position: absolute;
  inset: -80px 0 0 0;
  max-width: 1200px;
  height: 0;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 3;
}
.footer_pagetop_link {
  display: block;
  position: relative;
  width: 50px;
  aspect-ratio: 1;
  margin: 0 0 0 auto;
  border: 1px solid var(--color_green);
  color: var(--color_green);
  border-radius: 50%;
  text-align: center;
  padding-top: 17px;
  text-indent: -0.05em;
  transition: background-color .2s, color .2s;
}
.footer_pagetop_link::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 11px 0 0;
  width: 15px;
  height: 8px;
  margin: 0 auto;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: var(--color_green);
  transition: background-color .2s;
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .footer_pagetop_link:hover {
    background-color: var(--color_green);
    color: #fff;
    opacity: 1;
  }
  .footer_pagetop_link:hover::before {
    background-color: #fff;
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .footer_pagetop {
    position: relative;
    inset: -40px 0 0 0;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
}

/* ===============================
Module / Block
接頭辞： md_
全ページで利用できる汎用モジュールです。
=============================== */

/* ===============================
md_skiplink
=============================== */
.md_skiplink {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 100%;
  transform: translateY(-100%);
  background-color: var(--color_green_100);
  padding: 18px 20px;
  text-align: center;
}
.md_skiplink:focus {
  transform: translateY(0);
  outline-offset: -2px;
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .md_skiplink:hover {
    opacity: 1;
    background-color: #fff;
    color: var(--color_orange);
  }
}

/* ===============================
md_mv
=============================== */
.md_mv {
  position: relative;
  z-index: 2;
}
.md_mv_bg img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.md_mv_detail {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  right: 0;
  max-width: 1020px;
  margin: 0 auto;
}
.md_mv_detail.__center_bottom {
  top: auto;
  bottom: 50%;
  transform: translateY(100%);
  padding-top: 0;
}
.md_mv_detail.__bottom {
  top: auto;
  bottom: 11%;
  padding-top: 0;
}
.md_mv_cat_text {
  margin-bottom: 0.35em;
  font-size: calc(38 / 16 * 1rem);
  letter-spacing: 0;
  line-height: 1.08;
  color: #000;
}
.md_mv_cat_text.__color_01 {
  color: #fff;
}
.md_mv_cat_text::first-letter,
.md_mv_cat_text.__color_01::first-letter {
  font-size: calc(45 / 16 * 1rem);
  color: var(--color_green);
}
.md_mv_text {
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2.2;
}
.md_mv_text_bg {
  background-color: rgba(7, 163, 62, 0.5);
  padding: 0.2em 0.3em 0.2em 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .md_mv_detail {
    width: fit-content;
    top: 33%;
  }
  .md_mv_detail.__center_bottom {
    padding-top: 70px;
    transform: translateY(50%);
  }
  .md_mv_detail.__bottom {
    bottom: 8.6%;
  }
  .md_mv_cat_text {
    margin-bottom: 0.15em;
    font-size: 11.88vw;
  }
  .md_mv_cat_text::first-letter {
    font-size: 14.0625vw;
  }
  .md_mv_text {
    font-size: 5.3125vw;
    letter-spacing: 0.12em;
    line-height: 2.4;
  }
  .md_mv_text_bg {
    padding: 0.2em 0.3em 0.2em 0.5em;
  }
}

/* ===============================
.md_main_header
=============================== */
.md_main_header {
  --diag_drop: max(84px, 7vw);
  position: relative;
  min-height: calc(151px + var(--diag_drop));
  overflow: hidden;
}
.md_main_header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: calc(100% - 30px);
  z-index: -1;
  clip-path: polygon(
  0 0,
  100% 0,
  100% calc(100% - var(--diag_drop)),
  0 100%
  );
  background-color: var(--color_green_100);
}
.md_main_header::after {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: calc(50% + 330px);
  width: 434px;
  height: 314px;
  background: url(../../img/common/bg_circle.svg) no-repeat 0 0 / contain;
}
.md_main_header_inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 37px 19px 80px;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .md_main_header {
    --diag_drop: max(38px, 11.88vw);
    min-height: calc(123px + var(--diag_drop));
    padding-bottom: 30px;
    margin-bottom: 22px;
  }
  .md_main_header::before {
    height: 100%;
  }
  .md_main_header::after {
    top: -162px;
    left: 50%;
    width: 343px;
    height: 248px;
  }
  .md_main_header_inner {
    padding: 20px var(--sp_side_gap) 0;
  }
}

/* ===============================
md_breadcrumbs
=============================== */
.md_breadcrumbs {
  margin-bottom: 20px;
}
.md_breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
}
.md_breadcrumbs_list li {
  display: flex;
  align-items: center;
  font-size: calc(13 / 16 * 1rem);
  color: var(--color_orange);
}
.md_breadcrumbs_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #000;
  margin: 0 0.4em;
}
.md_breadcrumbs_list a {
  display: inline-block;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .md_breadcrumbs {
    margin-bottom: 14px;
  }
}

/* ===============================
md_title_page
=============================== */
.md_title_page {
  display: flex;
  align-items: flex-end;
}
.md_title_page .en {
  margin-right: 22px;
}
.md_title_page .ja {
  position: relative;
  bottom: -0.2em;
  font-size: calc(17 / 16 * 1rem);
  letter-spacing: 0.1em;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .md_title_page {
    display: block;
    width: fit-content;
  }
  .md_title_page .en {
    margin-right: 0;
  }
  .md_title_page .en img {
    width: auto;
    height: 34px;
  }
  .md_title_page .ja {
    display: block;
    margin-top: 3px;
  }
}

/* ===============================
md_readmore
=============================== */
.md_readmore_link {
  display: inline-block;
}
.md_readmore {
  display: inline-block;
  position: relative;
  width: 158px;
  box-sizing: border-box;
  clip-path: polygon(
  0 0,
  calc(100% - 20px) 0,
  100% 100%,
  0 100%
  );
  padding: 1px 12px 0 0;
  background-color: #f39e5c;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
.md_readmore_link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--focus_border);
}

/* ===============================
md_follow
=============================== */
.md_follow_link::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
.md_follow_link.__1minits::before {
  background-image: url(../../img/common/ui_icon_time.svg);
}
.md_follow_link.__service::before {
  background-image: url(../../img/common/ui_icon_service.svg);
}
.md_follow_link.__recruit::before {
  background-image: url(../../img/common/ui_icon_recruit.svg);
}
.md_follow_link.__pamphlet::before {
  background-image: url(../../img/common/ui_icon_pamphlet.svg);
}

/* PC調整 ------------------ */
@media (min-width:769px), print {
  .md_follow {
    position: fixed;
    bottom: 16%;
    right: 10px;
    z-index: 99;
  }
  .md_follow_list + .md_follow_list {
    margin-top: 13px;
  }
  .md_follow_link {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 186px;
    height: 51px;
    padding: 10px 11px 0 0;
    color: #fff;
    background-image: url("../../img/common/balloon_size_m.svg");
    white-space: nowrap;
  }
  .md_follow_link.__size_s {
    width: 136px;
    margin-left: auto;
    background-image: url("../../img/common/balloon_size_s.svg");
  }
  .md_follow_link.__service::before {
    transform: translateX(-5px);
  }
  .md_follow_link.__recruit::before {
    transform: translateX(-8px);
  }
  .md_follow_link.__recruit span {
    letter-spacing: 0.21em;
  }
  .md_follow_link.__pamphlet::before {
    transform: translateX(2px);
  }
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .md_follow_link {
    transition: filter .15s;
  }
  .md_follow_link:hover {
    opacity: 1;
    filter: var(--color_grad_filter);
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  body:has(.md_follow) {
    padding-bottom: 75px;
  }
  .md_follow {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    border: 1px solid #fff;
  }
  .md_follow_lists {
    display: flex;
    background: var(--color_grad);
  }
  .md_follow_list {
    width: 25%;
  }
  .md_follow_link {
    display: flex;
    flex-direction: column;
    height: 73px;
    padding-top: 8px;
    border: 1px solid #fff;
    font-size: calc(11 / 16 * 1rem);
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }
  .md_follow_link::before {
    margin: 0 auto;
  }
  .md_follow_link span {
    flex: 1;
    display: grid;
    place-content: center;
    padding-bottom: 2px;
  }
  .md_follow_link.__recruit::before {
    transform: translateY(3px);
  }
}

/* ===============================
スクロールアニメーション
=============================== */
.md_fade_overflow {
  overflow: hidden;
}
.md_fade {
  opacity: 0;
  transition:
  opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
  transform 1.2s cubic-bezier(0.33, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* フェードイン */
.md_fade[data-fade_in] {
  transform: translate3d(0, 0, 0);
}

/* 右へ */
.md_fade[data-fade_right] {
  transform: translate3d(-50px, 0, 0);
}

/* 左へ */
.md_fade[data-fade_left] {
  transform: translate3d(50px, 0, 0);
}

/* 上へ */
.md_fade[data-fade_up] {
  transform: translate3d(0, 50px, 0);
}

/* 下へ */
.md_fade[data-fade_down] {
  transform: translate3d(0, -50px, 0);
}

/* 表示後 */
.md_fade.is_inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .md_fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ===============================
helper
全ページで利用できる補助的なスタイルの定義です。
=============================== */
.visually_hidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* PC調整 ------------------ */
@media (min-width:769px), print {
  .sp_br,
  .sp_only {
    display: none !important;
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pc_br,
  .pc_only {
    display: none !important;
  }
  .sp_noSpace {
    display: none;
  }
  .sp_brNoSpace {
    display: block;
    text-indent: -1em;
  }
  .sp_nowrap {
    white-space: nowrap;
  }
  .sp_ib {
    display: inline-block;
  }
}

/* ===============================
print
印刷用CSSです。
=============================== */
@page {
  size: A4 portrait;
  margin: 12mm;
}
@media print {
  html,
  body {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body {
    position: static;
    overflow: visible !important;
    page-break-after: auto;
    zoom: 1 !important;
  }
  .ly_wrapper {
    display: block;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }
  .ly_header {
    display: none !important;
  }
  img,
  svg,
  video,
  canvas {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  table,
  figure,
  .pg_form_item {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .md_fade_overflow {
    overflow: visible !important;
  }
  .md_fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
  .md_skiplink,
  .md_follow {
    display: none !important;
  }
}