@charset "UTF-8";
/**
 * uaplus.css version 0.3.0
 */
@layer {
  *,
  *::after,
  *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :focus-visible {
    outline-offset: 3px;
  }
  html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
         text-size-adjust: none;
  }
  html {
    line-height: 1.5;
  }
  html {
    scrollbar-gutter: stable;
  }
  h1 {
    font-size: 2em;
    margin-block: 0.67em;
  }
  abbr[title] {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: dotted;
  }
  @media (forced-colors: active) {
    mark {
      color: HighlightText;
      background-color: Highlight;
    }
  }
  audio,
  iframe,
  img,
  svg,
  video {
    max-block-size: 100%;
    max-inline-size: 100%;
  }
  fieldset {
    min-inline-size: 0;
  }
  label:has(+ input:not([type=radio], [type=checkbox]), select, textarea) {
    display: block;
  }
  textarea:not([rows]) {
    min-block-size: 6em;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
  }
  [type=search] {
    -webkit-appearance: textfield;
  }
  @supports (-webkit-touch-callout: none) {
    [type=search] {
      border: 1px solid -apple-system-secondary-label;
      background-color: canvas;
    }
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-ms-input-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
    direction: ltr;
  }
  table {
    border-collapse: collapse;
    border: 1px solid;
  }
  th,
  td {
    border: 1px solid;
    padding: 0.25em 0.5em;
    vertical-align: top;
  }
  dialog::-ms-backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::-ms-backdrop {
    opacity: 0;
    -ms-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog,
  [popover],
  dialog::backdrop {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog[open]::-ms-backdrop {
    opacity: 1;
  }
  dialog[open],
  :popover-open,
  dialog[open]::backdrop {
    opacity: 1;
  }
  @starting-style {
    dialog[open]::-ms-backdrop {
      opacity: 0;
    }
    dialog[open],
    :popover-open,
    dialog[open]::backdrop {
      opacity: 0;
    }
  }
  [hidden]:not([hidden=until-found]) {
    display: none !important;
  }
  img {
    display: block;
  }
  summary {
    cursor: default;
  }
  iframe {
    border: none;
  }
  @supports (position-area: block-end span-inline-end) {
    [popover] {
      margin: 0;
      position-area: block-end span-inline-end;
    }
  }
}
/**********

setting

**********/
:root {
  --color-black: #3f3c32;
  --color-white: #ffffff;
  --color-red: #e86015;
  --color-green: #7abb7c;
  --color-beige: #fff6e1;
  --color-grey: #f4f4f4;
  --color-grey02: #a5a5a5;
  --cmn_padding01: 20px;
  --cmn_fz_h3_01: 2rem;
  --cmn_doc_min_wid: 1000px;
  --bdr_radius80: 80px;
  --bdr_radius32: 32px;
  --bdr_radius24: 24px;
  --bdr_radius12: 12px;
  --brk_point_tab: 768px;
  --brk_point_sp: 390px;
  --list_item_pi64: 64px;
  --list_item_pi40: 40px;
  --list_item_pi32: 32px;
  --list_item_gap40: 40px;
  --list_item_gap32: 32px;
  --list_item_gap24: 24px;
  --list_item_gap16: 16px;
}
@media screen and (max-width: 1120px) {
  :root {
    --cmn_fz_h3_01: 1.8rem;
    --bdr_radius80: 60px;
    --list_item_gap40: 24px;
    --list_item_gap32: 24px;
    --list_item_gap24: 16px;
    --list_item_gap16: 16px;
    --list_item_pi64: 40px;
    --list_item_pi40: 30px;
    --list_item_pi32: 24px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --bdr_radius80: 40px;
    --cmn_padding01: 30px;
    --list_item_gap16: 8px;
    --list_item_pi64: 24px;
    --list_item_gap32: 16px;
  }
}
@media screen and (max-width: 390px) {
  :root {
    --cmn_padding01: 24px;
  }
}

* {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: var(--color-black);
  line-height: 2;
  background-color: var(--color-white);
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--color-black);
}
a.opa {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
a.opa:hover {
  opacity: 0.7;
}

p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pc_disp {
    display: none;
  }
}

.ta_disp {
  display: none;
}
@media screen and (max-width: 480px) {
  .ta_disp {
    display: block;
  }
}
.ta_disp .sp_disp {
  display: none;
}
@media screen and (max-width: 480px) {
  .ta_disp .sp_disp {
    display: block;
  }
}

.pc_disp_ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc_disp_ib {
    display: none !important;
  }
}

.sp_disp_ib {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp_disp_ib {
    display: inline-block !important;
  }
}

br.ta_disp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.ta_disp {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  br.pc1280 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_disp {
    display: none;
  }
}
br.sp_disp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp_disp {
    display: block;
  }
}

