@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

body {
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

.sp-block {
  display: block !important;
}

.pc-block {
  display: none !important;
}

.sp-inline {
  display: inline !important;
}

.pc-inline {
  display: none !important;
}

.sp350-block {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .sp-block {
    display: none !important;
  }
  .pc-block {
    display: block !important;
  }
  .sp-inline {
    display: none !important;
  }
  .pc-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 350px) {
  .sp350-block {
    display: block !important;
  }
}
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body {
  --col-green-main: #6ab547;
  --col-green-bg: #dff0d7;
  --col-green-light: #cae6bd;
  --col-green-light-transp: #6ab54759;
  --col-black: #323232;
  min-height: -webkit-fill-available;
  min-width: 100%;
  background: #fff;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: normal;
  font-weight: normal;
  color: var(--col-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .regular {
  font-weight: 400;
}
body .medium {
  font-weight: 500;
}
body .bold {
  font-weight: 700;
}
body .black {
  font-weight: 900;
}
body .wdxl {
  font-family: "WDXL Lubrifont JP N", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  display: block;
  position: relative;
  padding: 50px 30px 100px;
}
.section .content_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

/* MV */
#mainvisual {
  padding: 70px 0 60px;
}
#mainvisual .content_wrap h1 {
  font-size: 14.5px;
  line-height: 1;
  color: var(--col-green-main);
  letter-spacing: 0.18em;
  display: grid;
  gap: 16px;
  margin: 0 auto 30px;
}
#mainvisual .content_wrap h1 .inner {
  display: block;
  position: relative;
  border: solid 3px var(--col-green-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 4px 4px;
  white-space: nowrap;
}
#mainvisual .content_wrap h1 .inner .large {
  font-size: 15px;
}
#mainvisual .content_wrap h1 .inner::after {
  content: "";
  margin-right: -0.18em;
}
#mainvisual .content_wrap h1 .logo {
  margin: auto;
  width: 78.6666666667%;
}
#mainvisual .mv_nav {
  display: none;
}

/* ／ MV */
/*固定ナビ*/
body:has(#nav_wrap #nav input:checked) {
  overflow: hidden;
}

.wrap_clip {
  overflow: clip;
}

#nav_wrap {
  position: fixed;
  padding: 0;
  top: 0px;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: visible;
  z-index: 1000;
}
#nav_wrap nav {
  position: absolute;
  right: 0;
  overflow: visible;
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  border-bottom: transparent 2px solid;
  pointer-events: none;
  -webkit-transition: background 0.2s ease-in, border 0.2s ease-in;
  transition: background 0.2s ease-in, border 0.2s ease-in;
}
#nav_wrap nav input {
  display: none;
}
#nav_wrap nav .logo {
  margin: 0 0 0 20px;
  width: 163px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
#nav_wrap nav label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  width: 85px;
  height: 68px;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  margin: 0 0 0 auto;
  padding: 0;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media (hover: hover) {
  #nav_wrap nav label:hover {
    background: var(--col-green-light);
  }
}
#nav_wrap nav label > .icon {
  display: block;
  position: relative;
  width: 45px;
  height: 11px;
}
#nav_wrap nav label > .icon > span {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 1px;
  background: var(--col-black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav_wrap nav label > .icon > span:nth-of-type(2) {
  top: auto;
  bottom: 0;
}
#nav_wrap nav input:checked + label > .icon span {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 5px;
}
#nav_wrap nav input:checked + label > .icon span:nth-child(2) {
  bottom: 5px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#nav_wrap nav input:checked + label > .name span:first-child {
  display: none;
}
#nav_wrap nav input:checked + label > .name span:nth-child(2) {
  display: block;
}
#nav_wrap nav input + label + .menu {
  z-index: 1;
  width: 100%;
  height: 110vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: visibility 0.1s ease-in, opacity 0.1s ease-in-out, background 0.1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: visibility 0.1s ease-in, opacity 0.1s ease-in-out, background 0.1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, visibility 0.1s ease-in, opacity 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: transform 0.8s ease-in-out, visibility 0.1s ease-in, opacity 0.1s ease-in-out, background 0.1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  margin: 0;
  margin-top: 2px;
  background: transparent;
  position: relative;
}
#nav_wrap nav input:checked + label + .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background: rgba(0, 0, 0, 0.5019607843);
  -webkit-transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#nav_wrap nav .menu {
  position: relative;
  pointer-events: all;
}
#nav_wrap nav .menu .bg {
  width: 100%;
  background: #fff;
}
#nav_wrap nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  gap: 2px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#nav_wrap nav .menu ul li {
  width: 100%;
  position: relative;
  --num-letterspace: 80;
}
#nav_wrap nav .menu ul li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(-50vw + 50%);
  display: block;
  width: 100vw;
  height: 2px;
  background: #f0f0f0;
}
#nav_wrap nav .menu ul li a {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  position: relative;
  width: 100%;
  height: 75px;
  padding: 0 20px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
