@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: max(16px, 1.6rem);
  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;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  height: 7rem;
  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;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.l-header-logo {
  padding-left: 5%;
}
.l-header-logo a {
  display: inline-block;
  max-width: 18rem;
  width: 100%;
}
.l-header-logo a img {
  width: 100%;
}

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

/* Nav items */
.l-header-nav {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
@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 {
  /* Hamburger menbu text */
}
.l-header-nav a {
  font-size: 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: 1.6rem;
  }
}
.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 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: #0b5501;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  display: flex;
  gap: 8px;
  padding: 2.4rem;
}
@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: #ed8b18;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  gap: 8px;
  padding: 26px min(24px, 2.4rem);
  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: #383838;
  display: block;
  width: 100%;
}

.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1226px;
  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: 182px;
}

.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: #ed8b18;
  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: 5rem;
}

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

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

.c-heading__major {
  display: inline-block;
  letter-spacing: -1px;
  line-height: 1.5;
  position: relative;
}
.c-heading__major span {
  color: #ed8b18;
}
.c-heading__major span.c-heading__major-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: #ed8b18;
  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: #ed8b18;
  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: #0b5501;
  border: solid 0.4rem #fff;
  border-radius: 1.6rem;
  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: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  padding: 1em 8rem 1em 4rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all ease 0.3s;
  width: 48rem;
}
@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: #0b5501;
}

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

.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: #ed8b18;
  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;
}

.p-ctr__head {
  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(36px, 3.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-ctr__head {
    font-size: min(32px, 3.2rem);
  }
}

.p-ctr__head--strong {
  color: #ed8b18;
}

.p-ctr__head-wrap {
  text-align: center;
}

.p-ctr__headM {
  color: #0b5501;
  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(30px, 3rem);
  font-style: normal;
  font-weight: 600;
  padding: 1.4rem 3rem;
  text-align: center;
}

.p-ctr__btn-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: center;
  margin-bottom: 3.5rem;
  margin-top: 1.8rem;
}

/* ===================== 
メインビジュアル
 ===================== */
.p-mv {
  aspect-ratio: 1366/470;
  background-color: #f1f8ea;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width:850px) {
  .p-mv {
    aspect-ratio: unset;
  }
}

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

.p-mv__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 90%;
}

