@charset "UTF-8";
/* ================================================================

init

================================================================ */
/* ================================
color
================================ */
/* ================================================================

color

================================================================ */
.bg-cochineal {
  background-color: #d00059;
}

.bg-uguisu {
  background-color: #bbb72f;
}

.bg-ai {
  background-color: #006b9b;
}

.bg-himawari {
  background-color: #fcbe33;
}

.bg-ayame {
  background-color: #ba90b4;
}

.bg-asagi {
  background-color: #3fa4a6;
}

/* ================================
@mixin text-hidden
================================ */
/* ================================
brakpoint
@mixin media-query
================================ */
/* ================================================================

	共通

================================================================ */
/* ================================
component
================================ */
/* ================================================================

component

================================================================ */
/* ================================
	btn
================================ */
[class^=btn-] {
  display: inline-block;
  padding: 0.6em 3em;
  text-align: center;
  border-radius: 6px;
  background-color: #3fa4a6;
  position: relative;
}

.btn-basic {
  padding: 0.6em 3em;
  color: #fff;
  background-color: #3fa4a6;
}

.btn-more {
  width: 90%;
  padding: 1em 1em;
  font-size: 1.8rem;
  color: #fff;
  background-color: #d00059;
}
.btn-more::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: inherit;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0.4;
  z-index: -1;
}

.btn-all {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1em 1em;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #fff;
  background-color: #d00059;
}
.btn-all::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: inherit;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0.4;
  z-index: -1;
}

/* ================================
icn-play
================================ */
.icn-play {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: transform 0.4s;
  will-change: transform;
  z-index: 100;
}
.icn-play::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 16px;
  border-color: transparent;
  border-left-color: #3fa4a6;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-19%, -50%);
}
.icn-play:hover {
  transform: scale(1.2);
}
.icn-play.size-S {
  width: 40px;
  height: 40px;
}
.icn-play.size-S::after {
  border-width: 8px 13px;
}
.icn-play.size-L {
  width: 80px;
  height: 80px;
}
.icn-play.size-L::after {
  border-width: 15px 24px;
}

.category_01 .icn-play::after {
  border-left-color: #d00059;
}

/* ================================
icn-category
================================ */
[class^=icn-category],
[class^=icn-news] {
  display: inline-block;
  padding: 0.7em 1em 0.6em;
  margin-bottom: 0.6em;
  background-color: #d00059;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
}

.icn-category_01, .icn-news_01 {
  background-color: #d00059;
}

.icn-category_02, .icn-news_02 {
  background-color: #fcbe33;
}

.icn-category_03, .icn-news_03 {
  background-color: #3fa4a6;
}

.icn-category_04, .icn-news_04 {
  background-color: #bbb72f;
}

.icn-category_05, .icn-news_05 {
  background-color: #ba90b4;
}

.icn-category_06, .icn-news_06 {
  background-color: #006b9b;
}