#nav_wrap nav .menu ul li a .img {
  display: block;
  width: 50px;
}
#nav_wrap nav .menu ul li a .text {
  position: relative;
  display: block;
  letter-spacing: calc(var(--num-letterspace) / 1000 * 1em);
  margin-right: calc(var(--num-letterspace) / 1000 * -1em);
}
@media (hover: hover) {
  #nav_wrap nav .menu ul li a:hover {
    color: #fff;
    background: var(--col-green-light);
  }
}
#nav_wrap nav .menu ul li a.current {
  color: var(--col-green-main);
}
#nav_wrap nav .menu ul li:nth-of-type(1) {
  --num-letterspace: 300;
}
#nav_wrap nav .menu ul li:nth-of-type(2) {
  --num-letterspace: 100;
}
#nav_wrap nav:has(input:checked) {
  background: #fff;
  border-bottom-color: var(--col-green-main);
}
#nav_wrap nav:has(input:checked) .logo {
  pointer-events: all;
  opacity: 1;
}

#nav_wrap nav .logo {
  pointer-events: none;
  opacity: 0;
}

#nav_wrap.active nav {
  background: #fff;
  border-bottom-color: var(--col-green-main);
}
#nav_wrap.active nav .logo {
  pointer-events: all;
  opacity: 1;
}

/*／固定ナビ*/
/*共通*/
main .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  --num-letterspace: 300;
}
main .title .title_number {
  width: 100px;
}
main .title .title_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
main .title .title_main .main {
  display: block;
  letter-spacing: calc(var(--num-letterspace) / 1000 * 1em);
  font-size: 40px;
  line-height: 1.4;
  color: var(--col-green-main);
}
main .title .title_main .main::after {
  content: "";
  margin-right: calc(var(--num-letterspace) / 1000 * 1em * -1);
}
main .title .title_main .en {
  font-size: 16px;
  letter-spacing: -0.02em;
}
main .inner_wrap {
  --mt-img: 0;
  --mb-img: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
main .inner_wrap .img_wrap {
  margin-block: calc(var(--mt-img) * 1px) calc(var(--mb-img) * 1px);
}
main .inner_wrap .lead_wrap {
  display: grid;
  gap: 36px;
}
main .inner_wrap .lead_wrap .lead_title {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
}
main .inner_wrap .lead_wrap .green {
  color: var(--col-green-main);
}
main .inner_wrap .lead_wrap .lead {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

/* 01／想い */
#purpose {
  display: block;
}
#purpose .title {
  --num-letterspace: 300;
}
#purpose .inner_wrap {
  --mt-img: 62;
  --mb-img: 30;
}

/* 02／できること */
#service {
  background: var(--col-green-bg);
}
#service .title {
  --num-letterspace: 160;
}
#service .inner_wrap {
  --mt-img: 0;
  --mb-img: 20;
}
#service .inner_wrap .lead_wrap ul.lead_list {
  display: grid;
  gap: 40px;
}
#service .inner_wrap .lead_wrap ul.lead_list > li {
  display: grid;
  gap: 24px;
}
#service .inner_wrap .lead_wrap ul.lead_list > li .lead_title {
  font-size: 21px;
  line-height: 1.619047619;
}
#service .inner_wrap .lead_wrap ul.lead_list > li .list_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--col-green-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 6px 15px;
  border-radius: calc(infinity * 1px);
}
#service .inner_wrap .lead_wrap ul.lead_list > li ul.nakaguro_list {
  display: grid;
  text-align: left;
  font-size: 14px;
  line-height: 2.0714285714;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#service .inner_wrap .lead_wrap ul.lead_list > li ul.nakaguro_list > li {
  position: relative;
  padding-left: 1em;
}
#service .inner_wrap .lead_wrap ul.lead_list > li ul.nakaguro_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}