.p-mv__img-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56%;
}
@media screen and (max-width:850px) {
  .p-mv__img-wrap {
    right: -8%;
    top: 65%;
  }
}
@media screen and (max-width: 575px) {
  .p-mv__img-wrap {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.p-mv__img-wrap img {
  height: auto;
  width: 100%;
}

.p-mv__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width:850px) {
  .p-mv__txt {
    padding: 24px 0;
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    width: 100%;
  }
}

.p-mv__catch {
  color: #0b5501;
  font-size: 5rem;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .p-mv__catch {
    font-size: min(40px, 4rem);
  }
}
.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: #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: 2.8rem;
  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__lead {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-mv__contact {
  bottom: 10%;
  position: absolute;
  right: 0;
}
@media screen and (max-width:850px) {
  .p-mv__contact {
    bottom: auto;
    left: 0;
    margin-bottom: 2.4rem;
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 575px) {
  .p-mv__contact {
    margin-top: 20rem;
  }
}

/* ===================== 
トップ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: #383838;
}

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

.p-induction__text-head {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-induction__text-head {
    font-size: min(3.2rem, 32px);
  }
}

.p-induction__grid-col {
  background-color: #fff;
  border-radius: 16px;
  padding: min(3.6rem, 36px);
}

.p-induction__txt {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-induction__txt {
    font-size: min(2.4rem, 24px);
  }
}

.p-induction__strong {
  color: #ed8b18;
}

/* ===================== 
メリット
 ===================== */
.p-merit__item {
  background-color: #fff;
  border-radius: 16px;
  padding: min(4.8rem, 48px) 0;
}

.p-merit__img img {
  height: auto;
  width: 100%;
}

.p-merit__txt {
  padding: 2.4rem 2.4rem 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-merit__txt {
    padding: 0 2.4rem 0 2.4rem;
  }
}

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

.p-merit__head-M {
  align-items: center;
  color: #0b5501;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

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

/* ===================== 
比較
===================== */
.p-compar__table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
.p-compar__table th {
  background-color: #f4f4f4;
  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: 2.6rem;
  font-style: normal;
  font-weight: 600;
  padding: 1.8rem;
}
.p-compar__table th:nth-child(1) {
  width: 13%;
}
.p-compar__table th:nth-child(2) {
  background-color: #0b5501;
  font-size: min(32px, 3.2rem);
  width: 37%;
}
.p-compar__table th:nth-child(3) {
  background-color: #a0a0a0;
  width: 37%;
}
.p-compar__table th span {
  font-size: 50%;
  vertical-align: top;
}
.p-compar__table td {
  background-color: #f4f4f4;
  color: #2f2f2f;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-compar__table td {
    padding: min(12px, 1.2rem);
  }
}
.p-compar__table td:nth-child(2) {
  font-weight: 600;
}
.p-compar__table td span {
  color: #ed8b18;
}

/* ===================== 
機能
===================== */
.p-function__items {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-function__items {
    gap: 14rem;
    margin-top: 14rem;
  }
}
@media screen and (max-width: 575px) {
  .p-function__items {
    gap: 10rem;
    margin-top: 10rem;
  }
}

.p-function__item {
  align-items: center;
  background-color: #fffef2;
  border: solid 0.4rem #0b5501;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  padding: 5rem 2.4rem;
  position: relative;
}

.p-function__point-i {
  align-items: center;
  bottom: 100%;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.p-function__point-i img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .p-function__point-i img {
    width: 30%;
  }
}

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

.p-function__headingM {
  color: #0b5501;
  font-size: 2.4rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-function__headingM {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .p-function__headingM br {
    display: none;
  }
}

.p-function__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-function__i span {
  font-size: 3rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-function__i img {
    font-size: min(3.2rem, 32px);
  }
}

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

.p-function_headM {
  margin-bottom: 0;
  margin-top: min(1.2rem, 12px);
}
.p-function_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-function__data {
  color: #000;
  font-size: min(16px, 1.6rem);
  font-weight: normal;
  letter-spacing: -1px;
}

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

.p-function__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-network {
  background-color: #f4f4f4;
}

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

.p-network__col {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-network__col {
    margin: auto;
  }
}

.p-network__headM {
  color: #0b5501;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  text-align: center;
}

.p-network__headL {
  border-bottom: solid 2px #0b5501;
  border-top: solid 2px #0b5501;
  color: #0b5501;
  font-weight: 600;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  text-align: center;
}

.p-network__text {
  color: #4e4e4e;
  line-height: 1.75;
}

/* ===================== 
トップに戻る
 ===================== */
.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;
}

/* ===================== 
アドレス
 ===================== */
.p-addr {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 560px;
  width: 100%;
}

.p-addr__company-name {
  color: #fff;
  font-size: 14px;
}

.p-addr__logo {
  display: inline-block;
  margin-top: 8px;
  max-width: 156px;
  width: 100%;
}

.p-addr__table {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.p-addr__table tr td {
  border-bottom: 10px solid #383838;
}
.p-addr__table tr:last-child td {
  border-bottom: 0px solid #383838;
}
.p-addr__table td {
  line-height: 1.5;
  vertical-align: top;
}
.p-addr__table td:nth-child(1) {
  width: 14%;
}
.p-addr__table td:nth-child(2) {
  width: 86%;
}

.p-addr__link {
  color: #fff;
  text-decoration: underline;
}

/* ===================== 
リスト
 ===================== */
.p-list {
  font-size: max(1.6rem, 16px);
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* ===================== 
 support
 ===================== */
.p-support__items {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-support__items {
    grid-template-columns: 1fr;
  }
}

.p-support__item {
  align-items: stretch;
  background-color: #f4f4f4;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.p-support__item-ttl {
  color: #0b5501;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
}

.p-support__points {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

.p-support__point {
  font-size: min(2.4rem, 24px);
}
@media screen and (max-width: 575px) {
  .p-support__point {
    font-size: min(2.8rem, 28px);
  }
}
.p-support__point {
  align-items: flex-start;
  display: flex;
  font-weight: 600;
  margin-top: 0.5rem;
}

.p-support__i {
  display: inline-block;
  width: min(2.4rem, 24px);
}
.p-support__i img {
  width: min(2.4rem, 24px);
}

.p-support__point-ttl {
  align-items: flex-start;
  display: flex;
}

.p-support__i2 {
  border: solid 2px #2f2f2f;
  border-radius: 8px;
  font-size: 70%;
  margin-right: 0.5rem;
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

/* ===================== 
 フォント
 ===================== */
.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: #ed8b18;
}

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

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

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

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

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

.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;
  }
}