@charset "UTF-8";
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-word; }

ul, ol {
  padding-left: 0; }

li {
  margin-left: 0;
  /* 各li要素のマージンを0にする */
  margin-bottom: 0;
  /* 各li要素のマージンを0にする */ }

.grecaptcha-badge {
  visibility: hidden; }

html {
  color: #212836;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word; }

body {
  background: #fff;
  margin: 0; }

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

a {
  text-decoration: none; }
  @media screen and (min-width: 782px) {
    a {
      transition: .3s ease-in-out; } }

section {
  margin: 0; }
  @media screen and (min-width: 782px) {
    section {
      margin: 0 auto; } }

[data-has-sidebar=false] .c-entry__content > .alignfull:not(.hero) {
  margin: 0; }
  @media screen and (min-width: 782px) {
    [data-has-sidebar=false] .c-entry__content > .alignfull:not(.hero) {
      margin: 0 auto; } }

section > .inner-box-s {
  padding: 0 5%;
  margin: 0 auto; }
  @media screen and (min-width: 782px) {
    section > .inner-box-s {
      padding: 0 18%;
      /*max-width: 1100px;*/ } }

section > .inner-box-m {
  padding: 0 5%;
  margin: 0 auto; }
  @media screen and (min-width: 782px) {
    section > .inner-box-m {
      padding: 0 10%; } }

section.plan > .inner-box-m {
  padding: 0 5%;
  margin: 0 auto; }
  @media screen and (min-width: 782px) {
    section.plan > .inner-box-m {
      padding: 0 12%; } }

.home h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 782px) {
    .home h2 {
      font-size: 2rem; } }

@media screen and (min-width: 782px) {
  .pdg-b {
    padding-bottom: 40px; } }

.pdg-t20 {
  padding-top: 1rem; }
  @media screen and (min-width: 782px) {
    .pdg-t20 {
      padding-top: 20px; } }

@media screen and (min-width: 782px) {
  .pdg-t {
    padding-top: 40px; } }

@media screen and (min-width: 782px) {
  .mrg-t60 {
    margin-top: 60px; } }

@media screen and (min-width: 782px) {
  .mrg-b {
    margin-bottom: 20px; } }

.home .c-section {
  padding-top: 0;
  padding-bottom: 0; }

.home .c-container {
  padding-left: 0;
  padding-right: 0; }

.home [data-has-sidebar=false] .c-entry__content > .alignfull {
  margin-left: 0;
  margin-right: 0; }

.pc_only {
  display: none; }
  @media screen and (min-width: 782px) {
    .pc_only {
      display: block; } }

.bold {
  font-weight: bold; }

.f-ba {
  font-family: 'Barlow', 'Noto Sans JP'; }

.u-until-md {
  display: none; }
  @media screen and (max-width: 768px) {
    .u-until-md {
      display: block; } }

.u-from-tab {
  display: block; }
  @media screen and (max-width: 768px) {
    .u-from-tab {
      display: none; } }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media screen and (max-width: 1024px) {
  .l-contents {
    margin-top: 50px; } }