.dib {
  display: inline-block;
}

main {
  overflow-x: hidden;
  min-width: var(--cmn_doc_min_wid);
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  main {
    min-width: 0;
  }
}
main.top {
  margin-top: -75px;
  padding-top: 0;
}

/**********

common parts

**********/
.cmn_ttl_box01 .cmn_sub_ttl01 {
  font-size: 2.4rem;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cmn_ttl_box01 .cmn_sub_ttl01 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.cmn_ttl_box01 .cmn_sub_ttl01:before {
  content: "●";
  font-size: 55%;
  vertical-align: 0.2em;
  margin-right: 0.3em;
}
.cmn_ttl_box01 .cmn_main_ttl01 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl_box01 .cmn_main_ttl01 {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.8;
  }
}
.cmn_ttl_box01 .cmn_lead_txt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cmn_ttl_box01 .cmn_lead_txt01 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.cmn_btn {
  display: inline-block;
}
.cmn_btn a {
  display: block;
  padding: 17px 32px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmn_btn a span {
  display: inline-block;
  vertical-align: middle;
}
.cmn_btn a span.txt01 {
  padding-bottom: 0.1em;
}
.cmn_btn a span.icon01 {
  width: 24px;
  aspect-ratio: 1/1;
}
.cmn_btn a span.icon01 svg {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.cmn_btn.recruit_btn a {
  background: var(--color-red);
  border: 1px solid var(--color-red);
  color: var(--color-white);
  white-space: nowrap;
}
.cmn_btn.recruit_btn a .icon01 {
  margin-right: 5px;
}
.cmn_btn.recruit_btn a .icon01 svg {
  fill: var(--color-white);
}
.cmn_btn.recruit_btn a:hover {
  background: var(--color-white);
  border: 1px solid var(--color-red);
  color: var(--color-red);
}
.cmn_btn.recruit_btn a:hover .icon01 svg {
  fill: var(--color-red);
}
.cmn_btn.information_btn a {
  background: var(--color-white);
  border: 1px solid var(--color-green);
  color: var(--color-black);
  white-space: nowrap;
}
.cmn_btn.information_btn a .icon01 {
  margin-right: 5px;
}
.cmn_btn.information_btn a .icon01 svg {
  fill: var(--color-green);
}
.cmn_btn.information_btn a:hover {
  background: var(--color-green);
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.cmn_btn.information_btn a:hover .icon01 svg {
  fill: var(--color-white);
}
.cmn_btn.link_btn a {
  padding-right: 16px;
  background: var(--color-red);
  border: 1px solid var(--color-red);
  color: var(--color-white);
  white-space: nowrap;
}
.cmn_btn.link_btn a .icon01 {
  margin-left: 5px;
}
.cmn_btn.link_btn a .icon01 svg {
  fill: var(--color-white);
}
.cmn_btn.link_btn a:hover {
  background: var(--color-white);
  border: 1px solid var(--color-red);
  color: var(--color-black);
}
.cmn_btn.link_btn a:hover .icon01 svg {
  fill: var(--color-red);
}
.cmn_btn.link_btn.anchor a .icon01 svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cmn_btn.l_btn a {
  padding: 12px 32px 12px 32px;
  font-size: 1.4rem;
}
.cmn_btn.l_btn.link_btn a {
  padding: 12px 16px 12px 32px;
}
.cmn_btn.m_btn a {
  padding: 8px 24px 8px 16px;
  font-size: 1.2rem;
}
.cmn_btn.m_btn a.link_btn a {
  padding: 8px 8px 8px 16px;
}
@media screen and (max-width: 768px) {
  .cmn_btn.sp_m_btn a {
    padding: 8px 24px 8px 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn.sp_m_btn.link_btn a {
    padding: 8px 8px 8px 16px;
  }
}
.cmn_btn.s_btn a {
  padding: 8px 16px;
  font-size: 1.2rem;
}
.cmn_btn.s_btn a span.icon01 {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .cmn_btn.sp_s_btn a {
    padding: 8px 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn.sp_s_btn a span.icon01 {
    width: 16px;
  }
}

.cmn_round_bg01 {
  position: relative;
}
.cmn_round_bg01:before {
  content: "";
  height: 95px;
  width: 100%;
  display: block;
  position: absolute;
  top: -95px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 95px;
}
@media screen and (max-width: 768px) {
  .cmn_round_bg01:before {
    height: 30px;
    top: -30px;
    background-size: 100% 30px;
  }
}

.cmn_wave_bg01 {
  position: relative;
}
.cmn_wave_bg01:before {
  content: "";
  height: 95px;
  width: 100%;
  display: block;
  position: absolute;
  top: -95px;
  left: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1440px 95px;
}
@media screen and (max-width: 768px) {
  .cmn_wave_bg01:before {
    height: 32px;
    top: -32px;
    background-size: 100% 32px;
  }
}

.inner_blc01 {
  margin-inline: auto;
  padding-inline: var(--cmn_padding01);
}
.inner_blc01.inner_size01 {
  max-width: calc(1080px + var(--cmn_padding01) * 2);
}
.inner_blc01.inner_size02 {
  max-width: calc(1125px + var(--cmn_padding01) * 2);
}
.inner_blc01.inner_size03 {
  max-width: calc(960px + var(--cmn_padding01) * 2);
}
.inner_blc01.inner_size04 {
  max-width: calc(800px + var(--cmn_padding01) * 2);
}
.inner_blc01.inner_size05 {
  max-width: calc(1280px + var(--cmn_padding01) * 2);
}
@media screen and (max-width: 768px) {
  .inner_blc01 {
    container-type: inline-size;
  }
}

header {
  padding-inline: var(--cmn_padding01);
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  position: sticky;
  z-index: 10;
  min-width: var(--cmn_doc_min_wid);
}
@media screen and (max-width: 768px) {
  header {
    min-width: 0;
    padding-inline: 8px;
    padding-top: 16px;
  }
}
header .logo_box01 .logo_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo_box01 .logo_heading img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  header .logo_box01 .logo_heading img {
    margin-right: 0;
    width: 82px;
  }
}
header .logo_box01 .logo_heading .txt01 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header .logo_box01 .logo_heading .txt01 {
    font-size: 1rem;
  }
}
header .btn_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--list_item_gap16);
}
@media screen and (max-width: 768px) {
  header .btn_box01 {
    gap: 0 var(--list_item_gap16);
  }
}

footer {
  background: var(--color-white);
  padding-block: 56px 70px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  footer {
    padding-block: 40px 50px;
  }
}
footer .footer_blc01 {
  margin-bottom: 17px;
}
footer .footer_blc01 .logo_box01 .logo_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_blc01 .logo_box01 .logo_heading img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  footer .footer_blc01 .logo_box01 .logo_heading img {
    width: 96px;
    margin-right: 3px;
  }
}
footer .footer_blc01 .logo_box01 .logo_heading .txt01 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
footer .footer_blc02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_blc02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_blc02 .navigation_menu {
    margin-bottom: 24px;
  }
}
footer .footer_blc02 .navigation_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--list_item_gap40) var(--list_item_gap40);
}
@media screen and (max-width: 768px) {
  footer .footer_blc02 .navigation_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
footer .footer_blc02 .navigation_menu ul li {
  line-height: 1;
}
footer .footer_blc02 .navigation_menu ul li a {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
}
footer .footer_blc02 .btn_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--list_item_gap16);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#mv {
  position: relative;
  background: var(--color-beige);
}
#mv .mv_blc01 {
  padding-block: 205px 63px;
}
@media screen and (max-width: 1120px) {
  #mv .mv_blc01 {
    padding-block: 205px 13px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 {
    padding-block: 83.94cqw 6cqw;
  }
}
#mv .mv_blc01 .content_box01 {
  position: relative;
  z-index: 4;
}
#mv .mv_blc01 .content_box01 .txt_box01 {
  margin-bottom: 24px;
}
#mv .mv_blc01 .content_box01 .txt_box01 .label01 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-red);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .content_box01 .txt_box01 .label01 {
    line-height: 1.4;
    font-size: 4.444cqw;
    margin-bottom: 2cqw;
  }
}
#mv .mv_blc01 .content_box01 .txt_box01 .main_copy {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .content_box01 .txt_box01 .main_copy {
    font-size: 2.4rem;
    font-size: 6.67cqw;
  }
}
#mv .mv_blc01 .content_box01 .txt_box01 .sub_copy {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .content_box01 .txt_box01 .sub_copy {
    font-size: 1.4rem;
  }
}
#mv .mv_blc01 .content_box01 .btn_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--list_item_gap16);
}
#mv .mv_blc01 .img_box01 {
  position: absolute;
  top: 64px;
  left: calc(50% - 97px);
  width: 709px;
}
@media screen and (max-width: 1300px) {
  #mv .mv_blc01 .img_box01 {
    width: 650px;
    left: calc(50% - 152px);
  }
}
@media screen and (max-width: 1120px) {
  #mv .mv_blc01 .img_box01 {
    width: 580px;
    left: calc(50% - 102px);
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 {
    width: 90.964cqw;
    left: auto;
    right: -2.729cqw;
    top: 18cqw;
  }
}
#mv .mv_blc01 .img_box01 .mv_map01 {
  position: relative;
  z-index: 2;
  width: 77.14%;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_map01 {
    width: 87.14%;
    margin-top: clamp(0px, 4%, 15px);
    right: 1%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01 {
  position: absolute;
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon01 {
  width: 13.399%;
  top: 0.526%;
  left: -8.604%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon01 {
    width: 17.187%;
    top: 9.69%;
    left: -14.687%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon02 {
  width: 22.285%;
  top: -3.797%;
  left: 15.938%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon02 {
    width: 28.231%;
    top: 0%;
    left: -19.388%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon03 {
  width: 13.681%;
  top: 8.379%;
  left: -80.95%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon03 {
    width: 41.681%;
    top: 40.379%;
    left: 74.05%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon04 {
  width: 45.839%;
  top: 45.717%;
  left: 57.237%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon04 {
    width: 37.339%;
    top: 69%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon05 {
  width: 15.655%;
  top: 26.717%;
  left: 80.237%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon05 {
    width: 25.339%;
    top: 120.717%;
    left: 68.237%;
  }
}
#mv .mv_blc01 .img_box01 .mv_icons01.icon06 {
  width: 10.296%;
  top: 59.67%;
  left: 3.237%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #mv .mv_blc01 .img_box01 .mv_icons01.icon06 {
    width: 17.296%;
    top: 44.67%;
    left: -11.263%;
  }
}
#mv .marquee {
  font-size: 96px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mv .marquee {
    font-size: 64px;
    margin-bottom: -7cqw;
    line-height: 1;
  }
}
#mv .marquee .marquee_text {
  display: inline-block;
  padding-right: 0.5em;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}

#about {
  background: var(--color-green);
  color: var(--color-white);
  padding-block: 90px 160px;
}
@media screen and (max-width: 768px) {
  #about {
    padding-block: 60px 100px;
  }
}
#about:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTQ0MCA5NS43IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjN2FiYjdjOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0NDAsOTUuN2gwQzEyNjEuNiw0Ny40LDEwMTUuMiwwLDcyMCwwUzE3OC40LDQ3LjQsMCw5NS43aDE0NDBaIi8+PC9zdmc+");
}
#about .inner_blc01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 {
    margin-bottom: 40px;
  }
}
#about .inner_blc01 .content_box01 {
  position: relative;
  z-index: 1;
}
#about .inner_blc01 .content_box01 .txt01 {
  font-size: 1.6rem;
}
#about .inner_blc01 .img_box01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 .img_box01 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
#about .inner_blc01 .img_box01 .about_icons01 {
  position: absolute;
  z-index: 0;
}
#about .inner_blc01 .img_box01 .about_icons01.icon01 {
  width: 87px;
  top: -36px;
  right: 264px;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 .img_box01 .about_icons01.icon01 {
    width: 57px;
    top: -52px;
    right: calc(50% - 128px);
  }
}
#about .inner_blc01 .img_box01 .about_icons01.icon02 {
  width: 88px;
  top: 182px;
  right: 219px;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 .img_box01 .about_icons01.icon02 {
    width: 56px;
    top: auto;
    bottom: -64px;
    right: calc(50% - 152px);
  }
}
#about .inner_blc01 .img_box01 .about_icons01.icon03 {
  width: 94px;
  top: -17px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 .img_box01 .about_icons01.icon03 {
    width: 49px;
    top: -80px;
    right: calc(50% + 146px);
  }
}
#about .inner_blc01 .img_box01 .about_icons01.icon04 {
  width: 116px;
  top: 207px;
  right: -37px;
}
@media screen and (max-width: 768px) {
  #about .inner_blc01 .img_box01 .about_icons01.icon04 {
    display: none;
  }
}
#about .about_cont_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--list_item_gap40) var(--list_item_gap40);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about_cont_list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .about_cont_list01 .list_item {
  background: var(--color-white);
  border-radius: var(--bdr_radius32);
  padding: 24px var(--list_item_pi40) 48px;
  line-height: 1.6;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #about .about_cont_list01 .list_item {
    width: 100%;
    padding: 16px var(--list_item_pi40) 32px;
  }
}
#about .about_cont_list01 .list_item .img {
  margin-bottom: 8px;
  font-size: 0;
}
#about .about_cont_list01 .list_item .img img {
  width: 179px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #about .about_cont_list01 .list_item .img img {
    width: 141px;
  }
}
#about .about_cont_list01 .list_item h3 {
  color: var(--color-green);
  text-align: center;
  font-size: var(--cmn_fz_h3_01);
  margin-bottom: 8px;
}
#about .about_cont_list01 .list_item .txt01 {
  font-size: 1.6rem;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  #about .about_cont_list01 .list_item .txt01 {
    font-size: 1.5rem;
  }
}

