@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --color-base: #333;
  --color-red: #d72809;
  --color-green: #096823;
  --color-green-light: #9de01b;
  --color-purple: #772db9;
  --color-green-rgb: 9, 104, 35;
  --color-green-light-rgb: 157, 222, 27;
  --color-purple-rgb: 119, 45, 185;
  --font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","メイリオ",Meiryo,sans-serif;
  --max-w: 1400px;
  --max-s: 1200px;
  --hd-h: 100px;
}
@media screen and (max-width: 991.98px) {
  :root {
    --hd-h: 50px;
  }
}

@view-transition {
  navigation: auto;
}
html {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  font-size: 2.6vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: var(--hd-h);
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.73vw;
    font-size: min(3.73vw, 16px);
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--color-base);
  font-size: 1rem;
  background: #fff;
  word-break: normal;
}

ul, ol, li {
  list-style: none;
}

a {
  color: var(--color-base);
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

img[src$="noimg.png"] {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: #ecf2ee;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

.ib {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none;
  }
}
.headerH {
  padding-top: var(--hd-h);
}

/* header */
.gHeader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--hd-h);
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  z-index: 1000;
}
.gHeader .siteID img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
@media print, screen and (min-width: 992px) {
  .gHeader {
    padding-left: 2.5rem;
    gap: 1rem;
  }
  .gHeader #spMenu, .gHeader #gHdBg {
    display: none;
  }
  .gHeader .siteID {
    max-width: 440px;
    width: 32%;
  }
  .gHeader .gHdMenu, .gHeader .gHdNav, .gHeader .gHdNav .main, .gHeader .gHdNav .sub {
    display: flex;
  }
  .gHeader .gHdMenu {
    align-items: center;
    justify-content: flex-end;
  }
  .gHeader .gHdNav {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .gHeader .gHdNav a {
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
  }
  .gHeader .gHdNav .main {
    gap: 0.5em;
    font-size: 1.0625rem;
    font-size: min(1.48vw, 1.0625rem);
  }
  .gHeader .gHdNav .main > li {
    display: inline-flex;
    gap: 0.5em;
  }
  .gHeader .gHdNav .main > li + li::before {
    content: "／";
    flex-shrink: 0;
  }
  .gHeader .gHdNav .sub {
    gap: 1.25rem;
    font-size: 0.875rem;
    font-size: min(1.32vw, .875rem);
  }
  .gHeader .gHdNav .sub a {
    align-items: center;
    gap: 0.5em;
  }
  .gHeader .gHdNav .sub a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: rotate(135deg);
  }
  .gHeader .gHdNav .sub a i::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid currentColor;
    border-radius: 50%;
  }
  .gHeader .gHdContact {
    display: flex;
    height: var(--hd-h);
    font-weight: 700;
    font-size: 0.875rem;
    font-size: min(1.25vw,0.875rem);
    margin-left: 1.5em;
  }
  .gHeader .gHdContact a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: var(--color-green);
    padding: 0 1.25em;
    transition: background-color 0.3s ease-in-out;
  }
  .gHeader .gHdContact i {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/common/ico_mail_w.svg") no-repeat center center/contain;
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  .gHeader .gHdNav .main, .gHeader .gHdNav .main > li {
    gap: 1em;
  }
  .gHeader .gHdNav .sub {
    gap: 2rem;
  }
  .gHeader .gHdContact {
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .gHeader {
    padding-left: 4%;
  }
  .gHeader .siteID {
    width: 60%;
    max-width: 20rem;
  }
  .gHeader .gHdMenu, .gHeader #gHdBg {
    position: fixed;
    width: 100%;
    left: 0;
    top: var(--hd-h);
  }
  .gHeader .gHdMenu {
    max-height: calc(100vh - var(--hd-h));
    max-height: calc(100dvh - var(--hd-h));
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .gHeader .gHdNav {
    font-weight: 700;
  }
  .gHeader .gHdNav a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .gHeader .gHdNav .main {
    font-size: 1.125rem;
  }
  .gHeader .gHdNav .main > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .gHeader .gHdNav .main a {
    padding: 0.75rem 1.5rem 0.75rem 1rem;
    gap: 1rem;
  }
  .gHeader .gHdNav .main a::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.75rem;
    margin-left: auto;
    background-color: rgba(255, 255, 225, 0.75);
    clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%, 0 0);
  }
  .gHeader .gHdNav .sub {
    margin-top: 1rem;
  }
  .gHeader .gHdNav .sub a {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .gHeader .gHdNav .sub a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: rotate(135deg);
  }
  .gHeader .gHdNav .sub a i::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid currentColor;
    border-radius: 50%;
  }
  .gHeader .gHdContact {
    margin-top: 1.5rem;
    padding: 0 4%;
    font-weight: 700;
    font-size: 1.25rem;
  }
  .gHeader .gHdContact a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--color-green);
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    border-radius: 4px;
  }
  .gHeader .gHdContact a i {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("../img/common/ico_mail.svg") no-repeat center center/contain;
  }
  .gHeader #gHdBg {
    height: calc(100vh - var(--hd-h));
    height: calc(100dvh - var(--hd-h));
    background-color: var(--color-green);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s 0.15s ease-in-out, visibility 0.3s 0.15s ease-in-out;
  }
  .gHeader #spMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--hd-h);
    height: var(--hd-h);
    cursor: pointer;
    background-color: var(--color-green);
  }
  .gHeader #spMenu > span {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.25rem;
    transition: transform 0.3s ease-in-out;
  }
  .gHeader #spMenu > span::before, .gHeader #spMenu > span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .gHeader #spMenu > span::before {
    top: 0;
  }
  .gHeader #spMenu > span::after {
    bottom: 0;
  }
  .gHeader #spMenu > span i {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 992px) {
  .gHeader .gHdNav a:hover {
    color: var(--color-green);
  }
  .gHeader .gHdContact a:hover {
    background-color: var(--color-red);
  }
}
@media (any-hover: hover) {
  .gHeader a:hover img {
    opacity: 0.75;
  }
}

