<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
          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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ===================== 
固定ページ-共通で使う要素
 ===================== */
/* ----- 共通要素@mixin ----- */
html {
  color: #333333;
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.78125vw;
  scroll-behavior: smooth;
  width: 100%;
}
@media screen and (max-width:950px) {
  html {
    font-size: 0.7818608288vw;
  }
}
@media screen and (max-width:850px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 1.6666666667vw;
  }
}

body {
  background: #fff;
}

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

a {
  color: #0b5501;
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
}

div,
p,
span {
  box-sizing: border-box;
}

/* ===================== 
ヘッダー
 ===================== */
.header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 106px;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width:950px) {
  .header {
    height: 72px;
  }
}

.header__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0;
  position: absolute;
  width: 100%;
}

.l-header-logo {
  max-width: 240px;
  width: min(180px, 24rem);
}

/* Navbar &amp; Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

/* Nav items */
.l-header-nav {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  /* Hamburger menbu text */
}
@media screen and (max-width:950px) {
  .l-header-nav {
    background: var(--background-navbar);
    clear: both;
    display: block;
    height: auto;
    margin-top: 72px;
    padding: 0;
    position: absolute;
    top: 0;
    transform: scale(1, 0);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    width: 100%;
  }
}
.l-header-nav a {
  font-size: min(16px, 1.6rem);
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.5s;
}
@media screen and (max-width:950px) {
  .l-header-nav a {
    font-size: 14px;
  }
}
.l-header-nav a,
.l-header-nav li {
  opacity: 1;
}
@media screen and (max-width:950px) {
  .l-header-nav a,
  .l-header-nav li {
    opacity: 0;
  }
}

.l-header-nav__list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 min(10px, 1.5rem);
  transition: 0.5s;
}
.l-header-nav__list a {
  color: #2f2f2f;
}
@media screen and (max-width:950px) {
  .l-header-nav__list a {
    color: #fff;
  }
}
@media screen and (max-width:950px) {
  .l-header-nav__list {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px;
  }
}

.l-header-nav__btn-wrap {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  padding-right: 0;
}
@media screen and (max-width:950px) {
  .l-header-nav__btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .l-header-nav__btn-wrap {
    grid-template-columns: 1fr;
  }
}
.l-header-nav__btn-wrap .l-header-nav__demo-btn {
  align-items: center;
  background-color: #ffce00;
  box-sizing: border-box;
  color: #0b5501;
  display: inline-block;
  display: flex;
  gap: 8px;
  padding: 18px min(56px, 5.6rem);
}
@media screen and (max-width:950px) {
  .l-header-nav__btn-wrap .l-header-nav__demo-btn {
    align-items: center;
    justify-content: center;
  }
}
.l-header-nav__btn-wrap .l-header-nav__doc-btn {
  align-items: center;
  background-color: #3eb44b;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  gap: 8px;
  padding: 18px min(56px, 5.6rem);
  text-align: center;
}
@media screen and (max-width:950px) {
  .l-header-nav__btn-wrap .l-header-nav__doc-btn {
    align-items: center;
    justify-content: center;
  }
}

.l-header-nav__btn-i {
  display: inline-block;
  height: 40px;
  width: 40px;
}

/* Hamburger menu button */
.menu-btn.js-script ~ .l-header-nav {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn.js-script ~ .l-header-nav a,
.menu-btn.js-script ~ .l-header-nav li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
  position: absolute;
  right: 24px;
  transform: scale(2);
  z-index: 999;
}
@media screen and (max-width:950px) {
  .menu-btn {
    display: block;
    opacity: 0;
  }
}

.menu-icon {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  display: none;
  margin-left: auto;
  padding: 24px 14px;
  position: absolute;
  right: 0;
}
@media screen and (max-width:950px) {
  .menu-icon {
    display: block;
  }
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  width: 26px;
}