.icn-download {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
.icn-download::before {
  display: block;
  content: "";
  width: 120%;
  height: 120%;
  background: url("https://icongr.am/feather/download.svg?size=40&color=ffffff") no-repeat 0 0;
  background-size: contain;
  position: relative;
  left: -0.5em;
}
.icn-download.clr-black::before {
  background-image: url("https://icongr.am/feather/download.svg?size=40&color=333333");
}

/* ================================================================



================================================================ */
/* ================================
articleContainer
================================ */
.articleContainer__header {
  margin-top: 1em;
}
.articleContainer__title {
  font-size: 1.6rem;
  line-height: 1.4;
}
.articleContainer__time {
  color: #999;
  display: none;
}
.articleContainer__body > * + .articleContainer__block,
.articleContainer__body > * + hr {
  margin-top: 6em;
}
.articleContainer__body > * + h4,
.articleContainer__body > * + p,
.articleContainer__body > * + ul,
.articleContainer__body > * + ol,
.articleContainer__body > * + table,
.articleContainer__body > * + figure,
.articleContainer__body > * + .wp-block-image,
.articleContainer__body > * + .wp-block-buttons {
  margin-top: 2em;
}
.articleContainer__body > * + h3 {
  margin-top: 4em;
}
.articleContainer__body p {
  line-height: 1.7;
  text-align: justify;
}
.articleContainer__body img {
  border-radius: 6px;
}
.articleContainer__body a:not(.has-text-color) {
  color: #006b9b;
  text-decoration: underline;
}
.articleContainer__body a.wp-block-button__link {
  border-radius: 6px;
  text-decoration: none;
}
.articleContainer__body h3 {
  padding: 6px 0 6px 1em;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}
.articleContainer__body h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: url(/wp/wp-content/themes/namie-flower/assets/images/article/common/img-headlineBorder.png) repeat-y left top;
  position: absolute;
  top: 0;
  left: 0;
}
.articleContainer__body h4 {
  padding-left: 1.4em;
  font-size: 1.8rem;
  color: #bbb72f;
  position: relative;
}
.articleContainer__body h4::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border: 4px solid #bbb72f;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.articleContainer__body h4 + * {
  margin-top: 1em;
}
.articleContainer__body ul {
  padding-left: 1em;
}
.articleContainer__body ul.blocks-gallery-grid {
  padding-left: 0;
}
.articleContainer__body figcaption {
  margin-top: 0.6em;
  font-size: 1.3rem;
}
.articleContainer__body address {
  margin-top: 1em;
}
.articleContainer__body address dt {
  font-weight: bold;
}
.articleContainer__body hr {
  height: 22px;
  border: none;
  background: url(/wp/wp-content/themes/namie-flower/assets/images/article/common/img-hr.svg) no-repeat center center;
}
.articleContainer__block {
  position: relative;
}
.articleContainer__mainVisual {
  border-radius: 6px;
  overflow: hidden;
}

/* ================================

================================ */
.tile {
  width: 100%;
  background-color: #fff;
  column-count: 2;
  column-gap: 0;
}

.tile__item {
  padding: 4px;
}
.tile__item img {
  backface-visibility: hidden;
  border-radius: 0;
}

.column {
  padding: 2em;
  background: #efefef;
}

.categoryTitle {
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 6px;
  background-color: #efefef;
  background-image: url(/wp/wp-content/themes/namie-flower/assets/images/footer/img-footer.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* ================================

================================ */
.bg-wakakusa {
  background-color: #dff0f1;
}

/* ================================

================================ */
.r6 {
  border-radius: 6px;
}

/* ================================

================================ */
.img-h {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #efefef;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

/* ================================

================================ */
.icn-new {
  position: relative;
  overflow: hidden;
}
.icn-new::before {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  content: "NEWS";
  width: 100px;
  height: 100px;
  background: #d00059;
  color: #fff;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(-45deg);
  z-index: 1;
}

/* ================================

================================ */
#cursor {
  transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 999;
  transition: transform 0.2s, width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transition-timing-function: ease-out;
  backface-visibility: hidden;
}
#cursor.hov_ {
  top: -16px;
  left: -16px;
  width: 44px;
  height: 44px;
  background: rgba(255, 245, 0, 0.8);
}

/* ================================================================

    グローバルヘッダー、ナビゲーション

================================================================ */
header {
  margin-bottom: 6em;
}

/* ================================
	mainvisual
================================ */
.mainvisual {
  position: relative;
}
@media screen and (min-width: 568px) {
  .mainvisual {
    border-width: 20px;
  }
}
.mainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.mainvisual h1 span {
  font-size: 70%;
}

.logo-flowerProject {
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 40px 30px 50px 30px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .logo-flowerProject {
    padding: 6% 4% 8% 4%;
    width: 25%;
  }
}
.subpage .logo-flowerProject img {
  padding: 0;
  position: static;
}

/* ================================
globalNav
================================ */
.globalNav .inner {
  max-width: 900px;
}

.categoryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.categoryList__item {
  flex-grow: 1;
  width: 33%;
  position: relative;
  /* disabled */
}
@media screen and (min-width: 568px) {
  .categoryList__item {
    width: 16.6666666667%;
  }
}
.categoryList__item::after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  transition: width 0.4s;
  will-change: width;
}
.categoryList__item:hover::after {
  width: 100%;
}
.categoryList__item.is-current::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.categoryList__item.category_01::after {
  background-color: #d00059;
}
.categoryList__item.category_02::after {
  background-color: #fcbe33;
}
.categoryList__item.category_03::after {
  background-color: #3fa4a6;
}
.categoryList__item.category_04::after {
  background-color: #bbb72f;
}
.categoryList__item.category_05::after {
  background-color: #ba90b4;
}
.categoryList__item.category_06::after {
  background-color: #006b9b;
}
.categoryList__item.is-disable {
  pointer-events: none;
  opacity: 0.6;
  background: #ddd;
}
.categoryList a {
  display: block;
  height: 100%;
  padding: 3em 0.5em 1em;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  transition: 0.2s;
}
.categoryList small {
  display: block;
}
.categoryList .icn-flower {
  display: block;
  margin: 0 auto 0.5em;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .categoryList a {
    padding: 2em 0.5em 0.5em;
  }
}
.subpage .categoryList a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.subpage .categoryList .icn-flower {
  display: none;
}

