@charset "UTF-8";
.noto-serif-jp { font-family: "Noto Serif JP", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; }

.noto-sans-jp { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; }

html { scroll-behavior: smooth; }

body { position: relative; font-family: "Noto Serif JP", serif; font-weight: 400; }

main { position: relative; overflow: hidden; line-height: 1.75em; }

img { max-width: 100%; display: block; }

a { transition: .3s; color: inherit; text-decoration: underline; font-weight: inherit; }

a:hover { opacity: 0.7; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

@media (min-width: 768px) { body { font-size: 16px; min-width: 1024px; }
  main { margin: 0 auto; }
  a { text-underline-offset: .4em; }
  .pcnone { display: none !important; }
  .container { max-width: none; width: 1024px; padding-left: 12px; padding-right: 12px; } }
@media (max-width: 767.98px) { body { font-size: 11px; }
  a { text-underline-offset: .2em; }
  .spnone { display: none !important; }
  .container { padding-right: 20px; padding-left: 20px; } }
header { position: sticky; left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; background-color: white; z-index: 1000; transition: .2s; margin: 0; padding: 0; font-family: "Noto Sans JP", serif; box-shadow: 0 1px 5px rgba(6, 0, 1, 0.2); }
header > .logo { display: flex; padding: 0; margin: 0; line-height: 1em; font-size: inherit; flex-direction: column; text-decoration: none; }
header > .logo > span { display: block; }
header > .logo > span.img > img { display: block; }
header > .logo > span.text { color: #4c5c67; }
header > .header_nav ul { list-style: none; margin: 0; padding: 0; }
header > .header_nav a { text-decoration: none; }
header.hide { transform: translateY(-100%); }
@media (min-width: 768px) { header { height: 80px; min-width: 1024px; }
  header > .logo { width: 200px; margin: 0 clamp(17.6px, 1.71875vw, 22px); font-size: 15px; text-align: center; }
  header > .logo > span.text { margin: 6px 0 0; }
  header > .header_nav { width: calc(100% - 200px - $logo_margin - $logo_margin); height: 80px; font-size: 14px; }
  header > .header_nav > ul { display: flex; justify-content: flex-end; }
  header > .header_nav > ul > li { position: relative; margin: 0 clamp(6px, calc(-26.51px + 3.17vw), 10px); height: 80px; display: flex; align-items: center; justify-content: center; }
  header > .header_nav > ul > li::after { content: ""; width: 46px; height: 5px; display: block; position: absolute; left: calc(50% - 23px); bottom: 0; transition: .2s; opacity: 1; background-color: white; }
  header > .header_nav > ul > li > a { color: black; display: flex; align-items: center; justify-content: center; height: 80px; padding: clamp(6px, calc(-26.51px + 3.17vw), 10px); position: relative; z-index: 2; transition: 0s; }
  header > .header_nav > ul > li > a:hover { opacity: 1; }
  header > .header_nav > ul > li.entry { margin: 0 0 0 10px; }
  header > .header_nav > ul > li.entry > a { padding: 0; background-color: #7fb57f; color: white; width: 140px; }
  header > .header_nav > ul > li.entry::after { content: none; }
  header > .header_nav > ul > li > ul { position: absolute; top: 100%; width: 180px; left: calc(50% - 90px); visibility: hidden; opacity: 0; transition-delay: .15s; }
  header > .header_nav > ul > li > ul > li { overflow: hidden; }
  header > .header_nav > ul > li > ul > li > a { height: 40px; background: rgba(255, 255, 255, 0.8) url(../images/nav_arrow.svg) no-repeat right 8px center/auto 12px; color: black; display: flex; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; transform: translateY(-100%); opacity: 0; transition: .1s; }
  header > .header_nav > ul > li > ul > li:nth-child(n+2) > a { border-top: #ababab solid 1px; height: 41px; }
  header > .header_nav > ul > li > ul > li:nth-child(1) > a { transition-delay: .15s; }
  header > .header_nav > ul > li > ul > li:nth-child(2) > a { transition-delay: .1s; }
  header > .header_nav > ul > li > ul > li:nth-child(3) > a { transition-delay: .05s; }
  header > .header_nav > ul > li > ul > li:nth-child(4) > a { transition-delay: 0s; }
  header > .header_nav > ul > li.shiru > ul { width: 150px; left: calc(50% - 75px); }
  header > .header_nav > ul > li.kankyou > ul { width: 190px; left: calc(50% - 95px); }
  header > .header_nav > ul > li.jouhou > ul { width: 190px; left: calc(50% - 95px); }
  header > .header_nav > ul > li:hover::after { background-color: #5f9a5f; }
  header > .header_nav > ul > li:hover > ul { visibility: visible; opacity: 1; transition-delay: 0s; }
  header > .header_nav > ul > li:hover > ul > li > a { transform: translateY(0); opacity: 1; }
  header > .header_nav > ul > li:hover > ul > li:nth-child(1) > a { transition-delay: 0s; }
  header > .header_nav > ul > li:hover > ul > li:nth-child(2) > a { transition-delay: .05s; }
  header > .header_nav > ul > li:hover > ul > li:nth-child(3) > a { transition-delay: .1s; }
  header > .header_nav > ul > li:hover > ul > li:nth-child(4) > a { transition-delay: .15s; }
  header > .header_nav > ul > li.active::after { background-color: #a0acbf; }
  header > .header_nav > ul > li.active:hover::after { background-color: #5f9a5f; }
  header > #nav_toggle { display: none; } }
@media (max-width: 767.98px) { header { height: 50px; padding: 0 0 0 10px; }
  header > .logo { width: 134px; top: 9px; left: 9px; font-size: 10px; }
  header > .logo > span.text { margin: 5px 0 0; }
  header > .header_nav { background-color: rgba(255, 255, 255, 0.95); position: absolute; left: 0; top: 50px; width: 100%; overflow: auto; height: calc(100svh - 50px); font-size: 15px; line-height: 1em; padding-bottom: 60px; visibility: hidden; opacity: 0; transition: .4s; z-index: -1; transform: translateY(-20%); }
  header > .header_nav a { display: inline-block; padding: 2px 3px; font-weight: 500; }
  header > .header_nav > ul { padding: 32px 32px; }
  header > .header_nav > ul > li:nth-child(n+2) { margin-top: 20px; }
  header > .header_nav > ul > li > ul { padding: 0 15px; font-size: 13px; }
  header > .header_nav > ul > li > ul > li { margin-top: 1em; }
  header #nav_toggle { position: relative; cursor: pointer; top: 0px; transition: .2s; width: 50px; height: 50px; }
  header #nav_toggle > span { position: absolute; display: block; background-color: #4f4f4f; transition: .2s; width: 16px; height: 2px; left: calc(50% - 8px); }
  header #nav_toggle > span:nth-child(1) { top: calc(50% - 1px - 4px); }
  header #nav_toggle > span:nth-child(2) { top: calc(50% - 1px + 4px); } }

@media (max-width: 767.98px) { .menu_open { overflow: hidden; }
  .menu_open header > .header_nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu_open header > #nav_toggle > span:nth-child(1) { transform: rotate(145deg); }
  .menu_open header > #nav_toggle > span:nth-child(2) { transform: rotate(-145deg); }
  .menu_open header > #nav_toggle > span:nth-child(1), .menu_open header > #nav_toggle > span:nth-child(2) { top: calc(50% - 1px); } }
.footer_recruit { color: white; background-color: #7fb57f; }
.footer_recruit > dt { background-color: #519d51; display: flex; align-items: baseline; }
.footer_recruit > dt > strong { letter-spacing: .28em; font-weight: 700; }
.footer_recruit > dt > small { letter-spacing: .12em; font-weight: 700; margin-left: .75em; }
.footer_recruit > dd.text { font-family: "Noto Sans JP", sans-serif; }
.footer_recruit > dd.link > a.arrow, .footer_recruit > dd.link > a.blank { display: flex; justify-content: space-between; align-items: center; border: 1px solid white; text-decoration: none; }
.footer_recruit > dd.link > a.arrow::after, .footer_recruit > dd.link > a.blank::after { content: ""; background-repeat: no-repeat; background-position: center; background-size: contain; display: block; aspect-ratio: 1/1; }
.footer_recruit > dd.link > a.arrow::after { background-image: url(../images/recruit_arrow.svg); }
.footer_recruit > dd.link > a.blank::after { background-image: url(../images/recruit_blank.svg); }
.footer_recruit > dd.link > a.mynavi { background-color: white; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.footer_recruit > dd.link > a.mynavi > img { object-position: center; }
.footer_recruit > dd.link > a.mynavi.mynavi > img { width: 100%; height: 100%; }
@media (min-width: 768px) { .footer_recruit { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; padding: 15px 20px 20px; margin: 100px 0 0; }
  .footer_recruit > dt { width: 280px; margin: 0 0 0 -20px; padding: 20px 0 20px 20px; }
  .footer_recruit > dt > strong { font-size: 26px; }
  .footer_recruit > dt > small { font-size: 16px; }
  .footer_recruit > dd.text { width: calc(100% - 275px); font-size: 12px; margin: 0; }
  .footer_recruit > dd.link { width: 100%; margin: 15px 0 0; display: flex; }
  .footer_recruit > dd.link > a { height: 45px; }
  .footer_recruit > dd.link > a.arrow, .footer_recruit > dd.link > a.blank { width: 250px; margin: 0 20px 0 0; padding: 0 8px 0 12px; letter-spacing: .12em; font-size: 14px; }
  .footer_recruit > dd.link > a.arrow::after { width: 18px; }
  .footer_recruit > dd.link > a.blank::after { width: 12px; }
  .footer_recruit > dd.link > a.mynavi { width: calc(100% - calc(270px * 3)); } }
@media (max-width: 767.98px) { .footer_recruit { margin: 50px auto 0; padding: 6px 20px 15px; position: relative; }
  .footer_recruit > dt { width: 240px; margin: 0 0 0 -20px; padding: 10px 0 10px 20px; }
  .footer_recruit > dt > strong { font-size: 18px; }
  .footer_recruit > dt > small { font-size: 13px; }
  .footer_recruit > dd.text { font-size: 12px; line-height: 1.4em; margin: 10px 0; }
  .footer_recruit > dd.link { margin: 0; }
  .footer_recruit > dd.link > a { height: 35px; }
  .footer_recruit > dd.link > a.arrow, .footer_recruit > dd.link > a.blank { padding: 0 10px; letter-spacing: .12em; font-size: 13px; }
  .footer_recruit > dd.link > a.arrow:nth-child(n+2), .footer_recruit > dd.link > a.blank:nth-child(n+2) { margin-top: 10px; }
  .footer_recruit > dd.link > a.arrow::after { width: 12px; }
  .footer_recruit > dd.link > a.blank::after { width: 10px; }
  .footer_recruit > dd.link > a.mynavi { position: absolute; top: calc(100% + 10px); width: 114px; left: calc(50% - 57px); } }

footer { position: relative; font-family: "Noto Sans JP", sans-serif; }
footer > .container { position: relative; z-index: 1; }
footer > .container > .footer_text { border-top: #c7c7c7 1px solid; }
footer > .container > .footer_logo { text-align: center; }
footer > .container > .footer_logo > img { display: block; margin: 0 auto; }
footer > .container > .copy { margin: 0; text-align: center; }
@media (min-width: 768px) { footer { margin: 80px 0 0; }
  footer > .container > .footer_text { display: flex; justify-content: center; font-size: 11px; padding: 15px 12px; }
  footer > .container > .footer_logo { font-size: 12px; margin: 0 0 10px; }
  footer > .container > .footer_logo > img { width: 200px; }
  footer > .container > .footer_logo > figcaption { margin: 1em auto 0; }
  footer > .container > .copy { font-size: 10px; padding: 5px 0; } }
@media (max-width: 767.98px) { footer { margin: 95px 0 0; }
  footer > .container > .footer_text { font-size: 11px; margin: 0 -20px 40px; padding: 12px 20px 0; }
  footer > .container > .footer_logo { font-size: 12px; margin: 0 0 10px; }
  footer > .container > .footer_logo > img { width: 200px; }
  footer > .container > .footer_logo > figcaption { margin: 1em -20px 0; }
  footer > .container > .copy { font-size: 10px; padding: 5px 0 10px; } }

.breadcrumb { background-color: #ededed; line-height: 1.66em; }
.breadcrumb > .breadcrumb-item > a { text-decoration: none; display: inline-block; }
.breadcrumb > .breadcrumb-item.active { color: black; }
.breadcrumb > .breadcrumb-item + .breadcrumb-item::before { color: black; content: "|"; }
@media (min-width: 768px) { .breadcrumb { font-size: 12px; padding: 4px 12px 6px; margin: 0 auto 50px; } }
@media (max-width: 767.98px) { .breadcrumb { font-size: 10px; padding: 4px 9px; margin: 0 auto 40px; } }

.midashi_01_ttl > .text { display: inline-block; position: relative; font-weight: 700; margin: 0; }
.midashi_01_ttl > .text > span { position: relative; z-index: 2; }
.midashi_01_ttl > .text::before { content: ""; position: absolute; z-index: 1; background-color: #a3daa3; width: 100%; left: 0; bottom: 0; }
.midashi_01_ttl + .midashi_01_lead { line-height: 1.571428em; }
@media (min-width: 768px) { .midashi_01_ttl { padding: 50px 0 0; margin: 0 0 10px; }
  .midashi_01_ttl > .text { font-size: 26px; padding: 0 15px; line-height: 1.3em; }
  .midashi_01_ttl > .text::before { height: 10px; }
  .midashi_01_ttl + .midashi_01_lead { padding: 0 15px; font-size: 14px; margin: 0 0 30px; } }
@media (max-width: 767.98px) { .midashi_01_ttl { padding: 20px 0 0; margin: 50px 0 10px; }
  .midashi_01_ttl > .text { font-size: 18px; padding: 0 7px; line-height: 1.2em; }
  .midashi_01_ttl > .text::before { height: 5px; }
  .midashi_01_ttl + .midashi_01_lead { padding: 0 7px; font-size: 12px; margin: 0 0 30px; } }

.link_list_01 > a { text-decoration: none; }
.link_list_01 > a > picture { display: block; aspect-ratio: 320/210; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.link_list_01 > a > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.link_list_01 > a > .ttl { font-weight: 700; line-height: 1.4em; }
.link_list_01 > a > .info { line-height: 1.42857em; }
.link_list_01 > a > .link { line-height: 1.4em; margin: 0; display: flex; align-items: center; font-size: 12px; color: #4c5c67; }
.link_list_01 > a > .link::after { content: ""; width: 1em; aspect-ratio: 1/1; margin: 0 0 0 .5em; display: block; background: url(../images/blue_arrow.svg) no-repeat center; background-size: contain; }
@media (min-width: 768px) { .link_list_01 { display: flex; flex-wrap: wrap; margin: -10px; }
  .link_list_01 > a { width: calc(33.33% - 20px); margin: 10px; }
  .link_list_01 > a > picture { border-radius: 10px 35px; margin: 0 0 10px; }
  .link_list_01 > a > .ttl { font-size: 20px; margin: 0 0 6px; }
  .link_list_01 > a > .info { font-size: 14px; margin: 0 0 10px; } }
@media (max-width: 767.98px) { .link_list_01 { padding: 0 20px; }
  .link_list_01 > a { display: block; }
  .link_list_01 > a > picture { border-radius: 3vw 10vw; margin: 0 0 10px; }
  .link_list_01 > a > .ttl { font-size: 16px; margin: 0 0 6px; }
  .link_list_01 > a > .info { font-size: 12px; margin: 0 0 6px; }
  .link_list_01 > a:nth-child(n+2) { margin-top: 35px; } }

.page_midashi_container { overflow: hidden; }
.page_midashi_container > .container > .page_ttl { position: relative; display: flex; align-items: center; letter-spacing: .28em; }
.page_midashi_container > .container > .sub_nav { display: inline-flex; flex-wrap: wrap; }
.page_midashi_container > .container > .sub_nav > a { text-decoration: none; font-weight: 700; }
.page_midashi_container > .container > .sub_nav > a::after { content: "→"; }
.page_midashi_container > .container > .sub_nav > a.active { color: #7fb57f; border-bottom: 2px solid #7fb57f; }
@media (min-width: 768px) { .page_midashi_container > .container { display: flex; justify-content: space-between; align-items: center; }
  .page_midashi_container > .container > .page_ttl { font-size: 30px; height: 100px; padding: 0 15px; font-weight: 700; }
  .page_midashi_container > .container > .page_ttl::before { content: ""; height: 100%; position: absolute; background-color: #7fb57f; height: 100%; content: ""; width: 50vw; display: block; right: 100%; }
  .page_midashi_container > .container > .sub_nav { font-size: 14px; margin: 0 -15px; }
  .page_midashi_container > .container > .sub_nav > a { margin: 5px 15px; }
  .page_midashi_container > .container > .sub_nav > a::after { margin-left: 10px; } }
@media (max-width: 767.98px) { .page_midashi_container > .container > .page_ttl { font-size: 20px; margin-bottom: 20px; }
  .page_midashi_container > .container > .page_ttl::after { content: ""; height: 100%; position: absolute; background-color: #7fb57f; height: 100%; content: ""; width: 50vw; display: block; right: calc(100% + 10px); }
  .page_midashi_container > .container > .sub_nav { margin: .5em -1em; }
  .page_midashi_container > .container > .sub_nav > a { margin: .5em 1em; }
  .page_midashi_container > .container > .sub_nav > a::after { margin-left: .6em; } }

.page_sub_midashi { border-bottom: 1px solid #a0acbf; position: relative; }
.page_sub_midashi > .text { display: inline-block; position: relative; font-weight: 700; margin: 0; z-index: 2; }
.page_sub_midashi::after { content: ""; position: absolute; z-index: 1; background-color: #a3daa3; right: 0; bottom: 0; }
.page_sub_midashi + .page_sub_lead { line-height: 1.571428em; }
@media (min-width: 768px) { .page_sub_midashi { padding: 50px 0 0; margin: 0 0 10px; }
  .page_sub_midashi > .text { font-size: 22px; padding: 0 15px 5px; line-height: 1.3em; }
  .page_sub_midashi::after { width: 200px; height: 10px; }
  .page_sub_midashi + .page_sub_lead { padding: 0 15px; font-size: 14px; margin: 0 0 30px; } }
@media (max-width: 767.98px) { .page_sub_midashi { padding: 20px 0 0; margin: 0 0 10px; }
  .page_sub_midashi > .text { font-size: 18px; padding: 0 0px; line-height: 1.2em; }
  .page_sub_midashi::after { height: 5px; width: 100px; }
  .page_sub_midashi + .page_sub_lead { padding: 0 0; font-size: 12px; margin: 0 0 30px; } }