.c-btn01 {
  background: -webkit-linear-gradient(left, #0BD79B, #00E6A2);
  background: -o-linear-gradient(left, #0BD79B, #00E6A2);
  background: linear-gradient(to right, #0BD79B, #00E6A2);
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  border-radius: 555px;
  padding: 4px 50px;
  /*max-width: 320px;*/
  min-height: 60px;
  font-size: 20px;
  text-decoration: none;
  filter: brightness(1);
  transition: filter 0.3s; }
  .c-btn01:hover {
    filter: brightness(1.2); }

.c-btn01.clrr {
  background: #FA4F20; }

.c-btn01.pc {
  font-size: 15px; }

.js-fade-up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.js-fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.js-fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.js-fade-time {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 800ms; }

.js-fade-up02 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.js-fade-right02 {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.js-fade-left02 {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

@keyframes zoom {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.zoom-animation {
  animation: zoom 5s 0s forwards; }

@media screen and (min-width: 782px) {
  header .l-header .c-site-branding__title .custom-logo {
    width: 170px; } }
@media screen and (min-width: 782px) {
  header .l-header .c-header-content .cta-area {
    max-width: 407px;
    margin-left: 20px; } }
header .l-header .c-header-content .cta-area .c-btn01.small {
  font-size: 16px;
  /*max-width: 212px;*/
  min-height: 56px; }

body.home .p-global-nav .c-navbar__item > a > span {
  color: #ffffff; }

body.home .p-drop-nav .p-global-nav .c-navbar__item > a > span {
  color: #212836; }

body:not(.home) .p-global-nav .c-navbar__item > a > span {
  color: #212836 !important; }

.c-drawer {
  background: #ffffff; }
  .c-drawer .l-contact {
    padding: 80px 0;
    color: #212836;
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative; }
    .c-drawer .l-contact::before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(2, 30, 52, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: none; }
    @media screen and (max-width: 1380px) {
      .c-drawer .l-contact {
        padding: 80px 0; } }
    .c-drawer .l-contact .inner {
      width: 100%;
      max-width: 1900px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2; }
    .c-drawer .l-contact .ttl {
      font-size: 54px;
      font-weight: bold;
      /*font-family: 'Barlow', 'Noto Sans JP';*/
      text-align: center;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: 10px; }
    .c-drawer .l-contact .subttl {
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 35px;
      display: block; }
    .c-drawer .l-contact__txt {
      font-size: 16px;
      text-align: center;
      margin-bottom: 45px;
      line-height: 1.5; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__txt {
          font-size: 16px; } }
    .c-drawer .l-contact__frame {
      display: flex;
      justify-content: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__frame {
          flex-direction: column;
          margin-bottom: 40px; } }
    .c-drawer .l-contact__tel {
      display: flex;
      align-items: center;
      height: 100px;
      flex: 1; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__tel {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 25px; } }
      .c-drawer .l-contact__tel .ttl {
        font-size: 30px;
        /*font-family: 'Raleway', sans-serif;*/
        text-align: left;
        font-weight: bold; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel .ttl {
            margin-bottom: 0; } }
      .c-drawer .l-contact__tel .subttl {
        font-size: 15px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel .subttl {
            margin-left: 5px; } }
      .c-drawer .l-contact__tel-first {
        border-right: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding-right: 1.5rem; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-first {
            flex-direction: row;
            border-right: none;
            border-bottom: 1px solid #ddd;
            width: 100%;
            justify-content: flex-start;
            align-items: flex-end;
            padding-bottom: 10px; } }
      .c-drawer .l-contact__tel-second {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-left: 30px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-second {
            padding-left: 0;
            padding-top: 15px;
            width: 100%; } }
      .c-drawer .l-contact__tel-link {
        font-family: 'Roboto', sans-serif;
        font-size: 38px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-link {
            font-size: 28px; } }
      .c-drawer .l-contact__tel-open {
        font-size: 12px;
        text-align: center; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-open {
            font-size: 12px; } }
    .c-drawer .l-contact__mail {
      display: flex;
      align-items: center;
      height: 100px;
      flex: 1; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__mail {
          flex-direction: column;
          align-items: flex-start; } }
      .c-drawer .l-contact__mail .ttl {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
        text-align: left;
        font-weight: bold; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail .ttl {
            margin-bottom: 0; } }
      .c-drawer .l-contact__mail .subttl {
        font-size: 15px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail .subttl {
            margin-left: 5px; } }
      .c-drawer .l-contact__mail-first {
        border-right: 1px solid #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding-right: 15px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-first {
            flex-direction: row;
            border-right: none;
            border-bottom: 1px solid #ffffff;
            width: 100%;
            justify-content: flex-start;
            align-items: flex-end;
            padding-bottom: 10px; } }
      .c-drawer .l-contact__mail-second {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70px;
        margin-left: 30px;
        background: #ffffff;
        transition: ease .2s; }
        .c-drawer .l-contact__mail-second:hover {
          background-position: 0; }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-link {
            max-height: 70px;
            color: #ffffff;
            background: -webkit-linear-gradient(left, #5ac1eb, #003399);
            background: -o-linear-gradient(left, #5ac1eb, #003399);
            background: linear-gradient(to right, #5ac1eb, #003399); }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-icon {
            filter: brightness(0) invert(1); }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-arrow {
            filter: brightness(0) invert(1); }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-second {
            margin-left: 0;
            margin-top: 15px;
            width: 100%;
            height: 60px; } }
      .c-drawer .l-contact__mail-link {
        font-size: 16px;
        color: #008bd0;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 25px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-link {
            padding: 15px;
            width: 100%;
            font-size: 14px; } }
      .c-drawer .l-contact__mail-icon {
        width: 17.5px;
        object-fit: contain;
        margin-right: 10px; }
      .c-drawer .l-contact__mail-arrow {
        width: 7px;
        object-fit: contain;
        margin-left: 66px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-arrow {
            margin-left: auto; } }

/*sp-nav*/
#drawer-nav {
  background-color: #ffffff;
  color: #212836; }

.c-fluid-container {
  padding-left: 5%; }

.c-drawer__controls .c-hamburger-btn__bar,
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:first-of-type,
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(3) {
  background-color: #fff; }

.drawer-nav-logo {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.07em; }

.c-drawer__menu {
  font-size: 0.9rem;
  padding: 20px 4% 0 !important; }

.c-drawer__item {
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  padding: 12px 0 !important; }

.c-drawer__item:first-of-type {
  border-top: 1px solid #ddd; }

.sp-nav-logo {
  display: block;
  text-align: center; }

.c-drawer__submenu[aria-hidden=false] {
  margin-top: 0; }

.c-drawer__subitem {
  font-size: 14px;
  padding: 2px 0; }

.c-drawer__subitem > a {
  padding-left: 13px; }

.c-drawer__subitem > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(-45deg); }

.c-drawer__subitem:last-child {
  padding-bottom: 14px; }

.c-drawer a.c-btn01 {
  color: #ffffff; }

.sp-nav-bottom {
  position: relative;
  padding: 20px 4% 0; }

.sp-contact-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .sp-contact-wrap .header-btn {
    flex-basis: 50%;
    color: #000 !important; }

.sp-contact-wrap .header-btn span {
  display: block;
  margin-top: 35px;
  line-height: 10px;
  font-weight: 300; }

/*sp-navここまで*/
/*sp-nav ハンバーガー*/
@media (max-width: 63.99em) {
  .l-header:not(.l-header--left) .c-row__col.u-invisible-lg-up {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    width: 50px;
    height: 50px; }

  .c-hamburger-btn {
    background: -webkit-linear-gradient(left, #0BD79B, #00E6A2);
    background: -o-linear-gradient(left, #0BD79B, #00E6A2);
    background: linear-gradient(to right, #0BD79B, #00E6A2);
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px; }

  .c-hamburger-btn__bars {
    height: 10px; }

  .c-hamburger-btn__bar {
    height: 3px; }

  .c-hamburger-btn__bar:nth-of-type(2) {
    display: none; }

  .c-hamburger-btn__bar:nth-of-type(3) {
    top: auto;
    bottom: 0; }

  .l-header .c-hamburger-btn__bar {
    background-color: #fff; }

  .c-hamburger-btn__label {
    padding-top: 4px;
    font-family: 'Barlow', 'Noto Sans JP';
    font-weight: 400; }

  .c-drawer__controls {
    padding: 0 !important;
    right: 0 !important; } }
/*sp-nav ハンバーガーここまで*/
.home .hero {
  margin-top: -52px;
  height: 86vh;
  position: relative;
  max-width: 1920px;
  background: url(https://web.mf-produce.com/wp-content/uploads/2024/07/mv-sp.jpg) no-repeat;
  background-size: cover; }
  @media screen and (min-width: 782px) {
    .home .hero {
      background: url(https://web.mf-produce.com/wp-content/uploads/2024/07/mv.jpg) no-repeat;
      margin-top: -5px;
      background-size: cover; } }
  .home .hero .inner-hero {
    position: absolute;
    top: 42%;
    left: 5%;
    right: 5%;
    margin: 0 5%; }
    @media screen and (min-width: 782px) {
      .home .hero .inner-hero {
        top: 42%;
        left: 10%; } }
    .home .hero .inner-hero h2 {
      background-color: transparent;
      border-left: none;
      padding: 0; }
    .home .hero .inner-hero .ttl-l {
      color: #ffffff;
      line-height: 1.4;
      letter-spacing: 0.22rem;
      font-size: 30px; }
      @media screen and (min-width: 782px) {
        .home .hero .inner-hero .ttl-l {
          font-size: 56px; } }
    .home .hero .inner-hero .accent-clr {
      color: #00A886;
      font-weight: bold; }
    .home .hero .inner-hero .small-sz {
      font-size: 31px; }
      @media screen and (min-width: 782px) {
        .home .hero .inner-hero .small-sz {
          font-size: 57px; } }
    .home .hero .inner-hero .sub-ttl {
      font-size: 16px;
      color: #ffffff;
      line-height: 1.6;
      letter-spacing: 0.1rem; }
      @media screen and (min-width: 782px) {
        .home .hero .inner-hero .sub-ttl {
          font-size: 20px;
          line-height: 2.1; } }

.home .service-menu {
  background-color: #00A886;
  padding: 30px 0; }
  @media screen and (min-width: 782px) {
    .home .service-menu {
      padding: 60px 0; } }
  .home .service-menu .service-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 0 1rem;
    list-style-type: none; }
    @media screen and (min-width: 782px) {
      .home .service-menu .service-items {
        flex-flow: row wrap;
        align-items: stretch; } }
    .home .service-menu .service-items .service-item {
      background: #ffffff;
      width: 100%;
      padding: 0 0.5em;
      flex: 1;
      border: 2px solid #212836;
      border-radius: 8px;
      text-align: center;
      margin-top: 1rem; }
      @media screen and (min-width: 782px) {
        .home .service-menu .service-items .service-item {
          width: 30%;
          margin-top: 0; } }
      .home .service-menu .service-items .service-item img {
        max-width: 30%;
        padding: 8px 0; }
      .home .service-menu .service-items .service-item p {
        font-weight: bold; }
    .home .service-menu .service-items .item-flex {
      display: flex;
      flex-grow: 1;
      flex-flow: row nowrap;
      align-items: center;
      gap: 1rem; }
  @media screen and (max-width: 782px) {
    .home .service-menu .items02 {
      margin-top: 0; } }

.home .concept {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 5%; }
  @media screen and (min-width: 782px) {
    .home .concept {
      padding: 200px 0 130px;
      margin: 0 !important; } }
  .home .concept::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #F3F6FA;
    top: 0;
    left: 0;
    z-index: -1; }
  .home .concept h2.ttl-m {
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 782px) {
      .home .concept h2.ttl-m {
        font-size: 2.6rem;
        letter-spacing: 0.13em; } }
  .home .concept h2.ttl-normal {
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 782px) {
      .home .concept h2.ttl-normal {
        font-size: 2rem; } }
  .home .concept .strong-box {
    margin-top: 60px; }
    @media screen and (min-width: 782px) {
      .home .concept .strong-box {
        margin-top: 100px; } }

.home .plan {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 0; }
  @media screen and (min-width: 782px) {
    .home .plan {
      padding: 130px 0; } }
  .home .plan::before {
    content: 'Plan';
    position: absolute;
    color: #ffffff;
    font-family: 'Barlow', 'Noto Sans JP';
    display: block;
    letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 5rem;
    top: -11px;
    left: 2%; }
    @media screen and (min-width: 782px) {
      .home .plan::before {
        font-size: 12.5rem;
        left: 50px;
        top: -70px;
        text-shadow: none; } }
  .home .plan::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #F3F6FA;
    top: 0;
    left: 0;
    z-index: -1; }
  @media screen and (min-width: 782px) {
    .home .plan .plan-cards .plan-box01 .wp-block-column, .home .plan .plan-cards .plan-box02 .wp-block-column {
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 782px) {
    .home .plan .plan-cards .plan-box02 {
      padding: 0 17%;
      margin-top: 60px; } }
  .home .plan .plan-cards .plan-card {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    margin: 20px auto; }
    .home .plan .plan-cards .plan-card .header {
      text-align: center;
      margin-bottom: 20px; }
      .home .plan .plan-cards .plan-card .header .highlight {
        display: inline-block;
        background: #FAF221;
        padding: 10px 20px;
        font-weight: bold;
        position: absolute;
        max-width: 80%;
        margin: auto;
        top: -4%;
        text-align: center;
        right: 0;
        left: 0;
        font-size: 14px; }
        @media screen and (min-width: 782px) {
          .home .plan .plan-cards .plan-card .header .highlight {
            top: -6%; } }
      .home .plan .plan-cards .plan-card .header .plan-title {
        font-size: 1.5rem;
        margin: 30px 0 10px; }
      .home .plan .plan-cards .plan-card .header .price {
        font-size: 2.6rem;
        color: #cc0000;
        margin: 0;
        font-weight: bold;
        line-height: 1.5; }
        .home .plan .plan-cards .plan-card .header .price .small {
          font-size: 0.8rem; }
        .home .plan .plan-cards .plan-card .header .price .clrb {
          color: #212836; }
      .home .plan .plan-cards .plan-card .header .note {
        font-size: 0.8rem;
        color: #212836;
        border-bottom: 1px solid #ddd; }
    .home .plan .plan-cards .plan-card .features {
      list-style: none;
      padding: 0;
      margin: 0; }
      .home .plan .plan-cards .plan-card .features .feature {
        display: flex;
        align-items: center;
        font-size: 1rem;
        margin: 8px 0; }
        .home .plan .plan-cards .plan-card .features .feature .icon {
          width: 20px;
          height: 20px;
          margin-right: 8px;
          background-size: cover; }
          .home .plan .plan-cards .plan-card .features .feature .icon.check {
            background-image: url("http://web.mf-produce.com/wp-content/uploads/2024/07/check_circle.png"); }
          .home .plan .plan-cards .plan-card .features .feature .icon.cross {
            background-image: url("http://web.mf-produce.com/wp-content/uploads/2024/07/cance.png"); }
        .home .plan .plan-cards .plan-card .features .feature.disabled {
          /*color: #ccc;*/ }
    .home .plan .plan-cards .plan-card .additional-info {
      margin: 20px 0;
      font-size: 0.9rem; }
      .home .plan .plan-cards .plan-card .additional-info .info-title {
        background: #EFEFEF;
        padding: 4px;
        font-weight: bold;
        text-align: center; }
      .home .plan .plan-cards .plan-card .additional-info ul {
        padding-left: 20px;
        margin: 0; }
        .home .plan .plan-cards .plan-card .additional-info ul li {
          margin-bottom: 5px; }
    .home .plan .plan-cards .plan-card .delivery-time {
      text-align: center;
      font-size: 1rem;
      font-weight: bold; }
      .home .plan .plan-cards .plan-card .delivery-time .delivery-title {
        background: #EFEFEF;
        padding: 4px;
        margin-bottom: 5px; }

.home .operation {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 0; }
  @media screen and (min-width: 782px) {
    .home .operation {
      padding: 130px 0;
      margin: 0 !important; } }
  .home .operation::before {
    content: 'Support';
    position: absolute;
    color: #F3F6FA;
    font-family: 'Barlow', 'Noto Sans JP';
    display: block;
    letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 5rem;
    top: -11px;
    left: 2%; }
    @media screen and (min-width: 782px) {
      .home .operation::before {
        font-size: 12.5rem;
        left: 50px;
        top: -70px;
        text-shadow: none; } }
  .home .operation .consulting-container {
    background-color: #F3F6FA;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .home .operation .title {
    color: #00A886;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1; }
  .home .operation .service-name {
    font-size: 20px;
    margin: 0; }
  .home .operation .price {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212836; }
  .home .operation .service-details {
    list-style: none;
    padding: 0;
    margin: 0; }
  .home .operation .service-details li {
    margin: 0;
    font-size: 16px;
    position: relative;
    padding-left: 20px; }
  .home .operation .service-details li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #212836; }

@media screen and (min-width: 782px) {
  .home section.operation .inner-box-s {
    margin-top: 0; } }

.home .flow {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 0; }
  @media screen and (min-width: 782px) {
    .home .flow {
      padding: 130px 0;
      margin: 0 !important; } }
  .home .flow::before {
    content: 'FLow';
    position: absolute;
    color: #F3F6FA;
    font-family: 'Barlow', 'Noto Sans JP';
    display: block;
    letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 5rem;
    top: -11px;
    left: 2%; }
    @media screen and (min-width: 782px) {
      .home .flow::before {
        font-size: 12.5rem;
        left: 50px;
        top: -70px;
        text-shadow: none; } }
  .home .flow .flow-steps .content-container {
    padding: 0 0 20px;
    width: 100%;
    border-radius: 8px;
    background: #f5f5f5; }
    .home .flow .flow-steps .content-container .ttl-flow {
      font-family: 'Barlow', 'Noto Sans JP';
      background-color: #34373E;
      padding: 10px;
      color: #ffffff; }
    .home .flow .flow-steps .content-container p {
      padding: 0 20px; }
    .home .flow .flow-steps .content-container a.c-btn01 {
      width: 80%;
      margin: 20px auto; }

.faq {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 0; }
  @media screen and (min-width: 782px) {
    .faq {
      padding: 130px 0;
      margin: 0 !important; } }
  .faq::before {
    content: 'Faq';
    position: absolute;
    color: #F3F6FA;
    font-family: 'Barlow', 'Noto Sans JP';
    display: block;
    letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 5rem;
    top: -11px;
    left: 2%; }
    @media screen and (min-width: 782px) {
      .faq::before {
        font-size: 12.5rem;
        left: 50px;
        top: -70px;
        text-shadow: none; } }
  .faq .accordion-item {
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-top: 0 !important;
    padding: 0; }
    .faq .accordion-item:first-child {
      border-top: 1px solid #ddd; }
    .faq .accordion-item .accordion-title {
      font-size: 1.1rem;
      font-weight: bold;
      cursor: pointer;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 782px) {
        .faq .accordion-item .accordion-title {
          font-size: 1.2rem;
          padding: 1.6rem; } }
      .faq .accordion-item .accordion-title:hover {
        background-color: white; }
      .faq .accordion-item .accordion-title .js-group01 {
        max-width: 86%; }
        @media screen and (min-width: 782px) {
          .faq .accordion-item .accordion-title .js-group01 {
            max-width: 100%; } }
      .faq .accordion-item .accordion-title .plus-icon {
        width: 20px;
        height: 20px;
        position: relative; }
        .faq .accordion-item .accordion-title .plus-icon::before, .faq .accordion-item .accordion-title .plus-icon::after {
          content: '';
          position: absolute;
          background-color: #212836;
          transition: transform 0.2s; }
        .faq .accordion-item .accordion-title .plus-icon::before {
          width: 100%;
          height: 2px;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
        .faq .accordion-item .accordion-title .plus-icon::after {
          width: 2px;
          height: 100%;
          left: 50%;
          top: 0;
          transform: translateX(-50%); }
      .faq .accordion-item .accordion-title.open .plus-icon::after {
        transform: translateX(-50%) rotate(90deg); }
      .faq .accordion-item .accordion-title.open, .faq .accordion-item .accordion-title.active {
        color: #212836; }
    .faq .accordion-item .accordion-content {
      display: none;
      padding: 2rem;
      background: #efefef;
      margin-top: 1rem; }
      .faq .accordion-item .accordion-content.open {
        display: block; }
    .faq .accordion-item ul {
      margin: 1rem 0; }
      .faq .accordion-item ul li {
        margin-left: 26px; }

.home .subsidy {
  background-color: #EFEFEF;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 60px 0; }
  @media screen and (min-width: 782px) {
    .home .subsidy {
      padding: 130px 0;
      margin: 0 !important; } }
  @media screen and (min-width: 782px) {
    .home .subsidy .subsidy-columns {
      padding-top: 40px; } }
  .home .subsidy .subsidy-columns .is-layout-flow > p {
    margin: 10px 0 !important; }
  .home .subsidy .subsidy-columns .wp-block-column:last-child {
    padding-top: 40px; }
  .home .subsidy .subsidy-columns img {
    max-width: 90%;
    margin: 0 auto; }
  .home .subsidy .subsidy-columns ul {
    list-style: none; }
    @media screen and (min-width: 782px) {
      .home .subsidy .subsidy-columns ul {
        list-style-type: disc; } }

.home .contact-us .wp-block-columns {
  gap: 0; }
.home .contact-us .contact-img-box {
  background-image: url("https://web.mf-produce.com/wp-content/uploads/2024/07/contact-bg.jpg");
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 782px) {
    .home .contact-us .contact-img-box {
      background-position: -5% 30%; } }
  .home .contact-us .contact-img-box h3 {
    osition: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    color: #ffffff;
    font-size: 2.125rem; }
    @media screen and (min-width: 782px) {
      .home .contact-us .contact-img-box h3 {
        font-size: 7.5rem; } }
.home .contact-us .contact-text-box {
  background-color: #1E2A38;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 75px 45px;
  z-index: 1; }
  @media screen and (min-width: 782px) {
    .home .contact-us .contact-text-box {
      width: 100%;
      padding: 90px 40px;
      margin-top: 0; } }
  .home .contact-us .contact-text-box h2 {
    font-size: 1.25rem; }
    @media screen and (min-width: 782px) {
      .home .contact-us .contact-text-box h2 {
        font-size: 2rem;
        letter-spacing: 0; } }
  .home .contact-us .contact-text-box img {
    max-width: 32px;
    width: 32px;
    height: auto; }
    @media screen and (min-width: 782px) {
      .home .contact-us .contact-text-box img {
        max-width: 58px; } }
  @media screen and (min-width: 782px) {
    .home .contact-us .contact-text-box .sentence {
      margin: 0 20%; } }

footer.l-footer {
  border: none;
  background-color: #ffffff; }
  @media screen and (min-width: 782px) {
    footer.l-footer .c-row__col.c-row__col--lg-1-2 {
      padding: 0 10%;
      --_item-width: 100%; } }
  footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-left {
    text-align: center; }
    @media screen and (min-width: 782px) {
      footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-left {
        text-align: left; } }
    footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-left img {
      max-width: 200px;
      margin: auto; }
      @media screen and (min-width: 782px) {
        footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-left img {
          margin: 0; } }
  footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-right {
    flex-basis: 100%; }
    @media screen and (min-width: 782px) {
      footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-right {
        flex-basis: 40%; } }
    footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-right .widget_nav_menu ul.menu {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 782px) {
        footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-right .widget_nav_menu ul.menu {
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: flex-end;
          justify-content: flex-end; } }
      footer.l-footer .c-row__col.c-row__col--lg-1-2 .inner-footer .footer-right .widget_nav_menu ul.menu a {
        padding: 10px 30px; }

.l-footer--default .c-copyright.c-copyright--inverse {
  background-color: #00A886;
  text-align: center; }
  @media screen and (min-width: 782px) {
    .l-footer--default .c-copyright.c-copyright--inverse {
      text-align: right; } }

/*TOP>ナビゲーションロゴサイズ調整*/
.c-site-branding__title{
	max-width:200px;
}
@media screen and (max-width: 768px) {
 c-site-branding__title{
	max-width:150px;
}
}