/* ================================================================

    グローバルフッター

================================================================ */
/* ================================
footerContent
================================ */
.footerContent {
  background-color: #efefef;
}
@media screen and (min-width: 961px) {
  .footerContent {
    background-image: url(/wp/wp-content/themes/namie-flower/assets/images/footer/img-footer.png);
    background-position: right top;
    background-size: 325px;
  }
}
.footerContent > .inner {
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

/* ================================
footerAddress
================================ */
.footerAddress {
  align-items: start;
  margin-left: 50px;
  word-break: break-all;
}
@media screen and (min-width: 568px) {
  .footerAddress.grid.gutters > .col {
    margin-bottom: 0;
  }
}
.footerAddress > * + * {
  margin-top: 1.2em;
}
@media screen and (min-width: 568px) {
  .footerAddress header {
    margin-bottom: 2em;
  }
}
.footerAddress header h3 {
  margin: 0 auto 0.5em;
  max-width: 180px;
}
.footerAddress header a {
  display: block;
  color: #006b9b;
  text-decoration: underline;
}
.footerAddress dl {
  margin-bottom: 1.4em;
}
.footerAddress dt {
  font-weight: bold;
}
.footerAddress dt img {
  width: 40%;
  min-width: 100px;
  max-width: 140px;
}
@media screen and (min-width: 568px) {
  .footerAddress__data {
    text-align: left;
  }
}
.footerAddress__data > * + * {
  margin-top: 0.4em;
}
.footerAddress__data .f_link {
  color: #006B9B;
  margin-top: 0.5em;
}
.footerAddress__data .otherlink {
  display: block;
  text-decoration: underline;
  margin-top: 1em;
}
.footerAddress .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .footerContent > .inner {
    display: block;
  }
  .footerAddress {
    word-break: break-all;
    margin-left: 10px;
    margin-top: 30px;
  }
  .footerAddress .sp {
    display: block;
  }
}
/* ================================
otherLink
================================ */
.otherLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5em 1em;
  background: #fff;
  position: relative;
}
.otherLink > a + a::before {
  display: inline-block;
  content: "/";
  margin-right: 1em;
  text-decoration: none;
}
.otherLink a {
  display: inline-block;
  padding: 1em 0 1em 1em;
  font-size: 1.2rem;
  text-decoration: underline;
  position: relative;
}

/* ================================
copyrights
================================ */
.copyrights {
  background: #3fa4a6;
  padding: 1em;
  color: #fff;
  position: relative;
}

/* ================================================================

wrapContainer

================================================================ */
.wrapContainer + .wrapContainer {
  margin-top: 6em;
}

.mainContainer {
  padding-bottom: 2em;
}
.mainContainer__ttl {
  padding: 8em 1em;
  margin-bottom: 2em;
  color: #fff;
}
.mainContainer__ttl.sub {
  padding: 1em;
}

/* ================================================================

side

================================================================ */
.sideContainer > * + * {
  margin-top: 2em;
}