.navicon:before,
.navicon:after {
  background: #ddd;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  width: 100%;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn.js-script ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn.js-script ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn.js-script ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn.js-script ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn.js-script ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
/* Navbar Text */
.navtext {
  color: #ddd;
  font-size: 20px;
  left: 24px;
  letter-spacing: 4px;
  position: absolute;
  text-transform: uppercase;
}

/* ===================== 
フッター
 ===================== */
.l-footer {
  background-color: #0b5501;
  display: block;
  text-align: center;
  width: 100%;
}

.l-footer__menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: min(24px, 2.4rem) 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    flex-direction: column;
    justify-content: center;
  }
}

.l-footer__logo {
  max-width: min(182px, 18.2rem);
}

.l-footer__menu-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}
.l-footer__menu-lists li {
  list-style: none;
}
.l-footer__menu-lists li a {
  color: #fff;
  font-size: min(1.6rem, 16px);
  font-weight: 600;
  line-height: 2;
  padding: 10px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.l-footer__menu-lists li a:hover {
  opacity: 0.5;
}

.l-footer__copy {
  color: #fff;
  font-size: 1.4rem;
  padding: 1.4rem 16px 4rem;
  text-align: center;
}

/* ===================== 
コンテンツ
 ===================== */
/* ===================== 
タブ切り替え
 ===================== */
.c-tab-btn__wrap {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}

.c-tab-btn__btn {
  width: 100%;
}

a.external-link::after {
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: inherit;
  margin-left: 2%;
  position: relative;
}

/* ===================== 
テキスト
 ===================== */
/* 外部リンク */
a img {
  transition: all ease 0.3s;
}
a img:hover {
  opacity: 0.7;
}

.c-lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.c-lead span {
  color: #fd5a03;
  font-size: 2.4rem;
}

.c-note {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}

.c-note-ind1 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 1em;
  text-indent: -1em;
}

.c-note-ind3 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 3em;
  text-indent: -3em;
}

.c-note-ind4 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 4em;
  text-indent: -4em;
}

/* ===================== 
見出し
 ===================== */
h1 {
  font-size: min(5rem, 50px);
}

h2 {
  color: #0b5501;
  font-size: min(4.7rem, 47px);
  margin-bottom: 5.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: min(3.2rem, 32px);
  }
}

h3 {
  font-size: min(4rem, 40px);
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: min(2.4rem, 24px);
  }
}

