@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400..600&display=swap");
:root {
  --wp--style--gallery-gap-default: min(3.6dvw, 40px);
}

::-moz-selection {
  background-color: #f7b100;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #f7b100;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  line-height: 1;
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dt,
dd {
  margin: 0;
}

body {
  background-color: #043459;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  line-height: 2;
}

h1,
h2,
button,
input,
label {
  line-height: 1.1;
}

@media screen and (max-width: 600px) {
  h2 {
    line-height: 1.3;
  }
}

h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 0;
}

/*---------------------------*/
figure.wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  figure.wp-block-image {
    margin-left: auto;
    margin-right: auto;
  }
}
figure.wp-block-image img {
  border-radius: 10px;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body,
input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000000;
}

h1,
time,
.btn-pop a,
.ttl,
.txt-en,
.txt-new,
.dl-timeline dt,
.home main h2,
.btn-pagetop,
.footer-contact h2,
.footer-contact dd,
footer .dl-list dt,
footer .dl-list dd:nth-child(n+3),
.font-bebas,
.home-new h3,
.home-information h3,
.home-information time,
.copyright,
#mvv h3,
summary::before,
details p::before,
.pagenation,
.wp-block-button.type2 a,
.block-information h3,
.ttl-sub-faq {
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2,
h3,
h4,
em,
#mvv h3 span,
#mvv p,
#message .block-message dl,
.footer-contact .wp-block-column:first-child p,
.footer-contact dt,
.copyright span,
strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-hiragino {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.txt-en {
  font-size: 1.8rem;
}

small {
  font-size: 0.7em;
}

main {
  background-color: #fff;
  border-radius: 0 0 30px 0;
  padding-top: 80px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  main {
    padding-top: 125px;
  }
}

main > aside,
.list-anchor,
.breadcrumb,
article:not(:has(section)),
article > aside,
article > section {
  margin: 0 auto min(20dvw, 80px);
  padding: 0 5dvw;
}
@media screen and (min-width: 601px) {
  main > aside,
  .list-anchor,
  .breadcrumb,
  article:not(:has(section)),
  article > aside,
  article > section {
    padding-left: max(2dvw, (100% - 1100px) / 2);
    padding-right: max(2dvw, (100% - 1100px) / 2);
  }
}
main > aside:last-child,
.list-anchor:last-child,
.breadcrumb:last-child,
article:not(:has(section)):last-child,
article > aside:last-child,
article > section:last-child {
  margin-bottom: 0;
}

.field-info {
  margin-bottom: 5px;
}
.field-info h2 {
  margin-top: 0;
}
.field-info time {
  font-size: 2rem;
  color: #043459;
}

article {
  margin-bottom: min(33dvw, 130px);
}

article:has(section) > h1 {
  padding: 0 5dvw;
}
@media screen and (min-width: 601px) {
  article:has(section) > h1 {
    padding: 0 max(2dvw, (100% - 1100px) / 2);
  }
}

.flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

a {
  color: #f7b100;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #043459;
}
a::after, a::before {
  transition: all 0.4s ease;
}

button {
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
button::after, button::before {
  transition: all 0.4s ease;
}

em {
  font-style: normal;
  color: #e30314;
}

a img {
  transition: all 0.4s ease;
}

a:hover img {
  opacity: 0.7;
}

aside h2,
article h2 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin: 80px 0 40px;
  padding-bottom: 10px;
  position: relative;
}
aside h2::before,
article h2::before {
  content: "";
  background-image: linear-gradient(to right, #f7b100 0%, #f7b100 18%, #043459 18%, #043459 100%);
  background-position: left bottom;
  background-size: auto 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
aside h2:first-child,
article h2:first-child {
  margin-top: 0;
}

aside h2,
article > h2 {
  margin-top: min(20dvw, 80px);
}
aside h2:first-child,
article > h2:first-child {
  margin-top: 0;
}

article > h1 + h2 {
  margin-top: 0;
}

.home article h2,
article > h1 {
  font-size: clamp(4rem, 6vw, 6.2rem);
  color: #043459;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.home article h2::before,
article > h1::before {
  content: "";
  background-image: linear-gradient(150deg, #043459 0%, #043459 50%, #f7b100 50%, #f7b100 100%);
  background-size: auto;
  position: relative;
  width: 10px;
  height: 25px;
  margin-top: 0.15em;
  border-radius: 2px;
  flex-shrink: 0;
}
.home article h2 em,
.home article h2 small,
article > h1 em,
article > h1 small {
  color: #043459;
  font-size: 1.6rem;
  line-height: clamp(4rem, 6vw, 6.2rem);
  align-self: flex-end;
}
@media screen and (max-width: 600px) {
  .home article h2 em,
  .home article h2 small,
  article > h1 em,
  article > h1 small {
    width: 100%;
    line-height: 1.2;
    padding-left: 30px;
  }
}

h3 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin: 0 0 20px;
}

* + h3 {
  margin: 40px 0 20px;
}

h4,
h5,
h6 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  margin: 0 0 20px;
}

* + h4 {
  margin: 20px 0;
}

.home article > h2 {
  margin-top: min(33dvw, 130px);
}

.home article h2 + h3 {
  margin: 20px 0 20px;
}

figure,
table,
main p,
main dl,
main ul,
main ol {
  margin-bottom: 20px;
}

figure:last-child,
table:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

ul.wp-block-list {
  padding-left: 1.8em;
}

ol.wp-block-list li {
  padding-left: 0.3em;
}

ol.wp-block-list:has(li:nth-child(-n+9)) {
  padding-left: 1.6em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}

caption,
th,
td {
  border: 1px solid #ebebeb;
  text-align: left;
  vertical-align: middle;
}

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

header ul,
footer ul,
ol.list-unstyled,
ul.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-embed,
.wp-block-columns {
  gap: min(3.6dvw, 40px);
  margin-bottom: 40px;
}
.wp-block-embed:last-child,
.wp-block-columns:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 601px) {
  .dl-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(1.8dvw, 20px);
    grid-template-columns: auto 1fr;
  }
}
.dl-list dt,
.dl-list dd {
  padding: 10px 14px;
  border-radius: 3px;
}
.dl-list dt {
  background-color: #b9b9b9;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 601px) {
  .dl-list dt {
    justify-content: flex-end;
  }
}
.dl-list dd {
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .dl-list dd {
    margin-bottom: 20px;
  }
  .dl-list dd:last-child {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.smf-button-control,
.wp-block-button,
.btn {
  line-height: 1.4;
}
.smf-button-control button,
.smf-button-control button.smf-button-control__control,
.smf-button-control a,
.wp-block-button button,
.wp-block-button button.smf-button-control__control,
.wp-block-button a,
.btn button,
.btn button.smf-button-control__control,
.btn a {
  background-image: none;
  background-color: #f7b100;
  border-radius: 200px;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.8dvw, 1.8rem);
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  padding: 12px 55px 12px 55px;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s ease;
}
.smf-button-control button::after,
.smf-button-control button.smf-button-control__control::after,
.smf-button-control a::after,
.wp-block-button button::after,
.wp-block-button button.smf-button-control__control::after,
.wp-block-button a::after,
.btn button::after,
.btn button.smf-button-control__control::after,
.btn a::after {
  content: "";
  background-color: #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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  flex-shrink: 0;
}
.smf-button-control button:hover,
.smf-button-control button.smf-button-control__control:hover,
.smf-button-control a:hover,
.wp-block-button button:hover,
.wp-block-button button.smf-button-control__control:hover,
.wp-block-button a:hover,
.btn button:hover,
.btn button.smf-button-control__control:hover,
.btn a:hover {
  background-color: #043459;
}
.smf-button-control button:hover::after,
.smf-button-control button.smf-button-control__control:hover::after,
.smf-button-control a:hover::after,
.wp-block-button button:hover::after,
.wp-block-button button.smf-button-control__control:hover::after,
.wp-block-button a:hover::after,
.btn button:hover::after,
.btn button.smf-button-control__control:hover::after,
.btn a:hover::after {
  transform: translateX(5px);
}

.wp-block-button.type2 a {
  background-color: #fff;
  font-size: 2rem;
  color: #f7b100;
  padding: 12px 40px 12px 0;
  border-radius: 0;
}
.wp-block-button.type2 a::after {
  content: "";
  background-color: #f7b100;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
}
.wp-block-button.type2 a::before {
  content: "";
  background-color: #f7b100;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.wp-block-button.type2 a:hover {
  background-color: #fff;
  color: #043459;
}
.wp-block-button.type2 a:hover::before {
  background-color: #043459;
  width: 0;
}
.wp-block-button.type2 a:hover::after {
  background-color: #043459;
  transform: translateX(5px);
}

.pager-group {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(20dvw, 80px);
  grid-template-columns: auto auto;
  padding-bottom: 0;
}

.btn_next a,
.btn_previous a {
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.8dvw, 1.8rem);
  line-height: 1.4;
  padding: 10px 30px 10px 0;
  position: relative;
}
.btn_next a::after,
.btn_previous a::after {
  content: "";
  background-color: #f7b100;
  -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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.btn_next a::before,
.btn_previous a::before {
  content: "";
  background-color: #f7b100;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn_next a:hover::after,
.btn_previous a:hover::after {
  background-color: #043459;
  transform: translateX(5px);
}

.btn_previous a {
  padding: 10px 0 10px 30px;
}
.btn_previous a::after {
  rotate: 180deg;
  right: auto;
  left: 0;
}

.wp-block-button a[target=_blank]::after {
  -webkit-mask-image: url("../img/icon_ex.svg");
          mask-image: url("../img/icon_ex.svg");
}

.wp-block-button a[href$=".pdf"][target=_blank]::after {
  width: 16px;
  -webkit-mask-image: url("../img/icon_pdf.svg");
          mask-image: url("../img/icon_pdf.svg");
}

.wp-block-button a[download]::after,
.wp-block-button a[download][href$=".pdf"][target=_blank]::after,
.wp-block-button a[href$=".png"][target=_blank]::after,
.wp-block-button a[href$=".zip"]::after,
.wp-block-button a[href$=".doc"]::after,
.wp-block-button a[href^="https://drive.google.com/"][target=_blank]::after,
.btn a[href$=".png"][target=_blank]::after,
.btn a[href$=".zip"]::after,
.btn a[href$=".doc"]::after,
.btn a[href$="https://drive.google.com/"][target=_blank]::after {
  width: 16px;
  -webkit-mask-image: url("../img/icon_past.svg");
          mask-image: url("../img/icon_past.svg");
  width: 24px;
  height: 24px;
}

.btn-pagetop a {
  font-size: 2rem;
  color: #043459;
  text-decoration: none;
  position: relative;
  padding: 5px 30px 5px 5px;
}
.btn-pagetop a::after {
  content: "";
  background-color: #043459;
  -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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  rotate: -90deg;
}
.btn-pagetop a:hover::after {
  transform: translateX(5px);
}

.btn-category {
  display: inline-block;
  margin-left: 10px;
}
.btn-category a {
  background-color: #f7b100;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  display: block;
}
.btn-category a:hover {
  background-color: #043459;
  color: #fff;
}

.btn-post a {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  padding: 0 0 5px;
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-post a::before {
  content: "";
  background-color: #f7b100;
  -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: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  flex-shrink: 0;
}
.btn-post a::after {
  content: "";
  background-color: #f7b100;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-post a:hover::before {
  background-color: #043459;
  transform: translateX(5px);
}
.btn-post a:hover::after {
  background-color: #043459;
  width: 0;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-note {
  margin-top: 0.5em;
  color: #e30314;
  margin-left: 1em;
  text-indent: -1em;
}

.required {
  color: #e30314;
  margin-left: 10px;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: normal;
}

.wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-short {
  width: auto;
  max-width: 320px;
  position: relative;
  aspect-ratio: 4/7;
}
.youtube-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  br.sp_none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  br.pc_none {
    display: none;
  }
}
.error404 .this404 {
  padding-top: 100px;
}

:where(.is-layout-grid),
:where(.is-layout-flex) {
  gap: min(5dvw, 40px);
}

/*------------------------------------------------------------------common END */
/*------------------------------------------------------------------ポリシーブック */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.home main {
  padding-top: 65px;
}
@media screen and (min-width: 1001px) {
  .home main {
    padding-top: 85px;
  }
}

.home .first-veiw {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .first-veiw video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .first-veiw video {
    aspect-ratio: 2.35/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .first-veiw::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.home article > section {
  margin-bottom: min(33dvw, 130px);
}
.home article > section:last-child {
  margin-bottom: 0;
}

.list-grid {
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  gap: 40px min(5dvw, 40px);
}
@media screen and (min-width: 601px) {
  .list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  .list-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1101px) {
  .list-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.list-grid:last-child {
  margin-bottom: 0;
}
.list-grid a {
  text-decoration: none;
}
.list-grid figure.wp-block-image {
  width: 100%;
  margin-bottom: 0.2em;
  overflow: hidden;
}
.list-grid .btn {
  background-color: #f7b100;
  display: block;
  color: #fff;
  width: 85%;
  text-align: center;
  margin: 20px auto 0;
  padding: 12px 30px 12px 30px;
  border-radius: 60px;
  transition: all 0.4s ease;
  position: relative;
}
.list-grid .btn::after {
  content: "";
  background-color: #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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transition: all 0.4s ease;
}
.list-grid img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.list-grid p {
  margin-bottom: 0;
}
.list-grid time {
  font-size: 2rem;
  color: #043459;
}
.list-grid h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-decoration: none;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-grid a:hover img {
  scale: 1.05;
}
.list-grid a:hover .btn {
  background-color: #043459;
}
.list-grid a:hover .btn::after {
  transform: translateX(5px);
}

@media screen and (min-width: 601px) {
  .home .list-grid,
  .grid-recommended {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  .home .list-grid,
  .grid-recommended {
    grid-template-columns: repeat(3, 1fr);
  }
}

.list-anchor-text {
  justify-content: center;
  margin-bottom: 40px;
}
.list-anchor-text a::after {
  rotate: 90deg;
}

.list-anchor {
  grid-template-columns: 1fr !important;
}
@media screen and (min-width: 601px) {
  .list-anchor {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 835px) {
  .list-anchor {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.list-anchor figure {
  margin: 0 auto;
}
.list-anchor a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.list-anchor a::before {
  content: "";
  background-color: #f7b100;
  width: 74px;
  height: 74px;
  position: absolute;
  right: -37px;
  bottom: -37px;
  rotate: 45deg;
  z-index: 1;
}
.list-anchor a::after {
  content: "";
  background-color: #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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  bottom: 10px;
  z-index: 2;
  rotate: 90deg;
}
.list-anchor a:hover::after {
  transform: translateX(5px);
}
.list-anchor .pp a::after {
  rotate: unset;
}

/*------------------------------------------------------------------商品TOPICS */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.single-product h1 + section {
  z-index: 5;
  position: relative;
}

.single-product h1 + section + aside {
  margin-top: min(33dvw, 130px);
}

.single-product main .wp-block-group__inner-container > .wp-block-columns:nth-of-type(even) {
  flex-direction: row-reverse;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-name img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-lead {
  position: relative;
  z-index: 5;
  padding-bottom: 0;
}
.products-lead .wp-block-group__inner-container {
  overflow: hidden;
}
.products-lead figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .products-lead figure {
    float: right;
    width: 48%;
    margin: 0 0 0 4%;
  }
}

.products-producer dt,
.products-topics dt {
  background-color: #17476c;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 20px;
}

article > .products-topics > .wp-block-group__inner-container {
  background-color: #fffaef;
  border-radius: 10px;
  padding: min(3.6dvw, 40px);
}
article > .products-topics h2 {
  font-size: clamp(4rem, 6dvw, 6.2rem);
  color: #17476c;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
article > .products-topics h2::before {
  content: none;
}
article > .products-topics h3 {
  border-top: 1px solid #17476c;
  border-bottom: 1px solid #17476c;
  color: #17476c;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}
article > .products-topics h3::before {
  content: none;
}
article > .products-topics h4 {
  font-size: clamp(2rem, 2.4dvw, 2.4rem);
  color: #f7b100;
}
article > .products-topics .grid .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.6dvw;
}
@media screen and (min-width: 835px) {
  article > .products-topics .grid .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr;
  }
}
article > .products-topics .grid .wp-block-group__inner-container :where(.is-layout-flex) {
  gap: min(2.8dvw, 30px);
}
article > .products-topics .grid .wp-block-group__inner-container dl {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 835px) {
  article > .products-topics .grid .wp-block-group__inner-container dl {
    flex-basis: calc((100% - 3.6dvw) / 2);
  }
}
article > .products-topics .grid .wp-block-group__inner-container dd {
  background-color: transparent;
  padding: 0;
}

.block-map > div {
  background-image: url("../img/map.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 700px) {
  .block-map > div {
    padding-top: 60dvw;
  }
  .block-map > div > div {
    width: 87.5%;
    margin: 0 auto 20px;
  }
  .block-map > div > div:last-child {
    margin-bottom: 0;
  }
}
.block-map span {
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 700px) {
  .block-map span {
    background-color: #FFE5A4;
    border-radius: 50px;
    padding: 12px 18px;
  }
}
.block-map span::before {
  content: "";
  background-image: url("../img/icon_point2.svg");
  width: 18px;
  height: 26px;
}
.block-map a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 700px) {
  .block-map a {
    background-color: #f7b100;
    border-radius: 50px;
    padding: 12px 18px;
  }
}
.block-map a::before {
  content: "";
  background-image: url("../img/icon_point.svg");
  width: 18px;
  height: 26px;
}
@media screen and (max-width: 700px) {
  .block-map a::after {
    content: "";
    background-color: #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;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.block-map a:hover::before {
  transform: translateY(-5px);
  filter: hue-rotate(180deg) brightness(2);
}
.block-map a:hover::after {
  transform: translateX(5px);
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  .block-map {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 701px) {
  .block-map > div {
    aspect-ratio: 1100/644;
  }
  .block-map > div > div {
    position: absolute;
  }
  .block-map > div .cat-thailand span,
  .block-map > div .cat-pakistan span,
  .block-map > div .cat-mexico a,
  .block-map > div .cat-peru a,
  .block-map > div .cat-chile a {
    flex-direction: row-reverse;
  }
  .block-map > div .cat-vietnam span {
    flex-direction: column;
    line-height: 1.1;
    gap: 0;
  }
  .block-map > div .cat-korea span {
    flex-direction: column-reverse;
    line-height: 1.1;
    gap: 0;
  }
  .cat-america {
    left: 78%;
    top: 41%;
  }
  .cat-australia {
    left: 45%;
    top: 75%;
  }
  .cat-chile {
    right: 10%;
    top: 81%;
  }
  .cat-guatemala {
    left: 83.3%;
    top: 52.5%;
  }
  .cat-japan {
    left: 46.2%;
    top: 40.5%;
  }
  .cat-mexico {
    right: 18.5%;
    top: 50%;
  }
  .cat-new-zealand {
    left: 55.2%;
    top: 83%;
  }
  .cat-peru {
    right: 10.5%;
    top: 66%;
  }
  .cat-taiwan {
    left: 40.8%;
    top: 48.2%;
  }
  .cat-china {
    left: 34%;
    top: 42%;
  }
  .cat-pakistan {
    left: 18.4%;
    top: 45%;
  }
  .cat-netherlands {
    left: 7.8%;
    top: 30%;
  }
  .cat-philippines {
    left: 41.8%;
    top: 54.2%;
  }
  .cat-korea {
    left: 42.2%;
    top: 39%;
  }
  .cat-vietnam {
    left: 34.8%;
    top: 54.4%;
  }
  .cat-thailand {
    left: 31.6%;
    top: 52.4%;
  }
}
.dl-recipe {
  margin-bottom: 20px;
}
.dl-recipe dd {
  margin-bottom: 20px;
}
.dl-recipe dd:last-child {
  margin-bottom: 0;
}
.dl-recipe dt {
  background-color: #043459;
  color: #fff;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  border-radius: 5px;
}

.dl-period,
.dl-ttl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 10px;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}
.dl-period dt,
.dl-ttl dt {
  background-color: #043459;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.dl-period {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.dl-period dd {
  color: #000000;
}

.home-about {
  gap: 40px min(5dvw, 40px);
}
.home-about > div {
  background-color: #f5f5f5;
  padding: 30px 0 0;
  border-radius: 10px;
  gap: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 835px) {
  .home-about > div:last-child h4 {
    padding-bottom: 1em;
    margin: 0 20px 20px;
  }
}
.home-about > div::before {
  content: "";
  background-color: #043459;
  -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;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .home-about > div::before {
    left: calc(100% - 4px);
    top: 20px;
    z-index: 50;
  }
}
@media screen and (min-width: 835px) {
  .home-about > div::before {
    left: min(-2.1dvw, -26px);
    top: calc(50% - 8px);
  }
}
@media screen and (min-width: 835px) {
  .home-about > div:first-child ul {
    margin-top: 49px;
  }
  .home-about > div:first-child::before {
    content: none;
  }
}
.home-about > div:last-child h4 {
  margin: 0 20px auto;
}
.home-about > div:last-child .wp-block-image {
  aspect-ratio: unset !important;
}
@media screen and (max-width: 834px) {
  .home-about > div:last-child::before {
    content: none;
  }
}
.home-about > div .wp-block-buttons {
  justify-content: center;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 834px) {
  .home-about > div .wp-block-buttons {
    display: none;
  }
}
.home-about > div .wp-block-buttons .wp-block-button {
  margin: 0 auto;
}
.home-about > div .wp-block-buttons .btn-pop a {
  pointer-events: none;
  padding: 5px 30px 2px;
}
.home-about > div .wp-block-buttons .btn-pop a::after {
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_read.svg");
          mask-image: url("../img/icon_read.svg");
  width: 18px;
  height: 13px;
  right: 8px;
}
.home-about > div.popover {
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .home-about > div.popover {
    transition: all 0.4s ease;
  }
  .home-about > div.popover h4 {
    margin-bottom: 15px;
  }
  .home-about > div.popover:hover .btn-pop a {
    background-color: #043459;
  }
}
.home-about h4 {
  font-size: 1.6rem;
  width: calc(100% - 40px);
  color: #043459;
  text-align: center;
  margin: 0 20px 64px;
}
.home-about ul {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
.home-about .wp-block-image {
  width: 80%;
  aspect-ratio: 23/17;
  margin: 0 auto 25px;
  border-radius: 0;
}
@media screen and (min-width: 835px) {
  .home-about .wp-block-image {
    width: 30%;
    margin: auto auto 25px;
  }
}
.home-about .wp-block-image img {
  vertical-align: bottom;
  margin: 0 auto 0;
}
.home-about p {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .home-about p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .home-about p::before, .home-about p::after {
    content: "";
    flex-basis: 1;
    flex-grow: 1;
    border-bottom: 1px dotted #7d7d7d;
  }
}
@media screen and (max-width: 834px) {
  .home-about p {
    color: #043459;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    border-top: 1px solid #043459;
    border-bottom: 1px solid #043459;
  }
}
.home-about figure.btn-read {
  aspect-ratio: unset;
  margin: 0 auto auto;
  max-width: 116px;
}
@media screen and (min-width: 835px) {
  .home-about figure.btn-read {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .home-about {
    gap: 10px;
  }
  .home-about > div {
    align-items: center;
    justify-content: flex-end;
  }
  .home-about > div:not(.popover) h4 {
    margin-bottom: auto;
  }
  .home-about h4 {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
    min-height: 6em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: normal;
    margin: 0;
    border: none;
  }
  .home-about ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 0 20px;
  }
  .home-about ul li {
    font-size: 1.2rem;
    line-height: 1.3;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: normal;
    height: 4em;
  }
}

@media screen and (max-width: 600px) {
  #philosophy .wp-block-column .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr !important;
  }
  #philosophy .wp-block-column .wp-block-group.is-layout-grid .bg-gray-type1 {
    grid-column: unset !important;
  }
}
#philosophy h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px;
}
#philosophy p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
#philosophy p.txt-en {
  color: #043459;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
#philosophy .bg-gray-type1 {
  align-items: center;
  justify-content: center;
  gap: 0;
}
#philosophy .bg-gray-type1 h3 {
  color: #043459;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  gap: 10px;
}
#philosophy .bg-gray-type1 h3::before, #philosophy .bg-gray-type1 h3::after {
  content: "/";
  font-size: 2.4rem;
  line-height: 1;
}

.list-content {
  grid-template-columns: 1fr !important;
}
.list-content figure {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 601px) {
  .list-content {
    grid-template-columns: 1fr 1fr !important;
  }
}

/*------------------------------------------------------------------問い合わせ*/
.smf-form--business + .smf-action {
  margin: min(10.2dvw, 80px) 0 0;
}

.smf-button-control button.smf-button-control__control {
  margin: 0 auto;
  padding: 15px 55px 15px 30px;
}

.smf-item:has([data-validations*=required]) .smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.smf-item:has([data-validations*=required]) .smf-item__label__text::before {
  content: "必須";
  background-color: #ec0f0f;
  font-size: 1.4rem;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

@media (min-width: 640px) {
  .smf-form--business .smf-item__col--label {
    flex: 0 0 18em;
    max-width: 18em;
  }
}

/*------------------------------------------------------------------パンくず*/
.breadcrumb {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .breadcrumb {
    margin-bottom: 100px;
  }
}
.breadcrumb a {
  color: #043459;
  text-decoration: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.breadcrumb a:hover {
  color: #b9c7d2;
}
.breadcrumb a::after {
  content: " < ";
  padding: 0 10px;
}

/*------------------------------------------------------------------コンテンツフッター　問い合わせ*/
.footer-contact .wp-block-columns {
  background-color: #f5f5f5;
  align-items: center !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: min(11dvw, 50px) min(5dvw, 50px) min(11dvw, 60px);
}
@media screen and (max-width: 834px) {
  .footer-contact .wp-block-columns {
    text-align: center;
  }
}
.footer-contact .wp-block-columns::before {
  content: "";
  background-image: linear-gradient(150deg, #043459 0%, #043459 50%, #f7b100 50%, #f7b100 100%);
  background-position: left bottom;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-contact .wp-block-column:first-child {
  flex-basis: fit-content;
}
.footer-contact .wp-block-column:first-child h2 {
  font-size: 6.2rem;
  margin: 0;
  padding: 0;
}
.footer-contact .wp-block-column:first-child h2::before {
  content: none;
}
.footer-contact .wp-block-column:first-child p {
  color: #043459;
  margin-bottom: 0;
}
.footer-contact .wp-block-column + .wp-block-column {
  flex-basis: auto;
  flex-grow: 1;
}
.footer-contact .wp-block-column + .wp-block-column p {
  text-align: center;
}
.footer-contact .wp-block-group {
  justify-content: center;
  margin-bottom: 20px;
  gap: 0 min(3.6dvw, 40px);
}
.footer-contact .wp-block-buttons {
  display: flex;
  justify-content: center;
}
.footer-contact h2 {
  font-size: clamp(4rem, 6dvw, 6.2rem);
  color: #043459;
  display: block;
  margin-bottom: 10px;
}
.footer-contact h2::before {
  content: none;
}
.footer-contact dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .footer-contact dl {
    justify-content: center;
  }
}
.footer-contact dl dd {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #043459;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact dl dd::before {
  content: "";
  background-image: url("../img/icon_tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/*------------------------------------------------------------------カレンダー */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.block-calender-season {
  background-color: #f5f5f5;
  margin-top: -140px;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  clear: both;
  z-index: 4;
}
@media screen and (min-width: 782px) {
  .block-calender-season {
    margin-top: -190px;
    padding-top: 190px;
    padding-bottom: 80px;
  }
}

.scroll {
  overflow: auto;
}
.scroll table {
  min-width: 600px;
}
.scroll .table-calender {
  min-width: 834px;
  table-layout: fixed;
}
.scroll tbody tr td:not([class]):first-child {
  width: 140px;
}
.scroll .sticky + td {
  width: 140px;
}
.scroll .sticky_c,
.scroll .sticky {
  background-color: #fff;
  width: 170px;
}
@media screen and (max-width: 834px) {
  .scroll .sticky_c,
  .scroll .sticky {
    position: sticky;
    top: 0;
    left: -1px;
  }
}
.scroll thead td.sticky_c {
  background-color: #f5f5f5;
}

.table-calender {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.table-calender thead,
.table-calender tbody {
  border: none;
}
.table-calender thead td {
  background-color: transparent;
  border: none;
}
.table-calender thead th {
  background-color: transparent;
  text-align: center;
  border: 1px solid #f5f5f5;
}
.table-calender thead th span {
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 5px 0;
}
.table-calender thead tr:last-child th {
  background-color: #ebebeb;
  padding: 5px 0;
}
.table-calender tbody th,
.table-calender tbody td {
  border: 1px solid #ebebeb;
  height: 53px;
}

th.spring span,
thead tr:last-child th.spring {
  background-color: #ffb7d0;
  color: #fff;
}

th.summer span,
thead tr:last-child th.summer {
  background-color: #ffc730;
  color: #fff;
}

th.autumn span,
thead tr:last-child th.autumn {
  background-color: #ff9f56;
  color: #fff;
}

th.winter span,
thead tr:last-child th.winter {
  background-color: #61ceff;
  color: #fff;
}

thead tr:last-child th {
  border-bottom: 1px solid #000000;
}

tbody {
  background-color: #fff;
}
tbody td {
  padding: 6px 10px;
}
@media screen and (max-width: 834px) {
  tbody td {
    padding: 6px;
  }
}

.td-season {
  background-color: rgba(200, 255, 111, 0.3);
}

.txt-varieties {
  margin-top: 20px;
}
.txt-varieties dt {
  background-color: #043459;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}

.txt-varieties {
  gap: 20px;
}

.calender {
  margin-top: 60px;
}

tr:has([class]) td {
  border-bottom: none;
}

tr:has(:not([class])) + tr:not([class]) td {
  border-top: none;
  border-bottom: none;
  background-image: linear-gradient(to right, #d8d8d8 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.round-okra + tr:not([class]) .td-season,
.round-okra .td-season {
  background-color: rgba(200, 236, 136, 0.3);
}

.onion + tr:not([class]) .td-season,
.onion .td-season {
  background-color: rgba(209, 145, 17, 0.3);
}

.carrot + tr:not([class]) .td-season,
.carrot .td-season {
  background-color: rgba(255, 136, 83, 0.3);
}

.peas + tr:not([class]) .td-season,
.peas .td-season {
  background-color: rgba(65, 151, 0, 0.3);
}

.asparagus + tr:not([class]) .td-season,
.asparagus .td-season {
  background-color: rgba(184, 255, 72, 0.3);
}

.paprika + tr:not([class]) .td-season,
.paprika .td-season {
  background-color: rgba(255, 158, 161, 0.3);
}

.pumpkin + tr:not([class]) .td-season,
.pumpkin .td-season {
  background-color: rgba(255, 178, 62, 0.3);
}

.pineapple + tr:not([class]) .td-season,
.pineapple .td-season {
  background-color: rgba(255, 247, 0, 0.3);
}

.melogold + tr:not([class]) .td-season,
.melogold .td-season {
  background-color: rgba(185, 209, 23, 0.3);
}

.blueberry + tr:not([class]) .td-season,
.blueberry + tr:not([class]) + tr:not([class]) .td-season,
.blueberry + tr:not([class]) + tr:not([class]) + tr:not([class]) .td-season,
.blueberry .td-season {
  background-color: rgba(158, 171, 255, 0.3);
}

.orange + tr:not([class]) .td-season,
.orange .td-season {
  background-color: rgba(255, 136, 0, 0.3);
}

.meyer-lemon + tr:not([class]) .td-season,
.meyer-lemon .td-season {
  background-color: rgba(255, 248, 58, 0.3);
}

.lemon + tr:not([class]) .td-season,
.lemon .td-season {
  background-color: rgba(255, 248, 58, 0.3);
}

.apple + tr:not([class]) .td-season,
.apple .td-season {
  background-color: rgba(255, 104, 104, 0.3);
}

.grape + tr:not([class]) .td-season,
.grape .td-season {
  background-color: rgba(172, 62, 255, 0.3);
}

/*----------------------------------------------------*/
.icon-instagram,
.icon-facebook {
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-instagram::before,
.icon-facebook::before {
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: -4px;
  padding: 0;
  border: none !important;
  display: block;
}

.icon-facebook::before {
  background-image: url("../img/link_facebook.svg");
}

.icon-instagram::before {
  background-image: url("../img/link_insta.png");
}

.block-fb {
  width: 100%;
  max-width: 500px;
}

.smf-complete-content {
  text-align: center;
  padding: 40px 0;
}

.ttl-sub-faq {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.ttl-sub-faq::before, .ttl-sub-faq::after {
  content: "";
  background-color: #043459;
  width: 20px;
  height: 1px;
}
.ttl-sub-faq::before {
  background-color: #f7b100;
}

.block-faq .wp-block-group__inner-container {
  border: 1px solid #043459;
  border-radius: 10px;
  padding: 50px;
}
.block-faq .wp-block-group__inner-container h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.block-faq .wp-block-group__inner-container h2::before {
  content: none;
}
.block-faq .wp-block-group__inner-container h2::after {
  content: "";
  background-image: url("../img/icon_faq.webp");
  background-position: right top;
  width: 122px;
  height: 100px;
}

details {
  width: 100%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 12px;
}
details:last-child {
  margin-bottom: 0;
}
details p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  animation: fadeIn 0.5s ease;
}
details p::before {
  content: "A";
  background-color: #f7b100;
  color: #fff;
  line-height: 1.1;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

details[open] {
  padding-bottom: 12px;
}
details[open] > summary {
  background-color: #f5f5f5;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}
details[open] > summary::after {
  rotate: 225deg;
  top: 50%;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  background-color: #fff;
  font-size: 1.6rem;
  padding: 12px 30px 12px 12px;
  margin: 0 -12px 0 -12px;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
summary::before {
  content: "Q";
  background-color: #043459;
  color: #fff;
  line-height: 1.1;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
summary::after {
  content: "";
  line-height: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #043459;
  border-right: 2px solid #043459;
  rotate: 45deg;
  top: calc(50% - 8px);
  right: 12px;
  transition: all 0.4s ease;
}
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #f5f5f5;
}
summary:hover::after {
  top: calc(50% - 4px);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#menu-sns_menu,
#menu-sns_menu-1 {
  margin: 0;
}

/*------------------------------------------------------------------header */
header {
  background-color: #fff;
  width: 100%;
  padding: 0 min(2.7dvw, 30px);
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 5px solid #043459;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: fixed;
}
header a {
  text-decoration: none;
}
header #menu-sns_menu {
  justify-content: flex-end;
}

header .logo {
  padding: 10px 0;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  header .logo {
    padding: 20px 0;
  }
}
header .logo a {
  background-image: url("../img/icon_ft.svg");
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 120px;
  height: 40px;
  display: block;
  overflow: hidden;
}

#menu-main_menu {
  margin: 0;
  gap: 1dvw;
}
@media screen and (min-width: 1201px) {
  #menu-main_menu {
    gap: 30px;
  }
}
#menu-main_menu a {
  color: #043459;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding: 6px 0 10px;
}
#menu-main_menu a:hover {
  color: #b9c7d2;
}
#menu-main_menu .current-menu-item a {
  color: #f7b100;
}

.single-product #menu-main_menu .menu-item-object-product a {
  color: #f7b100;
}

.single-post #menu-main_menu #menu-item-26 a {
  color: #f7b100;
}

.link-instagram a,
.link-facebook a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none !important;
  display: block;
}
.link-instagram a:hover,
.link-facebook a:hover {
  opacity: 0.6;
}
.link-instagram a::before,
.link-facebook a::before {
  content: none;
}

.link-facebook a {
  background-image: url("../img/link_facebook.svg");
}

.link-instagram a {
  background-image: url("../img/link_insta.png");
}

@media screen and (max-width: 1000px) {
  header {
    padding-right: 0;
  }
  header nav {
    display: none;
  }
  header nav #menu-main_menu {
    flex-direction: column;
  }
  header nav #menu-sns_menu {
    background-color: #fff;
    padding: 20px;
    width: 100%;
  }
  .open header nav {
    background-color: #043459;
    width: -moz-fit-content;
    width: fit-content;
    overflow: auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 999;
  }
  #menu-main_menu {
    width: 100%;
    margin: 0;
    gap: 0;
    border-bottom: 1px solid #fff;
  }
  #menu-main_menu li {
    width: 100%;
  }
  #menu-main_menu a {
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 12px 40px 12px 20px;
    border-top: 1px solid #fff;
    display: block;
    position: relative;
  }
  #menu-main_menu a:hover {
    color: #f7b100;
  }
  #menu-main_menu a::after {
    content: "";
    background-color: #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;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    flex-shrink: 0;
  }
  #menu-main_menu a:hover {
    color: #f7b100;
  }
  #menu-main_menu a:hover::after {
    background-color: #f7b100;
    transform: translateX(5px);
  }
  .navbar_toggle {
    background-color: #fff;
    width: 60px;
    height: 60px;
    padding: 12px 0;
    z-index: 1001;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
  }
  .navbar_toggle span {
    background-color: #f7b100;
    position: absolute;
    display: block;
    height: 2px;
    line-height: 0;
    width: 40%;
    transition: ease 0.3s;
    left: 30%;
  }
  .navbar_toggle span:nth-child(1) {
    top: 35%;
  }
  .navbar_toggle span:nth-child(2) {
    top: 50%;
  }
  .navbar_toggle span:nth-child(3) {
    top: 65%;
  }
  .open .navbar_toggle span {
    background-color: #f7b100;
  }
  .open .navbar_toggle span:nth-child(1) {
    width: 40%;
    top: 50%;
    left: 30%;
    transform: rotate(30deg);
  }
  .open .navbar_toggle span:nth-child(2) {
    transform: translateY(-50%);
    opacity: 0;
  }
  .open .navbar_toggle span:nth-child(3) {
    width: 40%;
    top: 50%;
    left: 30%;
    transform: rotate(-30deg);
  }
}
/*------------------------------------------------------------------header END */
/*------------------------------------------------------------------footer*/
.block-sns {
  padding: 0 min(2.7dvw, 30px) 20px;
  justify-content: space-between;
}

footer {
  padding: min(10.2dvw, 80px) 5dvw;
}
footer .wp-block-columns dl {
  border-bottom: 1px solid #406078;
}
footer .wp-block-columns h3 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
footer .wp-block-columns h3::before, footer .wp-block-columns h3::after {
  content: "";
  background-color: #406078;
  flex: 1;
  height: 1px;
}
footer #menu-main_menu-1 {
  margin: 0;
}
footer h2 {
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_ft.svg");
          mask-image: url("../img/icon_ft.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  text-indent: -9999px;
  height: 40px;
  margin: 60px auto;
}
footer h2::before {
  content: none;
}
footer a {
  text-decoration: none;
  display: block;
  color: #fff;
  position: relative;
  padding-bottom: 2px;
}
footer a::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer a:hover {
  color: #f7b100;
}
footer a:hover::after {
  background-color: #f7b100;
  width: 0;
}
footer .flex {
  justify-content: center;
}
footer .dl-list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  align-items: first baseline;
}
@media screen and (min-width: 782px) {
  footer .dl-list {
    margin-bottom: 60px;
  }
}
footer .dl-list dt {
  font-size: 2rem;
}
footer .dl-list dt,
footer .dl-list dd {
  background-color: transparent;
  color: #fff;
  padding: 0;
}
footer .dl-list dd:nth-child(n+3) {
  font-size: 2.4rem;
}

.copyright {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.copyright span {
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  footer {
    padding: 0 5dvw min(10.2dvw, 80px);
    width: 100%;
  }
  footer #menu-main_menu-1,
  footer #menu-sub-menu-1 {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
  footer li {
    width: 100%;
  }
  footer a {
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #2C5371;
    display: block;
    position: relative;
  }
  footer a:hover {
    color: #f7b100;
  }
  footer a::after {
    content: none;
  }
  footer a:hover {
    color: #f7b100;
  }
}
/*------------------------------------------------------------------footer end*/
.bg-gray {
  border-top: none;
  background-color: #f5f5f5;
  padding-top: min(10.2dvw, 80px);
  padding-bottom: min(10.2dvw, 80px);
}

.bg-gray-type1 {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: min(3.6dvw, 40px) min(3.6dvw, 40px) min(4.5dvw, 50px);
}
.bg-gray-type1::before {
  content: "";
  background-image: linear-gradient(30deg, #043459 0%, #043459 50%, #f7b100 50%, #f7b100 100%);
  background-position: left bottom;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*---------------------------------------------------------------------------------pager-group*/
.pagenation {
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0 0;
}
.pagenation .page-numbers {
  text-decoration: none;
  color: #d0d0d0;
  line-height: 33px;
  text-align: center;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}
.pagenation .page-numbers:focus-visible, .pagenation .page-numbers:hover {
  background-color: #043459;
  color: #fff;
  border: 1px solid #043459;
}
.pagenation .current {
  color: #f7b100;
  border: 1px solid #f7b100;
}
.pagenation .page-numbers.dots {
  color: #d0d0d0;
  background-color: transparent;
  border: none;
}
.pagenation + h2 {
  margin-top: 40px;
}

.pagenation:first-of-type {
  margin-bottom: 40px;
}

/*---------------------------------------------------------------------------------pager-group end*/
/*------------------------------------------------------------------会社概要 */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.dl-timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
}
.dl-timeline dd ul,
.dl-timeline dd p {
  margin: 0;
}
.dl-timeline dt {
  background-color: transparent;
  color: #043459;
  font-size: 3.2rem;
  line-height: 1;
  text-align: left;
  padding: 0 20px 40px 0;
}
.dl-timeline dd {
  padding: 0 0 40px 33px;
  position: relative;
}
.dl-timeline dd::after, .dl-timeline dd::before {
  content: "";
  background-color: #dbdbdb;
  position: absolute;
  left: 6px;
  top: 0;
  height: 100%;
  width: 1px;
}
.dl-timeline dd::after {
  background-color: #043459;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  left: 0;
  top: 0.5em;
  border: 4px solid #dce4eb;
}
.dl-timeline dt:first-child + dd::before {
  top: 0.5em;
}
.dl-timeline dt:last-of-type,
.dl-timeline dd:last-child {
  padding-bottom: 0;
}

.block-message {
  margin-bottom: 40px;
  grid-template-columns: 1fr !important;
  gap: 20px 0 !important;
}
@media screen and (min-width: 835px) {
  .block-message {
    grid-template-columns: calc(340px - 3.6%) 3.6% 3.6% auto !important;
    grid-template-rows: auto 1fr !important;
  }
}
.block-message:last-child {
  margin-bottom: 0;
}
.block-message picture {
  position: relative;
}
@media screen and (min-width: 835px) {
  .block-message picture {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.block-message picture img {
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .block-message h3 {
    margin-top: 0;
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
.block-message > .wp-block-group {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: min(3.6dvw, 40px);
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .block-message > .wp-block-group {
    grid-column: 2/5;
    grid-row: 2/3;
  }
}
.block-message > .wp-block-group .wp-block-simple-definition-list-blocks-list {
  display: flex;
  margin: 0 0 0 auto;
  gap: 10px 20px;
  justify-content: flex-end;
  align-items: center;
}
.block-message > .wp-block-group dt {
  background-color: transparent;
  font-size: 1.4rem;
  margin: 0;
}
.block-message > .wp-block-group dd {
  font-size: 2.4rem;
}

#mvv h3 {
  font-size: 3.2rem;
  color: #f7b100;
  text-align: center;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
#mvv h3::first-letter {
  color: #043459;
}
#mvv h3 span {
  font-size: 1.6rem;
  display: block;
  color: #043459;
}
#mvv p {
  text-align: center;
  font-size: 1.6rem;
}

/*------------------------------------------------------------------コラム */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
.list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.list-tag a {
  display: block;
  background-color: #f7b100;
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 2px 10px;
}
.list-tag a::before {
  content: "#";
}
.list-tag a:hover {
  background-color: #043459;
}

/*------------------------------------------------------------------home */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/*
.home main .dl-list {
  margin-bottom: 20px;
  align-items: first baseline;
  dt {
    background-color: $maincolor;
    padding: 2px 5px;
  }
  dd {
    background-color: $white;
    padding: 0;
  }
}*/
.home-new {
  position: relative;
  padding-bottom: 0;
  margin-bottom: min(33dvw, 130px) !important;
}
@media screen and (min-width: 835px) {
  .home-new {
    margin-bottom: 60px !important;
  }
}
.home-new h3 {
  background-color: #043459;
  font-size: 2rem;
  color: #fff;
  padding: 4px 8px 2px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.block-information {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 20px;
  align-items: center;
}
.block-information time {
  font-size: 2rem;
  color: #043459;
}
.block-information .wp-block-buttons {
  grid-column: 1/3;
}

@media screen and (min-width: 835px) {
  .block-new {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.block-new a {
  background-color: #f5f5f5;
  text-decoration: none;
  padding: 20px 20px 20px 0;
  grid-template-columns: 1fr;
  border-radius: 10px;
  display: grid;
  gap: 10px 30px;
  margin-left: auto;
}
@media screen and (min-width: 501px) {
  .block-new a {
    grid-template-columns: auto 40%;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 835px) {
  .block-new a {
    max-width: 56%;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 1001px) {
  .block-new a {
    max-width: 46%;
  }
}
.block-new a:hover .txt-new {
  background-color: #f7b100;
}
.block-new a:hover h4 {
  color: #17476c;
}
.block-new .txt-new {
  background-color: #043459;
  color: #fff;
  font-size: 2rem;
  border-radius: 0 0 100px 0;
  padding: 6px 22px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 501px) {
  .block-new .txt-new {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.block-new .txt-new span {
  background-color: #f7b100;
  font-size: 1.6rem;
  line-height: 1;
  color: #043459;
  padding: 3px 3px 0;
}
.block-new .txt-new time {
  margin-left: auto;
}
.block-new h4 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  margin: 0;
  padding-left: 22px;
}
@media screen and (min-width: 501px) {
  .block-new h4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.block-new figure {
  padding-left: 22px;
}
@media screen and (min-width: 501px) {
  .block-new figure {
    padding-left: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

#GROUP .wp-block-gallery {
  flex-wrap: wrap;
  justify-content: center;
}
#GROUP .wp-block-gallery .wp-block-image {
  max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  border-radius: 0;
}
@media screen and (min-width: 601px) {
  #GROUP .wp-block-gallery .wp-block-image {
    min-width: 200px;
    max-width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
}

@media screen and (max-width: 800px) {
  .grid-varieties {
    grid-template-columns: 1fr !important;
  }
}
.grid-varieties .wp-block-group__inner-container {
  border: 1px solid #043459;
  background-color: #fff;
  border-radius: 10px;
  padding: min(3dvw, 20px);
  overflow: hidden;
}
.grid-varieties .wp-block-group__inner-container h3 {
  font-size: 1.8rem;
  margin: 0;
}
.grid-varieties .wp-block-group__inner-container .dl-period {
  margin: 10px 0 0;
}
@media screen and (max-width: 400px) {
  .grid-varieties .wp-block-group__inner-container .dl-period {
    grid-template-columns: 1fr !important;
  }
}
.grid-varieties .wp-block-group__inner-container figure {
  float: left;
  padding-right: 20px;
  margin-bottom: 0;
}
.grid-varieties .wp-block-group__inner-container figure img {
  border-radius: 100%;
}

.pop {
  background-color: #fff;
  position: relative;
  vertical-align: middle;
  padding: min(5dvw, 20px);
  border: 1px solid #043459;
  border-radius: 10px;
  display: none;
}
.pop .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 601px) {
  .pop .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pop h3 {
  align-self: center;
  color: #043459;
  text-align: center;
  font-size: 1.8rem;
  flex-grow: 1;
}
.pop h3::after {
  content: "";
  background-image: url("../../../uploads/2025/02/icon_about1.png");
  background-size: contain;
  display: block;
  width: 55px;
  height: 40px;
  margin: 20px auto 0;
}
.pop p {
  border-top: 1px solid #b9b9b9;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .pop p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 601px) {
  .pop p {
    grid-column: 1/3;
  }
}

#pop-Storage h3::after {
  background-image: url("../../../uploads/2025/02/icon_about3.png");
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.modal > .wp-block-group__inner-container {
  position: relative;
  max-width: 600px;
  width: 90%;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1005;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #f7b100;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
}

.Storage #pop-Storage {
  display: block;
}

.Farmers #pop-Farmers {
  display: block;
}

.gtranslate_wrapper {
  position: absolute;
  top: 6px;
  right: 70px;
}
.gtranslate_wrapper .gt_float_switcher {
  box-shadow: none;
}
@media screen and (min-width: 1001px) {
  .gtranslate_wrapper {
    right: calc(min(2.7dvw, 30px) + 100px);
    top: 6px;
  }
  .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px;
  }
}/*# sourceMappingURL=common.css.map */