/* ================================
sideContent
================================ */
.sideContent {
  background-color: #efefef;
  padding: 20px;
  border-radius: 6px;
}
.sideContent > * + * {
  margin-top: 1.5em;
}
.sideContent__secTitle {
  text-align: justify;
  padding-left: 1.6em;
  position: relative;
}
.sideContent__secTitle > span {
  font-size: 1.6rem;
}
.sideContent__secTitle > small {
  display: block;
  font-size: 0.8rem;
}
.sideContent__secTitle::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/header/icn-flower02.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.sideContent.noBg {
  background-color: transparent;
}

.sec-news .sideContent__secTitle a {
  padding-left: 1em;
  text-decoration: underline;
  color: #006b9b;
  font-size: 1.2rem;
}

.sec-summary .logo-flower {
  padding: 0 40px;
}

.sec-pamphlet .img-h {
  width: 211px;
}
.sec-pamphlet .btn-basic {
  margin-top: 1.4em;
}

.pamphlet__h {
  margin-bottom: 1em;
}

.sec-hanatsushin {
  position: relative;
}
.sec-hanatsushin .img-h {
  width: 140px;
}
.sec-hanatsushin .btn-basic {
  margin-top: 1.4em;
}
@media screen and (min-width: 568px) {
  .sec-hanatsushin:not(.sideContent)::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hanatsushin__h {
  margin-bottom: 1em;
}

/* ================================
entryList__item
================================ */
.entryList__item a {
  display: flex;
}
.entryList__figure {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.entryList__title {
  padding-left: 1em;
  width: 70%;
}
.entryList [class^=icn-category] {
  font-size: 1.2rem;
}

/* ================================
breadcrumbList
================================ */
.breadcrumb > .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbList {
  display: flex;
  font-size: 1.2rem;
}
.breadcrumbList > * + * {
  margin-left: 1em;
}
.breadcrumbList > * + *::before {
  display: inline-block;
  content: ">";
  margin-right: 1em;
}
.breadcrumbList__item {
  position: relative;
}
.breadcrumbList a {
  text-decoration: underline;
}

/* ================================
newsList__item
================================ */
.newsList > * + * {
  margin-top: 0.5em;
}
.newsList__item a {
  display: flex;
  color: #006b9b;
}
.newsList__item a h4 {
  text-decoration: underline;
}
.newsList__title {
  width: 100%;
}
.newsList__time {
  font-size: 1.2rem;
  color: #666;
}
.newsList [class^=icn-news] {
  font-size: 1.2rem;
}

/* ================================================================

modal

================================================================ */
.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modalContent {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.modalContent__overlay {
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalContent__bodyWrap {
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 568px) {
  .modalContent__bodyWrap {
    padding: 20px 20px 0;
  }
}
.modalContent__body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transform: scale(0.99) translateY(1%);
  transition: transform 400ms;
  will-change: transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalContent video {
  width: 100%;
  outline: none;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.modalContent.is-open .modalContent__body {
  transform: scale(1) translate(-50%, -50%);
}
.modalContent .trg-close {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 1em;
  right: 1em;
}
.modalContent .trg-close::before, .modalContent .trg-close::after {
  display: inline-block;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left;
  transition: transform 400ms;
}
.modalContent .trg-close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

/*----------------------
sec-statement
-----------------------*/
.sec-statement {
  padding: 8em 2em 2em;
}
.sec-statement h2 {
  font-size: 2.4rem;
  margin-bottom: 1.6em;
}
.sec-statement p {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 2;
  text-align: justify;
  padding: 0 1em;
}
@media screen and (min-width: 568px) {
  .sec-statement p {
    text-align: center;
  }
}

.secTitle {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
.secTitle span {
  position: relative;
}
.secTitle span::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  background: url(../images/header/icn-flower02.svg) no-repeat center center;
  background-size: 100%;
  position: relative;
  top: 0.1em;
}
.secTitle small {
  display: block;
  font-size: 0.5em;
  margin-bottom: 1em;
}
.secTitle.tategaki {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: justify;
  writing-mode: vertical-rl;
  padding: 3em 2em 2em;
}

.secLead {
  text-align: justify;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 3em;
}

.sec-fpjmovie {
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #000;
}
.sec-fpjmovie video {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  object-fit: cover;
}

.sec-nogyo {
  padding: 5em 0 2em;
}

.sec-backnumber {
  padding: 2em 0 0;
  display: inline-block;
}

.backnumberList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.backnumberList li {
  width: 100%;
  padding: 0.5em 0 0;
}
.backnumberList a {
  display: block;
  padding: 0.3em 0.6em;
}

.bnr-support {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2em 0;
}

.sec-fpjsummary,
.sec-agriculturesummary {
  position: relative;
}
.sec-fpjsummary .extObj,
.sec-agriculturesummary .extObj {
  max-width: 670px;
  text-align: center;
  display: block;
  margin: 3em auto;
  position: absolute;
  top: 180px;
  right: -200px;
  z-index: -1;
  opacity: 0.3;
}

.subslider {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin-top: 2em;
  background: url(/wp/wp-content/themes/namie-flower/assets/images/sec-flower_project/slide.png) repeat-x 0 0;
  background-size: 2180px 200px;
  -webkit-animation: slider 160s linear infinite;
  animation: slider 160s linear infinite;
}

.subslider.agriculture {
  background-image: url(/wp/wp-content/themes/namie-flower/assets/images/sec-agriculture/slide.png);
}

@-webkit-keyframes slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4360px 0;
  }
}
@keyframes slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4360px 0;
  }
}
.pamphlet .pamphlet_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.pamphlet .pamphlet_list .img {
  max-width: 495px;
  width: 45.83%;
}
.pamphlet .pamphlet_list .text_area {
  width: 49.63%;
}
.pamphlet .pamphlet_list .ttl {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.pamphlet .pamphlet_list .des {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 2;
}
.pamphlet .pamphlet_list .download {
  max-width: 240px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #BA90B4;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}
.pamphlet .pamphlet_list .download a {
  color: #fff;
}
.pamphlet .sec-backnumber .backnumberList li {
  margin: 0;
}
.pamphlet .sec-backnumber .backnumber__h {
  cursor: pointer;
  position: relative;
}
.pamphlet .sec-backnumber .backnumber__h .active .icon:after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.pamphlet .sec-backnumber .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 120px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
.pamphlet .sec-backnumber .icon::before, .pamphlet .sec-backnumber .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
}
.pamphlet .sec-backnumber .icon::before {
  right: 0;
  transform: rotate(0deg);
}
.pamphlet .sec-backnumber .icon::after {
  right: 0;
  transform: rotate(90deg);
  transition: 0.4s;
}
.pamphlet .sec-backnumber .backnumber__h.active .icon:after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.pamphlet .sec-backnumber .backnumberList {
  display: none;
}

@media screen and (max-width: 768px) {
  .pamphlet .pamphlet_list {
    display: block;
    width: 80%;
    margin: 0 auto 10%;
  }
  .pamphlet .pamphlet_list .img {
    max-width: 100%;
    width: 100%;
  }
  .pamphlet .pamphlet_list .text_area {
    width: 100%;
    margin-top: 6%;
  }
  .pamphlet .pamphlet_list .download {
    width: 60%;
    text-align: center;
  }
}
.flower-project header {
  margin-bottom: 0;
}
.flower-project .icn-in_new {
  background-color: #D00059;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
}
.flower-project .ml00 {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .flower-project .icn-in_new {
    top: -3vw;
    left: -1vw;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.agriculture header {
  margin-bottom: 0;
}
.agriculture .agriculture_read {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.agriculture .agriculture_read .img {
  width: 83.7%;
}
.agriculture .agriculture_read .secTitle.tategaki {
  font-size: 3.2rem;
  padding: 0;
  width: 10%;
  letter-spacing: 0.3em;
}
.agriculture .des {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
}
.agriculture .category-list {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}
.agriculture .category-list li {
  background-color: #7CB998;
  border-radius: 6px;
  text-align: center;
  width: 22%;
  max-width: 154px;
  transition: 1s;
  margin: 10px 1%;
}
.agriculture .category-list li:hover {
  opacity: 0.7;
}
.agriculture .category-list li button {
  padding: 0.8em;
  width: 100%;
  color: #fff;
}
.agriculture .category-list li:nth-child(2) {
  background-color: #DB6711;
}
.agriculture .category-list li:nth-child(3) {
  background-color: #F9BE02;
}
.agriculture .category-list li:nth-child(4) {
  background-color: #BFBFBF;
}
.agriculture .icn-in_new {
  background-color: #D00059;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
}
.agriculture .icn-category {
  padding: 0.7em 1.4em 0.6em;
  background-color: #7CB998;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
}
.agriculture .icn-category.ct02 {
  background-color: #DB6711;
}
.agriculture .icn-category.ct03 {
  background-color: #F9BE02;
}
.agriculture .icn-category.ct04 {
  background-color: #ECD9B4;
}
.agriculture .icn-category.ct05 {
  background-color: #BFBFBF;
}
.agriculture .sm-gr12 {
  margin-top: 70px;
}
.agriculture .secTitle.line span::after {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #3FA4A6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -150%;
}

@media screen and (max-width: 768px) {
  .agriculture .agriculture_read {
    display: block;
  }
  .agriculture .agriculture_read .img {
    width: 100%;
  }
  .agriculture .agriculture_read .secTitle.tategaki {
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 2.4rem;
  }
  .agriculture .des {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
  }
  .agriculture .icn-in_new {
    top: -3vw;
    left: -1vw;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.interview {
  margin-bottom: 80px !important;
}
.interview .agriculture_interview .read {
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
  margin: 4em 0;
}
.interview .agriculture_interview .read .des {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 2;
}
.interview .agriculture_interview .articleContainer__block h3 {
  padding: 6px 0 6px 1em;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1em;
}
.interview .agriculture_interview .articleContainer__block h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: url(/wp/wp-content/themes/namie-flower/assets/images/article/common/img-headlineBorder.png) repeat-y left top;
  position: absolute;
  top: 0;
  left: 0;
}
.interview .agriculture_interview .articleContainer__block .des {
  margin-top: 2em;
  line-height: 2;
}
.interview .agriculture_interview .articleContainer__block .line {
  width: 98px;
  margin: 4em auto;
}
.interview .agriculture_interview .sec-fpjmovie {
  overflow: visible;
  height: auto;
}
.interview .agriculture_interview .articleContainer__mainVisual {
  border-radius: 0;
}
.interview .return_btn {
  margin: 80px auto;
  text-align: center;
}
.interview .return_btn a {
  max-width: 256px;
  padding: 15px;
  border: 1px solid #333;
  text-align: center;
  border-radius: 100vh;
  font-weight: 600;
  width: 88%;
  transition: 0.8s;
}
.interview .return_btn a:hover {
  color: #fff;
  background-color: #fcbe33;
  border: 1px solid #fcbe33;
}

@media screen and (max-width: 768px) {
  .return_btn {
    margin: 10% auto;
  }
}
.support header {
  margin-bottom: 0;
}

.support_block {
  width: 100%;
}

.support_table {
  text-align: left;
}
.support_table .t_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.support_table .sp {
  display: none;
}
.support_table .pc {
  display: block;
}
.support_table .support_process {
  margin-top: 20px;
  max-width: 800px;
}
.support_table .table_ttl th {
  padding: 4px 0;
}
.support_table .ttl01 {
  color: #42C4AD;
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.support_table .scrollable {
  overflow-x: auto;
  white-space: nowrap;
  width: calc(100vw - 20px);
}
.support_table .scrollable table {
  width: 1200px;
}
.support_table .table01 .table_ttl {
  background-color: #42C4AD;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.support_table .table01 .text01 {
  color: #fff;
  background-color: #77D4C3;
  width: 20%;
  padding: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
.support_table .table01 .text02 {
  background-color: #C8EDE9;
  width: 22%;
  padding: 10px;
}
.support_table .table01 .text03 {
  background-color: #ECECED;
  width: 22%;
  padding: 10px;
}
.support_table .table01 .text04 {
  background-color: #ECECED;
  width: 18%;
  padding: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
.support_table .table01 .text05 {
  background-color: #D8D9DA;
  width: 18%;
  padding: 10px;
}
.support_table .ttl02 {
  color: #7CD09F;
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.support_table .des02-01 {
  font-weight: 600;
  font-size: 1.6rem;
}
.support_table .des02-02 span {
  font-weight: 600;
}
.support_table .table02 span {
  font-size: 0.8em;
}
.support_table .table02 .text01 {
  color: #fff;
  background-color: #7CD09F;
  font-size: 1.6rem;
  width: 20%;
  padding: 10px;
}
.support_table .table02 .text02 {
  background-color: #CAEBD7;
  width: 24%;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.support_table .table02 .text03 {
  background-color: #ECECED;
  width: 20%;
  padding: 10px;
}
.support_table .table02 .text04 {
  background-color: #ECECED;
  width: 20%;
  padding: 10px;
}
.support_table .table02 .text05 {
  background-color: #D8D9DA;
  width: 16%;
  padding: 10px;
}
.support_table .ttl03 {
  color: #333;
  font-size: 1.8rem;
  margin: 40px 0 20px;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.support_table .table03 span {
  font-size: 0.8em;
}
.support_table .table03 sup {
  font-size: 70%;
}
.support_table .table03 .table_ttl {
  background-color: #87B7CE;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  text-align: center;
}
.support_table .table03 .text01 {
  color: #fff;
  background-color: #8BCEEE;
  font-size: 1.6rem;
  width: 20%;
  padding: 10px;
}
.support_table .table03 .text02 {
  background-color: #D4F3FD;
  width: 20%;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px;
}
.support_table .table03 .text03 {
  background-color: #ECECED;
  width: 24%;
  padding: 10px;
}
.support_table .table03 .text04 {
  background-color: #ECECED;
  width: 18%;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 10px;
}
.support_table .table03 .text05 {
  background-color: #D8D9DA;
  width: 20%;
  padding: 10px;
}
.support_table .table04 .text01 {
  color: #fff;
  background-color: #ACBCE0;
  width: 20%;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.support_table .table04 .text02 {
  background-color: #D4DCEF;
  width: 20%;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.support_table .table04 .text03 {
  background-color: #ECECED;
  width: 50%;
  padding: 10px;
}
.support_table .table04 .qr {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.support_table .table04 .qr .img_area {
  margin-right: 10px;
}
.support_table .table04 .qr .text_area p {
  font-weight: 600;
}
.support_table .table04 .qr .text_area a {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .support_table .sp {
    display: block;
  }
  .support_table .pc {
    display: none;
  }
  .support_table .ttl01, .support_table .ttl02 {
    margin-top: 8%;
  }
  .support_table .ttl03 {
    margin: 8% 0 4%;
    padding: 3% 0;
  }
}
.top {
  display: flex;
}
.top .top_btn01, .top .top_btn02 {
  width: 80%;
  margin: 2em;
  cursor: pointer;
}
.top .top_btn01 img, .top .top_btn02 img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
  width: 100%;
}
.top .top_btn01:hover img, .top .top_btn02:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .top {
    display: block;
  }
  .top .top_btn01, .top .top_btn02 {
    width: 90%;
    margin: 10% auto 0;
  }
  .top .top_btn01:hover img, .top .top_btn02:hover img {
    transform: none;
  }
}
.front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .globalHeader {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  display: none;
}
.front .globalNav {
  margin-bottom: 10%;
}
.front .splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes splash_zoom {
  0% {
    transform: scale(1); /* 初期状態で少し縮小された状態から開始 */
    opacity: 0; /* 初期状態で透明度を0に設定 */
  }
  50% {
    transform: scale(1); /* 初期状態で少し縮小された状態から開始 */
    opacity: 1; /* 初期状態で透明度を0に設定 */
  }
  100% {
    transform: scale(1.2); /* ズームインの最終的なスケール */
    opacity: 1; /* 透明度を完全に不透明に設定 */
  }
}
.front .splash {
  animation: splash_zoom 3s ease-in-out forwards;
}
.front .logo-flowerProject {
  display: none;
}
.front h1 {
  display: none;
}
.front footer {
  display: none;
}/*# sourceMappingURL=module.css.map */