/* 03／支援していること */
#case .title {
  --num-letterspace: 30;
}
@media (max-width: 350px) {
  #case .title .title_main .main {
    font-size: 36px;
  }
}
#case .inner_wrap {
  --mt-img: 66;
  --mb-img: 50;
}
#case .inner_wrap .lead_wrap ul.lead_list {
  display: grid;
  gap: 68px;
}
#case .inner_wrap .lead_wrap ul.lead_list > li {
  display: grid;
  gap: 24px;
}
#case .inner_wrap .lead_wrap ul.lead_list > li .title_group {
  display: grid;
  gap: 12px;
}
#case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap {
  display: grid;
  gap: 4px;
}
#case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap .title_category {
  background: var(--col-black);
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: auto;
  padding: 2px 12px 3px;
}
#case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap .title_user {
  font-size: 13px;
  font-weight: 700;
}
#case .inner_wrap .lead_wrap ul.lead_list > li .title_group .lead_title {
  font-size: 21px;
  line-height: 1.619047619;
}

/* 04／私たちについて */
#overview {
  background: var(--col-green-bg);
}
#overview .title {
  --num-letterspace: 40;
}
#overview .inner_wrap {
  --mt-img: 60;
  --mb-img: 60;
}
#overview .lead_wrap {
  gap: 64px;
}
#overview .lead_wrap .sub_title {
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 700;
}
#overview .lead_wrap .office_wrap {
  display: grid;
  gap: 24px;
}
#overview .lead_wrap .office_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  gap: 40px;
}
#overview .lead_wrap .office_wrap dl dt {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  background: var(--col-black);
  padding: 2px 8px 3px;
}
#overview .lead_wrap .office_wrap dl dd {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  margin-top: -24px;
}
#overview .lead_wrap .member_wrap {
  display: grid;
  gap: 56px;
}
#overview .lead_wrap .member_wrap h3 {
  margin-bottom: -32em;
}
#overview .lead_wrap .member_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  gap: 40px;
}
#overview .lead_wrap .member_wrap dl dt {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  background: var(--col-black);
  padding: 2px 8px 3px;
}
#overview .lead_wrap .member_wrap dl dd {
  margin-top: -24px;
  font-weight: 700;
  display: grid;
  gap: 24px;
  text-align: left;
}
#overview .lead_wrap .member_wrap dl dd .name {
  font-size: 20px;
  line-height: 1;
}

/* 05／お問い合わせ */
#contact .title {
  --num-letterspace: 60;
}
#contact .inner_wrap {
  --mt-img: 72;
  --mb-img: 20;
}
#contact .inner_wrap .lead_wrap {
  gap: 26px;
}
#contact .inner_wrap .lead_wrap a.modal-open {
  cursor: pointer;
  display: block;
  background: var(--col-green-main);
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 20px 24px;
  border-radius: 3px;
  text-align: left;
  position: relative;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
#contact .inner_wrap .lead_wrap a.modal-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  display: block;
  width: 10px;
  height: 20px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow.svg);
          mask-image: url(../_img/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (hover: hover) {
  #contact .inner_wrap .lead_wrap a.modal-open:hover {
    background: var(--col-green-light);
    color: var(--col-black);
  }
}

