@charset "UTF-8";
/*
Theme Name: Moricre
Version: 0.0.1
Text Domain: Moricre
*/
html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
}

/* navi デフォルトのブレークポイントを変更 */
@media (min-width: 64em) {
  .wp-block-navigation__responsive-container.is-menu-open {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .wp-block-navigation__responsive-container-content {
    display: flex;
  }
}
@media (max-width: 63.9375em) {
  .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
a {
  text-decoration: none;
  transition: 0.2s;
}

/* button */
.wp-block-button__link,
.wp-block-read-more {
  min-width: 140px;
  position: relative;
  transition: 0.2s;
}
.wp-block-button__link::after,
.wp-block-read-more::after {
  border-right: 2px solid var(--wp--preset--color--white);
  border-top: 2px solid var(--wp--preset--color--white);
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.wp-block-button__link:hover,
.wp-block-read-more:hover {
  background: var(--wp--preset--color--custom-60-aa-23);
}

/* list */
.wp-block-aioseo-table-of-contents ul,
.list-green,
.list-orange {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-aioseo-table-of-contents ul li,
.list-green li,
.list-orange li {
  padding-top: 1.5em;
}
.wp-block-aioseo-table-of-contents ul li a,
.list-green li a,
.list-orange li a {
  display: block;
  margin-left: 0.8em;
  padding: 0.2em 1em 0 1.6em;
  position: relative;
}
@media (min-width: 64em) {
  .wp-block-aioseo-table-of-contents ul li a,
  .list-green li a,
  .list-orange li a {
    margin-left: 2.3em;
  }
}
.wp-block-aioseo-table-of-contents ul li a:hover,
.list-green li a:hover,
.list-orange li a:hover {
  color: var(--wp--preset--color--custom-333333);
  font-weight: bold;
  letter-spacing: 0.03em;
}
.wp-block-aioseo-table-of-contents ul li a::before,
.list-green li a::before,
.list-orange li a::before {
  content: "●";
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 0;
}
.wp-block-aioseo-table-of-contents ul li a::after,
.list-green li a::after,
.list-orange li a::after {
  border-right: 1px solid var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--white);
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 16px;
  transform: rotate(45deg);
  width: 6px;
}

.list-green > li:first-child,
.list-orange > li:first-child {
  padding-top: 0;
}

.wp-block-aioseo-table-of-contents ul a,
.list-green a {
  color: var(--wp--preset--color--custom-20842-f);
}
.wp-block-aioseo-table-of-contents ul a::before,
.list-green a::before {
  color: var(--wp--preset--color--custom-20842-f);
}

.list-orange a::before {
  color: var(--wp--preset--color--custom-e-79-a-2-d);
}

.wp-block-aioseo-table-of-contents > ul > li:first-child {
  padding-top: 0;
}

@media (min-width: 64em) {
  .wp-block-aioseo-table-of-contents {
    margin-bottom: 5em !important;
  }
}

/* toggle */
@media (max-width: 63.9375em) {
  .wp-block-accordion-item {
    margin-top: 0.95em;
  }
}

.wp-block-accordion-heading__toggle-icon {
  color: var(--wp--preset--color--white);
  margin-left: 0.3em;
  position: relative;
}
@media (min-width: 64em) {
  .wp-block-accordion-heading__toggle-icon {
    margin-left: 0.1em;
  }
}
.wp-block-accordion-heading__toggle-icon::after {
  border-right: 3px solid var(--wp--preset--color--custom-20842-f);
  border-top: 3px solid var(--wp--preset--color--custom-20842-f);
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s;
  width: 10px;
}
.is-open .wp-block-accordion-heading__toggle-icon::after {
  transform: rotate(90deg);
}
[open] .wp-block-accordion-heading__toggle-icon::after {
  transform: rotate(135deg);
}

.wp-block-accordion-heading__toggle-title {
  cursor: pointer;
}
@media (min-width: 64em) {
  .wp-block-accordion-heading__toggle-title {
    padding-left: 1.6em;
  }
}

.list-cont {
  border-bottom: 1px solid #bbb;
  padding-bottom: var(--wp--preset--spacing--small);
}
.list-cont .wp-block-accordion-item {
  border-top: 1px solid #bbb;
  margin-top: var(--wp--preset--spacing--small);
}
.list-cont .wp-block-accordion-heading__toggle-title {
  color: var(--wp--preset--color--custom-20842-f);
  font-size: var(--wp--preset--font-size--custom-2);
  list-style-type: none;
  padding-left: 1.6em;
  padding-top: var(--wp--preset--spacing--small);
  position: relative;
}
.list-cont .wp-block-accordion-heading__toggle-icon::after {
  left: -1.6em;
}

.home .header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1179px) {
  .header p br {
    display: none;
  }
}

@media (max-width: 63.9375em) {
  .wp-block-site-logo,
  .footer-logo {
    max-width: 180px;
  }
}
/* Search */
.wp-block-search__inside-wrapper {
  align-items: center;
  background: #ebebeb;
  border: none;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 190px;
  z-index: 1;
}
@media (min-width: 48em) {
  .wp-block-search__inside-wrapper {
    width: 240px;
  }
}
.home .wp-block-search__inside-wrapper {
  background: #fff;
}

.wp-block-search__input {
  background: #ebebeb;
  padding: 0 0 0 1em;
  right: 0;
}
.wp-block-search__input::placeholder {
  color: #60aa23;
}
.home .wp-block-search__input {
  background: #fff;
}

.search-icon {
  color: #60aa23;
  margin-top: -0.2em;
  transform: rotate(270deg);
}

.wp-block-search__button {
  background: transparent;
  padding: 0;
}

/* Gnavi */
@media (max-width: 63.9375em) {
  /* SP */
  .wp-block-navigation__responsive-container-close {
    color: var(--wp--preset--color--custom-333333);
  }
  .header {
    padding-bottom: 1.2em !important;
  }
  .header .wp-block-navigation {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .wp-block-navigation-item__content {
    border-bottom: 1px solid var(--wp--preset--color--custom-333333) !important;
    color: var(--wp--preset--color--custom-333333) !important;
    width: 100%;
  }
  .wp-block-navigation-item {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .footer .wp-block-navigation-item {
    width: auto;
  }
}

.wp-block-navigation__container {
  gap: 2vw;
}
@media (max-width: 63.9375em) {
  .wp-block-navigation__container {
    margin-top: 3em !important;
    width: 92%;
  }
  .footer .wp-block-navigation__container {
    margin-top: 0 !important;
  }
}
@media (min-width: 1090px) {
  .wp-block-navigation__container {
    gap: 3vw;
  }
}
@media (min-width: 80em) {
  .wp-block-navigation__container {
    gap: 1.5vw;
  }
}
@media (min-width: 1330px) {
  .wp-block-navigation__container {
    gap: 2vw;
  }
}
@media (min-width: 1460px) {
  .wp-block-navigation__container {
    gap: 3vw;
  }
}
@media (min-width: 1640px) {
  .wp-block-navigation__container {
    gap: 4vw;
  }
}
.header .wp-block-navigation__container {
  align-items: flex-start;
}
.home .header .wp-block-navigation__container {
  align-items: center;
}

.wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-top: 0.8em;
  min-height: 3.5em;
}
@media (min-width: 64em) {
  .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content {
    text-align: center;
  }
}
.home .header .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
}
@media (max-width: 47.9375em) {
  .footer .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content {
    min-height: 3em;
  }
}
.wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content:hover {
  border-bottom: 1px solid rgb(51, 51, 51);
}
.home .header .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 63.9375em) {
  .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content br {
    display: none;
  }
}
@media (min-width: 48em) {
  .footer .wp-block-navigation-item:not(.helpdesk) .wp-block-navigation-item__content br {
    display: block;
  }
}
.wp-block-navigation-item:not(.helpdesk).current-menu-item .wp-block-navigation-item__content {
  border-bottom: 2px solid rgb(51, 51, 51);
  font-weight: bold;
}
.home .header .wp-block-navigation-item:not(.helpdesk).current-menu-item .wp-block-navigation-item__content {
  border-bottom: 2px solid rgb(255, 255, 255);
}

@media (min-width: 64em) and (max-width: 1279px) {
  .helpdesk {
    position: absolute !important;
    top: 5.4em;
  }
}
.helpdesk .wp-block-navigation-item__content {
  background-color: var(--wp--preset--color--custom-e-79-a-2-d);
  background-image: url("/mori-cre/wp-content/uploads/2026/02/icon-help.svg");
  background-position: center top 15px;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: var(--wp--preset--color--white) !important;
  display: grid;
  height: 120px;
  place-items: center;
  text-align: center;
  width: 120px;
}
@media (max-width: 63.9375em) {
  .helpdesk .wp-block-navigation-item__content {
    margin: 0 auto 0 0 !important;
  }
}
.helpdesk .wp-block-navigation-item__content:hover {
  background-color: var(--wp--preset--color--luminous-vivid-amber);
}
.footer .helpdesk .wp-block-navigation-item__content {
  background-color: var(--wp--preset--color--custom-20842-f);
}
@media (max-width: 47.9375em) {
  .footer .helpdesk .wp-block-navigation-item__content {
    margin-top: 1em !important;
  }
}
.footer .helpdesk .wp-block-navigation-item__content:hover {
  background-color: var(--wp--preset--color--custom-60-aa-23);
}
.helpdesk .wp-block-navigation-item__content .wp-block-navigation-item__label {
  padding-top: 15px;
}
.helpdesk .wp-block-navigation-item__content .has-inline-color {
  background: none;
  font-weight: 400;
  font-size: 10px;
}

:not(.home) header + div {
  margin-top: -1px !important;
}
@media (min-width: 80em) {
  :not(.home) header + div {
    margin-top: -59px !important;
  }
}

.wp-block-post-excerpt__more-link {
  color: var(--wp--preset--color--custom-20842-f);
  font-weight: 500;
  text-decoration: underline;
}

/* home */
@media (max-width: 47.9375em) {
  .home .wp-block-media-text__content {
    padding-top: 3em;
  }
}
@media (max-width: 47.9375em) {
  .home .home-news .wp-block-column {
    padding-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .home .ttl-home-news {
    min-height: 630px;
  }
}

/* page */
@media (min-width: 48em) {
  .short {
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .short.has-custom-5-font-size {
    max-width: 40%;
  }
}
@media (min-width: 1700px) {
  .short.has-custom-5-font-size {
    max-width: 100%;
  }
}

.aioseo-breadcrumbs {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--custom-6);
}
@media (max-width: 47.9375em) {
  .page .aioseo-breadcrumbs {
    margin-bottom: 1.2em;
  }
}
.aioseo-breadcrumbs a {
  color: var(--wp--preset--color--custom-20842-f);
  font-weight: 400;
  text-decoration: none;
}

.aioseo-breadcrumb-separator {
  margin: 0 0.5em;
}

@media (max-width: 63.9375em) {
  .ttl-block {
    min-height: 12vw !important;
  }
}
@media (min-width: 48em) {
  .ttl-block .wp-block-post-featured-image {
    max-height: 320px;
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.entry-content .wp-block-list:not(.list-orange) {
  list-style: none;
  padding-left: 0;
}
.entry-content .wp-block-list:not(.list-orange) li {
  padding: 0.3em 0 0.3em 1.2em;
  position: relative;
}
.entry-content .wp-block-list:not(.list-orange) li::before {
  content: "●";
  color: var(--wp--preset--color--custom-20842-f);
  font-size: 0.8em;
  left: 0;
  position: absolute;
  top: 0.6em;
}

/* pagenation */
.wp-block-query-pagination {
  margin-top: var(--wp--preset--spacing--xx-large);
}

.page-numbers,
.gsc-cursor-page {
  background: var(--wp--preset--color--custom-333333) !important;
  border-radius: 5px;
  color: var(--wp--preset--color--white) !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  padding: 0.6em 0.8em;
  transition: 0.2s;
}
.page-numbers:hover, .page-numbers.current, .page-numbers.gsc-cursor-current-page,
.gsc-cursor-page:hover,
.gsc-cursor-page.current,
.gsc-cursor-page.gsc-cursor-current-page {
  background: var(--wp--preset--color--custom-20842-f) !important;
  text-decoration: none !important;
}

.gsc-results .gsc-cursor-box {
  margin-top: var(--wp--preset--spacing--xx-large) !important;
  text-align: center;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  font-weight: bold;
}

/* footer */
@media (max-width: 47.9375em) {
  .copyright {
    justify-content: center;
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .copyright {
    padding-top: 0 !important;
  }
}

/* 参加企業リスト */
select#filter {
  font-size: 14px;
  padding: 8px;
}
@media (min-width: 48em) {
  select#filter {
    width: 280px;
  }
}

.network-grid {
  container-type: inline-size;
  display: grid;
  gap: var(--wp--preset--spacing--large);
  grid-template-columns: repeat(auto-fill, minmax(min(14rem, 40%), 1fr));
  margin-top: var(--wp--preset--spacing--xx-large);
  text-align: center;
}
.network-grid img {
  height: 60px;
  object-fit: contain;
  width: 150px;
}
@media (min-width: 48em) {
  .network-grid img {
    height: 80px;
    width: 220px;
  }
}

/* Form */
.wpcf7-spinner {
  display: none;
}

.form-recaptcha-txt {
  font-size: 10px;
}

.wpcf7-response-output {
  background: var(--wp--preset--color--custom-ebf-4-e-4);
  border-color: var(--wp--preset--color--custom-16511-f) !important;
  border-radius: 5px;
  color: var(--wp--preset--color--custom-16511-f);
  padding: 1em 2em !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-form .require,
.wpcf7-form .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--vivid-red);
  font-size: var(--wp--preset--font-size--custom-6);
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
  background: var(--wp--preset--color--white);
  border: var(--wp--preset--color--custom-333333) 1px solid;
  margin: var(--wp--preset--spacing--x-small) 0;
  padding: 1em;
  width: -webkit-fill-available;
}
@media (min-width: 64em) {
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
    padding: 1.6em;
  }
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder, .wpcf7-form input[type=tel]::placeholder, .wpcf7-form input[type=url]::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form .wpcf7-select::placeholder {
  color: #999;
  font-size: 12px;
}
.wpcf7-form input[type=submit] {
  background: var(--wp--preset--color--custom-20842-f);
  border: none;
  border-radius: 25px;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  margin: var(--wp--preset--spacing--x-small) 0;
  padding: 0.8em 1.2em;
  transition: 0.2s;
}
@media (min-width: 64em) {
  .wpcf7-form input[type=submit] {
    padding: 0.8em 5em;
  }
}
.wpcf7-form input[type=submit]:hover {
  background: var(--wp--preset--color--custom-60-aa-23);
}
.wpcf7-form textarea {
  height: 120px;
  line-height: 2;
  margin-bottom: 2em;
}
.wpcf7-form fieldset {
  border: none;
  margin: var(--wp--preset--spacing--small) 0;
  padding: 0;
}
.wpcf7-form fieldset.first {
  margin-top: 0;
}
.wpcf7-form legend {
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 2em;
}
.wpcf7-form .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-form .wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding-left: 30px;
  position: relative;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
  background: var(--wp--preset--color--white);
  border: var(--wp--preset--color--custom-333333) 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  background: var(--wp--preset--color--custom-333333);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 10px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: var(--wp--preset--color--white);
  border: var(--wp--preset--color--custom-333333) 1px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-top: 3px solid var(--wp--preset--color--custom-333333);
  border-right: 3px solid var(--wp--preset--color--custom-333333);
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  position: absolute;
  top: 4px;
  transform: rotate(135deg);
  width: 8px;
}

/* common */
@media (max-width: 47.9375em) {
  .sp-reverse {
    flex-direction: column-reverse;
  }
}
