@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #FFFFFF;
  line-height: 1.5;
  color: #303030;
}

body.no_scroll {
  overflow: hidden;
}

section {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  section {
    padding-bottom: 60px;
  }
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 92%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

p {
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

main a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .only-pc {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 420px) {
  .sp-block {
    display: block;
  }
}

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

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

.bold {
  font-weight: bold;
}

.btn {
  display: block;
  color: white;
  background: #329E63;
  border-radius: 40px;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 0;
  width: 90%;
  max-width: 410px;
  margin-inline: auto;
  text-align: center;
}

.red-btn {
  display: inline-block;
  border-radius: 5px;
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
  font-weight: bold;
  color: #fff;
  background-color: #c30d23;
  margin: 20px auto;
  line-height: 1.2;
  border: 2px solid #c30d23;
  padding: 10px 20px;
}
.red-btn:hover {
  text-decoration: none;
}

/* ------------------------------------
  メールアドレス、電話番号の下線を非表示
------------------------------------ */
/* iOS */
*[x-apple-data-detectors],
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
a[href^=tel],
a[href^=mailto] {
  text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
}

/*======================= START OF HAMBURGER MENU =======================*/
.header_right-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .header_right-sp {
    display: block;
  }
}

.gnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  background: #F6FAED;
}
.gnav .btn {
  color: white;
  border-radius: 7px;
  border: none;
  margin-top: 50px;
  max-width: 240px;
  font-size: 18px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
.gnav .btn:hover {
  opacity: 0.6;
}

.SP_menu.active + .gnav {
  left: 0;
  opacity: 1;
  overflow: hidden;
}

.gnav ul {
  width: 100%;
  margin-bottom: 110px;
}

.gnav ul li:first-child {
  margin-top: 100px;
}

.gnav ul li {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}

.gnav ul li a {
  color: #303030;
  font-weight: bold;
}

.gnav ul li .red-btn {
  color: white;
}

.SP_menu {
  width: 60px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
  border: 15px solid rgba(255, 255, 255, 0.5);
  border: 15px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  z-index: 10000;
  right: 20px;
}

.menu-trigger,
.menu-trigger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  width: 30px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303030;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 2px;
}

.menu-trigger span:nth-of-type(2) {
  top: 45%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}