/* フッターとページアンカー */
footer {
  background: var(--col-black);
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  padding: 16px 16px 80px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  display: block;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.totop::before, .totop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask-image: url(../_img/block_up-base.svg);
          mask-image: url(../_img/block_up-base.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.totop::after {
  background: var(--col-green-main);
  -webkit-mask-image: url(../_img/block_up.svg);
          mask-image: url(../_img/block_up.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .totop:hover::before {
    background: var(--col-green-light);
  }
}

/* MicroModal スタイル */
/* base */
.modal {
  display: none;
}
.modal[aria-hidden=true] {
  display: none;
}
.modal[aria-hidden=false] {
  display: block;
}
.modal.is-open {
  display: block;
}
.modal .modal_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1000;
  padding: 50px 20px;
  overflow: auto;
}

/* コンテンツ部分・閉じるbtn */
.modal {
  /* アニメーション */
}
.modal .modal_container {
  background-color: #fff;
  border-radius: 6px;
  max-width: 1200px;
  width: 90%;
  padding: 20px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-animation: slideIn 0.3s ease forwards;
          animation: slideIn 0.3s ease forwards;
  position: relative;
}
.modal .modal_container .modal_close {
  position: absolute;
  top: -20px;
  right: -10px;
  border: solid 1px #ddd;
  border-radius: calc(infinity * 1px);
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  line-height: 1;
  outline: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.modal .modal_container .modal_close::before, .modal .modal_container .modal_close::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 1px;
  background: var(--col-black);
  -webkit-transform: center center;
          transform: center center;
  rotate: 45deg;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.modal .modal_container .modal_close::after {
  rotate: -45deg;
}
@media (hover: hover) {
  .modal .modal_container .modal_close:hover {
    background: var(--col-green-main);
  }
  .modal .modal_container .modal_close:hover::before, .modal .modal_container .modal_close:hover::after {
    background: #fff;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* === 閉じるとき === */
.modal {
  /* アニメーション */
}
.modal[aria-hidden=true] .modal_overlay {
  -webkit-animation: fadeOut 0.3s ease forwards;
          animation: fadeOut 0.3s ease forwards;
}
.modal[aria-hidden=true] .modal_container {
  -webkit-animation: slideOut 0.3s ease forwards;
          animation: slideOut 0.3s ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

/* アニメーション設定 */
.animation {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation.active {
  -webkit-animation-name: slideup;
          animation-name: slideup;
}

/* ／ MicroModal スタイル */
/* モーダル内iframe */
.modal_content {
  width: 100%;
}
.modal_content .form_area {
  width: 100%;
  height: 500px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear, height 0.03s ease-in;
  transition: opacity 0.3s ease, visibility 0s linear, height 0.03s ease-in; /* 非表示→表示の遅延 */
}
.modal_content .form_area.ready {
  visibility: visible;
  opacity: 1;
}

/* ／モーダル内iframe */
/* フォーム */
html:has(#mail_form),
body:has(#mail_form) {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; /* iOS Safariでのゴムスクロール抑止 */
  -webkit-overflow-scrolling: auto !important; /* 慣性スクロール無効 */
}

html:has(#mail_form) {
  overflow: hidden !important;
  position: relative;
}

body:has(#mail_form) {
  position: relative;
  overflow: hidden !important;
}

#mail_form {
  padding: 10px 10px 40px;
}
#mail_form.thanks {
  padding: 30px 10px;
}
#mail_form .form_title {
  font-size: 24px;
  color: var(--col-green-main);
  font-weight: 700;
}
#mail_form .form_title + p {
  width: 100%;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 24px;
}
#mail_form .form_title + p .alert {
  margin: 4px auto 0;
  display: block;
  font-size: 12px;
}
#mail_form .form_title + p .alert .large {
  font-size: 16px;
  color: var(--col-green-main);
  position: relative;
  top: 2px;
}
#mail_form .form_title + p.thanks {
  margin-bottom: 0;
}
#mail_form .formTable {
  width: 100%;
}
#mail_form .formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 15px;
}
#mail_form .formTable tr th {
  text-align: left;
  padding: 2px 10px;
  background-color: var(--col-green-bg);
  margin-bottom: 5px;
}
#mail_form .formTable tr th .require {
  color: var(--col-green-main);
  font-size: 14px;
}
#mail_form .formTable tr td {
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--col-black);
  text-align: left;
}
#mail_form .formTable tr td select,
#mail_form .formTable tr td textarea,
#mail_form .formTable tr td input {
  width: 100%;
  height: 2.4em;
  padding: 2px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
          box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#mail_form .formTable tr td select:focus,
#mail_form .formTable tr td textarea:focus,
#mail_form .formTable tr td input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px var(--col-green-main) inset;
          box-shadow: 0 0 0 2px var(--col-green-main) inset;
}
#mail_form .formTable tr td textarea {
  height: auto;
}
#mail_form .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#mail_form .btn_wrap input {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
  min-width: 240px;
  border-radius: 3px;
  border: solid 1px var(--col-green-main);
  background: var(--col-green-main);
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
@media (hover: hover) {
  #mail_form .btn_wrap input:hover {
    color: var(--col-green-main);
    background: #fff;
  }
}
#mail_form .btn_wrap input.back_btn {
  border: solid 1px var(--col-green-main);
  color: var(--col-green-main);
  background: #fff;
}
@media (hover: hover) {
  #mail_form .btn_wrap input.back_btn:hover {
    color: #fff;
    background: var(--col-green-main);
  }
}
#mail_form .error h1 {
  font-size: 24px;
  line-height: 1.4;
  color: var(--col-green-main);
  margin: 0 auto 10px;
}
#mail_form .error h1 + p {
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 20px;
}
#mail_form .error .error_message_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto 30px;
  font-size: 15px;
}
#mail_form .error .error_message_wrap .error_messe {
  color: rgb(209, 37, 37);
}