.c-heading__major {
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.c-heading__major::after {
  background-color: #82ce8a;
  bottom: -1.4rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(338px, 33.8rem);
}
.c-heading__major span {
  background-image: radial-gradient(circle at center, #fd5a03 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  color: #fd5a03;
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

.c-heading__major--notdot {
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.c-heading__major--notdot::after {
  background-color: #82ce8a;
  bottom: -1.4rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(338px, 33.8rem);
}
.c-heading__major--notdot span {
  color: #fd5a03;
}

.c-heading__major--point {
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.c-heading__major--point::after {
  background-color: #82ce8a;
  bottom: -1.4rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(338px, 33.8rem);
}
.c-heading__major--point span {
  color: #fd5a03;
}
.c-heading__major--point span.c-heading__major--point-sub {
  color: #0b5501;
  display: flex;
  font-size: 2rem;
  justify-content: center;
}

.c-heading__balloon {
  text-align: center;
}

.c-heading__balloon-txt {
  color: #fcf200;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.c-heading__balloon-txt::before, .c-heading__balloon-txt::after {
  background-color: #fcf200;
  content: "";
  height: 4rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 4px;
}
.c-heading__balloon-txt::before {
  left: -2rem;
  transform: rotate(-35deg);
}
.c-heading__balloon-txt::after {
  right: -2rem;
  transform: rotate(35deg);
}
.c-heading__balloon-txt span {
  font-size: 3rem;
}

.c-heading__balloon-txt--accent {
  color: #fd5a03;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.c-heading__balloon-txt--accent::before, .c-heading__balloon-txt--accent::after {
  background-color: #fd5a03;
  content: "";
  height: 4rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 4px;
}
.c-heading__balloon-txt--accent::before {
  left: -2rem;
  transform: rotate(-35deg);
}
.c-heading__balloon-txt--accent::after {
  right: -2rem;
  transform: rotate(35deg);
}
.c-heading__balloon-txt--accent span {
  font-size: 3rem;
}

/* ===================== 
ボタン
 ===================== */
.c-btn {
  background-color: #fd5a03;
  border: solid 4px #fff;
  border-radius: 5rem;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: min(25px, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 9.2rem;
  padding: 0 4rem 0 5.4rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all ease 0.3s;
  width: max(500px, 50rem);
}
@media screen and (max-width: 575px) {
  .c-btn {
    width: min(500px, 50rem);
  }
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn::after {
  color: #fff;
  content: "→";
  font-weight: normal;
  position: absolute;
  right: min(40px, 4rem);
  top: 50%;
  transform: translateY(-50%);
}
.c-btn span {
  color: #fcf200;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
}

.c-btn--trial {
  background-color: #fd5a03;
}

.c-btn--contact {
  background-color: #3eb44b;
}

.c-btn-wrap {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .c-btn-wrap {
    width: 100%;
  }
}

/* ===================== 
アイコン
 ===================== */
.c-tri {
  display: inline-block;
  height: 1em;
  position: relative;
  top: 0.15em;
  width: 1em;
}

.c-tri-t {
  border-bottom: 0.5em solid #0b5501;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-tri-r {
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #0b5501;
  border-top: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}

.c-tri-l {
  border-bottom: 0.5em solid transparent;
  border-right: 0.5em solid #0b5501;
  border-top: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}

.c-tri-b {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #82ce8a;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-external-link {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-external-link {
    font-size: 1.25rem;
  }
  .c-external-link:hover::before, .c-external-link:hover::after {
    opacity: 0.7;
  }
}

.c-external-link-i {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  width: 1em;
}
.c-external-link-i svg {
  display: inline-block;
  position: relative;
  top: -0.15em;
}

.c-icon-check {
  display: inline-block;
  width: min(12rem, 120px);
}

/* ===================== 
タグ
 ===================== */
.post-content .c-tag {
  background-color: #fd5a03;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 0.4666666667rem 1.4rem;
}

/* ===================== 
画像
 ===================== */
.c-img--line {
  border: solid 1px #eeeeee;
}

/* ===================== 
メールアドレス対策
 ===================== */
.domain::before {
  content: "@";
}

/* ===================== 
セクション
 ===================== */
.p-section__inner {
  margin: auto;
  padding: 5.4rem 0;
  width: 90%;
}

/* ===================== 
グリッドパネル
 ===================== */
.p-grid {
  display: grid !important;
  margin: auto;
  position: relative;
  width: 100%;
}

.p-grid__col {
  width: 100%;
}

.p-grid--1col-wrap {
  grid-template-columns: 1fr;
}

.p-grid--2col-wrap {
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-grid--2col-wrap {
    grid-template-columns: 1fr;
  }
}

.p-grid--2col-wrap--reverse {
  direction: rtl;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-grid--2col-wrap--reverse * {
  direction: ltr !important;
}
@media screen and (max-width: 768px) {
  .p-grid--2col-wrap--reverse {
    grid-template-columns: 1fr;
  }
}

.p-grid--2-1col-wrap {
  gap: 3rem;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-grid--2-1col-wrap {
    grid-template-columns: 1fr;
  }
}

.p-grid--2-1col-wrap--reverse {
  direction: rtl;
  gap: 3rem;
  grid-template-columns: 2fr 1fr;
}
.p-grid--2-1col-wrap--reverse * {
  direction: ltr !important;
}
@media screen and (max-width: 768px) {
  .p-grid--2-1col-wrap--reverse {
    grid-template-columns: 1fr;
  }
}

.p-grid--1-2col-wrap {
  gap: 3rem;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .p-grid--1-2col-wrap {
    grid-template-columns: 1fr;
  }
}

.p-grid--1-2col-wrap--reverse {
  direction: rtl;
  gap: 3rem;
  grid-template-columns: 1fr 2fr;
}
.p-grid--1-2col-wrap--reverse * {
  direction: ltr !important;
}
@media screen and (max-width: 768px) {
  .p-grid--1-2col-wrap--reverse {
    grid-template-columns: 1fr;
  }
}

.p-grid--3col-wrap {
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-grid--3col-wrap {
    grid-template-columns: 1fr;
  }
}

.p-grid--4col-wrap {
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1279px) {
  .p-grid--4col-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-grid--4col-wrap {
    grid-template-columns: 1fr;
  }
}

/* ===================== 
フレックスパネル
 ===================== */
.p-flex {
  display: flex !important;
  gap: 2rem;
  margin: auto;
  width: 100%;
}

.p-flex--reverse {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.p-flex__col {
  width: 100%;
}

.p-flex__2col {
  width: 50%;
}

.p-flex__bg-w {
  background-color: #fff;
  border-radius: 8px;
  padding: 72px;
}
@media screen and (max-width:950px) {
  .p-flex__bg-w {
    padding: 32px;
  }
}

/* ===================== 
CTR
 ===================== */
.p-ctr {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  justify-content: center;
  margin-top: 7.2rem;
}
@media screen and (max-width: 1279px) {
  .p-ctr {
    gap: 3rem;
  }
}

/* ===================== 
メインビジュアル
 ===================== */
.p-mv {
  background-color: #0b5501;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-mv__bg {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-mv__inner {
  margin: auto;
  padding-top: 40%;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 575px) {
  .p-mv__inner {
    padding-top: 60%;
  }
}

.p-mv__img-wrap {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 58%;
}

.p-mv__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}

.p-mv__catch {
  color: #fff;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6));
  font-size: 6.6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    font-size: 3rem;
  }
}
.p-mv__catch span {
  color: #ffe51f;
  display: block;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 8.6rem;
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-mv__catch span {
    font-size: 5rem;
  }
}

.p-mv__sub-catch {
  color: #ffe51f;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6));
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-mv__sub-catch {
    font-size: 2rem;
  }
}

.p-mv__logo {
  width: 56%;
}

/* ===================== 
トップCTR
 ===================== */
.p-top-ctr {
  background-color: #0b5501;
  padding: 3.5rem 0 5rem 0;
  width: 100%;
}

.p-top-ctr__inner {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 1279px) {
  .p-top-ctr__inner {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
}

/* ===================== 
お悩み
 ===================== */
.p-problem__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-problem__img img {
    max-width: min(450px, 45rem);
    width: 80%;
  }
}

/* ===================== 
セクション下接続文章
 ===================== */
.p-induction {
  background-color: #0b5501;
}

.p-induction__inner {
  margin: auto;
  padding-bottom: min(8rem, 80px);
  padding-top: min(3rem, 30px);
  text-align: center;
  width: 90%;
}

.p-induction__text-i {
  color: #fcf200;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: min(2.5rem, 25px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.p-induction__text-head {
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: min(4.7rem, 47px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-induction__text-head {
    font-size: min(3.2rem, 32px);
  }
}
.p-induction__text-head span {
  color: #fcf200;
}

/* ===================== 
ポイント
 ===================== */
.p-point__head-M {
  align-items: center;
  color: #0b5501;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.p-point__img-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

/* ===================== 
プラン
 ===================== */
.p-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
}

.p-plan__table {
  border-collapse: separate;
  border-spacing: 5px;
  min-width: 850px;
}
.p-plan__table th {
  color: #fff;
  font-size: min(25px, 2.5rem);
  padding: min(18px, 1.8rem);
}
.p-plan__table th:nth-child(2) {
  background-color: #8dcc38;
}
.p-plan__table th:nth-child(3) {
  background-color: #1f8857;
}
.p-plan__table th:last-child {
  background-color: #fd5a03;
  font-size: min(32px, 3.2rem);
}
.p-plan__table th span {
  font-size: 50%;
  vertical-align: top;
}
.p-plan__table td {
  color: #2f2f2f;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: min(18px, 1.8rem);
  font-style: normal;
  font-weight: 700;
  padding: min(30px, 3rem);
  text-align: center;
}
.p-plan__table td strong {
  font-size: min(36px, 3.6rem);
  font-weight: 700;
}
.p-plan__table td:nth-child(1) {
  background-color: #f0f7f4;
  color: #0b5501;
  text-align: left;
}
.p-plan__table td:nth-child(2) {
  background-color: #f3faeb;
}
.p-plan__table td:nth-child(3) {
  background-color: #f0f7f4;
}
.p-plan__table td:nth-child(4) {
  font-size: min(50px, 5rem);
  padding: 0;
}
.p-plan__table td:last-child {
  background-color: #fdf395;
  color: #fd5a03;
  font-size: min(32px, 3.2rem);
}

.p-plan__check {
  background-color: #0b5501;
  border-radius: min(20px, 2rem);
  display: flex;
  margin: min(60px, 6rem) auto 0;
  max-width: 765px;
  padding: 3rem 3rem 2.4rem 3rem;
  width: 100%;
}
.p-plan__check img {
  height: min(76px, 7.6rem);
  width: min(76px, 7.6rem);
}

.p-plan__check-text {
  color: #fff;
  font-size: min(2.1rem, 21px);
  font-weight: 600;
  margin-left: min(36px, 3.6rem);
}
.p-plan__check-text strong {
  color: #fcf200;
}

.p-plan__goal {
  color: #0b5501;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: min(3.6rem, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-plan__goal strong {
  display: inline-block;
  font-size: min(4.4rem, 44px);
  position: relative;
  z-index: 0;
}
.p-plan__goal strong::before {
  background-color: #fcf200;
  bottom: 0.4rem;
  content: "";
  display: inline-block;
  height: min(16px, 1.6rem);
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* ===================== 
お客様の声
 ===================== */
.p-voice__items {
  background-color: #fffef2;
  border: solid 4px #09884c;
  border-radius: 3.8rem;
  padding: min(5rem, 50px);
}

.p-voice__item-head-wrap {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.p-voice__i {
  background-color: #8dcc38;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
}
.p-voice__i span {
  font-size: 3rem;
  margin-left: 0.4rem;
}

.p-voice__item-img {
  max-width: min(220px, 22rem);
}

.p-voice_headM {
  margin-bottom: 0;
  margin-top: min(1.2rem, 12px);
}
.p-voice_headM span {
  color: #0b5501;
  display: block;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
}

.p-voice__data {
  color: #000;
  font-size: min(16px, 1.6rem);
  font-weight: normal;
  letter-spacing: -1px;
}

.p-voice__reason p {
  display: block;
  font-size: min(18px, 1.8rem);
  line-height: 1.75;
  padding-top: 1rem;
}

.p-voice__reason-i {
  background-color: #8dcc38;
  border-radius: 5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: min(1.6rem, 16px);
  padding: 0.6rem 2rem;
}

/* ===================== 
もっと見る
 ===================== */
.p-more__text {
  position: relative;
}

.p-more__text input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.p-more__text label {
  align-items: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 253, 234, 0.95) 90%);
  bottom: -10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 140px; /* グラデーションの高さ */
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

/* 開いた時にグラデーションを消す */
.p-more__text input:checked + label {
  background: inherit;
}

.p-more__text input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

.p-more__text .cp_container {
  height: min(20rem, 200px); /* 開く前に見えている部分の高さ */
  overflow: hidden;
  transition: all 0.5s;
}

/*続きをよむボタン*/
.p-more__text label:after {
  content: "";
  line-height: 2.5rem;
  position: absolute;
}

.p-more__text label:after {
  background: #1b2538;
  border-radius: 20px;
  bottom: 20px;
  color: #ffffff;
  content: "読む";
  font-size: 14px;
  line-height: 2;
  width: 13em;
  z-index: 2;
}

/*閉じるボタン*/
.p-more__text input:checked + label:after {
  content: "閉じる";
}

.p-more__text input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/* ===================== 
導入実績
 ===================== */
.p-case__inner {
  position: relative;
}

.p-case__head-img {
  content: "";
  position: absolute;
  width: min(306px, 30.6rem);
}
@media screen and (max-width: 575px) {
  .p-case__head-img {
    display: none;
  }
}
.p-case__head-img img {
  height: auto;
  width: 100%;
}

.p-case__lead {
  color: #0b5501;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: min(336px, 33.6rem);
}
@media screen and (max-width: 768px) {
  .p-case__lead {
    margin-left: 0 !important;
    text-align: center;
  }
}
.p-case__lead strong {
  color: #fd5a03;
  font-weight: bold;
}

.p-case__contents {
  display: flex;
  gap: 4.7rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-case__contents {
    align-items: center;
    flex-direction: column;
  }
}

.p-case__map {
  width: 67.3rem;
}
@media screen and (max-width: 768px) {
  .p-case__map {
    width: 100%;
  }
}
.p-case__map img {
  height: auto;
  width: 100%;
}

.p-case__map-list {
  width: 33.8rem;
}
@media screen and (max-width: 768px) {
  .p-case__map-list {
    max-width: 500px;
    width: 100% !important;
  }
}
.p-case__map-list h3 {
  color: #0b5501;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  text-align: center;
}
.p-case__map-list table {
  border: solid 0.4rem #0b5501;
  border-collapse: collapse;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.p-case__map-list table th {
  border-bottom: solid 1px #0b5501;
  border-left: solid 1px #0b5501;
  padding: 16px;
  width: 50%;
}
.p-case__map-list table td {
  background-color: #f3faf4;
  border-bottom: solid 1px #0b5501;
  border-left: solid 1px #0b5501;
  padding: 16px;
  width: 50%;
}
.p-case__map-list table tr:last-child td,
.p-case__map-list table tr:last-child th {
  border-bottom: 0;
}

/* ===================== 
サポート
 ===================== */
.p-support {
  background-color: #fffdea;
}

.p-support__items {
  gap: 7.4rem;
}
@media screen and (max-width: 1279px) {
  .p-support__items {
    gap: 3rem;
  }
}

.p-support__col {
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 3px 3px 24px rgba(11, 11, 11, 0.1607843137);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support__col {
    margin: auto;
    max-width: min(500px, 50rem);
  }
}

.p-support__i {
  height: min(110px, 110rem);
  width: min(140px, 140rem);
}

.p-support__headM {
  color: #0b5501;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  text-align: center;
}

.p-support__text {
  color: #4e4e4e;
  font-size: min(18px, 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

/* ===================== 
データ互換性
 ===================== */
.p-compatibility {
  background-color: #fff;
}

.p-compatibility__inner {
  position: relative;
}

.p-compatibility__head-img {
  content: "";
  position: absolute;
  width: min(306px, 30.6rem);
}
@media screen and (max-width: 575px) {
  .p-compatibility__head-img {
    display: none;
  }
}
.p-compatibility__head-img img {
  height: auto;
  width: 100%;
}

.p-compatibility__lead {
  color: #0b5501;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: min(336px, 33.6rem);
}
@media screen and (max-width: 768px) {
  .p-compatibility__lead {
    margin-left: 0 !important;
    text-align: center;
  }
}
.p-compatibility__lead strong {
  color: #fd5a03;
  font-weight: bold;
}

.p-compatibility__sxf figcaption {
  font-size: 16px;
  font-weight: 600;
  margin-left: 0.5em;
  text-align: center;
}

.p-compatibility__sxf-img {
  margin: auto;
  max-width: min(260px, 26rem);
  width: 100%;
}

.p-compatibility__content {
  margin-top: min(62px, 6.2rem);
}

.p-compatibility__table {
  text-align: center;
}
.p-compatibility__table th {
  font-size: min(28px, 2.8rem);
  padding: min(22px, 2.2rem);
}
.p-compatibility__table td {
  font-size: min(20px, 2rem);
  font-weight: 600;
  line-height: 2.5;
  padding: min(45px, 4.5rem);
}

.p-compatibility__table-note {
  font-size: min(16px, 1.6rem);
  text-align: center;
}

.table-th__inout {
  background-color: #aad96b;
  color: #fff;
  width: 50%;
}

.table-th__in {
  background-color: #a9d1be;
  color: #fff;
  width: 50%;
}

.table-td__inout {
  background-color: #f3faeb;
}

.table-td__in {
  background-color: #f0f7f4;
}

/* ===================== 
導入までの流れ
 ===================== */
.p-flow__contents-inner {
  border: solid 2px #3eb44b;
  border-radius: min(80px, 8rem);
  display: grid;
  gap: min(100px, 10rem);
  grid-template-columns: repeat(3, 1fr);
  padding: min(100px, 10rem);
}
@media screen and (max-width:850px) {
  .p-flow__contents-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-flow__contents-inner {
    grid-template-columns: 1fr;
    padding: min(46px, 4.6rem);
  }
}

.p-flow__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.p-flow__item::after {
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #82ce8a;
  border-top: 0.5em solid transparent;
  content: "";
  display: inline-block;
  font-size: min(40px, 4rem);
  height: 0;
  position: absolute;
  right: min(-40px, 4rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media screen and (max-width: 575px) {
  .p-flow__item::after {
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #82ce8a;
    bottom: min(-50px, -5rem);
    height: 0;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 0;
  }
}
.p-flow__item:last-child::after {
  display: none;
}

.p-flow__headM {
  font-size: min(2.8rem, 28px);
}

.p-flow__num {
  color: #3eb44b;
  font-size: 135%;
  margin-right: min(8px, 0.8rem);
}

.p-flow__i {
  width: min(120px, 12rem);
}
.p-flow__txt {
  color: #2f2f2f;
  font-size: min(20px, 2rem);
  font-weight: 600;
  margin-top: min(24px, 2.4rem);
}

/* ===================== 
よくある質問
 ===================== */
.p-qa__items {
  margin: auto;
  max-width: min(1200px, 120rem);
  width: 100%;
}

.p-qa__item {
  background-color: #fff;
  border-bottom: solid 1px #a29d9d;
  margin-bottom: 10px;
  width: 100%;
}
.p-qa__item summary {
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: min(24px, 2.4rem);
  font-weight: 600;
  padding: 1em 2em 1em 0;
  position: relative;
  text-align: left;
}
.p-qa__item summary::-webkit-details-marker {
  display: none;
}
.p-qa__item summary::before, .p-qa__item summary::after {
  background-color: #a29d9d;
  border-radius: 5px;
  content: "";
  height: 0.9em;
  position: absolute;
  right: 1em;
  width: 3px;
}
.p-qa__item summary::before {
  rotate: 90deg;
}
.p-qa__item summary::after {
  transition: rotate 0.3s;
}

.p-qa__q {
  color: #3eb44b;
  font-weight: 600;
  margin-right: 0.5rem;
}

.p-qa__a {
  color: #fd5a03;
  font-size: 150%;
  font-weight: 600;
  margin-right: 0.5rem;
}

.p-qa__item[open] summary::after {
  rotate: 90deg;
}

.p-qa__item p {
  color: #333333;
  font-size: 16px;
  margin: 0;
  opacity: 0;
  padding: 0.3em 2em 1.5em;
  transform: translateY(-10px);
  transition: transform 0.5s, opacity 0.5s;
}

.p-qa__item[open] p {
  opacity: 1;
  transform: none;
}

/* ===================== 
トップに戻る
 ===================== */
.p-pagetop {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #2f2f2f;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  /* デフォルトは非表示 */
  opacity: 0;
  /* レイアウト */
  position: fixed;
  right: 30px;
  transition: 0.3s;
  transition: 0.2s;
  visibility: hidden;
  /* 見た目 */
  width: 60px;
  z-index: 100;
}

/* 矢印 */
.p-pagetop-arrow {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  height: 10px;
  transform: translateY(20%) rotate(-45deg);
  width: 10px;
}

/* スクロールされたときに適用されるCSS */
.p-pagetop.visible {
  opacity: 0.8;
  visibility: visible;
}

/* ===================== 
 フォント
 ===================== */
.u-text-nomal {
  font-weight: normal;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

/* ===================== 
カラー
 ===================== */
.u-bg-w {
  background-color: #fff !important;
}

.u-clr-w {
  color: #fff;
}

.u-bg-base {
  background-color: #0b5501;
}

.u-clr-base {
  color: #0b5501;
}

.u-bg-accent01 {
  background-color: #fd5a03;
}

.u-clr-accent01 {
  color: #fd5a03;
}

.u-bg-accent02 {
  background-color: #3eb44b;
}

.u-clr-accent02 {
  color: #3eb44b;
}

.u-clr-gry {
  background-color: #fffdea;
}

.u-clr-d-gry {
  background-color: #333333;
}

.u-clr-0 {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* ===================== 
ボーダー
 ===================== */
.u-border {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
}

.u-border-2 {
  border-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

.u-border-4 {
  border-color: #ddd;
  border-style: solid;
  border-width: 4px;
}

.u-border-r {
  border-width: 0 1px 0 0;
}

.u-border-tr {
  border-width: 1px 1px 0 0;
}

.u-border-t {
  border-width: 1px 0 0 0;
}

.u-border-l {
  border-width: 0 0 0 1px;
}

.u-border-tl {
  border-width: 1px 0 0 1px;
}

.u-border-b {
  border-width: 0 0 1px 0;
}

.u-border-br {
  border-width: 0 1px 1px 0;
}

.u-border-bl {
  border-width: 0 0 1px 1px;
}

.u-border--w {
  border-color: #fff;
}

.u-border-radius_8 {
  border-radius: 8px;
}

/* ===================== 
余白設定
 ===================== */
.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.u-p-24 {
  padding: 24px;
}

/* マージン ------ */
@media screen and (min-width: 769px) {
  .u-mt-ss {
    margin-top: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-ss {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-ss {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-ss {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-ss {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-ss {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt-s {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-s {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mt-s {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-s {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-s {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mb-s {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-s {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-s {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-my-s {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt-m {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-m {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mt-m {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-m {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-m {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mb-m {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-m {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-m {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-my-m {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt-l {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-l {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mt-l {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-l {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-l {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mb-l {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-l {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-l {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-my-l {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt-ll {
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-ll {
    margin-top: 56px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mt-ll {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-ll {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-ll {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mb-ll {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-ll {
    margin-bottom: 72px !important;
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-ll {
    margin-bottom: 56px !important;
    margin-top: 56px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-my-ll {
    margin-bottom: 48px !important;
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt-xl {
    margin-top: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mt-xl {
    margin-top: 56px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb-xl {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mb-xl {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-my-xl {
    margin-bottom: 96px !important;
    margin-top: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-bottom: 72px !important;
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-my-xl {
    margin-bottom: 56px !important;
    margin-top: 56px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pt-s {
    padding-top: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-s {
    padding-top: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pt-s {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pb-s {
    padding-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-s {
    padding-bottom: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pb-s {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-py-s {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-py-s {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-py-s {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pt-m {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-m {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pt-m {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pb-m {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-m {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pb-m {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-py-m {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-py-m {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-py-m {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pt-l {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-l {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pt-l {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pb-l {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-l {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pb-l {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-py-l {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-py-l {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-py-l {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pt-ll {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-ll {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pt-ll {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pb-ll {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-ll {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pb-ll {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-py-ll {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-py-ll {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-py-ll {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-pt-xl {
    padding-top: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-pt-xl {
    padding-top: 56px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mp-xl {
    padding-bottom: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mp-xl {
    padding-bottom: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mp-xl {
    padding-bottom: 56px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mp-xl {
    padding-bottom: 96px !important;
    padding-top: 96px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mp-xl {
    padding-bottom: 72px !important;
    padding-top: 72px !important;
  }
}
@media screen and (max-width: 600px) {
  .u-mp-xl {
    padding-bottom: 56px !important;
    padding-top: 56px !important;
  }
}

/* ===================== 
幅設定（必要なら追加）
 ===================== */
.u-w-100 {
  width: 100%;
}

.u-w-80 {
  display: block;
  width: 80%;
}

.u-w-50 {
  width: 50%;
}

/* ===================== 
 効果
 ===================== */
.u-textGlow {
  text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff;
}

/* ===================== 
 flexbox
 ===================== */
.u-flex-center {
  align-items: center;
  display: flex;
}

.u-flex-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}

/* ===================== 
改行（レスポンシブ
 ===================== */
@media screen and (min-width: 769px) {
  .u-br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}</pre></body></html>