body.menu-active {
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  body.menu-active #spMenu > span {
    transform: rotate(180deg);
  }
  body.menu-active #spMenu > span::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  body.menu-active #spMenu > span::after {
    bottom: calc(50% - 1px);
    transform: rotate(135deg);
  }
  body.menu-active #spMenu > span i {
    opacity: 0;
  }
  body.menu-active #gHdBg {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.menu-active .gHdMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* breadCrumb */
.breadCrumb {
  background-color: #f4f4f4;
  padding: 1rem 4%;
}
.breadCrumb .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 auto;
  max-width: var(--max-w);
}
.breadCrumb .list > li + li::before {
  content: ">";
  margin-right: 1em;
}
.breadCrumb .list a {
  color: var(--color-green);
}
@media (any-hover: hover) {
  .breadCrumb .list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767.98px) {
  .breadCrumb {
    padding: 0.75rem 4%;
    font-size: 0.875rem;
  }
}

/* footer */
.gFooter .gFtInner {
  width: 92%;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}

.gFtContact {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: var(--color-green);
  z-index: 1;
}
.gFtContact .bg {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
.gFtContact .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gFtContact .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  line-height: 1.2;
}
.gFtContact .contact .mail {
  font-weight: 700;
}
.gFtContact .contact .mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  color: var(--color-green);
  border: 1px solid #fff;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.gFtContact .contact .mail i {
  width: 2em;
  height: 2em;
  background: url("../img/common/ico_mail.svg") no-repeat center center/100% auto;
}
.gFtContact .contact .number {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 2.5rem;
  line-height: 1;
}
.gFtContact .contact .number > i {
  width: 1.05em;
  height: 1.05em;
  background: url("../img/common/ico_tel_w.svg") no-repeat center center/100% auto;
}
.gFtContact .contact .number > span {
  font-weight: 700;
}
.gFtContact .contact .time {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.gFtContact .company {
  margin-top: 2rem;
}
.gFtContact .company .comTitle {
  font-weight: 700;
}
.gFtContact .company .comName {
  font-weight: 700;
}
.gFtContact .company .comName a {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: underline;
  color: #fff;
}
.gFtContact .company .comName .logo {
  display: block;
  max-width: 5rem;
}
.gFtContact .faq {
  margin-top: 1.5rem;
  font-weight: 700;
}
.gFtContact .faq a {
  display: inline-block;
  padding: 0.25em 2em;
  border: 1px solid #fff;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .gFtContact {
    padding: 2.5rem 0;
  }
  .gFtContact .bg {
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    clip-path: polygon(11.625rem 0, 100% 0, 100% 100%, 0 100%);
  }
  .gFtContact .title {
    margin-bottom: 2rem;
  }
  .gFtContact .title .main {
    font-size: 2.25rem;
  }
  .gFtContact .title .sub {
    font-size: 1.125rem;
  }
  .gFtContact .contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    align-items: center;
  }
  .gFtContact .contact .mail {
    font-size: 1.25rem;
  }
  .gFtContact .contact .mail a {
    height: 6rem;
    padding: 0.5rem 1.5rem;
  }
  .gFtContact .company {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .gFtContact .company .comName {
    border-left: 1px solid #fff;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gFtContact {
    padding: 42vw 0 2rem;
    text-align: center;
  }
  .gFtContact .bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 36vw;
  }
  .gFtContact .title {
    margin-bottom: 1.5rem;
    display: block;
  }
  .gFtContact .title .main, .gFtContact .title .sub {
    display: block;
  }
  .gFtContact .title .main {
    font-size: 2rem;
  }
  .gFtContact .title .sub {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }
  .gFtContact .contact .mail {
    font-size: 1.125rem;
  }
  .gFtContact .contact .mail a {
    width: 100%;
  }
  .gFtContact .contact .tel {
    margin-top: 1rem;
  }
  .gFtContact .contact .tel .number {
    justify-content: center;
  }
  .gFtContact .faq a {
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .gFtContact .company .comTitle {
    padding: 0.25rem 0;
    border-top: 1px solid rgba(255, 255, 225, 0.3);
    border-bottom: 1px solid rgba(255, 255, 225, 0.3);
    background-color: rgba(255, 255, 225, 0.15);
  }
  .gFtContact .company .comName {
    margin: 1rem 0 0.5rem;
  }
  .gFtContact .company .comName a {
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .gFtContact .contact a:hover {
    color: #fff;
    background-color: var(--color-green);
  }
  .gFtContact .contact a:hover i {
    filter: brightness(0) invert(1);
  }
  .gFtContact .faq a:hover {
    color: var(--color-green);
    background-color: #fff;
  }
  .gFtContact .comName a:hover {
    text-decoration: none;
  }
}

.gFtGuide {
  background-color: rgba(var(--color-green-rgb), 0.08);
}
.gFtGuide .gFtGuideTitleSub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.gFtGuide .gFtGuideTitleSub i {
  width: 3rem;
}
.gFtGuide .gFtGuideTitleSub > span {
  display: block;
  padding-top: 0.5em;
}
.gFtGuide .gFtGuideTitle {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
}
.gFtGuide .gFtInner {
  background-color: #fff;
  border-radius: 1rem;
}
.gFtGuide .gFtGuideDesc .more {
  margin-top: 1.5rem;
}
.gFtGuide .gFtPickupTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.gFtGuide .gFtPickupTitle .title {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--color-green);
  border: 1px solid currentColor;
  padding: 0.375em 1.5em;
  border-radius: 4px;
}
.gFtGuide .gFtPickupCont .title {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.gFtGuide .gFtPickupCont .excerpt {
  line-height: 1.5;
}
.gFtGuide .gFtPickupCont .link {
  display: block;
  position: relative;
  border-radius: 0 0.5rem 0 0;
  padding: 1rem;
  background-color: rgba(var(--color-green-rgb), 0.08);
  transition: background-color 0.3s ease-in-out;
}
.gFtGuide .gFtPickupCont .link::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  bottom: 0;
  background-color: var(--color-green-light);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .gFtGuide .gFtPickupCont .link:hover {
    background-color: rgba(var(--color-green-rgb), 0.16);
  }
  .gFtGuide .gFtPickupCont .link:hover::before {
    background-color: var(--color-green);
  }
  .gFtGuide .gFtPickupCont .link:hover .title {
    color: var(--color-green);
  }
}
@media print, screen and (min-width: 768px) {
  .gFtGuide {
    padding: 2.5rem 0 4.5rem;
  }
  .gFtGuide .gFtInner {
    padding: 2.5rem;
  }
  .gFtGuide .gFtGuideTitleSub {
    font-size: 1.25rem;
  }
  .gFtGuide .gFtGuideTitle {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  .gFtGuide .gFtInner {
    display: flex;
  }
  .gFtGuide .gFtGuideDesc {
    width: 60%;
    padding-right: 2.5rem;
  }
  .gFtGuide .gFtGuideDesc .more {
    font-size: 1.125rem;
  }
  .gFtGuide .gFtGuidePickup {
    width: 40%;
    padding-left: 2.5rem;
    border-left: 2px solid var(--color-green);
  }
}
@media screen and (max-width: 991.98px) {
  .gFtGuide .gFtInner {
    padding: 1rem;
  }
  .gFtGuide .gFtGuideDesc .more {
    text-align: center;
  }
  .gFtGuide .gFtGuidePickup {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 2px solid var(--color-green);
  }
}
@media screen and (max-width: 767.98px) {
  .gFtGuide {
    padding: 1.5rem 0 2rem;
  }
  .gFtGuide .gFtGuideTitleSub {
    font-size: 1.125rem;
  }
}

.gFtAbout {
  color: #fff;
  background-color: #707070;
}
.gFtAbout .title {
  font-size: 1.3125rem;
}
.gFtAbout .desc {
  font-size: 0.875rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .gFtAbout {
    padding: 2rem 0;
  }
}
@media print, screen and (min-width: 992px) {
  .gFtAbout .gFtInner {
    display: flex;
    justify-content: space-between;
  }
  .gFtAbout .title {
    width: 22.5rem;
  }
  .gFtAbout .desc {
    width: calc(100% - 23rem);
  }
}
@media screen and (max-width: 991.98px) {
  .gFtAbout .title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gFtAbout {
    padding: 1.5rem 0;
  }
  .gFtAbout .desc {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.gFtMenu {
  background-color: #f4f4f4;
}
.gFtMenu .gFtCompany .siteID {
  max-width: 22.5rem;
}
.gFtMenu .gFtCompany .company {
  display: block;
  font-size: 0.875rem;
  background-color: #fff;
  border: 2px solid #fff;
  transition: background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .gFtMenu .gFtCompany .company:hover {
    background-color: #f4f4f4;
  }
}
.gFtMenu .gFtCompany .companyLogo {
  max-width: 5rem;
}
.gFtMenu .gFtNav {
  font-weight: 700;
}
.gFtMenu .gFtNav a {
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
}
.gFtMenu .gFtNav a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease-in-out;
  transform-origin: left center;
  transform: scale(1, 0.5);
}
@media (any-hover: hover) {
  .gFtMenu .gFtNav a:hover::before {
    transform: scale(1.5, 0.5);
  }
}
@media print, screen and (min-width: 768px) {
  .gFtMenu {
    padding: 3.5rem 0;
  }
  .gFtMenu .gFtCompany .company {
    margin-top: 2rem;
    padding: 1rem 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .gFtMenu .gFtNav {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  .gFtMenu .gFtNav .col > li + li {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .gFtMenu {
    padding: 5rem 0;
  }
  .gFtMenu .gFtInner {
    display: flex;
    justify-content: space-between;
  }
  .gFtMenu .gFtCompany {
    width: 35.7%;
  }
  .gFtMenu .gFtNav {
    display: flex;
    width: 60%;
    max-width: 740px;
  }
}
@media print, screen and (min-width: 1280px) {
  .gFtMenu .gFtCompany .company {
    gap: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .gFtMenu .gFtCompany {
    max-width: 31.25rem;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .gFtMenu .gFtCompany .siteID {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .gFtMenu .gFtCompany .companyLogo {
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gFtMenu {
    padding: 2rem 0;
  }
  .gFtMenu .gFtCompany {
    margin: 0 auto 1.5rem;
  }
  .gFtMenu .gFtCompany .company {
    border-width: 1px;
    padding: 0.75rem 0.5rem;
  }
  .gFtMenu .gFtNav a {
    padding: 0.5rem 0 0.5rem 1.75rem;
  }
  .gFtMenu .gFtNav a::before {
    display: none;
  }
  .gFtMenu .gFtNav a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.25em;
    width: 1rem;
    height: 2px;
    background-color: currentColor;
    transform: scaleY(0.5);
  }
  .gFtMenu .gFtNav .col + .col,
  .gFtMenu .gFtNav .col > li + li {
    border-top: 1px dashed #ddd;
  }
}

.gFtCopyright {
  padding: 1rem 0;
  color: #fff;
  background-color: var(--color-green);
  font-size: 0.875rem;
}
.gFtCopyright a {
  color: #fff;
}
@media (any-hover: hover) {
  .gFtCopyright a:hover {
    text-decoration: underline;
  }
}
.gFtCopyright .gFtInner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .gFtCopyright {
    font-size: 0.75rem;
  }
}

/* parts */
.mainContents {
  position: relative;
  z-index: 5;
}
.mainContents::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 55.625%;
  height: 26.25rem;
  max-height: 100%;
  opacity: 0.08;
  background-color: var(--color-green);
  clip-path: polygon(11.625rem 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .mainContents::before {
    width: 64vw;
    height: 48vw;
    clip-path: polygon(24vw 0, 100% 0, 100% 100%, 0 100%);
  }
}
.mainContents figure:not(.postBlock) {
  margin: 0;
}

.pageHeader {
  width: 92%;
  margin: 0 auto;
  padding: 5rem 0;
  max-width: var(--max-w);
}
.pageHeader .pageTitleEn {
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.pageHeader .pageTitle {
  position: relative;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.3;
}
.pageHeader .pageTitle::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  background-color: var(--color-green);
  border-radius: 1rem;
  margin-top: 0.64em;
}
.pageHeader .pageLead {
  margin-top: 5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 1050px;
}
@media screen and (max-width: 767.98px) {
  .pageHeader {
    padding: 2rem 0 2.5rem;
  }
  .pageHeader .pageTitleEn {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .pageHeader .pageTitle {
    font-size: 2rem;
  }
  .pageHeader .pageTitle::after {
    height: 3px;
  }
  .pageHeader .pageLead {
    margin-top: 2rem;
    font-size: 1.0625rem;
  }
}

.sec {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .sec {
    margin-bottom: 4.5rem;
  }
}

.secTitle {
  width: 92%;
  max-width: var(--max-w);
  margin: 0 auto 3rem;
  text-align: center;
}
.secTitle .title {
  line-height: 1.4;
  font-size: 2.625rem;
}
.secTitle .title::before, .secTitle .title::after {
  content: "";
  display: block;
  margin: 0 auto;
}
.secTitle .title::before {
  width: 1.05em;
  height: 1.2em;
  margin-bottom: 2rem;
  background: url("../img/common/ico_title.svg") no-repeat center center;
  background-size: 100% auto;
}
.secTitle .title::after {
  width: 5rem;
  height: 4px;
  border-radius: 1rem;
  margin-top: 2rem;
  background-color: var(--color-green);
}
.secTitle .title > span {
  display: block;
}
.secTitle .lead {
  margin-top: 3rem;
  padding-bottom: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .secTitle {
    margin-bottom: 1.75rem;
  }
  .secTitle .title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .secTitle .title::before {
    margin-bottom: 1rem;
  }
  .secTitle .title::after {
    width: 3.75rem;
    height: 3px;
    margin-top: 1rem;
  }
  .secTitle .lead {
    margin-top: 1.75rem;
    padding-bottom: 1rem;
    text-align: left;
    line-height: 1.75;
  }
}

.titleM {
  position: relative;
  padding: 0.75em 0.75em 0.75em 1.75em;
  margin-bottom: 1em;
  border-top: 1px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
  line-height: 1.3;
  font-size: 1.375rem;
}
.titleM::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1.25em;
  height: 1.25em;
  border: 0.25rem solid var(--color-green);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .titleM {
    font-size: 1.125rem;
  }
}

.innerMax {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-w);
}
.innerMax._narrow {
  max-width: var(--max-s);
}

.listDisc {
  padding-left: 1.25em;
}
.listDisc > li {
  list-style: disc;
}

.listCheck > li {
  position: relative;
  padding-left: 1.5em;
}
.listCheck > li::before {
  content: "✔ ";
  position: absolute;
  left: 0;
  top: 0;
}

.listNumber {
  padding-left: 1.25em;
}
.listNumber > li {
  list-style: decimal;
}

.btn_primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 0.5rem 2rem;
  background: var(--color-green);
  background: linear-gradient(110deg, #096823 0%, #0f7c2d 100%);
  max-width: calc(100% - 2.5rem);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn_primary::before, .btn_primary::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 2.5rem;
  background-color: var(--color-green-light);
  top: calc(50% - 2px);
  transition: transform 0.3s ease-in-out;
}
.btn_primary::before {
  transform-origin: left center;
  left: -1.25rem;
}
.btn_primary::after {
  transform-origin: right center;
  right: -1.25rem;
}
.btn_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5em 1.5em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 100vh;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_secondary._large {
  font-size: 1.25rem;
}
.btn_secondary._red {
  color: var(--color-red);
  border-color: var(--color-red);
}
@media print, screen and (min-width: 768px) {
  .btn_primary {
    min-height: 6rem;
  }
  .btn_primary._mw30 {
    min-width: 30rem;
  }
  .btn_primary._w30 {
    width: 30rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn_primary {
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    width: 100%;
    min-height: 3.5rem;
    max-width: calc(100% - 1.5rem);
  }
  .btn_primary::before, .btn_primary::after {
    width: 1.5rem;
  }
  .btn_primary::before {
    left: -0.75rem;
  }
  .btn_primary::after {
    right: -0.75rem;
  }
  .btn_secondary {
    padding: 0.5em 1em;
  }
  .btn_secondary._large {
    font-size: 1.125rem;
  }
}

@media (any-hover: hover) {
  a.btn_primary:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.25rem 0 rgba(var(--color-green-rgb), 0.32);
  }
  a.btn_primary:hover::before {
    transform: scaleX(0.5);
  }
  a.btn_primary:hover::after {
    transform: scaleX(0.5);
  }
  a.btn_secondary:hover {
    color: #fff;
    background-color: var(--color-green);
  }
  a.btn_secondary._red:hover {
    background-color: var(--color-red);
  }
}
.morePrimary {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .morePrimary {
    margin-top: 2.5rem;
  }
}

.marker {
  background: linear-gradient(transparent 60%, rgba(var(--color-green-light-rgb), 0.5) 60%);
}

.textBody {
  line-height: 1.75;
}

.textNote {
  line-height: 1.5;
  font-size: 0.875rem;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
}

a.textLink,
.textLink a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  a.textLink:hover,
  .textLink a:hover {
    text-decoration: none;
  }
}
.mb1 {
  margin-bottom: 1rem;
}

.mbS {
  margin-bottom: 0.5rem;
}

.mbM {
  margin-bottom: 2rem;
}

.mbL {
  margin-bottom: 3rem;
}

.mbXL {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767.98px) {
  .mbM {
    margin-bottom: 1.5rem;
  }
  .mbL {
    margin-bottom: 2.5rem;
  }
  .mbXL {
    margin-bottom: 3.5rem;
  }
}
/* dialog */
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.modal {
  margin: auto;
  width: 92%;
  height: auto;
  max-width: var(--max-w);
  max-height: 90vh;
  max-height: 90svh;
  block-size: auto;
  outline: none;
  transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
}
.modal::backdrop {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  .modal[open] {
    opacity: 0;
    translate: 0 1rem;
  }
}
.modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .modal[open]::backdrop {
    opacity: 0;
  }
}
.modal .modalCont {
  padding: 3.75rem;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  overscroll-behavior: contain;
}
@media screen and (max-width: 991.98px) {
  .modal .modalCont {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .modal .modalCont {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .modal .modalCont {
    padding: 1rem;
  }
}
.modal .modalClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 20rem;
  height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 3rem auto 0;
  border: 1px solid var(--color-green);
  border-radius: 100vh;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .modal .modalClose:hover {
    color: var(--color-green);
    background-color: rgba(var(--color-green-light-rgb), 0.08);
  }
}
@media screen and (max-width: 767.98px) {
  .modal .modalClose {
    height: 2.5rem;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.modal._gallery {
  max-width: 1080px;
}
.modal._gallery .modalCont {
  padding: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .modal._gallery .modalCont {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .modal._gallery .modalCont {
    padding: 1rem 0;
  }
}
.modal._gallery .modalClose {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .modal._gallery .modalClose {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .modal._gallery .modalClose {
    margin-top: 1rem;
  }
}

html:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* pagination */
.navigation.pagination {
  margin-top: 5rem;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 1.25rem;
  text-align: center;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-decoration: none;
  margin: 0.25rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: var(--color-green);
}
@media screen and (max-width: 767.98px) {
  .navigation.pagination {
    margin-top: 3rem;
  }
  .navigation.pagination .nav-links {
    font-size: 1rem;
  }
  .navigation.pagination .page-numbers {
    margin: 0.125rem;
  }
}
@media (any-hover: hover) {
  .navigation.pagination a.page-numbers:hover {
    background-color: var(--color-green-light);
    color: #fff;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* postBlock */
.postBlock {
  line-height: 1.75;
}
.postBlock._narrow {
  max-width: 1080px;
}
.postBlock p {
  padding-bottom: 1.25em;
}
.postBlock a {
  text-decoration: underline;
  color: var(--color-green);
}
.postBlock .wp-block-image {
  margin-bottom: 1.25em;
}
.postBlock h2 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-bottom: 2px solid var(--color-green);
}
.postBlock h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 4em;
  background-color: var(--color-green);
}
.postBlock h3 {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.postBlock h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.2em solid var(--color-green-light);
}
.postBlock h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}
.postBlock h5 {
  font-size: 1rem;
}
.postBlock h6 {
  font-size: 0.85rem;
}
.postBlock ul, .postBlock ol {
  padding-left: 1.5em;
  padding-bottom: 2.5em;
}
.postBlock ul li {
  list-style: disc;
}
.postBlock ol li {
  list-style: decimal;
}
.postBlock table {
  margin-bottom: 2em;
}
.postBlock table,
.postBlock .wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
.postBlock table thead,
.postBlock table tfoot,
.postBlock .wp-block-table thead,
.postBlock .wp-block-table tfoot {
  text-align: center;
}
.postBlock table td,
.postBlock table th,
.postBlock .wp-block-table td,
.postBlock .wp-block-table th {
  padding: 0.4em;
  border: 1px solid var(--color-green);
}
.postBlock table figcaption,
.postBlock .wp-block-table figcaption {
  color: #666;
  font-size: 0.9rem;
}
.postBlock table.is-style-stripes,
.postBlock .wp-block-table.is-style-stripes {
  border-color: rgba(var(--color-green-rgb), 0.8);
}
.postBlock table.is-style-stripes th,
.postBlock table.is-style-stripes td,
.postBlock .wp-block-table.is-style-stripes th,
.postBlock .wp-block-table.is-style-stripes td {
  border-width: 0;
}
.postBlock table.is-style-stripes tbody tr:nth-child(odd),
.postBlock .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(var(--color-green-rgb), 0.1);
}
.postBlock table.is-style-stripes .has-background tbody tr:nth-child(odd),
.postBlock .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: rgba(var(--color-green-rgb), 0.1);
}
.postBlock table.wp-calendar-table td,
.postBlock table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
.postBlock table.wp-calendar-table th {
  font-weight: bold;
}
.postBlock table.wp-calendar-table thead,
.postBlock table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
.postBlock table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  color: currentColor;
}
.postBlock .has-small-font-size {
  font-size: 0.75rem !important;
}
.postBlock .has-middle-font-size {
  font-size: 1rem !important;
}
.postBlock .has-large-font-size {
  font-size: 1.25rem !important;
}
.postBlock .has-larger-font-size {
  font-size: 1.5rem !important;
}
.postBlock .has-huge-font-size {
  font-size: 2rem !important;
}
.postBlock .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 16 / 9;
}
@media print, screen and (min-width: 768px) {
  .postBlock h2 {
    font-size: 1.75rem;
  }
}
@media (any-hover: hover) {
  .postBlock a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767.98px) {
  .postBlock h2 {
    font-size: 1.5rem;
  }
  .postBlock h3 {
    font-size: 1.375rem;
  }
}

/* MFP */
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #f9f9f6;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 14px;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 1rem;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  max-width: 1000px;
  width: 92%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

.mfp_colored {
  background-color: #f6f9f7;
}

.mfp_achroma {
  background-color: #fff;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0.2em 0px 0.2em 20px;
  color: var(--color-red);
  font-size: 12px;
  line-height: normal;
  background-image: url("../img/common/ico_error.png");
  background-repeat: no-repeat;
  background-position: left 0.35em;
}

.mfp_parent_error {
  border: solid 2px var(--color-red);
}

.problem {
  background-color: #fffcee;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px var(--color-red);
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: var(--color-red);
}

div#mfp_warning {
  background-color: rgba(var(--color-red), 0.1);
  border: solid 1px var(--color-red);
  padding: 1rem;
  display: none;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: var(--color-red);
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div#mfp_overlay_inner h4 {
  padding: 0 0 5px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

div#mfp_overlay_inner table#mfp_confirm_table tr th,
div#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1rem;
}

ul#mfp_phase_stat {
  display: none;
}

.mfp_buttons {
  padding-top: 1em;
  text-align: center;
}

.mfp_buttons button {
  padding: 5px 20px;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid var(--color-green);
  font-size: 1rem;
  font-family: var(--font-family);
  cursor: pointer;
  background: #fff;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .mfp_buttons button {
    transition: color 0.5s ease, background-color 0.5s ease;
  }
}
@media (any-hover: hover) {
  .mfp_buttons button:hover {
    color: #fff;
    background: var(--color-green);
  }
}
@media screen and (max-width: 640px) {
  .mfp_ok {
    position: absolute;
    right: 0;
    top: -20px;
  }
  div#mfp_overlay div#mfp_overlay_inner {
    padding: 10px;
    margin: 0 auto 10px;
    box-sizing: border-box;
  }
  div#mfp_overlay_inner table#mfp_confirm_table tr th,
  div#mfp_overlay_inner table#mfp_confirm_table tr td {
    display: block;
    width: auto;
  }
  div#mfp_overlay_inner table#mfp_confirm_table tr td {
    border-top: 1px dotted #ddd;
  }
}