#job {
  background: var(--color-beige);
  border-radius: var(--bdr_radius80) var(--bdr_radius80) 0 0;
  margin-top: -80px;
  position: relative;
  padding-block: 150px 260px;
}
@media screen and (max-width: 768px) {
  #job {
    padding-block: 60px 100px;
  }
}
#job .job_icons01 {
  position: absolute;
}
#job .job_icons01.icon01 {
  width: 77px;
  left: calc(50% - 427px);
  top: 135px;
}
@media screen and (max-width: 768px) {
  #job .job_icons01.icon01 {
    width: 40px;
    left: calc(50% - 167px);
    top: 30px;
  }
}
#job .job_icons01.icon02 {
  width: 116px;
  left: calc(50% + 324px);
  top: 165px;
}
@media screen and (max-width: 768px) {
  #job .job_icons01.icon02 {
    width: 62px;
    top: 33px;
    left: calc(50% + 114px);
  }
}
#job .cmn_ttl_box01 {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #job .cmn_ttl_box01 {
    margin-bottom: 13px;
  }
}
#job .cmn_ttl_box01 .cmn_sub_ttl01 {
  color: var(--color-green);
}
#job .cmn_ttl_box01 .cmn_main_ttl01 {
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  #job .cmn_ttl_box01 .cmn_main_ttl01 {
    font-size: 1.8rem;
  }
}
#job .job_cont_box .job_cont_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--list_item_gap24);
  padding-top: 56px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .job_cont_list01 {
    gap: 32px var(--list_item_gap24);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#job .job_cont_box .job_cont_list01 .list_item {
  width: 25%;
  background: var(--color-white);
  border-radius: var(--bdr_radius32);
  padding: 0 var(--list_item_pi32) 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .job_cont_list01 .list_item {
    width: 100%;
    padding: 0 var(--list_item_pi32) 32px;
  }
}
#job .job_cont_box .job_cont_list01 .list_item .img {
  margin-top: -56px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .job_cont_list01 .list_item .img {
    margin-top: -27px;
  }
}
#job .job_cont_box .job_cont_list01 .list_item .img img {
  width: 179px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .job_cont_list01 .list_item .img img {
    width: 148px;
  }
}
#job .job_cont_box .job_cont_list01 .list_item .txt_box01 {
  margin: auto 0;
}
#job .job_cont_box .job_cont_list01 .list_item .txt_box01 h3 {
  color: var(--color-green);
  text-align: center;
  font-size: var(--cmn_fz_h3_01);
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .job_cont_list01 .list_item .txt_box01 h3 {
    height: auto;
  }
}
#job .job_cont_box .job_cont_list01 .list_item .txt_box01 .txt01 {
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
}
#job .job_cont_box .note_txt01 {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #job .job_cont_box .note_txt01 {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
}

