@charset "UTF-8";
/*! normalize.css v8.0.0 | 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 {
  /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* @  base Reset
* ------------------------------------------------------------ */
html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  min-width: 320px;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 3.7333333333vmin;
  }
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
}

p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  word-wrap: break-word;
  word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}

/* @  Element Reset
* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
table,
pre,
figure,
img,
blockquote {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

strong {
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

/* @  Link Reset
* ------------------------------------------------------------ */
a {
  color: #666666;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}
a.is-hover, a:hover {
  color: rgba(102, 102, 102, 0.6);
  text-decoration: underline;
}
a.is-active, a:active {
  color: rgba(102, 102, 102, 0.6);
}
a:focus {
  outline: 3px solid rgba(102, 102, 102, 0.6);
  outline-offset: 2px;
}

/* @ Code Layout
 * ------------------------------------------------------------ */
code {
  padding: 6px;
  font-size: 90%;
  color: #000000;
  background-color: #EFEFEF;
  border: solid 1px #DDDDDD;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  color: #aaa;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* @  Print Reset
* ------------------------------------------------------------ */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer {
    display: none;
  }
}
.l-primary {
  overflow: hidden;
}
.l-primary_inner {
  padding: 46px 16px 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .l-primary_inner {
    padding: 45px 16px 45px;
  }
}

.is-primary-short {
  max-width: 894px;
}

.l-block,
.l-block-bg {
  margin-right: -100%;
  margin-left: -100%;
  padding-left: 100%;
  padding-right: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 1200px) {
  .l-block,
  .l-block-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-block-bg {
  background-color: #DBEBC4;
}

.l-unit {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .l-unit {
    margin-bottom: 45px;
  }
}

.l-unit-lg {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .l-unit-lg {
    margin-bottom: 80px;
  }
}

.is-bg-color01 {
  background: #F5F5DC;
}

.l-footer {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 40px;
}
.l-footer ._inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.l-footer ._logo {
  margin-bottom: 15px;
}
.l-footer ._logo img {
  aspect-ratio: attr(width)/attr(height);
  height: auto;
}
.l-footer ._description {
  margin-bottom: 16px;
}
.l-footer ._nav {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .l-footer ._nav {
    margin-bottom: 12px;
  }
}
.l-footer ._nav li {
  display: inline-block;
  padding-left: 6px;
  margin-right: 6px;
}
.l-footer ._nav li + li {
  position: relative;
}
.l-footer ._nav li + li::before {
  position: absolute;
  line-height: 1;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "|";
  display: block;
  width: 1em;
  height: 1em;
}
.l-footer ._nav a {
  color: #666666;
}
.l-footer ._nav a:hover {
  text-decoration: underline;
}
.l-footer ._copy {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.l-footer ._copy span {
  display: inline-block;
}

.l-footer-2col {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
@media only screen and (min-width: 769px) {
  .l-footer-2col {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.l-footer-2col_item-first {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px) {
  .l-footer-2col_item-first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 769px) {
  .l-footer-2col_item-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-2col_item-last ._copy {
    margin-top: auto;
  }
}

.l-footer-2col_nav a {
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .l-footer-2col_nav a {
    font-size: 16px;
  }
}
.l-footer-2col_nav a:hover {
  color: rgba(102, 102, 102, 0.6);
  text-decoration: none;
}

.l-footer-2col_nav-item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #008000;
  margin-right: 4px;
}

.l-footer-2col_nav-sub ul {
  padding-left: 40px;
}

.l-header {
  padding-right: 20px;
  padding-left: 20px;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .l-header {
    padding: 0 0 11px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header {
    padding: 0 40px 11px;
  }
}

.h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .h_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (min-width: 1025px) {
  .h_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.h_left {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .h_left {
    margin-top: 20px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .h_left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 769px) {
  .h_right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .h_right {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.h_logo {
  padding-bottom: 11px;
  letter-spacing: 1px;
  min-width: 80px;
}
@media only screen and (min-width: 769px) {
  .h_logo {
    padding-bottom: 0;
  }
}
.h_logo a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.h_logo a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.h_logo-img {
  margin-bottom: 14px;
  width: 200px;
}
.h_logo-img img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .h_logo-img {
    width: 300px;
  }
}
@media (max-width: 320px) {
  .h_logo-img {
    width: 200px;
  }
}

.h_logo-title {
  line-height: 1;
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  .h_logo-title {
    font-size: 15px;
    font-weight: bold;
  }
}

.h_sub-nav {
  position: relative;
  top: 30px;
  right: 50px;
}
@media only screen and (min-width: 769px) {
  .h_sub-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.h_sub-nav li {
  display: none;
  background-color: #008000;
  letter-spacing: 4px;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .h_sub-nav li {
    display: block;
  }
}
.h_sub-nav li a {
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  color: #fff;
  max-height: 140px;
  padding: 10px 28px;
  display: block;
  letter-spacing: normal;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .h_sub-nav li a {
    font-size: 2.1484375vw;
  }
}
@media screen and (min-width: 1200px) {
  .h_sub-nav li a {
    font-size: 22px;
  }
}
.h_sub-nav li a:focus {
  outline-offset: -3px;
}
.h_sub-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  width: 70px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.h_sub-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
.h_sub-nav li a:hover:after {
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  left: 130%;
}
.h_sub-nav .h_contact {
  background-color: #DC143C;
}

.h_nav {
  display: none;
}
@media only screen and (min-width: 769px) {
  .h_nav {
    display: block;
  }
}
.h_nav > ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .h_nav > ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .h_nav > ul {
    margin-top: 83px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.h_nav > ul > li {
  margin-left: 30px;
}
.h_nav > ul > li:first-child {
  margin-left: 0;
}
.h_nav > ul > li > a.is-active,
.h_nav > ul > li > a.stay {
  text-decoration: none;
  color: #008000;
}
.h_nav > ul > li > a {
  display: inline-block;
  cursor: pointer;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  position: relative;
  letter-spacing: normal;
  font-size: 2.34375vw;
}
@media only screen and (min-width: 1025px) {
  .h_nav > ul > li > a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .h_nav > ul > li > a {
    font-size: 24px;
  }
}
.h_nav > ul > li > a:after {
  content: "";
  display: block;
  height: 4px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
.h_nav > ul > li > a:hover {
  text-decoration: none;
  color: #008000;
}
.h_nav > ul > li > a:hover:after {
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  height: 4px;
  width: 60%;
  background-color: #008000;
}
.h_nav .level2 {
  position: relative;
}
.h_nav .level2:hover > ul {
  display: block;
}
.h_nav .level2 > ul {
  padding-top: 11px;
  display: none;
  position: absolute;
}
.h_nav .level2 > ul li {
  white-space: nowrap;
  position: relative;
  min-width: 300px;
  background-color: #f5f5dc;
}
.h_nav .level2 > ul a {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.h_nav .level2 > ul a:hover {
  text-decoration: none;
  color: #008000;
}
.h_nav .level2 > ul [target=_blank] {
  padding-right: 20px;
  position: relative;
}
.h_nav .level2 > ul [target=_blank]:after {
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  content: "";
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-image: url("../img/common/icon_target.svg");
}
.h_nav .level2_body1 {
  left: -4em !important;
}
.h_nav .level2_body2 {
  right: -4em !important;
}
.h_nav .level2_body3 {
  right: -1em !important;
}

.nav-control {
  position: absolute;
  right: 23px;
  top: 28px;
}
@media only screen and (min-width: 769px) {
  .nav-control {
    display: none;
  }
}

.nav-control_body button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border-width: 0;
}
.nav-control_body button:focus {
  outline: none;
}

.nav-control_icon {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.nav-control_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: inherit;
  background: #008000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-control_icon span:nth-child(1) {
  top: 6px;
}
.nav-control_icon span:nth-child(2) {
  top: 19px;
}
.nav-control_icon span:nth-child(3) {
  top: 32px;
}

[aria-expanded=true] .nav-control_icon span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
[aria-expanded=true] .nav-control_icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
[aria-expanded=true] .nav-control_icon span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.offcanvas {
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  left: 0;
  position: absolute;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.offcanvas[aria-hidden=true] {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
.offcanvas[aria-hidden=false] {
  overflow: hidden;
  visibility: visible;
  background: #DBEBC4;
}

.offcanvas-nav {
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
}
.offcanvas-nav a {
  display: block;
  padding: 10px 15px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  font-size: 18px;
  background-color: #fff;
  margin-bottom: 3px;
  color: #008000;
  text-decoration: none;
  position: relative;
}
.offcanvas-nav a.is-active,
.offcanvas-nav a.stay {
  text-decoration: none;
  color: #008000;
}
.offcanvas-nav li.level2 {
  margin-bottom: 3px;
  background: #fff;
}
.offcanvas-nav li.level2 a {
  position: relative;
  margin-bottom: 0;
  padding-right: 1em;
}
.offcanvas-nav li.level2 [data-toggle-accordion] {
  position: absolute;
  right: 26px;
  top: -13px;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.offcanvas-nav li.level2 [data-toggle-accordion] i {
  font-size: 34px;
  font-weight: bold;
  color: #008000;
}
.offcanvas-nav li.level2 ul {
  margin: 0 20px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.offcanvas-nav li.level2 ul[aria-hidden=true] {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
.offcanvas-nav li.level2 ul[aria-hidden=false] {
  overflow: hidden;
  visibility: visible;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.offcanvas-nav li.level2 ul li {
  border-bottom: 1px #CCCCCC solid;
}
.offcanvas-nav li.level2 ul li:first-child {
  border-top: 1px #CCCCCC solid;
}
.offcanvas-nav li.level2 ul a {
  font-size: 16px;
  background-color: #fff;
  margin-bottom: 3px;
  color: #008000;
  padding: 10px 20px;
}
.offcanvas-nav li.level2 ul i {
  top: 0.2em;
  position: relative;
  color: #CCCCCC;
}

.offcanvas-button {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
.offcanvas-button li {
  margin-bottom: 10px;
}
.offcanvas-button a {
  background-color: #008000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media (max-width: 320px) {
  .offcanvas-button a {
    font-size: 5.3333333333vmin;
  }
}
.offcanvas-button a img {
  margin-right: 15px;
}

.offcanvas-close {
  margin-right: 16px;
  margin-left: 16px;
  padding-bottom: 40px;
}
.offcanvas-close a {
  display: block;
  text-align: center;
  color: #008000;
  text-decoration: none;
  border: 2px solid #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  padding: 5px;
}
.offcanvas-close i {
  position: relative;
  top: 0.2em;
  font-size: 20px;
}

.offcanvas-sub-nav {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offcanvas-sub-nav li {
  line-height: 1;
}
.offcanvas-sub-nav li:first-child {
  border-right: 1px #666 solid;
}
.offcanvas-sub-nav a {
  padding: 0 10px;
  font-size: 16px;
  text-decoration: underline;
}

.l-top-sec_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .l-top-sec_inner {
    padding: 60px 16px 60px;
  }
}

.is-top-sec01 {
  background: url("../img/top/sec01_bg_sp.jpg") no-repeat;
  background-position: top center;
  background-color: #DBEBC4;
  background-size: contain;
  padding-top: 36px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec01 {
    background: url("../img/top/sec01_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    padding-top: 46px;
  }
}
.is-top-sec01_inner {
  padding-top: 0;
  max-width: 894px;
}

.is-top-sec01-02 {
  padding-top: 36px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec01-02 {
    padding-top: 46px;
  }
}

.is-top-sec02_inner {
  max-width: 1200px;
  padding-bottom: 60px;
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec02_inner {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-top-sec02_inner {
    padding-top: 60px;
  }
}

.is-top-sec02-1 {
  background: #F5F5DC;
}
.is-top-sec02-1_inner {
  max-width: 1200px;
  padding-top: 53px;
  padding-bottom: 58px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec02-1_inner {
    padding-top: 94px;
    padding-bottom: 53px;
  }
}

.is-top-sec02-2_inner {
  max-width: 1200px;
  padding-bottom: 58px;
  padding-top: 53px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec02-2_inner {
    padding-top: 53px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-top-sec02-2_inner {
    padding-top: 94px;
    padding-bottom: 50px;
  }
}

.is-top-sec03 {
  background: #F5F5DC;
}
.is-top-sec03_inner {
  padding-bottom: 0;
  max-width: 894px;
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec03_inner {
    padding-top: 60px;
  }
}
.is-top-sec03_inner-lg {
  padding-top: 0;
  padding-bottom: 45px;
  max-width: 1200px;
}

.is-top-sec04_inner {
  max-width: 1200px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec04_inner {
    padding-bottom: 60px;
  }
}

.is-top-sec05 {
  background: #F5F5DC;
}
.is-top-sec05_inner {
  padding-bottom: 80px;
  max-width: 1200px;
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec05_inner {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.is-top-sec06_inner {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec06_inner {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.is-top-sec07 {
  background: #F5F5DC;
}
.is-top-sec07_inner {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec07_inner {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.is-top-sec08_inner {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec08_inner {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.is-top-sec10_inner {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .is-top-sec10_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-sec01_lead {
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
.top-sec01_lead p {
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .top-sec01_lead p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec01_lead p {
    font-size: 40px;
  }
}

.top-sec01_point-group {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .top-sec01_point-group {
    margin-bottom: 30px;
  }
}

.top-sec01_item-group {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .top-sec01_item-group {
    margin-bottom: 30px;
  }
}

.top-sec_point-item img {
  width: 100%;
}

.top-sec01_title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 769px) {
  .top-sec01_title {
    font-size: 40px;
  }
}

.top-sec01_point-grid-group {
  display: -ms-grid;
  display: grid;
  margin-top: 35px;
  gap: 30px;
}
@media only screen and (min-width: 769px) {
  .top-sec01_point-grid-group {
    margin-top: 65px;
    gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-sec01_point-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
}
@media only screen and (min-width: 769px) {
  .top-sec01_point-item {
    padding: 20px;
  }
}

.top-sec01_point-item_img {
  text-align: center;
  margin: -35px auto 10px;
}
.top-sec01_point-item_img img {
  width: 160px;
}
@media only screen and (min-width: 769px) {
  .top-sec01_point-item_img {
    margin: -40px auto 26px;
  }
  .top-sec01_point-item_img img {
    width: 202px;
  }
}

.top-sec01_point-item_title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 769px) {
  .top-sec01_point-item_title {
    font-size: 36px;
  }
}

.top-sec01_point-item_text {
  font-size: 14px;
}

.top-sec01_pict-group {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 769px) {
  .top-sec01_pict-group {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
  }
}

.top-sec01_pict-item {
  margin-left: auto;
  margin-right: auto;
}

.top-sec01_pict-text {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .top-sec01_pict-text {
    font-size: 20px;
  }
}

.top-sec01_list-group {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px) {
  .top-sec01_list-group {
    gap: 6px;
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
}

.top-sec01_list-item {
  font-size: 14px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  color: #008000;
  background: #DBEBC4;
  line-height: 1.2;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .top-sec01_list-item {
    font-size: 22px;
    min-height: 70px;
    height: auto;
  }
}
.top-sec01_list-item a {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  padding: 8px;
  color: inherit;
}
.top-sec01_list-item a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.top-sec02_headline-group {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .top-sec02_headline-group {
    margin-bottom: 30px;
  }
}

.top-sec02_headline {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .top-sec02_headline {
    width: 82%;
    min-height: 180px;
  }
}

.top-sec03_img01 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .top-sec03_img01 {
    margin-bottom: 20px;
  }
}

.top-sec03_lead01 {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.375;
}
@media only screen and (min-width: 769px) {
  .top-sec03_lead01 {
    margin-bottom: 20px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec03_lead01 {
    font-size: 36px;
  }
}

.top-sec03_lead02 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.375;
}
@media only screen and (min-width: 769px) {
  .top-sec03_lead02 {
    margin-bottom: 20px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec03_lead02 {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .top-sec03_lead02 {
    font-size: 6.4vmin;
  }
}

.top-sec03_list01 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .top-sec03_list01 {
    margin-bottom: 20px;
  }
}

.top-sec03_text {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.777777778;
}
@media only screen and (min-width: 769px) {
  .top-sec03_text {
    margin-bottom: 30px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec03_text {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .top-sec03_text {
    font-size: 4.8vmin;
  }
}

.top-sec03_img02 {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec03_img02 {
    margin-bottom: 30px;
  }
}
.top-sec03_img02 img {
  width: 180px;
}
@media only screen and (min-width: 769px) {
  .top-sec03_img02 img {
    width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec03_img02 img {
    width: 180px;
  }
}

.top-sec03-card01-group {
  margin-bottom: 30px;
}

.top-sec03-box {
  margin-bottom: 30px;
  text-align: center;
}

.top-sec03-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec04_list01 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .top-sec04_list01 {
    margin-bottom: 30px;
  }
}

.top-sec04_img01 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec04_img01 {
    margin-bottom: 30px;
  }
}
.top-sec04_img01 img {
  width: 180px;
}
@media only screen and (min-width: 769px) {
  .top-sec04_img01 img {
    width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec04_img01 img {
    width: 180px;
  }
}

.top-sec04_text01 {
  margin-bottom: 40px;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.375;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec04_text01 {
    margin-bottom: 30px;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec04_text01 {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .top-sec04_text01 {
    font-size: 6.4vmin;
  }
}

.top-sec04_thumb {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .top-sec04_thumb {
    margin-bottom: 0;
  }
}
.top-sec04_thumb img {
  width: 100%;
}
.top-sec04_thumb a {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.top-sec04_thumb a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.top-sec04_list02 {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .top-sec04_list02 {
    margin-bottom: 20px;
  }
}

.top-sec04_text02 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .top-sec04_text02 {
    margin-bottom: 30px;
  }
}

.top-sec04_box {
  margin-bottom: 30px;
  text-align: center;
}

.top-sec04_btn-group {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) {
  .top-sec04_btn-group {
    margin-bottom: 45px;
  }
}

.top-sec04_banner img {
  width: 100%;
}
.top-sec04_banner a {
  display: block;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.top-sec04_banner a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.top-sec05_list01 {
  margin-bottom: 30px;
}

.top-sec05_box {
  margin-bottom: 30px;
  text-align: center;
}

.top-sec05_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec06_lead {
  margin-bottom: 10px;
  text-align: center;
}
.top-sec06_lead p {
  font-size: 22px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .top-sec06_lead p {
    font-size: 36px;
  }
}
.top-sec06_lead p:before {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: -13%;
  -webkit-transform: translate(0, -50%) rotate(70deg);
          transform: translate(0, -50%) rotate(70deg);
}
@media only screen and (min-width: 769px) {
  .top-sec06_lead p:before {
    left: -50px;
  }
}
.top-sec06_lead p:after {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: -13%;
  -webkit-transform: translate(0, -50%) rotate(-70deg);
          transform: translate(0, -50%) rotate(-70deg);
}
@media only screen and (min-width: 769px) {
  .top-sec06_lead p:after {
    right: -50px;
  }
}

.top-sec06_text01 {
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
}

.top-sec06_list01 {
  margin-bottom: 15px;
  padding: 14px;
  border: 6px #B2DD74 solid;
}
@media only screen and (min-width: 769px) {
  .top-sec06_list01 {
    padding: 1.6666666667vw;
    min-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec06_list01 {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .top-sec06_list01 .box01_title {
    font-size: 2.1666666667vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec06_list01 .box01_title {
    font-size: 26px;
  }
}

.top-sec06_list01-item {
  margin-bottom: 15px;
}

.top-sec06_list01-group01 {
  padding: 15px;
  margin-bottom: 4px;
  background: #fff;
  min-height: 100px;
}
.top-sec06_list01-group01.is-triangle {
  margin-bottom: 32px;
  position: relative;
}
.top-sec06_list01-group01.is-triangle:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #008000 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.top-sec06_list01-group02 {
  padding: 15px 10px;
  background: #fff;
}

.top-sec06_list01-text01 {
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
}
.top-sec06_list01-text01 span {
  margin-top: 10px;
  padding-top: 10px;
  display: block;
  border-top: 1px #CCCCCC solid;
}

.top-sec06_list01-text02 {
  font-size: 16px;
  font-weight: 300;
}

.top-sec06_list01-text03 {
  color: #DC143C;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}

.top-sec06_text06 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .top-sec06_text06 {
    margin-bottom: 60px;
  }
}

.top-sec06_box {
  margin-bottom: 30px;
  text-align: center;
}

.top-sec06_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec07_card-group {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .top-sec07_card-group {
    margin-bottom: 30px;
  }
}

.top-sec07_img01 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec07_img01 {
    margin-bottom: 10px;
  }
}
.top-sec07_img01 img {
  width: 180px;
}
@media only screen and (min-width: 769px) {
  .top-sec07_img01 img {
    width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec07_img01 img {
    width: 180px;
  }
}

.top-sec07_text {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec07_text {
    margin-bottom: 30px;
  }
}
.top-sec07_text p {
  display: inline-block;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .top-sec07_text p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec07_text p {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .top-sec07_text p {
    font-size: 6.4vmin;
  }
}
.top-sec07_text p span {
  padding-bottom: 8px;
  border-bottom: 4px #B2DD74 solid;
}
@media only screen and (min-width: 769px) {
  .top-sec07_text p span {
    border-width: 6px;
  }
}

.top-sec07_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec_heading01 {
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.top-sec_heading01 h2 {
  margin-top: -20px;
  padding: 5px 20px;
  background: #DC143C;
  display: inline-block;
  color: #fff;
  font-size: 33px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (min-width: 769px) {
  .top-sec_heading01 h2 {
    margin-top: -60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1.6666666667vw;
    padding-left: 1.6666666667vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading01 h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading01 h2 {
    font-size: 8.8vmin;
  }
}
.top-sec_heading01.is-sec03 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading01.is-sec03 {
    margin-bottom: 60px;
  }
}
.top-sec_heading01.is-sec03 h2 {
  width: 100%;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.227272727;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading01.is-sec03 h2 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 3.3333333333vw;
    padding-left: 3.3333333333vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading01.is-sec03 h2 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading01.is-sec03 h2 {
    font-size: 5.8666666667vmin;
  }
}

.top-sec_heading02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading02 {
    margin-right: 2%;
    width: 16%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.top-sec_heading02 .top-sec_heading02-title {
  display: inline-block;
  color: #008000;
  font-size: 36px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading02 .top-sec_heading02-title {
    margin-bottom: 2.5vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading02 .top-sec_heading02-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading02 .top-sec_heading02-title {
    font-size: 9.6vmin;
  }
}
.top-sec_heading02 .top-sec_heading02-text {
  padding: 6px 32px;
  display: inline-block;
  background: #008000;
  color: #fff;
  font-size: 18px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.top-sec_heading02 .top-sec_heading02-text:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading02 .top-sec_heading02-text {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading02 .top-sec_heading02-text {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 18px;
  }
}

.top-sec_heading03 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading03 {
    line-height: 1.24137931;
    margin-bottom: 40px;
    font-size: 4.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading03 {
    font-size: 58px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading03 {
    font-size: 9.6vmin;
  }
}

.top-sec_heading04 {
  margin-bottom: 15px;
  padding: 8px 0;
  background: #008000;
  color: #fff;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading04 {
    margin-bottom: 24px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading04 {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading04 {
    font-size: 6.4vmin;
  }
}

.top-sec_heading05 {
  margin-bottom: 26px;
  font-size: 36px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading05 {
    line-height: 1.24137931;
    margin-bottom: 26px;
    font-size: 4.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading05 {
    font-size: 58px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading05 {
    font-size: 9.6vmin;
  }
}

.top-sec_heading05-lead {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .top-sec_heading05-lead {
    margin-bottom: 32px;
    line-height: 1.375;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_heading05-lead {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .top-sec_heading05-lead {
    font-size: 6.4vmin;
  }
}

.top-sec08_text01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.375;
  color: #008000;
}
@media only screen and (min-width: 769px) {
  .top-sec08_text01 {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_text01 {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .top-sec08_text01 {
    font-size: 6.4vmin;
  }
}

.top-sec08_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-flow: column;
      flex-flow: column;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 30px;
  }
}

.top-sec08_media-lead {
  margin-bottom: 20px;
  text-align: left;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.375;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media-lead {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_media-lead {
    font-size: 40px;
  }
}

.top-sec08_media-left {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media-left {
    margin-bottom: 0;
    margin-right: 2%;
    width: 30%;
  }
}

.top-sec08_media-right {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media-right {
    width: 68%;
  }
}

.top-sec08_thumb {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .top-sec08_thumb {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_thumb {
    margin-bottom: 10px;
  }
}
.top-sec08_thumb img {
  width: 100%;
}

.top-sec08_caption {
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec08_caption {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_caption {
    font-size: 16px;
  }
}

.top-sec08_media-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  border-bottom: 6px #B2DD74 solid;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media-title {
    font-size: 2.5vw;
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_media-title {
    font-size: 30px;
  }
}

.top-sec08_media-text-unit p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .top-sec08_media-text-unit p {
    margin-bottom: 25px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec08_media-text-unit p {
    font-size: 16px;
  }
}

.top-sec08_box {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-sec08_box {
    margin-bottom: 30px;
  }
}

.top-sec08_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec10_banner {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .top-sec10_banner {
    margin-bottom: 0;
  }
}
.top-sec10_banner img {
  width: 100%;
}
.top-sec10_banner a {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.top-sec10_banner a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.top_banner li img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .top_banner li a:hover {
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
}

.top-sec-list01 {
  background: #008000;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01 {
    border-top: 4px solid #fff;
  }
}

@media only screen and (min-width: 769px) {
  .top-sec-list01_inner {
    padding: 0px;
    margin: 0 auto;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.top-sec-list01_item {
  padding: 20px 16px 46px;
  border-bottom: 6px #fff solid;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_item {
    background: transparent;
    padding: 0 0 0;
    width: 50%;
    border-bottom: none;
    margin-bottom: -10px;
  }
  .top-sec-list01_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sec-list01_item a:hover {
    text-decoration: none;
  }
  .top-sec-list01_item a .top-sec-list01_title {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .top-sec-list01_item a .top-sec-list01_title:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec-list01_item {
    margin-bottom: -20px;
  }
}

.top-sec-list01_content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_content {
    margin-top: -29px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
  }
}

.top-sec-list01_lead {
  margin-bottom: 40px;
  padding: 8px 20px;
  display: inline-block;
  background: #F39800;
  border-radius: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_lead {
    padding: 14px 10px;
    margin-bottom: 26px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec-list01_lead {
    padding: 14px 18px;
    margin-bottom: 34px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 22px;
    white-space: nowrap;
  }
}
.top-sec-list01_lead:before {
  content: "";
  border: 8px solid transparent;
  border-top: 15px solid #F39800;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top-sec-list01_title {
  font-size: 24px;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.2352;
  text-shadow: 0 0 10px #008000;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_title {
    text-shadow: 1px 1px 3px #008000;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec-list01_title {
    white-space: nowrap;
    font-size: 42px;
  }
}

.top-sec-list01_thumb {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_thumb {
    position: static;
    margin-top: -10px;
    margin-right: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .top-sec-list01_thumb img {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_thumb {
    width: 14.1666666667vw;
    height: 14.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec-list01_thumb {
    width: 180px;
    height: 180px;
  }
}

.top-sec-list01_item.is-case {
  padding: 20px 16px 26px;
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_item.is-case {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 4px #fff solid;
    padding: 0;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_item.is-case .top-sec-list01_lead {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .top-sec-list01_item.is-case .top-sec-list01_title {
    text-align: left;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec-list01_item.is-case .top-sec-list01_title {
    padding-left: 5px;
    font-size: 33px;
  }
}

.top-sec_list03 {
  border-top: 1px #CCCCCC solid;
}
.top-sec_list03 li {
  padding: 20px 0;
  border-bottom: 1px #CCCCCC solid;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .top-sec_list03 li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_list03 li {
    font-size: 30px;
  }
}

.top-sec_list03-num {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: #008000;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .top-sec_list03-num {
    margin-right: 1.6666666667vw;
    font-size: 2.5vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_list03-num {
    margin-right: 20px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.top-sec_list03-text {
  width: calc(100% - 70px);
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .top-sec_list03-text {
    font-size: 2.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec_list03-text {
    font-size: 28px;
  }
}

.about-sec_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .about-sec_inner {
    padding: 45px 16px 45px;
    max-width: 1200px;
  }
}

.is-about-sec01_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec01_inner {
    padding: 45px 16px 30px;
  }
}

.is-about-sec02_inner {
  padding: 60px 16px 0px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec02_inner {
    padding: 45px 16px 0;
  }
}

.is-about-sec03_inner {
  padding: 46px 16px 0px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec03_inner {
    padding: 30px 16px 0;
  }
}

.is-about-sec04_inner {
  padding: 46px 16px 0px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec04_inner {
    padding: 30px 16px 0;
  }
}

.is-about-sec05_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec05_inner {
    padding: 30px 16px 45px;
  }
}

.is-about-sec06_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec06_inner {
    padding: 45px 16px 45px;
  }
}

.is-about-sec07_inner {
  padding: 46px 16px 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec07_inner {
    padding: 45px 16px 45px;
  }
}

.is-about-sec08_inner {
  padding: 46px 16px 46px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-about-sec08_inner {
    padding: 60px 16px 45px;
  }
}

.about-sec02_text01 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about-sec02_text01 {
    margin-bottom: 30px;
  }
}

.about-sec02_text-unit01 {
  text-align: center;
}
.about-sec02_text-unit01 p {
  display: inline-block;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .about-sec02_text-unit01 p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec02_text-unit01 p {
    font-size: 48px;
  }
}
.about-sec02_text-unit01 p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #B2DD74), to(#B2DD74));
  background: linear-gradient(transparent 90%, #B2DD74 90%, #B2DD74 100%);
  padding-bottom: 0.1em;
  margin-bottom: 5px;
  display: inline;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .about-sec02_text-unit01 p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(93%, #B2DD74), to(#B2DD74));
    background: linear-gradient(transparent 93%, #B2DD74 93%, #B2DD74 100%);
  }
}

.about-sec05_text-unit01 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about-sec05_text-unit01 {
    margin-bottom: 30px;
  }
}
.about-sec05_text-unit01 p {
  display: inline-block;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .about-sec05_text-unit01 p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec05_text-unit01 p {
    font-size: 40px;
  }
}
.about-sec05_text-unit01 p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #B2DD74), to(#B2DD74));
  background: linear-gradient(transparent 90%, #B2DD74 90%, #B2DD74 100%);
  padding-bottom: 0.1em;
  margin-bottom: 5px;
  display: inline;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .about-sec05_text-unit01 p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(93%, #B2DD74), to(#B2DD74));
    background: linear-gradient(transparent 93%, #B2DD74 93%, #B2DD74 100%);
  }
}

.about-sec07-lead01 {
  margin-bottom: 20px;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about-sec07-lead01 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07-lead01 {
    font-size: 40px;
  }
}

.about-sec07-text01 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .about-sec07-text01 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07-text01 {
    font-size: 20px;
  }
}

.about-sec07-list {
  margin-bottom: 30px;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .about-sec07-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07-list {
    padding: 16px;
  }
}
.about-sec07-list:not(:last-child):before {
  content: "";
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #B2DD74 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media only screen and (min-width: 769px) {
  .about-sec07-list:not(:last-child):before {
    bottom: 50%;
    left: auto;
    right: -17px;
    -webkit-transform: translate(100%, 0) rotate(-90deg);
            transform: translate(100%, 0) rotate(-90deg);
  }
}
.about-sec07-list_num {
  margin-right: 18px;
  padding: 0 18px 0 0;
  display: inline-block;
  border-right: 1px #008000 solid;
  font-family: Arial;
  color: #008000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .about-sec07-list_num {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px #008000 solid;
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 17px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07-list_num {
    font-size: 60px;
  }
}
.about-sec07-list_title {
  color: #008000;
  font-size: 20px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
}
@media only screen and (min-width: 769px) {
  .about-sec07-list_title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.346153846;
    text-align: center;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07-list_title {
    font-size: 24px;
  }
}

.about-sec07_box01 {
  margin-bottom: 30px;
  width: calc(100% - 8px);
  background: #fff;
  border: 4px #000000 solid;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .about-sec07_box01 {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 74.5%;
  }
}
.about-sec07_box01:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 18px solid #FFF;
  z-index: 2;
}
.about-sec07_box01:after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 18px solid #000000;
  z-index: 1;
  border-radius: 5px;
}
.about-sec07_box01_text {
  padding: 20px 9px;
  font-size: 24px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .about-sec07_box01_text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec07_box01_text {
    font-size: 40px;
  }
}

.acms-entry .about_banner {
  margin-right: 10px;
  margin-left: 10px;
}

.about_short-banner,
.about_banner {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .about_short-banner,
  .about_banner {
    margin: 0 auto 15px;
  }
}
.about_short-banner li img,
.about_banner li img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}
.about_short-banner li a,
.about_banner li a {
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 769px) {
  .about_short-banner li a:hover,
  .about_banner li a:hover {
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
}

@media only screen and (min-width: 769px) {
  .about_short-banner {
    max-width: 894px;
  }
}

.news_headline {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .news_headline {
    margin-bottom: 45px;
  }
}

.news-heading01 {
  margin-bottom: 14px;
  font-size: 28px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .news-heading01 {
    margin-bottom: 14px;
    font-size: 36px;
  }
}

.news-heading01_date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.acms-entry .box,
.acms-entry .box01,
.acms-entry .box02 {
  padding: 24px 22px;
  margin-left: 10px;
  width: calc(100% - 20px);
}
.acms-entry .box p,
.acms-entry .box01 p,
.acms-entry .box02 p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.box {
  margin-bottom: 20px;
  border: 2px solid #008000;
  padding: 10px 12px;
}
@media only screen and (min-width: 769px) {
  .box {
    padding: 14px 22px;
  }
}
.box .box_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: -12px -14px 10px;
  padding: 6px 12px;
  background-color: #008000;
}
@media only screen and (min-width: 769px) {
  .box .box_title {
    font-size: 20px;
    padding: 6px 27px;
    margin: -16px -24px 14px;
  }
}
.box .box_text {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}

.is-box-bg {
  background-color: #F5F5E5;
  border-color: #F5F5E5;
}

.box01 {
  margin-bottom: 20px;
  padding: 14px;
  background: #DBEBC4;
  border-radius: 20px;
  border: 6px #B2DD74 solid;
}
.box01 > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .box01 {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .box01 {
    padding: 20px 30px 30px;
  }
}

.box01_title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .box01_title {
    font-size: 3.3333333333vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box01_title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.box02 {
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #F5F5DC;
}
.box02 > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .box02 {
    padding: 30px;
  }
}

.box02_title {
  margin-bottom: 9px;
  font-size: 24px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .box02_title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.box03 {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: #F5F5DC;
}
.box03 > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .box03 {
    padding: 30px;
  }
}
.box03 p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.box03_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.box03_head:before {
  margin-right: 10px;
  width: 38px;
  height: 40px;
  content: "";
  display: inline-block;
  background: url("../img/common/icon_point.png") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .box03_head:before {
    width: 47px;
    height: 50px;
  }
}

.box03_title {
  width: calc(100% - 57px);
  margin-bottom: 9px;
  font-size: 20px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 769px) {
  .box03_title {
    font-size: 24px;
  }
}

.box04 {
  padding: 28px 14px 15px;
  background: #fff;
  border: 6px #008000 solid;
  border-radius: 20px;
}
@media only screen and (min-width: 769px) {
  .box04 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .box04 {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.box04_title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .box04_title {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .box04_title {
    font-size: 36px;
  }
}

.box05 {
  padding: 20px 5px;
  width: 100%;
  background: #fff;
  border: 4px #000000 solid;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .box05 {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 74.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05 {
    max-width: 894px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.box05:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 18px solid #FFF;
  z-index: 2;
}
.box05:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 18px solid #000000;
  z-index: 1;
  border-radius: 5px;
}

.box05_text {
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.375;
}
@media only screen and (min-width: 769px) {
  .box05_text {
    font-size : 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05_text {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .box05_text {
    font-size: 6.4vmin;
  }
}
.box05_text:not(:last-child) {
  margin-bottom: 15px;
}
.box05_text .box05_underline {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 8px #DC143C solid;
  color: #DC143C;
  font-size: 36px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .box05_text .box05_underline {
    font-size : 4.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05_text .box05_underline {
    font-size: 58px;
  }
}
@media (max-width: 320px) {
  .box05_text .box05_underline {
    font-size: 9.6vmin;
  }
}
.box05_text .box05_bg-red {
  margin: 15px 18px 0;
  padding: 7px 10px;
  display: inline-block;
  background: #DC143C;
  color: #fff;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .box05_text .box05_bg-red {
    padding: 5px 10px;
    margin-top: 0;
    font-size : 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05_text .box05_bg-red {
    font-size: 40px;
  }
}
.box05_text .is-box05-text01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  display: block;
}
@media only screen and (min-width: 769px) {
  .box05_text .is-box05-text01 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05_text .is-box05-text01 {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .box05_text .is-box05-text01 {
    font-size: 6.4vmin;
  }
}
.box05_text .is-box05-text02 {
  display: block;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .box05_text .is-box05-text02 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .box05_text .is-box05-text02 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .box05_text .is-box05-text02 {
    font-size: 4.2666666667vmin;
  }
}

.box06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #DBEBC4;
  border-radius: 20px;
  border: 6px #B2DD74 solid;
}
@media only screen and (min-width: 769px) {
  .box06 {
    padding: 30px 50px;
  }
}

.box06_heading {
  margin-bottom: 20px;
  font-size: 24px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .box06_heading {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.box06_thumb-group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (min-width: 769px) {
  .box06_thumb-group {
    margin-bottom: 20px;
  }
}

.box06_thumb {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .box06_thumb {
    width: calc(50% - 12px);
  }
}
.box06_thumb img {
  width: 100%;
}
.box06_thumb:first-child {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .box06_thumb:first-child {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.box06_list {
  margin-bottom: 60px;
  position: relative;
}
.box06_list:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #008000 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.box06_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .box06_title {
    font-size: 24px;
  }
}

.box06_text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.breadcrumb_inner {
  max-width: 1200px;
  padding-right: 16px;
  padding-left: 16px;
  color: #000000;
  font-size: 14px;
  margin: 16px auto 16px;
}
.breadcrumb_inner a {
  text-decoration: underline;
  color: #666666;
}
.breadcrumb_inner a:hover {
  text-decoration: none;
}
.breadcrumb_inner span:before {
  margin-right: 18px;
  margin-left: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-color: #000000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  content: "";
  vertical-align: middle;
}
.breadcrumb_inner span:first-child:before {
  display: none;
}

.btn-group-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px;
}
.btn-group-center .btn {
  margin: 0 8px;
}

.btn,
.btn-white {
  margin-bottom: 15px;
}

.btn a,
.btn button,
.btn-white a,
.btn-white button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #008000;
  border: 3px solid #008000;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  font-size: 18px;
  padding: 0.85em 0.4em;
}
@media only screen and (min-width: 769px) {
  .btn a,
  .btn button,
  .btn-white a,
  .btn-white button {
    font-size: 22px;
    min-width: 282px;
  }
}
.btn a.is-hover, .btn a:hover,
.btn button.is-hover,
.btn button:hover,
.btn-white a.is-hover,
.btn-white a:hover,
.btn-white button.is-hover,
.btn-white button:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn a:focus,
.btn button:focus,
.btn-white a:focus,
.btn-white button:focus {
  outline: 3px solid rgba(102, 102, 102, 0.6);
  outline-offset: 2px;
}
.btn a.is-disabled, .btn a:disabled,
.btn button.is-disabled,
.btn button:disabled,
.btn-white a.is-disabled,
.btn-white a:disabled,
.btn-white button.is-disabled,
.btn-white button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #CCCCCC !important;
  color: rgb(255, 255, 255) !important;
  border-color: #CCCCCC !important;
}
.is-btn-sm a,
.is-btn-sm button {
  min-width: 165px;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .is-btn-sm a,
  .is-btn-sm button {
    min-width: 282px;
    font-size: 20px;
  }
}

.is-btn-md a,
.is-btn-md button {
  min-width: 225px;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .is-btn-md a,
  .is-btn-md button {
    min-width: 435px;
    font-size: 20px;
  }
}

.is-btn-lg a,
.is-btn-lg button {
  width: 100%;
  min-width: 100%;
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .is-btn-lg a,
  .is-btn-lg button {
    min-width: 588px;
    width: auto;
    font-size: 24px;
  }
}

.is-btn-full a {
  width: 100%;
}

.is-btn-sp-full a {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .is-btn-sp-full a {
    width: auto;
  }
}

.is-btn-left {
  text-align: left;
}

.is-btn-right {
  text-align: right;
}

.is-btn-center {
  text-align: center;
}

.btn-white a,
.btn-white button {
  background-color: rgb(255, 255, 255);
  border-color: #008000;
  color: #008000;
}
.btn-white a.is-btn-arrow-right:after, .btn-white a.is-btn-arrow-down:after,
.btn-white button.is-btn-arrow-right:after,
.btn-white button.is-btn-arrow-down:after {
  border-color: #008000;
}

[class*=acms-col-sm-] .btn a,
[class*=acms-col-sm-] .btn button,
[class*=acms-col-sm-] .btn-white a,
[class*=acms-col-sm-] .btn-white button {
  min-width: 0;
  width: 100%;
}

.btn-row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-row .btn-col {
  margin: 0 12px;
  width: calc(50% - 12px);
}
@media only screen and (min-width: 769px) {
  .btn-row .btn-col {
    width: auto;
  }
}
.btn-row .btn-col .btn a,
.btn-row .btn-col .btn button,
.btn-row .btn-col .btn-white a,
.btn-row .btn-col .btn-white button {
  width: 100%;
  min-width: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  min-width: 130px;
}
@media only screen and (min-width: 769px) {
  .btn-row .btn-col .btn a,
  .btn-row .btn-col .btn button,
  .btn-row .btn-col .btn-white a,
  .btn-row .btn-col .btn-white button {
    min-width: 220px;
  }
}

.is-btn-row-wide .btn-col {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .is-btn-row-wide .btn-col {
    width: 50%;
  }
}

.is-btn01 a,
.is-btn01 button {
  background: #F39800;
  border: 3px #F39800 solid;
  border-bottom: 4px #D3774A solid;
}

.is-btn02 a,
.is-btn02 button {
  background: #008000;
  border: 3px #008000 solid;
}

.is-btn03 a,
.is-btn03 button {
  background: inherit;
  color: #008000;
}
.is-btn03 a:hover,
.is-btn03 button:hover {
  background: #F5F5DC;
}

.is-btn04 a,
.is-btn04 button {
  padding: 15px;
  width: 100%;
  background: #B2DD74;
  border: none;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  color: #008000;
}
@media only screen and (min-width: 769px) {
  .is-btn04 a,
  .is-btn04 button {
    padding: 22px;
    font-size: 26px;
  }
}
.is-btn04 a:hover,
.is-btn04 button:hover {
  opacity: 0.6;
}

.is-top-btn01 a,
.is-top-btn01 button {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E13658), color-stop(50%, #E13658), color-stop(50%, #DC143C), to(#DC143C));
  background: linear-gradient(180deg, #E13658 0%, #E13658 50%, #DC143C 50%, #DC143C 100%);
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .is-top-btn01 a,
  .is-top-btn01 button {
    padding-right: 0;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-top-btn01 a,
  .is-top-btn01 button {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .is-top-btn01 a,
  .is-top-btn01 button {
    font-size: 5.3333333333vmin;
  }
}

.is-top-btn02 {
  width: 100%;
}
.is-top-btn02 a {
  min-width: 100%;
  background: #F39800;
  border: 3px #F39800 solid;
  border-bottom: 4px #D3774A solid;
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .is-top-btn02 a {
    min-width: 588px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-top-btn02 a {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .is-top-btn02 a {
    font-size: 5.3333333333vmin;
  }
}

.is-btn-reapply a,
.is-btn-reapply button {
  width: 100%;
  max-width: 282px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 12px;
  background: #fff;
  border: 3px #008000 solid;
  color: #008000;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media only screen and (min-width: 769px) {
  .is-btn-reapply a,
  .is-btn-reapply button {
    font-size: 20px;
  }
}
.is-btn-reapply a:hover,
.is-btn-reapply button:hover {
  opacity: 0.6;
}

.is-btn-submit a,
.is-btn-submit button {
  width: 100%;
  max-width: 282px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  padding: 15px;
  background: #008000;
  color: #fff;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media only screen and (min-width: 769px) {
  .is-btn-submit a,
  .is-btn-submit button {
    font-size: 20px;
  }
}
.is-btn-submit a:hover,
.is-btn-submit button:hover {
  opacity: 0.6;
}

.is-btn-404 a {
  margin-bottom: 10px;
  min-width: 159px;
  padding: 15px;
  background: #008000;
  color: #fff;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media only screen and (min-width: 769px) {
  .is-btn-404 a {
    min-width: 282px;
  }
}
.is-btn-404 a:hover {
  opacity: 0.6;
}

.is-arrow-down span {
  padding-right: 10%;
  padding-left: 5%;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 320px) {
  .is-arrow-down span {
    padding-right: 12%;
    padding-left: 0;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .is-arrow-down span {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.is-arrow-down span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_arrow_down.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 769px) {
  .is-arrow-down span:before {
    width: 3vw;
    height: 3vw;
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-arrow-down span:before {
    width: 36px;
    height: 36px;
    right: 20px;
  }
}

.card {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .card {
    margin-bottom: 38px;
  }
}
.card a {
  display: block;
  color: #000000;
}
.card a:hover {
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
  opacity: 0.6;
  text-decoration: none;
}

.card_img {
  margin-bottom: 8px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .card_img {
    margin-bottom: 13px;
  }
}

.card_focused-image {
  width: 345px;
  height: 241px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .card_focused-image {
    width: 384px;
    height: 268px;
  }
}

.card_label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: #008000;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1px 16px;
}
@media only screen and (min-width: 769px) {
  .card_label {
    padding: 1px 13px;
  }
}

.card_body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card_title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .card_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.card_text {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.75;
}

.card01 {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .card01 {
    margin-bottom: 0;
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .card01 {
    padding: 20px;
  }
}

.card01_title {
  margin-bottom: 10px;
  color: #008000;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .card01_title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .card01_title {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .card01_title {
    font-size: 8vmin;
  }
}

.card01_thumb {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .card01_thumb {
    margin-bottom: 10px;
  }
}
.card01_thumb img {
  width: 100%;
}

.card02 {
  margin-bottom: 15px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .card02 {
    margin-bottom: 0;
  }
}

.card02_heading {
  padding: 5px 0;
  background: #008000;
  color: #fff;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .card02_heading {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .card02_heading {
    font-size: 36px;
  }
}

.card02_content {
  padding: 22px 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .card02_content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .card02_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card02_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .card02_title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .card02_title {
    font-size: 24px;
  }
}

.card02_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .card02_text {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .card02_text {
    font-size: 16px;
  }
}

.card03 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .card03 {
    margin-bottom: 30px;
  }
}

.card03_title {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #B2DD74;
  color: #008000;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.23076923;
}
@media only screen and (min-width: 769px) {
  .card03_title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .card03_title {
    font-size: 24px;
  }
}

.card03_thumb {
  margin-bottom: 10px;
}
.card03_thumb img {
  width: 100%;
}

.card03-2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .card03-2 {
    margin-bottom: 30px;
  }
}

.card03-2_title {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #B2DD74;
  color: #008000;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.23076923;
}
@media only screen and (min-width: 769px) {
  .card03-2_title {
    font-size: 2vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .card03-2_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 769px) {
  .card03-2_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.card03-2_thumb {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .card03-2_thumb {
    margin-right: 2%;
    width: 49%;
  }
}
.card03-2_thumb img {
  width: 100%;
}

.card03-2_text-unit {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .card03-2_text-unit {
    width: 49%;
  }
}

.card04 {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .card04 {
    margin-bottom: 24px;
    padding: 10px 0;
  }
}

.card04_thumb {
  margin: 0 auto;
  text-align: center;
}
.card04_thumb img {
  width: 180px;
}
@media only screen and (min-width: 769px) {
  .card04_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
    max-width: 120px;
  }
  .card04_thumb img {
    width: auto;
  }
}

.card04_title {
  margin-bottom: 10px;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .card04_title {
    margin-bottom: 10px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .card04_title {
    font-size: 30px;
  }
}

.card04_text-unit {
  text-align: center;
}
.card04_text-unit p {
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .card04_text-unit p {
    margin-bottom: 10px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .card04_text-unit p {
    font-size: 16px;
  }
}

.card05 {
  margin-bottom: 15px;
  padding: 16px 10px;
  background: #DBEBC4;
  border-radius: 20px;
  min-height: 189px;
}
@media only screen and (min-width: 769px) {
  .card05 {
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    min-height: 220px;
  }
}

.card05_thumb {
  text-align: center;
  margin: 0 auto;
}
.card05_thumb img {
  width: 120px;
}
@media only screen and (min-width: 769px) {
  .card05_thumb {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card05_title {
  color: #008000;
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .card05_title {
    font-size: 20px;
  }
}

.card06 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .card06 {
    margin-bottom: 30px;
  }
}

.card06_title {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #B2DD74;
  color: #008000;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .card06_title {
    font-size: 2vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .card06_title {
    font-size: 24px;
  }
}

.card06_thumb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .card06_thumb {
    margin-bottom: 10px;
  }
}
.card06_thumb img {
  width: 100%;
}

.card06_lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .card06_lead {
    font-size: 1.6666666667vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .card06_lead {
    font-size: 20px;
  }
}

.card07 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
  display: block;
  height: 100%;
}
.card07 + .card07 {
  border-top: solid 1px #CCCCCC;
  padding-top: 20px;
}
@media only screen and (min-width: 769px) {
  .card07 {
    margin-bottom: 38px;
  }
  .card07 + .card07 {
    border-top: none;
    padding-top: 0;
  }
}
.card07 a {
  display: block;
  color: #000000;
}
.card07 a .card07_title {
  text-decoration: underline;
}
.card07 a:hover {
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
  opacity: 0.6;
  text-decoration: none;
}
.card07 a:hover .card07_title {
  text-decoration: none;
}

.card07_img {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .card07_img {
    margin-bottom: 15px;
  }
}

.card07_body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card07_title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.75;
  color: #666666;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
}
@media only screen and (min-width: 769px) {
  .card07_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.card-indexA {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: #F5F5DC;
}
@media only screen and (min-width: 769px) {
  .card-indexA {
    padding: 2.5vw;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .card-indexA {
    padding: 30px;
  }
}

.card-indexA_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-indexA_body {
  min-height: 0%;
}

.card-indexA_title {
  margin-bottom: 20px;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .card-indexA_title {
    font-size: 2.1666666667vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .card-indexA_title {
    font-size: 26px;
  }
}

.card-indexA_thumb {
  margin-bottom: 10px;
}
.card-indexA_thumb img {
  width: 100%;
}

.card-indexA_text-unit {
  margin-bottom: 10px;
}

.card-indexA_btn-group {
  margin: auto 0 0;
  width: 100%;
}

.conversion {
  margin: 0 auto;
  background: #DBEBC4;
  padding-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .conversion {
    padding-top: 60px;
  }
}

.conversion_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.conversion_banner {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .conversion_banner {
    margin-bottom: 30px;
  }
}
.conversion_banner li img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}
.conversion_banner li a {
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 769px) {
  .conversion_banner li a:hover {
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
}

.conversion_list {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .conversion_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 45px;
  }
}
.conversion_list li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .conversion_list li {
    width: 33.3%;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.conversion_list li a {
  background-color: #fff;
  padding: 14px 10px;
  display: block;
  letter-spacing: normal;
  font-size: 25px;
  color: #008000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .conversion_list li a {
    font-size: 2.5vw;
  }
  .conversion_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
}
@media screen and (min-width: 1200px) {
  .conversion_list li a {
    font-size: 30px;
  }
}
.conversion_list li a:after {
  background-image: url("../img/common/icon_arrow_right.png");
  background-size: 100%;
  width: 0.9em;
  height: 0.9em;
  content: "";
  display: inline-block;
  position: relative;
  text-align: right;
  left: 13px;
  top: 2px;
}

.conversion_list2 {
  text-align: center;
  border-top: 4px solid #fff;
}
@media only screen and (min-width: 769px) {
  .conversion_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.conversion_list2 li {
  border-bottom: 4px solid #fff;
}
@media only screen and (min-width: 769px) {
  .conversion_list2 li {
    width: 50%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.conversion_list2 li a {
  background-color: #008000;
  padding: 20px 16px;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  text-decoration: none;
}
.conversion_list2 li a.contact-red {
  background-color: #dc143c;
}
@media only screen and (min-width: 769px) {
  .conversion_list2 li a {
    font-size: 2.5vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .conversion_list2 li a:hover {
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
}
@media screen and (min-width: 1200px) {
  .conversion_list2 li a {
    font-size: 30px;
  }
}
.conversion_list2 li a .conversion_list2-icon {
  display: inline-block;
  width: 60px;
  margin-right: 6px;
  top: -3px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .conversion_list2 li a .conversion_list2-icon {
    width: 80px;
  }
}
.conversion_list2 li a img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}

.acms-entry .divider {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry .divider,
.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px #CCCCCC solid;
}

.acms-entry .faq {
  margin-right: 10px;
  margin-left: 10px;
}

.faq {
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #F5F5DC;
}
@media only screen and (min-width: 769px) {
  .faq {
    padding: 15px 30px;
  }
}
.faq_title {
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #008000;
  position: relative;
  margin-right: 20px !important;
  margin-left: 0 !important;
  margin-bottom: 10px;
  padding-left: 43px;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .faq_title {
    padding-left: 58px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.faq_title:before {
  width: 30px;
  height: 30px;
  content: "Q";
  background: #008000;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .faq_title:before {
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 24px;
  }
}
.faq_body {
  margin-bottom: 0;
  position: relative;
  padding-left: 43px;
}
@media only screen and (min-width: 769px) {
  .faq_body {
    padding-left: 58px;
  }
}
.faq_body p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.faq_body:before {
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  content: "A";
  background: #B2DD74;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  line-height: 1;
  top: 0px;
  left: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .faq_body:before {
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 24px;
    top: -5px;
  }
}

.acms-form input[type=date],
.acms-form input[type=datetime-local],
.acms-form input[type=datetime],
.acms-form input[type=email],
.acms-form input[type=month],
.acms-form input[type=number],
.acms-form input[type=password],
.acms-form input[type=search],
.acms-form input[type=tel],
.acms-form input[type=text],
.acms-form input[type=time],
.acms-form input[type=url],
.acms-form input[type=week],
.acms-form textarea {
  padding: 5px 8px;
  font-size: 16px;
  background: rgb(255, 255, 255);
  border-color: #CCCCCC;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, arial, sans-serif;
}

.acms-form textarea {
  min-height: 180px;
}

.acms-form input::-webkit-input-placeholder, .acms-form textarea::-webkit-input-placeholder {
  color: #CCCCCC !important;
}

.acms-form input::-moz-placeholder, .acms-form textarea::-moz-placeholder {
  color: #CCCCCC !important;
}

.acms-form input:-ms-input-placeholder, .acms-form textarea:-ms-input-placeholder {
  color: #CCCCCC !important;
}

.acms-form input::-ms-input-placeholder, .acms-form textarea::-ms-input-placeholder {
  color: #CCCCCC !important;
}

.acms-form input::placeholder,
.acms-form textarea::placeholder {
  color: #CCCCCC !important;
}

.acms-form input:-ms-input-placeholder,
.acms-form textarea:-ms-input-placeholder {
  color: #CCCCCC !important;
}

.acms-form input::-ms-input-placeholder,
.acms-form textarea::-ms-input-placeholder {
  color: #CCCCCC !important;
}

.acms-form .form-width-short {
  width: 100px !important;
}
@media only screen and (min-width: 769px) {
  .acms-form .form-width-short {
    width: 100px;
  }
}

.acms-form .form-width-small {
  width: 50% !important;
}
@media only screen and (min-width: 769px) {
  .acms-form .form-width-small {
    width: 50%;
  }
}

.acms-form .form-width-large {
  width: 100%;
}

.invalid {
  background-color: #F8EAEB !important;
  border: 1px solid #dc143c !important;
}

.error-text {
  color: #dc143c;
  font-weight: bold;
}

.form-req {
  display: inline-block;
  font-size: 14px;
  background-color: #dc143c;
  color: rgb(255, 255, 255);
  padding: 3px 6px;
  line-height: 1;
  margin-left: 10px;
}

.table-form .form-req {
  padding-left: 10px;
}

.inline-frame {
  font-size: 0.8em;
  width: 100%;
  max-height: 250px;
  margin: 15px auto;
  padding: 1em 2em 1em 1em;
  border-radius: 5px;
  overflow: auto;
  border: 1px solid #CCCCCC;
}
.inline-frame h1, .inline-frame h2, .inline-frame h3, .inline-frame h4, .inline-frame h5, .inline-frame h6 {
  font-size: 1em;
}
.inline-frame p {
  margin-bottom: 0.4em;
}

.form-text-unit {
  margin-bottom: 60px;
}

.form-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form-btn-item {
  width: 46%;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}

.form-tel-box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .form-tel-box {
    margin-bottom: 30px;
  }
}
.form-tel-box_title {
  font-size: 18px;
  font-weight: bold;
  background: #008000;
  text-align: center;
  padding: 12px 5px;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .form-tel-box_title {
    font-size: 20px;
  }
}
.form-tel-box_body {
  border: 2px solid #008000;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  .form-tel-box_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px;
    font-size: 30px;
  }
}
.form-tel-box_body li {
  text-align: center;
  width: 100%;
  position: relative;
}
.form-tel-box_body li::after {
  height: 1px;
  background-color: #ccc;
  width: 100%;
  display: block;
  content: "";
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .form-tel-box_body li::after {
    height: 1.3em;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}
.form-tel-box_body li:last-child:after {
  display: none;
}

.form-td-lead {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .form-td-lead {
    font-weight: normal;
  }
}

.radio {
  margin: 0 15px 15px 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #008000;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox {
  margin: 15px 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label.checkbox-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 50px;
  position: relative;
  width: auto;
}
.checkbox label.checkbox-label:before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin-top: 0px;
  position: absolute;
  top: 0;
  width: 30px;
}
.checkbox label.checkbox-label:after {
  border-right: 5px solid #008000;
  border-bottom: 5px solid #008000;
  content: "";
  display: block;
  height: 16px;
  left: 9px;
  margin-top: 2px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  width: 10px;
}
.checkbox input[type=checkbox]:checked + .checkbox-label::after {
  opacity: 1;
}

.acms-form .postal-code-mark {
  margin-bottom: 15px;
}

.acms-form input[type=text] {
  margin: 0 0 15px;
  padding: 10px 20px;
  background: #F5F5DC;
  border: 1px #CCCCCC solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.acms-form input[type=text].is-input-50p {
  width: 50%;
}
.acms-form input[type=text].is-input-100p {
  width: 100%;
}

.acms-form textarea {
  width: 100%;
  padding: 16px 20px;
  background: #F5F5DC;
  border: 1px #CCCCCC solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select {
  margin-bottom: 15px;
  position: relative;
}
.select select {
  min-width: 110px;
  width: 100%;
  padding: 14px 10% 13px 10%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CCCCCC;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
  margin-left: 10%;
}
@media only screen and (min-width: 769px) {
  .select select {
    font-size: 18px;
    padding: 13px 50px 12px 30px;
    margin-left: 15px;
  }
}
.select:after {
  display: block;
  content: "";
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 769px) {
  .select:after {
    right: 15px;
  }
}

.label-required {
  float: right;
  display: block;
  background: #008000;
  padding: 5px 6px;
  line-height: 1;
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .label-required {
    padding: 7px 10px;
    font-size: 16px;
  }
}

.form-validation {
  font-size: 16px;
  color: #dc143c;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .form-validation {
    font-size: 18px;
  }
}

.acms-form input.is-validation, textarea.is-validation {
  border-color: #dc143c;
  border-width: 3px;
  background: #FCE7EB;
}

.dummy-box {
  background-color: #CCCCCC;
  margin-bottom: 16px;
}

.grid-acms-gap {
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  .grid-2to1 {
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-2to1 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3333333333%;
            flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-2 {
  margin-left: -2%;
  margin-right: -2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-2 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid-2.is-width-588px {
  margin-left: -2%;
  margin-right: -2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-2.is-width-588px .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-2.is-width-588px {
    margin-left: -2.0408163265%;
    margin-right: -2.0408163265%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-2.is-width-588px .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.9183673469%;
            flex: 0 0 45.9183673469%;
    max-width: 45.9183673469%;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (min-width: 769px) {
  .grid-3to1 {
    margin-left: -1%;
    margin-right: -1%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-3to1 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-3to2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.6666666667%;
  margin-right: -0.6666666667%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-3to2 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.6666666667%;
          flex: 0 0 48.6666666667%;
  max-width: 48.6666666667%;
  margin-left: 0.6666666667%;
  margin-right: 0.6666666667%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-3to2 {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-left: -1.3422818792%;
    margin-right: -1.3422818792%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-3to2 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.6487695749%;
            flex: 0 0 30.6487695749%;
    max-width: 30.6487695749%;
    margin-left: 1.3422818792%;
    margin-right: 1.3422818792%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-3to3 {
  margin-left: -1%;
  margin-right: -1%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-3to3 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3333333333%;
          flex: 0 0 31.3333333333%;
  max-width: 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-3to3 {
    margin-left: -1%;
    margin-right: -1%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-3to3 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-4to2 {
  margin-left: -2.1333333333%;
  margin-right: -2.1333333333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-4to2 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.7333333333%;
          flex: 0 0 45.7333333333%;
  max-width: 45.7333333333%;
  margin-left: 2.1333333333%;
  margin-right: 2.1333333333%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-4to2 {
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-4to2 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.3333333333%;
            flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-5to2 {
  margin-left: -2%;
  margin-right: -2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-5to2 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-5to2 {
    margin-left: -0.4166666667%;
    margin-right: -0.4166666667%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-5to2 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.1666666667%;
            flex: 0 0 19.1666666667%;
    max-width: 19.1666666667%;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-5to1 {
  margin-left: -2.1333333333%;
  margin-right: -2.1333333333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-5to1 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.7333333333%;
          flex: 0 0 95.7333333333%;
  max-width: 95.7333333333%;
  margin-left: 2.1333333333%;
  margin-right: 2.1333333333%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-5to1 {
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-5to1 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.8333333333%;
            flex: 0 0 15.8333333333%;
    max-width: 15.8333333333%;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.grid-6to2 {
  margin-left: -2.1333333333%;
  margin-right: -2.1333333333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-6to2 .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.7333333333%;
          flex: 0 0 45.7333333333%;
  max-width: 45.7333333333%;
  margin-left: 2.1333333333%;
  margin-right: 2.1333333333%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .grid-6to2 {
    margin-left: -1%;
    margin-right: -1%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-6to2 .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
            flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.styleguide-heading {
  line-height: 1.71;
  background-color: #eeeeee;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .styleguide-heading {
    font-size: 28px;
  }
}
[data-browser=ie] .styleguide-heading {
  padding-bottom: 5px;
}

.styleguide-sub-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 6px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 769px) {
  .styleguide-sub-heading {
    font-size: 20px;
  }
}

.heading2 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .heading2 {
    font-size: 30px;
  }
}

.heading3 {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .heading3 {
    font-size: 24px;
  }
}

.heading4 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .heading4 {
    font-size: 20px;
  }
}

.heading5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.heading6 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.acms-entry h1 {
  margin-left: 10px;
  margin-right: 10px;
}

.is-heading-left {
  text-align: left;
}

.is-heading-right {
  text-align: right;
}

.is-heading-center {
  text-align: center;
}

.is-heading-bdb {
  border-bottom: 4px #008000 solid;
  padding-bottom: 0.4em;
}

.is-heading-color {
  color: #008000;
}

.is-heading-bg {
  background-color: #F5F5DC;
  padding: 0.2em 0.7em;
  margin-bottom: 0.6em;
}
[data-browser=ie] .is-heading-bg {
  padding-top: 0.4em;
  padding-bottom: 0;
}

.acms-entry .heading-group,
.heading-group {
  margin-bottom: 13px;
}
.heading-set-type1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .heading-set-type1 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type1 {
    font-size: 48px;
  }
}

.heading-set-type2 {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #008000;
  color: #fff;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .heading-set-type2 {
    margin-bottom: 20px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type2 {
    font-size: 36px;
  }
}

.heading-set-type2_text {
  margin-bottom: 20px;
  text-align: center;
}
.heading-set-type2_text p {
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .heading-set-type2_text p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type2_text p {
    font-size: 20px;
  }
}

.heading-set-type3 {
  text-align: center;
}

.heading-set-type3_lead {
  font-size: 22px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .heading-set-type3_lead {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type3_lead {
    font-size: 36px;
  }
}
.heading-set-type3_lead:before {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%) rotate(70deg);
          transform: translate(0, -50%) rotate(70deg);
}
@media only screen and (min-width: 769px) {
  .heading-set-type3_lead:before {
    width: 3.6666666667vw;
    height: 0.3333333333vw;
    left: -4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type3_lead:before {
    width: 44px;
    height: 4px;
    left: -50px;
  }
}
.heading-set-type3_lead:after {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%) rotate(-70deg);
          transform: translate(0, -50%) rotate(-70deg);
}
@media only screen and (min-width: 769px) {
  .heading-set-type3_lead:after {
    width: 3.6666666667vw;
    height: 0.3333333333vw;
    right: -4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type3_lead:after {
    width: 44px;
    height: 4px;
    right: -50px;
  }
}

.heading-set-type3_title {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .heading-set-type3_title {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type3_title {
    font-size: 48px;
  }
}

.heading-set-type4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .heading-set-type4 {
    margin-bottom: 20px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .heading-set-type4 {
    font-size: 48px;
  }
}
.heading-set-type4.is-about-sec07-mb {
  margin-bottom: 27px;
}
@media only screen and (min-width: 769px) {
  .heading-set-type4.is-about-sec07-mb {
    margin-bottom: 37px;
  }
}

.heading-set-type5 {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .heading-set-type5 {
    margin-bottom: 60px;
    font-size: 36px;
  }
}

.heading-set-type6 {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .heading-set-type6 {
    margin-bottom: 45px;
    font-size: 36px;
  }
}

.headline {
  width: 100%;
}

.headline_item {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .headline_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.headline_item:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_arrow_right.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 769px) {
  .headline_item:before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .headline_item:before {
    width: 24px;
    height: 24px;
  }
}

.headline_item a {
  padding: 17px 30px 17px 0;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .headline_item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 16px 30px 14px 0;
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .headline_item a {
    padding-right: 30px;
  }
}
.headline_item a:hover {
  text-decoration: none;
}
.headline_item a:hover .headline_text {
  text-decoration: none;
}

.headline_text {
  display: block;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .headline_text {
    display: inline;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .headline_text {
    font-size: 16px;
  }
}

.headline_date {
  color: #000000;
  margin-right: 12px;
}
@media only screen and (min-width: 769px) {
  .headline_date {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .headline_date {
    font-size: 16px;
  }
}

.acms-entry .list-disc,
.acms-entry .list-decimal {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry .list-disc,
.acms-entry .list-decimal,
.list-disc,
.list-decimal {
  margin-bottom: 20px;
}
.acms-entry .list-disc li,
.acms-entry .list-decimal li,
.list-disc li,
.list-decimal li {
  margin-bottom: 2px;
}
.acms-entry .list-disc ul,
.acms-entry .list-disc ol,
.acms-entry .list-decimal ul,
.acms-entry .list-decimal ol,
.list-disc ul,
.list-disc ol,
.list-decimal ul,
.list-decimal ol {
  margin-bottom: 0;
}

.acms-entry .list-decimal {
  margin-left: 34px;
}

.list-decimal {
  margin-left: 24px;
  list-style-type: decimal;
}

.acms-entry .list-disc {
  margin-left: 12px;
}

.list-disc li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 10px;
}
.list-disc li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  width: 10px;
  height: 10px;
  background-color: #008000;
}

.acms-entry .dl {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry .dl,
.dl {
  margin-bottom: 20px;
}
.acms-entry .dl dt,
.dl dt {
  font-weight: bold;
  margin-top: 0.7em;
  margin-bottom: 0.1em;
}
.acms-entry .dl dt:first-child,
.dl dt:first-child {
  margin-top: 0;
}
.acms-entry .dl dd,
.dl dd {
  margin-left: 1em;
}

.acms-entry .list-img {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry .list-img li,
.list-img li {
  text-align: center;
  margin-bottom: 16px;
}
.acms-entry .list-img li img,
.list-img li img {
  max-width: 894px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.acms-entry .list-img li a,
.list-img li a {
  display: block;
}
.acms-entry .list-img li a:hover,
.list-img li a:hover {
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  opacity: 0.6;
}

.list-nav01 {
  border-top: 4px solid #fff;
}
@media only screen and (min-width: 769px) {
  .list-nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -2px;
    margin-right: -2px;
  }
}

.list-nav01_item {
  height: 100%;
  background-size: cover;
  border-bottom: 4px solid #fff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .list-nav01_item {
    width: 50%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.list-nav01_item a {
  position: relative;
  padding: 40px 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media only screen and (min-width: 769px) {
  .list-nav01_item a {
    padding: 50px 0;
  }
}
.list-nav01_item a:hover {
  text-decoration: none;
}
.list-nav01_item a:hover::after {
  opacity: 0.6;
}
.list-nav01_item a::after {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  content: "";
  display: block;
  background: rgba(0, 128, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.list-nav01_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .list-nav01_title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .list-nav01_title {
    font-size: 40px;
  }
}

.list-nav01_text {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .list-nav01_text {
    font-size: 1.3333333333vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .list-nav01_text {
    font-size: 16px;
  }
}

.list-nav01_btn {
  padding: 3px 30px;
  display: inline-block;
  background: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  color: #008000;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .list-nav01_btn {
    font-size: 1.6666666667vw;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5.8333333333vw;
    padding-right: 5.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .list-nav01_btn {
    font-size: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.list04 {
  margin-bottom: 15px;
  padding: 0 20px;
  background: #F5F5DC;
}
.list04 > li {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px #CCCCCC solid;
}
.list04 > li:first-child:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #008000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.list04 > li:last-child {
  border-bottom: none;
}
.list04 > li a {
  color: #666666;
  font-size: 16px;
  text-decoration: underline;
}
.list04 > li a:hover {
  text-decoration: none;
}
.list04 .list04_li-child {
  padding-left: 50px;
  position: relative;
}
.list04 .list04_li-child:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  left: 30px;
}

.list-btn {
  margin-left: -0.8333333333%;
  margin-right: -0.8333333333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.3333333333%;
          flex: 0 0 48.3333333333%;
  max-width: 48.3333333333%;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  width: 100%;
  display: inline-block;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #008000;
  margin-bottom: 15px;
  padding: 15px;
  background: #B2DD74;
  border: none;
  color: #008000;
}
@media only screen and (min-width: 769px) {
  .list-btn li {
    min-width: 282px;
    padding: 22px;
    font-size: 26px;
  }
}

.main-visual {
  position: relative;
}

.mv_inner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mv_inner img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_box {
  position: absolute;
  top: 7%;
  left: 10%;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .mv_box {
    top: 16%;
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_box {
    top: 22%;
  }
}
.mv_box h1 {
  font-size: 37px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  color: #008000;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 769px) {
  .mv_box h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_box h1 {
    font-size: 64px;
  }
}
.mv_box p {
  font-size: 16px;
  font-weight: 800;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .mv_box p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_box p {
    font-size: 23px;
  }
}

.page-visual {
  background: #DBEBC4;
}

.pv_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0 20px;
  text-align: center;
}

.pv_title {
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #008000;
}
@media only screen and (min-width: 769px) {
  .pv_title {
    font-size: 4.1666666667vw;
    font-size: 50px;
  }
}

.acms-entry .media {
  margin-right: 10px;
  margin-left: 10px;
}

.media {
  background: url(../img/common/icon_divider.png) bottom left repeat-x;
  background-size: 6px 6px;
  padding-bottom: 30px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 769px) {
  .media {
    padding-bottom: 43px;
    margin-bottom: 50px;
  }
}

.media_img {
  text-align: center;
  margin-bottom: 13px;
}
@media only screen and (min-width: 769px) {
  .media_img {
    margin-bottom: 20px;
    top: 0.5em;
  }
}

.meida_focused-image {
  width: 345px;
  height: 241px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .meida_focused-image {
    width: 282px;
    height: 197px;
  }
}

@media only screen and (min-width: 769px) {
  .media_img.is-media-left {
    float: left;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .media_img.is-media-right {
    float: right;
    margin-left: 20px;
  }
}

.media_title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .media_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.media_text {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.75;
}

.media01 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .media01 {
    margin-bottom: 0;
  }
}

.media01_thumb {
  margin-bottom: 20px;
}
.media01_thumb img {
  width: 100%;
}

.media01_text {
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .media01_text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .media01_text {
    font-size: 20px;
  }
}

.media02 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .media02 {
    margin-bottom: 0;
  }
}

.media02_text {
  margin-bottom: 10px;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .media02_text {
    margin-bottom: 23px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .media02_text {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .media02_text {
    font-size: 6.4vmin;
  }
}
.media02_text:before {
  content: "";
  width: 80px;
  height: 4px;
  display: block;
  background: #008000;
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translate(-40%, -50%) rotate(70deg);
          transform: translate(-40%, -50%) rotate(70deg);
}
@media only screen and (min-width: 769px) {
  .media02_text:before {
    left: -4%;
    -webkit-transform: translate(0, -50%) rotate(70deg);
            transform: translate(0, -50%) rotate(70deg);
    width: 6.6666666667vw;
    height: 0.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .media02_text:before {
    width: 80px;
    height: 4px;
  }
}
.media02_text:after {
  content: "";
  width: 80px;
  height: 4px;
  display: block;
  background: #008000;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(40%, -50%) rotate(-70deg);
          transform: translate(40%, -50%) rotate(-70deg);
}
@media only screen and (min-width: 769px) {
  .media02_text:after {
    right: -4%;
    -webkit-transform: translate(0, -50%) rotate(-70deg);
            transform: translate(0, -50%) rotate(-70deg);
    width: 6.6666666667vw;
    height: 0.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .media02_text:after {
    width: 80px;
    height: 4px;
  }
}

.media02_thumb {
  text-align: center;
}
.media02_thumb img {
  width: 76%;
}
@media only screen and (min-width: 769px) {
  .media02_thumb img {
    width: 100%;
  }
}

.media03 {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (min-width: 769px) {
  .media03 {
    padding: 0;
    padding-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .media03 {
    padding: 0 20px 0 0;
  }
}

.media03_thumb {
  margin-right: 5%;
  width: 32%;
}
.media03_thumb img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .media03_thumb img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.media03_content {
  width: 63%;
}
@media only screen and (min-width: 769px) {
  .media03_content {
    padding: 20px 0;
  }
}

.media03_title {
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .media03_title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .media03_title {
    font-size: 24px;
  }
}

.media03_text-unit {
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .media03_text-unit {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .media03_text-unit {
    font-size: 16px;
  }
}

.media-indexB {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .media-indexB {
    margin-bottom: 100px;
  }
}

.media-indexB_head {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .media-indexB_head {
    margin-bottom: 25px;
  }
}

.media-indexB_title {
  padding-bottom: 15px;
  border-bottom: 4px #008000 solid;
  color: #008000;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.458333333;
}
@media only screen and (min-width: 769px) {
  .media-indexB_title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .media-indexB_title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 769px) {
  .media-indexB_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.media-indexB_thumb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .media-indexB_thumb {
    margin-bottom: 0;
    margin-right: 2%;
    width: 49%;
  }
}
.media-indexB_thumb img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .media-indexB_item {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.media-indexB_text-unit {
  margin-bottom: 20px;
}

/* ==========================================================================
   #pagination
   ========================================================================== */
.pagenavi {
  text-align: center;
}
.pagenavi_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenavi .cur,
.pagenavi .is-current,
.pagenavi .extend,
.pagenavi a {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  height: 46px;
  min-width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #ffffff;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #008000;
}
@media only screen and (min-width: 769px) {
  .pagenavi .cur,
  .pagenavi .is-current,
  .pagenavi .extend,
  .pagenavi a {
    height: 50px;
    min-width: 50px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .pagenavi .cur,
  .pagenavi .is-current,
  .pagenavi .extend,
  .pagenavi a {
    line-height: 50ex;
  }
}
.pagenavi .extend {
  border-width: 0;
}
.pagenavi i {
  font-size: 1.4em;
}
.pagenavi .previouspostslink {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .pagenavi .previouspostslink {
    margin-right: 46px;
  }
}
@media only screen and (min-width: 769px) {
  .pagenavi .nextpostslink {
    margin-left: 46px;
  }
}
.pagenavi .cur,
.pagenavi .is-current,
.pagenavi a:hover {
  background-color: #008000;
  color: #ffffff;
}
.pagenavi .cur:before,
.pagenavi .is-current:before,
.pagenavi a:hover:before {
  border-color: #ffffff;
}

.pager {
  margin-bottom: 20px;
}
.pager_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .pager_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pager_to-list a, .pager_prev a, .pager_next a {
  margin-right: 4px;
  margin-left: 4px;
  display: block;
  border: 2px solid #008000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  color: #008000;
  background-color: #fff;
  padding: 1px 20px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .pager_to-list a, .pager_prev a, .pager_next a {
    padding: 7px 30px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.pager_to-list a:hover, .pager_prev a:hover, .pager_next a:hover {
  color: #fff;
  background-color: #008000;
}
@media only screen and (min-width: 769px) {
  .pager_to-list a, .pager_prev a, .pager_next a {
    font-size: 24px;
    border-radius: 10px;
  }
}
.pager_to-list a.is-disabled, .pager_prev a.is-disabled, .pager_next a.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #767676 !important;
  color: #fff !important;
  border-color: #767676 !important;
}

/* ==========================================================================
   #keyword
   ========================================================================== */
.acms-entry .search,
.search {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.acms-entry .search_field,
.search_field {
  width: 90%;
  padding: 10px 1.5em 10px 15px;
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #008000;
}
.acms-entry .search_submit,
.search_submit {
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  border: 2px solid #008000;
  position: relative;
  right: 0;
  left: -1%;
  top: 0;
  bottom: 0;
  padding: 10px 1.5em 10px 15px;
  border-radius: 0 4px 4px 0;
  color: rgb(255, 255, 255);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #008000;
}

.acms-entry .search-result,
.search-result {
  margin-bottom: 20px;
}
.acms-entry .search-result_item,
.search-result_item {
  margin-bottom: 20px;
}
.acms-entry .search-result_item a,
.search-result_item a {
  text-decoration: underline;
}
.acms-entry .search-result_item a:hover,
.search-result_item a:hover {
  text-decoration: none;
}
.acms-entry .search-result_title,
.search-result_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 6px;
  margin-right: 0;
  margin-left: 0;
}
.acms-entry .search-result_title a,
.search-result_title a {
  color: inherit;
}
.acms-entry .search-result_url,
.search-result_url {
  font-size: 14px;
  color: #426200;
  line-height: 1;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 6px;
}
.acms-entry .search-result_text,
.search-result_text {
  display: inline;
  margin-right: 0.5em;
  margin-left: 0;
}
.acms-entry .search-result_sub-text,
.search-result_sub-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}

[class^=column-table] .entry-container table,
.acms-entry .table,
.table {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-spacing: 0;
}
[class^=column-table] .entry-container table caption,
.acms-entry .table caption,
.table caption {
  margin-bottom: 20px;
}
[class^=column-table] .entry-container table tr,
.acms-entry .table tr,
.table tr,
[class^=column-table] .entry-container table td,
.acms-entry .table td,
.table td,
[class^=column-table] .entry-container table th,
.acms-entry .table th,
.table th {
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class^=column-table] .entry-container table th,
.acms-entry .table th,
.table th {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #f5f5dc;
  padding: 11px 8px;
  text-align: left;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  [class^=column-table] .entry-container table th,
  .acms-entry .table th,
  .table th {
    padding: 16px 20px;
    width: 30%;
  }
}
[class^=column-table] .entry-container table td,
.acms-entry .table td,
.table td {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 11px 8px;
}
@media only screen and (min-width: 769px) {
  [class^=column-table] .entry-container table td,
  .acms-entry .table td,
  .table td {
    padding: 16px 20px;
  }
}
[class^=column-table] .entry-container table {
  margin-left: 0;
  margin-right: 0;
}

[class^=column-table] .entry-container table,
.acms-entry .table,
.table {
  margin-bottom: 20px;
}

.acms-entry .table.is-table-form,
.table.is-table-form {
  margin-bottom: 60px;
  border-left: 0;
}
.acms-entry .table.is-table-form th,
.table.is-table-form th {
  display: block;
  width: 100%;
  border-right-width: 0;
  padding: 11px 0;
  background: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .acms-entry .table.is-table-form th,
  .table.is-table-form th {
    display: table-cell;
    width: 33%;
    padding: 10px 20px;
  }
}
.acms-entry .table.is-table-form td,
.table.is-table-form td {
  display: block;
  width: 100%;
  border-right-width: 0;
  border-top: none;
  padding: 0 0 15px;
}
@media only screen and (min-width: 769px) {
  .acms-entry .table.is-table-form td,
  .table.is-table-form td {
    display: table-cell;
    width: auto;
    padding: 15px 10px;
    border-top: 1px solid #CCCCCC;
  }
}

.is-td-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-td-row > *:not(:last-child) {
  margin-right: 10px;
}

.is-form-radio-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 769px) {
  .is-form-radio-btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
[data-browser=ie] .is-form-radio-btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.acms-entry .table.is-table-borderless,
.table.is-table-borderless {
  border-left: 0;
}
.acms-entry .table.is-table-borderless th,
.table.is-table-borderless th {
  border-right-width: 0;
  background-color: transparent;
}
.acms-entry .table.is-table-borderless td,
.table.is-table-borderless td {
  border-right-width: 0;
}

.acms-entry .table.is-table-sp-block th,
.table.is-table-sp-block th {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .acms-entry .table.is-table-sp-block th,
  .table.is-table-sp-block th {
    display: table-cell;
    width: 30%;
  }
}
.acms-entry .table.is-table-sp-block td,
.table.is-table-sp-block td {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .acms-entry .table.is-table-sp-block td,
  .table.is-table-sp-block td {
    display: table-cell;
    width: auto;
  }
}

.acms-entry .is-table-container-scrollable,
.is-table-container-scrollable {
  margin-bottom: 20px;
}
.acms-entry .is-table-container-scrollable:before,
.is-table-container-scrollable:before {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  content: "左右にスクロールしてご覧ください";
  position: relative;
  left: 0;
  right: 0;
  border: 2px #008000 solid;
  color: #008000;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .acms-entry .is-table-container-scrollable:before,
  .is-table-container-scrollable:before {
    display: none;
  }
}
.acms-entry .is-table-container-scrollable > div,
.acms-entry .is-table-container-scrollable .entry-container,
.is-table-container-scrollable > div,
.is-table-container-scrollable .entry-container {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: scroll;
  overflow-y: hidden;
  background-color: #fff;
}
.acms-entry .is-table-container-scrollable > div .table,
.acms-entry .is-table-container-scrollable .entry-container .table,
.is-table-container-scrollable > div .table,
.is-table-container-scrollable .entry-container .table {
  margin-bottom: 0;
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  width: auto;
  min-width: 100%;
}
.acms-entry .is-table-container-scrollable > div .table th,
.acms-entry .is-table-container-scrollable .entry-container .table th,
.is-table-container-scrollable > div .table th,
.is-table-container-scrollable .entry-container .table th {
  white-space: nowrap;
}
.acms-entry .is-table-container-scrollable > div .table td,
.acms-entry .is-table-container-scrollable .entry-container .table td,
.is-table-container-scrollable > div .table td,
.is-table-container-scrollable .entry-container .table td {
  background-color: transparent;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .acms-entry .is-table-container-scrollable .table-scrollable-container,
  .acms-entry .is-table-container-scrollable .entry-container,
  .is-table-container-scrollable .table-scrollable-container,
  .is-table-container-scrollable .entry-container {
    background: none;
    overflow: auto;
  }
  .acms-entry .is-table-container-scrollable .table,
  .is-table-container-scrollable .table {
    background: none;
  }
  .acms-entry .is-table-container-scrollable .table th,
  .is-table-container-scrollable .table th {
    white-space: normal;
  }
  .acms-entry .is-table-container-scrollable .table td,
  .is-table-container-scrollable .table td {
    background-color: #fff;
    white-space: normal;
  }
  .acms-entry .is-table-container-scrollable:after,
  .is-table-container-scrollable:after {
    display: none;
  }
}

[class^=column-table] .entry-container {
  overflow-x: auto;
}

[class^=column-table] .entry-container .acms-table-scrollable th,
[class^=column-table] .entry-container .acms-table-scrollable td {
  display: table-cell;
  white-space: nowrap;
}

th.is-cell-10p,
td.is-cell-10p {
  width: 10% !important;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -4px;
  margin-left: -4px;
}
.tag-list li {
  margin-bottom: 8px;
  margin-right: 4px;
  margin-left: 4px;
}

.tag {
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  display: block;
  line-height: 1;
}
.tag a {
  padding: 8px 10px;
  display: block;
  color: inherit;
}
.tag a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tag a:before {
  content: "#";
  color: #757575;
  margin-right: 0.2em;
}

.to-top a {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: block;
}
@media only screen and (min-width: 769px) {
  .to-top a {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .to-top a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .to-top a img {
    width: 80px;
    height: 80px;
  }
}

.lazyload {
  width: 100%;
}

img {
  -webkit-touch-callout: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none !important;
}

.acms-entry .js-open-street-map .leaflet-bottom, .acms-entry .js-open-street-map .leaflet-top {
  z-index: 900;
}

.acms-entry .instagram-media,
.acms-entry .twitter-tweet-rendered {
  margin: 0 auto;
}

.acms-entry [class*=column-file-] a,
.acms-entry [class*=column-eximage-] a,
.acms-entry [class*=column-image-] a,
.acms-entry [class*=column-media-] a {
  display: block;
}

.acms-entry .columnImage {
  width: 100%;
}

.acms-entry [class*=column-file-] .caption,
.acms-entry [class*=column-eximage-] .caption,
.acms-entry [class*=column-image-] .caption,
.acms-entry [class*=column-media-] .caption {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  margin-top: 7px;
  color: #666666;
}

.acms-entry .column-eximage-right,
.acms-entry .column-image-right,
.acms-entry .column-file-right,
.acms-entry .column-media-right {
  text-align: right;
}

.acms-entry .column-eximage-center,
.acms-entry .column-image-center,
.acms-entry .column-file-center,
.acms-entry .column-media-center {
  text-align: center;
}

.acms-entry [class*=column-eximage-],
.acms-entry [class*=column-file-],
.acms-entry [class*=column-image-],
.acms-entry [class*=column-media-] {
  margin-bottom: 20px;
}

.acms-entry .column-map-left > div,
.acms-entry .column-map-left > img {
  float: left;
  margin-right: auto;
}

.acms-entry .column-map-center > div,
.acms-entry .column-map-center > img {
  margin-left: auto;
  margin-right: auto;
}

.acms-entry .column-map-right > div,
.acms-entry .column-map-right > img {
  float: right;
  margin-left: auto;
}

/* @  画像
 * ------------------------------------------------------------ */
.img-unit01 {
  margin-bottom: 15px;
}
.img-unit01 img {
  width: 100%;
}

.eyecatchi-img {
  text-align: center;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 20px;
}
.eyecatchi-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .eyecatchi-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .eyecatchi-img img {
    width: auto;
  }
}

.focused-image {
  width: 345px;
  height: 241px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .focused-image {
    width: 384px;
    height: 268px;
  }
}

.img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.img a {
  display: block;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.img a:hover {
  opacity: 0.6;
}
.img figcaption {
  margin-top: 0.5em;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .img.is-img-left {
    margin-right: 1rem;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .img.is-img-right {
    margin-left: 1rem;
    float: right;
  }
}
.img.is-img-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .img.is-img-25p {
    width: 25%;
  }
  .img.is-img-33p {
    width: 33.33%;
  }
  .img.is-img-50p {
    width: 50%;
  }
  .img.is-img-100p {
    width: 100%;
  }
  .img.is-img-clear {
    clear: both;
  }
}

/* @   Text
 * ------------------------------------------------------------ */
.text-unit01 p {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .text-unit01 p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .text-unit01 p {
    font-size: 36px;
  }
}

.text {
  line-height: 1.78;
  margin-bottom: 20px;
}
.text a {
  text-decoration: underline;
}
.text a:hover {
  text-decoration: none;
}

.caption {
  font-size: 14px;
  margin-bottom: 10px;
}

.is-text-small {
  font-size: 0.8em;
}

.is-text-large {
  font-size: 1.2em;
}

.is-text-bold {
  font-weight: bold !important;
}

.is-text-point {
  font-weight: bold;
  color: #dc143c;
}

.is-text-highlight {
  background-color: #F5BA4E;
  padding: 1px;
}

.is-text-right {
  text-align: right !important;
}

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

@media only screen and (min-width: 769px) {
  .is-text-landscape-center {
    text-align: center !important;
  }
}

.is-mb-sm {
  margin-bottom: 10px !important;
  min-height: 1px;
}

.is-mb {
  min-height: 1px;
  margin-bottom: 20px !important;
}

.is-mb-md {
  min-height: 1px;
  margin-bottom: 30px !important;
}

.is-mb-lg {
  min-height: 1px;
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 769px) {
  .is-mb-lg {
    margin-bottom: 60px !important;
  }
}

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

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

.is-gapless {
  margin-right: -16px;
  margin-left: -16px;
}

/* @   幅
 * ------------------------------------------------------------ */
.is-small-size {
  display: none;
}

.is-hidden-small-size {
  display: block;
}

@media only screen and (max-width: 375px) {
  .is-small-size {
    display: block;
  }
  .is-hidden-small-size {
    display: none;
  }
}
.is-hidden {
  display: none !important;
}

.is-hidden-portrait {
  display: none !important;
}

.is-hidden-landscape {
  display: block !important;
}

.is-hidden-desktop {
  display: block !important;
}

.is-portrait {
  display: block !important;
}

.is-landscape {
  display: none !important;
}

.is-smartphne {
  display: block !important;
}

.is-tablet {
  display: none !important;
}

.is-desktop {
  display: none !important;
}

@media only screen and (min-width: 415px) {
  .is-smartphne {
    display: none !important;
  }
  .is-tablet {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .is-hidden-portrait {
    display: block !important;
  }
  .is-hidden-landscape {
    display: none !important;
  }
  .is-hidden-desktop {
    display: block !important;
  }
  .is-portrait {
    display: none !important;
  }
  .is-landscape {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .is-hidden-portrait {
    display: block !important;
  }
  .is-hidden-landscape {
    display: block !important;
  }
  .is-hidden-desktop {
    display: none !important;
  }
  .is-portrait {
    display: none !important;
  }
  .is-landscape {
    display: none !important;
  }
  .is-smartphne {
    display: none !important;
  }
  .is-tablet {
    display: none !important;
  }
  .is-desktop {
    display: block !important;
  }
}
/* @   その他
 * ------------------------------------------------------------ */
.is-anker-icon:after {
  background-size: 15.5px 15.5px;
  width: 15.5px;
  height: 15.5px;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin-left: 0.3em;
  text-align: right;
}

.is-anker-icon[target=_blank]:after {
  font-family: "Material Icons";
  vertical-align: baseline;
  content: "open_in_new";
  min-width: 1em;
  margin-left: 0.3em;
  text-align: right;
}

.is-anker-icon[href$=".pdf"]:after {
  background-image: url("../img/common/icon_pdf.png");
}

.is-anker-icon[href$=".doc"]:after,
.is-anker-icon[href$=".docx"]:after {
  background-image: url("../img/common/icon_doc.png");
}

.is-anker-icon[href$=".ppt"]:after,
.is-anker-icon[href$=".pptx"]:after {
  background-image: url("../img/common/icon_ppt.png");
}

.is-anker-icon[href$=".xls"]:after,
.is-anker-icon[href$=".xlsx"]:after {
  background-image: url("../img/common/icon_xls.png");
}

/* @   その他
 * ------------------------------------------------------------ */
.is-prompt {
  padding: 0.5em;
  text-align: center;
  background-color: #ccc;
  border-bottom: 1px solid #4B4B4B;
}

.is-primary-light-color {
  color: #DBEBC4;
}

.is-primary-color {
  color: #008000;
}

.is-primary-dark-color {
  color: #008000;
}

.is-primary-text {
  color: #000000;
}

.is-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-sr-only-focusable:active,
.is-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}