#outer {
  display: block;
}

/* ／フォーム */
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 90px;
  }
  body {
    min-width: 768px;
  }
  .section {
    padding: 50px 15px 140px;
  }
  /* MV */
  #mainvisual {
    padding: 70px 0 80px;
  }
  #mainvisual .content_wrap {
    position: relative;
    max-width: none;
  }
  #mainvisual .content_wrap h1 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  #mainvisual .content_wrap h1 .inner {
    border-width: 4px;
    padding: 5px 10px 7px;
    white-space: nowrap;
  }
  #mainvisual .content_wrap h1 .inner .large {
    font-size: 25px;
  }
  #mainvisual .content_wrap h1 .inner::after {
    content: "";
    margin-right: -0.18em;
  }
  #mainvisual .content_wrap h1 .logo {
    width: 100%;
    max-width: 566px;
  }
  #mainvisual .content_wrap .visual {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  #mainvisual .content_wrap .visual img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainvisual .content_wrap .mv_nav {
    display: block;
    height: auto;
    margin-top: 32px;
  }
  #mainvisual .content_wrap .mv_nav .menu {
    width: 100%;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul {
    max-width: 962px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-template-rows: auto auto;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li a {
    --num-letterspace: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 20px;
    letter-spacing: calc(var(--num-letterspace) / 1000 * 1em);
    border-radius: 3px;
    margin: -2px -4px;
    padding: 2px 4px;
    -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
    transition: background 0.2s ease-in, color 0.2s ease-in;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li a .img {
    width: 60px;
  }
  /* ／ MV */
  /*固定ナビ*/
  /*／固定ナビ*/
  /*共通*/
  /* 01／想い */
  /* 02／できること */
  /* 03／支援していること */
  /* 04／私たちについて */
  /* 05／お問い合わせ */
  /* フォーム */
  /* ／フォーム */
  /* ／pc end */
}
@media screen and (min-width: 769px) and (hover: hover) {
  #mainvisual .content_wrap .mv_nav .menu > ul li a:hover {
    color: #fff;
    background: var(--col-green-light-transp);
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: start;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(1) a {
    --num-letterspace: 300;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(2) a {
    --num-letterspace: 160;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(3) a {
    --num-letterspace: 30;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(4) a {
    --num-letterspace: 40;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(5) {
    grid-column: 4/5;
    grid-row: 1/2;
    justify-self: end;
  }
  #mainvisual .content_wrap .mv_nav .menu > ul li:nth-child(5) a {
    --num-letterspace: 60;
  }
  body:has(#nav_wrap #nav input:checked) {
    overflow: auto;
  }
  #nav_wrap {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.2);
            box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.2);
    height: 90px;
    width: 100%;
    display: block;
    max-width: none;
  }
  #nav_wrap nav {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 1080px;
    height: 90px;
    margin: auto;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 32px;
    padding: 0 20px;
    /* checkbox不使用時*/
    /* ／checkbox不使用時*/
  }
  #nav_wrap nav input,
  #nav_wrap nav label {
    display: none;
  }
  #nav_wrap nav .logo {
    width: 206px;
    margin: 0;
    pointer-events: all;
    opacity: 1;
  }
  #nav_wrap nav input + label + .menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin: auto;
    background: #fff !important;
  }
  #nav_wrap nav input:checked + label + .menu {
    background: transparent;
  }
  #nav_wrap nav .menu .bg {
    width: auto;
    background: transparent;
  }
  #nav_wrap nav .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 0 0 0 auto;
  }
  #nav_wrap nav .menu ul li {
    width: auto;
  }
  #nav_wrap nav .menu ul li::after {
    display: none;
  }
  #nav_wrap nav .menu ul li a {
    gap: 6px;
    font-size: 16px;
    position: relative;
    width: auto;
    height: auto;
    padding: 2px 4px;
    margin: -2px -4px;
    border-radius: 2px;
  }
  #nav_wrap nav .menu ul li a .img {
    width: 30px;
  }
  #nav_wrap {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
  #nav_wrap.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  #nav_wrap.active nav {
    border-bottom: none;
  }
  main .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  main .title .title_number {
    width: 200px;
  }
  main .title .title_main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main .title .title_main .main {
    text-align: right;
    font-size: 66px;
    line-height: 1.4;
  }
  main .title .title_main .en {
    font-size: 26px;
  }
  main .title.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main .title.reverse .title_number {
    width: 200px;
  }
  main .title.reverse .title_main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .title.reverse .title_main .main {
    text-align: left;
    line-height: 1.4;
  }
  main .inner_wrap {
    padding: 0 20px;
    --mt-img: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  main .inner_wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main .inner_wrap .img_wrap {
    width: calc(100% - 520px);
    margin-bottom: auto;
  }
  main .inner_wrap .lead_wrap {
    width: 520px;
    text-align: left;
    gap: 36px;
  }
  main .inner_wrap .lead_wrap .lead_title {
    font-size: 26px;
    line-height: 1.1538461538;
  }
  main .inner_wrap .lead_wrap .lead {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  #purpose .inner_wrap {
    --mt-img: 77;
  }
  #service .inner_wrap {
    --mt-img: 95;
  }
  #service .inner_wrap .lead_wrap ul.lead_list {
    gap: 56px;
  }
  #service .inner_wrap .lead_wrap ul.lead_list > li .lead_title {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  #service .inner_wrap .lead_wrap ul.lead_list > li .list_title {
    font-size: 15px;
    margin-left: 0;
  }
  #service .inner_wrap .lead_wrap ul.lead_list > li ul.nakaguro_list {
    font-size: 15px;
    line-height: 2;
    margin-left: 0;
  }
  #case .inner_wrap {
    --mt-img: 100;
  }
  #case .inner_wrap .lead_wrap ul.lead_list > li .title_group {
    display: grid;
    gap: 8px;
  }
  #case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  #case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap .title_category {
    font-size: 13px;
    margin: 0;
    padding: 1px 12px 2px;
    font-weight: 700;
  }
  #case .inner_wrap .lead_wrap ul.lead_list > li .title_group .title_wrap .title_user {
    font-size: 14px;
  }
  #case .inner_wrap .lead_wrap ul.lead_list > li .title_group .lead_title {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  #overview .inner_wrap {
    --mt-img: 0;
  }
  #overview .lead_wrap {
    gap: 80px;
  }
  #overview .lead_wrap .sub_title {
    font-size: 26px;
    line-height: normal;
  }
  #overview .lead_wrap .office_wrap dl {
    gap: 24px;
  }
  #overview .lead_wrap .office_wrap dl dt {
    font-size: 14px;
    font-weight: 700;
  }
  #overview .lead_wrap .office_wrap dl dd {
    font-size: 15px;
    line-height: 2;
    margin-top: -16px;
    padding-left: 0.3em;
  }
  #overview .lead_wrap .member_wrap h3 {
    margin-bottom: -32em;
  }
  #overview .lead_wrap .member_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: flex-start;
    gap: 40px;
  }
  #overview .lead_wrap .member_wrap dl dt {
    font-size: 14px;
    font-weight: 700;
  }
  #overview .lead_wrap .member_wrap dl dd {
    margin-top: -24px;
    gap: 24px;
  }
  #overview .lead_wrap .member_wrap dl dd .name {
    font-size: 22px;
  }
  #contact .inner_wrap {
    --mt-img: 0;
  }
  #contact .inner_wrap .lead_wrap {
    gap: 40px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  #contact .inner_wrap .lead_wrap .lead {
    font-size: 26px;
  }
  #contact .inner_wrap .lead_wrap a.modal-open {
    max-width: 300px;
    font-size: 16px;
    padding: 11px 20px;
  }
  #contact .inner_wrap .lead_wrap a.modal-open::after {
    top: calc(50% - 7.5px);
    right: 20px;
    width: 9px;
    height: 15px;
  }
  .totop {
    display: none;
  }
  #mail_form {
    padding: 20px 20px 40px;
  }
  #mail_form.thanks {
    padding: 40px 20px;
  }
  #mail_form .content_wrap {
    max-width: 800px;
  }
  #mail_form .form_title {
    font-size: 30px;
  }
  #mail_form .form_title + p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  #mail_form .form_title + p .alert {
    font-size: 13px;
  }
  #mail_form .form_title + p.thanks {
    margin-bottom: 0;
  }
  #mail_form .formTable tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 15px;
  }
  #mail_form .formTable tr th {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mail_form .formTable tr td {
    width: calc(100% - 200px);
  }
}/*# sourceMappingURL=style.css.map */