#work {
  background: var(--color-white);
  color: var(--color-black);
  padding-block: 80px 220px;
}
@media screen and (max-width: 768px) {
  #work {
    padding-block: 40px 100px;
  }
}
#work:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0NDAgOTUuNyI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDMwLjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0NDAsOTUuN2gwQzEyNjEuNiw0Ny40LDEwMTUuMiwwLDcyMCwwUzE3OC40LDQ3LjQsMCw5NS43aDE0NDBaIi8+Cjwvc3ZnPg==");
}
#work .cmn_ttl_box01 {
  text-align: center;
}
#work .cmn_ttl_box01 .cmn_sub_ttl01 {
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  #work .cmn_ttl_box01 .cmn_sub_ttl01 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  #work .cmn_ttl_box01 .cmn_main_ttl01 {
    font-size: 1.8rem;
  }
}
#work .work_tab_blc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 {
    margin-bottom: 40px;
  }
}
#work .work_tab_blc01 .tab_container {
  width: 100%;
  border-radius: var(--bdr_radius12);
}
#work .work_tab_blc01 .tab_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 .tab_header {
    gap: 0 8px;
    margin-bottom: 20px;
  }
}
#work .work_tab_blc01 .tab_header.is-locked {
  pointer-events: none;
  opacity: 0.7;
}
#work .work_tab_blc01 .tab_header .tab_button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  font-size: 1.6rem;
  color: var(--color-black);
  border-radius: var(--bdr_radius12);
  background: var(--color-grey);
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  outline: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 .tab_header .tab_button {
    font-size: 1.1rem;
    padding: 8px;
    line-height: 1.3;
  }
}
#work .work_tab_blc01 .tab_header .tab_button:after {
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--color-grey) var(--color-grey) transparent;
  border-width: 24px;
  bottom: -22px;
  left: calc(50% - 25px);
  border-radius: 0 0 18px 0;
  -webkit-transform: scaleX(0.55) rotate(45deg);
          transform: scaleX(0.55) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 .tab_header .tab_button:after {
    border-width: 11px;
    left: calc(50% - 11px);
    bottom: -13px;
    border-radius: 0 0 8px 0;
  }
}
#work .work_tab_blc01 .tab_header .tab_button:hover, #work .work_tab_blc01 .tab_header .tab_button.active {
  background-color: var(--color-red);
  color: var(--color-white);
}
#work .work_tab_blc01 .tab_header .tab_button:hover:after, #work .work_tab_blc01 .tab_header .tab_button.active:after {
  border-color: transparent var(--color-red) var(--color-red) transparent;
}
#work .work_tab_blc01 #tab_content-wrapper {
  position: relative;
  background-color: var(--color-beige);
  border-radius: var(--bdr_radius32);
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content {
  display: none;
  padding: 64px var(--list_item_pi64) 100px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content {
    padding: 32px var(--list_item_pi64) 40px;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content.active {
  display: block;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: var(--list_item_gap32) var(--list_item_gap40);
  position: relative;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .l_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px var(--list_item_gap40);
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .l_box {
    gap: 24px;
    width: auto;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .r_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .r_box {
    width: auto;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box {
  background: #fff;
  border-radius: var(--bdr_radius24);
  padding: 40px var(--list_item_pi40);
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box {
    padding: 24px;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box h3 {
  margin-bottom: 8px;
  color: var(--color-green);
  font-weight: normal;
  font-size: var(--cmn_fz_h3_01);
  font-weight: 700;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box h3:before {
  content: "●";
  font-size: 55%;
  vertical-align: 0.3em;
  margin-right: 0.3em;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .txt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .txt01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .list01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .list01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .list01 li {
  text-indent: -1em;
  margin-left: 1em;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .list01 li:before {
  content: "・";
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li {
  padding-bottom: 24px;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li {
    padding-bottom: 16px;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li:last-child {
  padding-bottom: 0;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li:before {
  content: "";
  top: 9px;
  left: 0;
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid var(--color-green);
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li:after {
  content: "";
  top: 19px;
  left: 5px;
  display: block;
  position: absolute;
  width: 0;
  height: calc(100% - 19px);
  border-radius: 20px;
  border-left: 2px solid var(--color-green);
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li:last-child:after {
  display: none;
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li .time {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li .time {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li .txt02 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .content_box .time_list li .txt02 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
#work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .workers_img01 {
  position: absolute;
  bottom: -56px;
  left: -5px;
  width: 179px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #work .work_tab_blc01 #tab_content-wrapper .tab_content .content_wrap01 .workers_img01 {
    width: 90px;
    bottom: -40px;
    left: auto;
    right: 10px;
  }
}
#work .work_contet_blc01 .cmn_ttl_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .cmn_ttl_box01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .cmn_ttl_box01 .cmn_main_ttl01 {
    font-size: 1.7rem;
  }
}
#work .work_contet_blc01 .work_contet_box01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .work_contet_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#work .work_contet_blc01 .work_contet_box01 .img_box01 {
  width: 51.66%;
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .work_contet_box01 .img_box01 {
    width: 322px;
    margin-inline: auto;
    margin-bottom: 24px;
  }
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 {
  width: calc(46.48% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--list_item_gap40) var(--list_item_gap40);
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .work_contet_box01 .txt_box01 {
    width: 100%;
  }
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 {
  padding: 40px var(--list_item_pi64);
  border-radius: var(--bdr_radius24);
  background-color: var(--color-beige);
  --bg_round_img: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNi41IDYuNSkiIGZpbGw9IiNGRkQzNkMiLz4KPC9zdmc+");
  background-image: var(--bg_round_img), var(--bg_round_img), var(--bg_round_img), var(--bg_round_img);
  background-repeat: no-repeat;
  background-position: left 24px top 24px, right 24px top 24px, right 24px bottom 24px, left 24px bottom 24px;
  background-size: 13px, 13px, 13px, 13px;
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 h3 {
  font-size: var(--cmn_fz_h3_01);
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--color-green);
  text-align: center;
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .txt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .txt01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .list01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .list01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .list01 li {
  margin-left: 1em;
  text-indent: -1em;
}
#work .work_contet_blc01 .work_contet_box01 .txt_box01 .cont_box01 .list01 li:before {
  content: "・";
}

#culture {
  background: var(--color-green);
  padding-block: 100px 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #culture {
    padding-block: 40px 100px;
  }
}
#culture:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0NDAgOTUuNyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDMwLjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzdhYmI3YzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0NDAsOTUuN1YuNmMtMTAwLjUsNS42LTEwNy45LDUwLjEtMjIxLjcsNTAuMmgwYy0xMjEuNS0uMS0xMjEuNi01MC44LTI0My4zLTUwLjhoLS44Yy0xMjEuMS4yLTEyMS40LDUwLjgtMjQzLDUwLjhTNjA5LjQsMCw0ODcuNSwwcy0xMjEuOSw1MC44LTI0My43LDUwLjhTMTIxLjksMCwwLDB2OTUuN2gxNDQwWiIvPgo8L3N2Zz4=");
}
#culture .culture_icons01 {
  position: absolute;
}
#culture .culture_icons01.icon01 {
  width: 105px;
  left: calc(50% - 433px);
  top: 93px;
}
@media screen and (max-width: 768px) {
  #culture .culture_icons01.icon01 {
    left: calc(50% + 120px);
    top: -43px;
    width: 59px;
  }
}
#culture .culture_icons01.icon02 {
  width: 98px;
  left: calc(50% + 363px);
  top: 218px;
}
#culture .culture_icons01.icon03 {
  width: 91px;
  left: calc(50% - 573px);
  bottom: 174px;
}
@media screen and (max-width: 768px) {
  #culture .culture_icons01.icon03 {
    left: auto;
    right: 32px;
    bottom: 58px;
    width: 51px;
  }
}
#culture .culture_icons01.icon04 {
  width: 238px;
  left: calc(50% - 687px);
  top: -18px;
}
@media screen and (max-width: 768px) {
  #culture .culture_icons01.icon04 {
    left: calc(50% - 210px);
    top: -7px;
    width: 89px;
  }
}
#culture .cmn_ttl_box01 {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #culture .cmn_ttl_box01 {
    margin-bottom: 30px;
  }
}
#culture .culture_content_blc01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--list_item_gap32) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--list_item_gap32);
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--list_item_gap32) 0;
  }
}
#culture .culture_content_blc01 .list_item {
  background: var(--color-white);
  border-radius: var(--bdr_radius12);
  padding: 24px var(--list_item_pi40) 32px;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item {
    padding: 16px 24px 24px;
  }
}
#culture .culture_content_blc01 .list_item h3 {
  color: var(--color-green);
  font-size: var(--cmn_fz_h3_01);
  line-height: 1.6;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item h3 {
    font-size: 1.8rem;
  }
}
#culture .culture_content_blc01 .list_item h3:before {
  content: "●";
  font-size: 55%;
  vertical-align: 0.2em;
  margin-right: 0.3em;
}
#culture .culture_content_blc01 .list_item .txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item .txt01 {
    font-size: 1.5rem;
  }
}
#culture .culture_content_blc01 .list_item .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item .list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 4px 16px;
  }
}
#culture .culture_content_blc01 .list_item .list01 li {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item .list01 li {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
#culture .culture_content_blc01 .list_item .list01 li:before {
  content: "";
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid var(--color-green);
  margin-right: 0.2em;
  height: 0;
}
#culture .culture_content_blc01 .list_item.box01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item.box01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
#culture .culture_content_blc01 .list_item.box02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  #culture .culture_content_blc01 .list_item.box02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
#culture .culture_content_blc01 .list_item.box03 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-bottom: 40px;
}
#culture .culture_content_blc01 .list_item.box03 h3 {
  margin-bottom: 8px;
}