.SP_menu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.SP_menu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.SP_menu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/*======================= END OF HAMBURGER MENU =======================*/
header {
  position: fixed;
  z-index: 9999;
  top: 0%;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(94%, white), color-stop(94%, #329E63), to(#329E63));
  background: linear-gradient(180deg, white 0%, white 94%, #329E63 94%, #329E63 100%);
}
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  header .header-wrap {
    display: block;
  }
}
header .header-wrap .header-logo {
  max-width: 160px;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-logo {
    max-width: 100px;
  }
}
header .header-wrap .header-right {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
header .header-wrap .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #303030;
  font-weight: 500;
  font-size: min(1.5vw, 16px);
}
header .header-wrap .header-right ul li {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
header .header-wrap .header-right ul li a {
  position: relative;
}
header .header-wrap .header-right ul li .red-btn {
  font-size: min(1.5vw, 17px);
  margin: 0;
  padding: 10px 15px;
}
header .header-wrap .header-right ul li .red-btn:hover {
  color: white;
  opacity: 0.8;
}
header .header-wrap .header-right ul li .red-btn::after {
  content: unset;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-right {
    display: none;
  }
}
header .header-wrap .header-right .current {
  color: #329E63;
}

/*======================= END OF HEADER =======================*/
footer {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 820px) {
  footer {
    padding-top: 40px;
  }
}
footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
footer .footer-wrap .footer-left {
  max-width: 220px;
  margin-right: 105px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-left {
    margin-bottom: 15px;
    max-width: 125px;
  }
}
footer .footer-wrap .footer-right {
  text-align: left;
}
footer .footer-wrap .footer-right .footer-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
footer .footer-wrap .footer-right .footer-right-item:first-of-type {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-right .footer-right-item:first-of-type {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-right .footer-right-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-wrap .footer-right .footer-right-item .footer-right-ttl {
  display: block;
  min-width: 120px;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-right .footer-right-item .footer-right-ttl {
    font-size: 14px;
  }
}
footer .footer-wrap .footer-right .footer-right-item .footer-right-txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-right .footer-right-item .footer-right-txt {
    font-size: 13px;
  }
}
footer .footer-wrap .footer-right .footer-right-item .footer-right-txt a {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-right .footer-right-item .footer-right-txt a {
    font-size: 12px;
  }
}
footer .copy-right {
  font-size: 12px;
  color: #329E63;
  text-align: center;
  border-top: 1px solid #329E63;
  padding: 20px 0;
}

/*======================= END OF FOOTER =======================*/
.coming-soon {
  color: #303030;
  font-size: min(6vw, 40px);
  font-weight: 500;
  text-align: center;
  background: #F6FAED;
  margin-bottom: 80vh;
  padding: 20px 0;
}

.mv {
  padding-bottom: 0;
}

/*======================= END OF MV =======================*/
.sec-news {
  background: #FCFBF9;
  padding-top: 80px;
}
@media screen and (max-width: 420px) {
  .sec-news {
    padding-top: 30px;
  }
}
.sec-news .sec-news-img {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media screen and (max-width: 420px) {
  .sec-news .sec-news-img {
    width: 85%;
    padding: 25px 0 60px;
  }
}
.sec-news .news-back .news-wrap .ttl-area {
  margin-bottom: 30px;
}
.sec-news .news-back .news-wrap .ttl-area .ttl-en {
  font-family: "jost";
  font-size: clamp(2.813rem, 2.67rem + 0.61vw, 3.125rem);
  font-weight: 600;
  color: #187353;
  line-height: 1;
}
.sec-news .news-back .news-wrap .ttl-area .ttl-ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
}
.sec-news .news-back .news-wrap dl dt {
  font-family: "jost";
  font-size: 16px;
  font-weight: 600;
  color: #329E63;
}
.sec-news .news-back .news-wrap dl dd {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
}
.sec-news .news-back .news-wrap dl dd:last-of-type {
  margin-bottom: 0;
}
.sec-news .news-back .news-wrap dl dd a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.sec-news .news-back .news-wrap dl dd .news-frame {
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
  margin: 5px 0;
}
.sec-news .news-back .news-wrap dl dd .news-frame span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.sec-news .news-back .news-wrap dl .news-border {
  border-top: 4px solid #194590;
  margin: 35px 0;
}
.sec-news .news-back .news-wrap .news-table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec-news .news-back .news-wrap .news-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid;
  margin-block: 5px;
}
.sec-news .news-back .news-wrap .news-table table td {
  border: 1px solid;
  vertical-align: middle;
}

/*======================= END OF NEWS =======================*/
/* -----------------------
  下層ページ CSS開始
----------------------- */
.sub-page {
  margin-top: 80px;
  /*======================= END OF ABOUT =======================*/
  /*======================= END OF EXHIBIT =======================*/
  /*======================= END OF REGIST =======================*/
  /*======================= END OF LIST =======================*/
  /*======================= END OF SEMINAR =======================*/
  /*======================= END OF PRIVACY =======================*/
}
@media screen and (max-width: 820px) {
  .sub-page {
    margin-top: 30px;
  }
}
.sub-page .sub-ttl-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sub-ttl-area {
    margin-bottom: 30px;
  }
}
.sub-page .sub-ttl-area .sub-ttl-en {
  font-size: 26px;
  font-weight: 600;
  color: #187353;
}
@media screen and (max-width: 820px) {
  .sub-page .sub-ttl-area .sub-ttl-en {
    font-size: 16px;
  }
}
.sub-page .sub-ttl-area .sub-ttl-ja {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sub-ttl-area .sub-ttl-ja {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.sub-page .sub-ttl-area .sub-contents-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #187353;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #187353;
}
@media screen and (max-width: 820px) {
  .sub-page .sub-ttl-area .sub-contents-ttl {
    font-size: 20px;
  }
}
.sub-page .sub-ttl-area .sub-contents-txt {
  font-weight: 500;
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .trade .trade-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(2vw, 30px);
  background: #F6FAED;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
    padding: 20px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item .trade-item-txtarea .trade-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #329E63;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item .trade-item-txtarea .trade-ttl {
    font-size: 20px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item .trade-item-txtarea .trade-txt {
  font-weight: 500;
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item .trade-item-img {
  max-width: 100px;
}
.sub-page .sec-about .about-wrap .about-contents .trade .trade-list .trade-item:last-of-type .trade-item-img {
  max-width: 130px;
}
.sub-page .sec-about .about-wrap .about-contents .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .detail .detail-list {
    width: 100%;
  }
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-ttl,
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #329E63;
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-ttl:first-of-type,
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-txt:first-of-type {
  border-top: 1px solid #329E63;
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-ttl {
  font-size: 18px;
  width: 116px;
  color: #329E63;
  background: #F6FAED;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-ttl {
    font-size: 16px;
    padding: 20px 8px;
    width: 48px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-txt {
  width: calc(100% - 116px);
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .detail .detail-list .detail-txt {
    width: calc(100% - 48px);
    font-size: 15px;
    padding: 10px;
  }
}
.sub-page .sec-about .about-wrap .about-contents .detail .detail-img {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .about-wrap .about-contents .detail .detail-img {
    width: 100%;
  }
}
.sub-page .sec-about .composition {
  background: #F6FAED;
  padding-block: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .composition {
    padding-block: 60px;
  }
}
.sub-page .sec-about .composition .wrap .composition-ttl {
  text-align: center;
  color: #187353;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .composition .wrap .composition-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.sub-page .sec-about .composition .wrap .composition-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .composition .wrap .composition-list {
    grid-template-columns: 1fr;
  }
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item {
  background: white;
  padding: 20px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item .composition-img {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(1) .composition-img {
  border-bottom: 1px solid #C30D23;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(1) .composition-img img {
  max-width: 180px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(2) .composition-img {
  border-bottom: 1px solid #4A9631;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(2) .composition-img img {
  max-width: 125px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(3) .composition-img {
  border-bottom: 1px solid #182987;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(3) .composition-img img {
  max-width: 180px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(4) .composition-img {
  border-bottom: 1px solid #C48D00;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item:nth-of-type(4) .composition-img img {
  max-width: 180px;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item .composition-txt {
  margin-bottom: 15px;
  font-weight: 500;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item .target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: 500;
}
.sub-page .sec-about .composition .wrap .composition-list .composition-item .target .target-ttl {
  background: #187353;
  color: white;
  border-radius: 5px;
  line-height: 1.2;
  padding: 5px 10px;
  margin-right: 15px;
  min-width: 52px;
}
@media screen and (max-width: 420px) {
  .sub-page .sec-about .composition .wrap .composition-list .composition-item .target p {
    font-size: 14px;
  }
}
.sub-page .sec-about .place {
  background-color: white;
  padding: 80px 0 0;
  text-align: center;
}
.sub-page .sec-about .place .place-ttl {
  font-size: 24px;
  color: #187353;
  margin-bottom: 10px;
}
.sub-page .sec-about .place .place-detail {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-about .place .place-detail {
    text-align: left;
    max-width: 265px;
    margin-inline: auto;
  }
}
.sub-page .sec-about .place .btn {
  font-size: 16px;
  font-weight: bold;
  color: #187353;
  background-color: white;
  border: 1px solid #187353;
  padding: 20px 0;
  margin-bottom: 40px;
  border-radius: 40px;
}
.sub-page .sec-about .covid {
  max-width: 1100px;
  width: 90%;
  margin-bottom: 40px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .sub-page .sec-exhibit {
    padding-bottom: 0;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F6FAED;
  padding-block: 80px 120px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back {
    padding-block: 40px 60px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #187353;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    margin-bottom: 40px;
    gap: 20px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents:nth-of-type(3) {
  border-bottom: unset;
  margin-bottom: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents:nth-of-type(3) {
    margin-bottom: 40px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-left-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-left-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-left-ttl img {
  max-width: 80px;
  margin-right: 15px;
}
@media screen and (max-width: 420px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-left-ttl img {
    max-width: 65px;
    margin-right: 10px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-sum {
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .exhibit-contents .exhibit-left .exhibit-sum {
    margin-bottom: 20px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .btn-area {
  text-align: center;
}
@media screen and (max-width: 420px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .btn-area {
    padding-top: 20px;
  }
}
.sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .btn-area .btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #329E63;
  padding: 20px 0;
  border-radius: 40px;
  min-width: 370px;
  margin: 0 15px;
}
@media only screen and (max-width: 1000px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .btn-area .btn:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 420px) {
  .sub-page .sec-exhibit .exhibit-wrap .exhibit-contents-back .btn-area .btn {
    min-width: unset;
    width: 100%;
    max-width: 365px;
    margin: 0;
    padding-block: 10px;
  }
}
.sub-page .sec-regist {
  padding-bottom: 0;
}
.sub-page .sec-regist .regist-wrap .regist-contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-regist .regist-wrap .regist-contents {
    margin-bottom: 40px;
  }
}
.sub-page .sec-regist .regist-wrap .regist-contents .regist-item {
  background: #F6FAED;
  margin-bottom: 20px;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-regist .regist-wrap .regist-contents .regist-item {
    padding: 20px;
  }
}
.sub-page .sec-regist .regist-wrap .regist-contents .regist-item .regist-item-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #187353;
  border-bottom: 2px solid #187353;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sub-page .sec-regist .regist-wrap .regist-contents .regist-item .regist-item-txt {
  font-weight: 500;
}
.sub-page .sec-regist .regist-wrap .regist-contents .regist-item .caution {
  color: #C30D23;
  border: 2px solid #C30D23;
  border-radius: 5px;
  background: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-regist .regist-wrap .regist-contents .regist-item .caution {
    font-size: 16px;
  }
}
.sub-page .sec-regist .regist-wrap #register {
  margin-top: 10px;
}
.sub-page .sec-regist .regist-wrap .seminar-back {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F6FAED;
  padding-block: 70px 120px;
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-regist .regist-wrap .seminar-back {
    margin-top: 60px;
    padding-block: 60px;
  }
}
.sub-page .sec-regist .regist-wrap .seminar-back .seminar-area {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-regist .regist-wrap .seminar-back .seminar-area {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.sub-page .sec-regist .regist-wrap .seminar-back .seminar-area .seminar-left .seminar-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #187353;
  margin-bottom: 10px;
}
.sub-page .sec-regist .regist-wrap .seminar-back .seminar-area .seminar-left .seminar-txt {
  font-weight: 500;
}
.sub-page .sec-list .list-wrap .seminar-kinds {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-list .list-wrap .seminar-kinds {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 65px;
  }
}
.sub-page .sec-list .list-wrap .list-ttl {
  text-align: center;
  font-size: clamp(1.375rem, 1.318rem + 0.24vw, 1.5rem);
  font-weight: bold;
  color: #000;
  padding: 0.5em 0;
  margin-top: 1em;
  scroll-margin-top: 20dvh;
}
.sub-page .sec-list .list-wrap #halal {
  color: #C30000;
}
.sub-page .sec-list .list-wrap .halal {
  background: #c30000;
}
.sub-page .sec-list .list-wrap #veg {
  color: #4b9731;
}
.sub-page .sec-list .list-wrap .veg {
  background: #4b9731;
}
.sub-page .sec-list .list-wrap #glu {
  color: #172a88;
}
.sub-page .sec-list .list-wrap .glu {
  background: #172a88;
}
.sub-page .sec-list .list-wrap #org {
  color: #c38f00;
}
.sub-page .sec-list .list-wrap .org {
  background: #c38f00;
}
.sub-page .sec-list .list-wrap #kana {
  color: #b9b79e;
}
.sub-page .sec-list .list-wrap .kana {
  background: #b9b79e;
}
.sub-page .sec-list .list-wrap #shan {
  color: #663399;
}
.sub-page .sec-list .list-wrap .shan {
  background: #663399;
}
.sub-page .sec-list .list-wrap table {
  font-size: clamp(0.813rem, 0.727rem + 0.36vw, 1rem);
  border-collapse: collapse;
  min-width: 100%;
}
.sub-page .sec-list .list-wrap table thead tr {
  color: white;
}
.sub-page .sec-list .list-wrap table thead tr th {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border-right: 1px solid white;
}
.sub-page .sec-list .list-wrap table thead tr th:first-of-type {
  border-radius: 10px 0 0 0;
}
.sub-page .sec-list .list-wrap table thead tr th:last-of-type {
  border-radius: 0 10px 0 0;
}
.sub-page .sec-list .list-wrap table tbody {
  text-align: center;
}
.sub-page .sec-list .list-wrap table tbody tr {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sub-page .sec-list .list-wrap table tbody tr th {
  vertical-align: middle;
  padding: 20px 5px;
  border-right: 1px solid #ccc;
  text-align: center;
}
.sub-page .sec-list .list-wrap table tbody tr td {
  vertical-align: middle;
  padding: 20px 5px;
  border-right: 1px solid #ccc;
}
.sub-page .sec-list .list-wrap table tbody tr td a {
  font-weight: bold;
}
.sub-page .sec-list .list-wrap table tbody tr .bold {
  font-weight: bold;
}
.sub-page .sec-list .list-wrap table tbody tr .group {
  background: #FFEBEB;
}
.sub-page .sec-list .list-wrap table tbody .column-2 {
  width: 15%;
}
.sub-page .sec-list .list-wrap table tbody .column-3 {
  width: 40%;
}
.sub-page .sec-list .list-wrap table tbody .column-4 {
  width: 45%;
}
.sub-page .sec-seminar .seminar-wrap .seminar-btn-area {
  background: #F6FAED;
  padding: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-btn-area {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-btn-area p {
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-btn-area p {
    margin-bottom: 30px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-btn-area .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-btn-area .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-btn-area .btn-flex .seminar-btn {
  width: 100%;
  max-width: 410px;
  margin-inline: unset;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-btn-area .btn-flex .seminar-btn {
    margin-inline: auto;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-btn-area.txt-center {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-btn-area.txt-center {
    text-align: left;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-head-area {
    margin-bottom: 30px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area .pre-regi {
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem);
  font-weight: 600;
  padding: 5px 5px 5px 0;
  margin-bottom: 5px;
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area .pre-regi span {
  color: #fff;
  background: #329E63;
  border-radius: 24px;
  padding: 3px 20px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-head-area .pre-regi span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area .seminar-head-grid {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 10px;
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area .seminar-head-grid .seminar-head-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #187353;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-head-area .seminar-head-grid .seminar-head-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.sub-page .sec-seminar .seminar-wrap .seminar-head-area .seminar-head-txt {
  font-weight: 500;
}
.sub-page .sec-seminar .seminar-wrap .seminar-move-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-move-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .seminar-move-btns .seminar-move-btn {
    max-width: 345px;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.sub-page .sec-seminar .seminar-wrap .day {
  font-size: 18px;
  font-weight: bold;
  background-color: #329E63;
  color: #fff;
  border-radius: 10px;
  padding-block: 20px;
  margin-bottom: 10px;
  scroll-margin-top: 20dvh;
}
.sub-page .sec-seminar .seminar-wrap .semi-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area:last-of-type {
  margin-bottom: 40px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left,
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right {
  margin-bottom: 10px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left {
  width: 15%;
  background: #E1EDC4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-left {
    width: 100%;
    padding: 16px 0 13px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left .semi-time {
  color: #329E63;
  font-size: 16px;
  font-weight: bold;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left .semi-no {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left .semi-status {
  background: #329E63;
  color: white;
  padding: 2px 30px;
  border-radius: 16px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-left .semi-status.cancel {
  background: #E34746;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right {
  width: 85%;
  background: #FAFAFA;
  border-radius: 0 10px 10px 0;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right:last-of-type {
    margin-bottom: 0;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-cancel {
  font-weight: bold;
  color: #E34746;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-cancel {
    font-size: 14px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds {
  color: white;
  margin-bottom: 5px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds span {
  padding: 2px 15px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds span {
    font-size: 14px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds .hal {
  background: #C30D23;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds .org {
  background: #C48D00;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds .veg {
  background: #4A9631;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds .glu {
  background: #182987;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-kinds .other {
  background: #303030;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-ttl {
    font-size: 18px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail {
    gap: 10px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail:not(:last-of-type) {
  margin-bottom: 20px;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-img {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-img {
    max-width: 87px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-txt .semi-detail-position {
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-txt .semi-detail-position {
    font-size: 12px;
  }
}
.sub-page .sec-seminar .seminar-wrap .semi-area .semi-right .semi-detail .semi-detail-txt .semi-detail-name {
  font-size: 18px;
  font-weight: bold;
}
.sub-page .sec-seminar .seminar-wrap .notice {
  margin-bottom: 40px;
  font-weight: 500;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ttl {
  color: #187353;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ttl::before {
  content: "";
  position: absolute;
  border-left: 4px solid #187353;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 70%;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ttl::before {
    border-left-width: 3px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-sub-ttl {
  color: #187353;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #187353;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-sub-ttl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-txt {
  font-weight: 500;
  margin-bottom: 20px;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-txt a {
  font-weight: bold;
  text-decoration: underline;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-txt.reg {
  font-weight: 400;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ol {
  list-style-type: decimal;
  padding-left: 20px;
}
@media screen and (max-width: 420px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ol {
    padding-left: 25px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ol li {
  font-weight: 500;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ol .list-txt {
  display: block;
  margin-bottom: 20px;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ul li {
  font-weight: 500;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-ul li::marker {
  font-size: 10px;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-mark-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border: 1px solid #00A0E9;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-mark-area {
    gap: 15px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-mark-area .privacy-mark-img {
  max-width: 105px;
  min-width: 105px;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-mark-area .privacy-mark-txt {
  font-weight: 500;
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-green {
  background: #F6FAED;
  padding: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-green {
    padding: 20px;
  }
}
.sub-page .sec-privacy .privacy-wrap .privacy-contents .privacy-item .privacy-green .privacy-green-txt {
  font-weight: 500;
}

/* パンくずリスト用CSS */
.breadcrumb {
  background: #87A94F;
  padding: 20px;
  margin-top: -60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .breadcrumb {
    margin-top: -60px;
  }
}
@media screen and (max-width: 420px) {
  .breadcrumb {
    padding: 10px 15px;
  }
}
.breadcrumb #breadcrumb {
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  max-width: 1100px;
  width: 80%;
}
@media screen and (max-width: 420px) {
  .breadcrumb #breadcrumb {
    font-size: 14px;
    width: 100%;
  }
}
.breadcrumb #breadcrumb li {
  display: inline; /*横並びにする*/
  line-height: 20px; /*行間*/
}
.breadcrumb #breadcrumb li a {
  text-decoration: underline;
}

/*======================= END OF BREADCRUMB =======================*//*# sourceMappingURL=main.css.map */