#data {
  background: var(--color-beige);
  padding-block: 100px 180px;
  border-radius: 0 0 var(--bdr_radius80) var(--bdr_radius80);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #data {
    padding-block: 40px 60px;
  }
}
#data:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0NDAgOTUuNyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDMwLjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI0ZGRjZFMTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0NDAsOTUuN2gwQzEyNjEuNiw0Ny40LDEwMTUuMiwwLDcyMCwwUzE3OC40LDQ3LjQsMCw5NS43aDE0NDBaIi8+Cjwvc3ZnPg==");
}
#data .cmn_ttl_box01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #data .cmn_ttl_box01 {
    margin-bottom: 24px;
  }
}
#data .cmn_ttl_box01 .cmn_sub_ttl01 {
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  #data .cmn_ttl_box01 .cmn_sub_ttl01 {
    margin-bottom: 8px;
  }
}
#data .data_content_blc01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--list_item_gap24);
}
@media screen and (max-width: 560px) {
  #data .data_content_blc01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#data .data_content_blc01 .list_item {
  width: calc(33.3333333333% - var(--list_item_gap24) * 2 / 3);
  background: var(--color-white);
  border-radius: var(--bdr_radius32);
  padding: 40px var(--list_item_pi40);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item {
    width: calc(50% - var(--list_item_gap24) * 1 / 2);
  }
}
@media screen and (max-width: 560px) {
  #data .data_content_blc01 .list_item {
    width: 100%;
    padding: 16px var(--list_item_pi40) 40px;
  }
}
#data .data_content_blc01 .list_item .img {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item .img {
    margin-bottom: 0;
  }
}
#data .data_content_blc01 .list_item .img img {
  width: 219px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item .img img {
    width: 180px;
  }
}
#data .data_content_blc01 .list_item h3 {
  font-size: var(--cmn_fz_h3_01);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item h3 {
    margin-bottom: 2px;
  }
}
#data .data_content_blc01 .list_item .data_txt01 {
  color: var(--color-green);
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 700;
}
#data .data_content_blc01 .list_item .data_txt01 .l_fz {
  font-size: 6.4rem;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item .data_txt01 .l_fz {
    font-size: 4rem;
  }
}
#data .data_content_blc01 .list_item .data_txt01 .s_fz {
  margin-left: 0.25em;
  font-size: 2rem;
  vertical-align: bottom;
  margin-inline: 0.3em;
  vertical-align: 0.15em;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item .data_txt01 .s_fz {
    font-size: 1.6rem;
  }
}
#data .data_content_blc01 .list_item .txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #data .data_content_blc01 .list_item .txt01 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#closing {
  background: var(--color-green);
  margin-top: -80px;
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #closing {
    padding-block: 60px 40px;
  }
}
#closing .inner_blc01 {
  position: relative;
}
#closing .inner_blc01 .content_box01 {
  padding-block: 70px 115px;
  max-width: 531px;
  margin-left: auto;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #closing .inner_blc01 .content_box01 {
    padding-block: 80px 20px;
  }
}
#closing .inner_blc01 .content_box01 h2 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #closing .inner_blc01 .content_box01 h2 {
    font-size: 2.4rem;
  }
}
#closing .inner_blc01 .content_box01 > .txt01 {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #closing .inner_blc01 .content_box01 > .txt01 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#closing .inner_blc01 .content_box01 .btn_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
#closing .inner_blc01 .map_img01 {
  width: 681px;
  top: -70px;
  left: -161px;
  position: absolute;
}
@media screen and (max-width: 1120px) {
  #closing .inner_blc01 .map_img01 {
    width: 581px;
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  #closing .inner_blc01 .map_img01 {
    position: static;
    width: 342px;
    margin-inline: auto;
  }
}

#info .cmn_ttl_box01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #info .cmn_ttl_box01 {
    margin-bottom: 13px;
  }
}
#info .cmn_ttl_box01 .cmn_sub_ttl01 {
  color: var(--color-green);
}
#info .cmn_ttl_box01 .cmn_main_ttl01 {
  color: var(--color-black);
}
#info .anchor_btn_blc .anchor_btn_box h2 {
  font-size: 1.6rem;
  text-align: center;
  padding-right: 8px;
  color: var(--color-red);
}
#info .anchor_btn_blc .anchor_btn_box h2:before {
  content: "●";
  font-size: 55%;
  vertical-align: 0.3em;
  margin-right: 0.3em;
}
@media screen and (max-width: 768px) {
  #info .anchor_btn_blc .anchor_btn_box h2 {
    width: 100%;
  }
}
#info .anchor_btn_blc .anchor_btn_box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
#info .info_blc01 {
  background-color: var(--color-beige);
  border-radius: var(--bdr_radius32);
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 64px var(--list_item_pi64) 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 {
    padding: 32px var(--list_item_pi64) 25px;
  }
}
#info .info_blc01 .ttl_box01 {
  margin-bottom: 24px;
}
#info .info_blc01 .ttl_box01 .recruit_cat {
  margin-bottom: 8px;
}
#info .info_blc01 .ttl_box01 .recruit_cat li {
  border-radius: 999px;
  border: 1px solid var(--color-green);
  background: var(--color-white);
  display: inline-block;
  padding: 8px 16px 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-green);
  line-height: 1;
}
#info .info_blc01 .ttl_box01 h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .ttl_box01 h2 {
    font-size: 1.8rem;
  }
}
#info .info_blc01 .ttl_box01 .txt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .ttl_box01 .txt01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#info .info_blc01 .content_box01 {
  background: #fff;
  border-radius: var(--bdr_radius24);
  padding: 40px var(--list_item_pi40) 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .content_box01 {
    gap: 16px 0;
    padding: 24px;
  }
}
#info .info_blc01 .content_box01 .content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  border-bottom: 1px dashed var(--color-grey02);
  padding: 0 16px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .content_box01 .content01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
    padding: 0 0 24px;
  }
}
#info .info_blc01 .content_box01 .content01:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#info .info_blc01 .content_box01 .content01 .heading {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .content_box01 .content01 .heading {
    width: 100%;
  }
}
#info .info_blc01 .content_box01 .content01 .heading h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
#info .info_blc01 .content_box01 .content01 .body {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .content_box01 .content01 .body {
    width: 100%;
  }
}
#info .info_blc01 .content_box01 .content01 .body .txt01 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #info .info_blc01 .content_box01 .content01 .body .txt01 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#info .info_blc01 .btn_box01 {
  text-align: center;
}