/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

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

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  color: #191e23;
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 1125px) {
  body {
    font-size: 14px;
    line-height: 26px;
    min-width: 100%;
  }
}
a {
  text-decoration: underline;
  transition: all .3s;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
}
/* header
----------------------------*/
.header {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: #ffffff;
}
@media screen and (max-width: 1125px) {
  .header {
    height: 84px;
  }
}
.header .headerArea {
  position: relative;
  margin: 22px auto;
  width: calc(100vw - 80px);
  height: 46px;
}
@media screen and (max-width: 1125px) {
  .header .headerArea {
    width: 100%;
    height: 84px;
    margin: 0;
  }
  .header .headerArea .menuBtn,
  .header .headerArea .closeBtn {
    display: none;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #269940;
    cursor: pointer;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .browser-ie .header .headerArea .menuBtn,
  .browser-ie .header .headerArea .closeBtn {
    font-family: sans-serif;
  }
  .header .headerArea .menuBtn img,
  .header .headerArea .closeBtn img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .header .headerArea .menuBtn span,
  .header .headerArea .closeBtn span {
    position: absolute;
    width: 60px;
    height: 16px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .headerArea .menuBtn.on,
  .header .headerArea .closeBtn.on {
    display: block;
  }
}
.header .headerArea .logoArea {
  position: absolute;
  top: 50%;
  left: 24px;
  height: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1125px) {
  .header .headerArea .logoArea {
    top: 50%;
    left: 20px;
  }
  .header .headerArea .logoArea img {
    width: calc(100vw - 120px);
    max-width: 373px;
    object-fit: contain;
  }
}
.header .headerArea .naviArea {
  position: absolute;
  top: 20px;
  right: -10px;
  min-width: 630px;
  max-width: 710px;
  width: calc(100% - 425px);
}
@media screen and (max-width: 1125px) {
  .header .headerArea .naviArea {
    top: 84px;
    right: 0;
    min-width: auto;
    max-width: auto;
    width: 100%;
      overflow-y: scroll;
  }
}
.header .headerArea .naviArea .gNaviMainWrap{
    position: relative;
    height: 100vh;
    padding-bottom: 100px;
}
.header .headerArea .naviArea .gNaviMain {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 46px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-rows: 46px;
  justify-items: stretch;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s;
}
.browser-ie .header .headerArea .naviArea .gNaviMain .gNaviMainItem {
  font-family: sans-serif;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem span {
/*  display: block;*/
  margin-bottom: 2px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #1ed71e;
}
.browser-ie .header .headerArea .naviArea .gNaviMain .gNaviMainItem span {
  font-family: sans-serif;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem.active {
  color: #1ed71e;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem:hover {
  color: #1ed71e;
}
@media screen and (max-width: 1125px) {
  .header .headerArea .naviArea .gNaviMain {
    margin: 20px auto 0;
    padding: 0;
    width: calc(100vw - 200px);
    height: auto;
    display: grid;
    grid-template-columns: calc(100vw - 200px);
    grid-auto-rows: 77px 77px 77px 77px 77px 77px;
  }
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 90px auto 0;
  width: 100%;
}
@media screen and (max-width: 1125px) {
  .main {
    margin: 84px auto 0;
  }
}
.headLine {
  box-sizing: border-box;
  width: 100%;
  height: 344px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background: #f3f4f4;
}
.headLine .h1-midashi {
  position: absolute;
  z-index: 1;
  left: calc((100% - 1000px) / 2);
  top: 65px;
  width: 1000px;
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  color: #269940;
}
.headLine .h1-midashi span {
  display: block;
  clear: both;
  font-size: 28px;
  line-height: 40px;
}
.headLine .sub {
  position: absolute;
  right: calc((100% - 1000px) / 2);
  bottom: 124px;
  width: 1000px;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 150px;
  line-height: 120px;
  text-align: right;
  color: #ffffff;
}
.browser-ie .headLine .sub {
  font-family: sans-serif;
}
.headLine .sub.mu {
  bottom: 134px;
}
.headLine .pankuzu {
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
  height: 134px;
  margin: 0;
  padding: 0 0 0 calc((100% - 1000px) / 2);
  background: #ffffff;
  list-style: none;
}
.headLine .pankuzu li {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #269940;
    max-width: 600px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.headLine .pankuzu li:before {
  content: '>';
  margin: 0 1em;
}
.headLine .pankuzu li.root:before {
  content: '';
  margin: 0;
}
.headLine .pankuzu li a {
  color: #269940;
}
@media screen and (max-width: 1125px) {
    
  .headLine {
    height: 195px;
    margin: 0 auto;
  }
  .headLine .h1-midashi {
    left: 20px;
    top: 30px;
    width: auto;
    font-size: 28px;
    line-height: 40px;
  }
  .headLine .h1-midashi span {
    font-size: 16px;
    line-height: 28px;
  }
  .headLine .sub {
    right: 23px;
    bottom: 84px;
    width: auto;
    font-size: 50px;
    line-height: 60px;
  }
  .headLine .pankuzu {
    left: 0;
    top: 100px;
    height: 95px;
    padding: 0 0 0 20px;
  }
  .headLine .pankuzu li {
    font-size: 13px;
    line-height: 25px;
      max-width: calc(100% - 145px);
  }
}
.viewSubMenu {
  position: fixed;
  z-index: 2;
  top: 95px;
  right: 98px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #00871e;
  cursor: pointer;
}
.viewSubMenu span {
  position: absolute;
  display: block;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  width: 110px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
@media screen and (max-width: 1125px) {
  .viewSubMenu {
    top: 102px;
    right: 15px;
    width: 80px;
    height: 80px;
  }
  .viewSubMenu span {
    font-size: 14px;
    line-height: 20px;
    width: 80px;
  }
}
.hideSubMenu {
  position: fixed;
  display: none;
  z-index: 2;
  top: 95px;
  right: 98px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00871e;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("../img/common/close.svg");
}
@media screen and (max-width: 1125px) {
  .hideSubMenu {
    top: 99px;
    right: 17px;
  }
}
.subMenu,
.floatSubMenu {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto 74px;
  background: #ffffff;
}
.subMenu .title,
.floatSubMenu .title {
  position: relative;
  width: 1000px;
  margin: 0 auto 16px;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-indent: 20px;
}
.subMenu .title::before,
.floatSubMenu .title::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #00871e;
}
.subMenu p,
.floatSubMenu p {
  width: 1000px;
  margin: 0 auto 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.subMenu ul,
.floatSubMenu ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.subMenu ul li,
.floatSubMenu ul li {
  box-sizing: border-box;
  width: 236px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 2px solid #373737;
  border-radius: 28px;
}
.subMenu ul li a,
.floatSubMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  color: #191e23;
}
.subMenu ul.three,
.floatSubMenu ul.three {
  flex-wrap: wrap;
}
.subMenu ul.three li,
.floatSubMenu ul.three li {
  width: 320px;
  height: 68px;
  margin: 0 0 16px;
  border-radius: 34px;
}
.subMenu ul.three li a,
.floatSubMenu ul.three li a {
  line-height: 64px;
}
.subMenu ul.two,
.floatSubMenu ul.two {
  flex-wrap: wrap;
}
.subMenu ul.two li,
.floatSubMenu ul.two li {
  width: 480px;
  height: 68px;
  margin: 0 0 16px;
  border-radius: 34px;
}
.subMenu ul.two li a,
.floatSubMenu ul.two li a {
  line-height: 64px;
}
@media screen and (max-width: 1125px) {
  .subMenu,
  .floatSubMenu {
    box-sizing: border-box;
    width: 100%;
  }
  .subMenu .title,
  .floatSubMenu .title {
    width: calc(100vw - 40px);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
  }
  .subMenu .title::before,
  .floatSubMenu .title::before {
    height: 28px;
  }
  .subMenu p,
  .floatSubMenu p {
    width: calc(100vw - 40px);
    font-size: 14px;
    line-height: 26px;
  }
  .subMenu ul,
  .floatSubMenu ul {
    flex-wrap: wrap;
    width: calc(100vw - 40px);
  }
  .subMenu ul li,
  .floatSubMenu ul li {
    width: calc((100vw - 60px) / 2);
    max-width: 236px;
    height: 50px;
    margin: 0 0 16px;
    border-radius: 25px;
  }
  .subMenu ul li a,
  .floatSubMenu ul li a {
    position: relative;
    font-size: 13px;
    line-height: 18px;
  }
  .subMenu ul li a span,
  .floatSubMenu ul li a span {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .subMenu ul.three li,
  .floatSubMenu ul.three li {
    width: calc((100vw - 60px) / 2);
    max-width: 236px;
    height: 50px;
    margin: 0 0 16px;
    border-radius: 25px;
  }
  .subMenu ul.three li a,
  .floatSubMenu ul.three li a {
    line-height: 18px;
  }
  .subMenu ul.two li,
  .floatSubMenu ul.two li {
    width: calc((100vw - 60px) / 2);
    max-width: none;
    height: 50px;
    border-radius: 25px;
  }
  .subMenu ul.two li a,
  .floatSubMenu ul.two li a {
    line-height: 18px;
  }
}
.floatSubMenu {
  position: fixed;
  display: none;
  z-index: 1;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 1125px) {
  .floatSubMenu {
    top: 84px;
    left: 0;
  }
  .floatSubMenu .title {
    margin-top: 41px;
  }
}
.contentsArea {
  width: 1000px;
  position: relative;
  margin: 0 auto 148px;
}
.contentsArea .title {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #babbbd;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-indent: 40px;
}
.contentsArea .title::before {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  background: #1ed71e;
}
.contentsArea .subtitle {
  margin: 0 0 21px;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #00871e;
}
.contentsArea .copy {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .body {
  width: 100%;
  margin: 0 0 60px;
}
.contentsArea .body .leftColumn {
  float: left;
  width: 460px;
  margin: 0;
  padding: 0;
}
.contentsArea .body .leftColumn .visual {
  width: 100%;
  margin: 0 0 20px;
}
.contentsArea .body .leftColumn .visual img {
  width: 100%;
  object-fit: cover;
}
.contentsArea .body .leftColumn .caption {
  margin: -20px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.contentsArea .body .rightColumn {
  float: right;
  width: 500px;
  margin: 0;
  padding: 0;
}
.contentsArea .body .rightColumn h3 {
  margin: 0 0 25px;
  padding: 0 0 13px;
  border-bottom: 1px solid #babbbd;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.contentsArea .body .rightColumn table {
  border-collapse: collapse;
  margin: 0 0 33px;
  width: 100%;
}
.contentsArea .body .rightColumn table th {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  background: #b6ddbf;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: top;
}
.contentsArea .body .rightColumn table th.text-center {
  text-align: center;
}
.contentsArea .body .rightColumn table td {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  border-bottom: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  vertical-align: top;
}
.contentsArea .body .rightColumn table td span {
  display: inline-block;
  margin-right: .5em;
}
.contentsArea .body .rightColumn table td.text-center {
  text-align: center;
}
.contentsArea .body .rightColumn table tr th:last-of-type,
.contentsArea .body .rightColumn table tr td:last-of-type {
  border-right: none;
}
.contentsArea .body .rightColumn table tr:first-of-type th {
  border-top: 1px solid #ffffff;
}
.contentsArea .body .rightColumn table tr:first-of-type td {
  border-top: 1px solid #babbbd;
}
.contentsArea .body .rightColumn .note {
  margin: -20px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .body .rightColumn .normal {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .body .rightColumn .linkArrow {
  margin: 56px 0 0;
  width: 100%;
  height: 70px;
  position: relative;
}
.contentsArea .body .rightColumn .linkArrow span {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 16px;
  line-height: 32px;
  transform: translateX(-50%) translateY(-50%);
}
.contentsArea .body .rightColumn ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.contentsArea .body .rightColumn ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .body2 {
  width: 935px;
  margin: 0 auto 100px;
}
.contentsArea .body2 .thumbColumn {
  float: left;
  width: 209px;
  margin: 0;
  padding: 0;
}
.contentsArea .body2 .thumbColumn .visual {
  width: 100%;
  margin: 0 0 30px;
}
.contentsArea .body2 .thumbColumn .visual img {
  width: 100%;
  object-fit: cover;
}
.contentsArea .body2 .mainColumn {
  float: right;
  width: 694px;
  margin: 0;
  padding: 0;
}
.contentsArea .body2 .mainColumn h3 {
  margin: 0 0 32px;
  padding: 0 0 5px;
  border-bottom: 1px solid #00871e;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #00871e;
}
.contentsArea .body2 .mainColumn h4 {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #00871e;
}
.contentsArea .body2 .mainColumn p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .body2 .leftColumn2,
.contentsArea .body2 .rightColumn2 {
  width: 435px;
  margin: 0;
  padding: 0;
}
.contentsArea .body2 .leftColumn2 h4,
.contentsArea .body2 .rightColumn2 h4 {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-indent: 32px;
}
.contentsArea .body2 .leftColumn2 h4::before,
.contentsArea .body2 .rightColumn2 h4::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #303439;
}
.contentsArea .body2 .leftColumn2 {
  float: left;
}
.contentsArea .body2 .rightColumn2 {
  float: right;
}
.contentsArea .body2 hr {
  height: 0;
}
.contentsArea .body2 .check {
  clear: both;
  width: 100%;
  margin: 0 0 31px;
  padding: 0;
  list-style: none;
}
.contentsArea .body2 .check li {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #e8fbe8;
}
.contentsArea .body2 .check li::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  top: 22.5px;
  left: 10px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/library/square.svg");
}
.contentsArea .faq {
  width: 100%;
  margin: 0;
  padding: 0;
}
.contentsArea .faq dt {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 10px 20px 15px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-indent: 44px;
  color: #269940;
  background: #f3f4f4;
}
.contentsArea .faq dt::before {
  box-sizing: border-box;
  position: absolute;
  content: 'Q';
  width: 28px;
  height: 40px;
  display: block;
  top: 50%;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #269940;
  font-size: 28px;
  line-height: 40px;
  text-indent: 0;
  transform: translateY(-50%);
}
.contentsArea .faq dd {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 50px ;
  padding: 31px 44px 0 64px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .faq dd::before {
  box-sizing: border-box;
  position: absolute;
  content: 'A';
  width: 28px;
  height: 40px;
  display: block;
  top: 45px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #269940;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-indent: 0;
  transform: translateY(-50%);
}
.contentsArea .faq dd .visual {
  width: 100%;
  margin: 32px 0 0;
  text-align: center;
}
.contentsArea .youtube {
  width: 100%;
  margin: 0 0 56px;
  padding: 0;
  list-style: none;
}
.contentsArea .youtube li {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 24px;
  padding: 20px 162px 20px 30px;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  background: #269940;
}
.contentsArea .youtube li::before {
  position: absolute;
  content: 'Youtube　▶';
  height: 28px;
  display: block;
  top: 50%;
  right: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  transform: translateY(-50%);
}
.contentsArea .youtube li:hover {
  opacity: 0.7;
}
.contentsArea .links {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsArea .links li {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 22px;
  padding: 20px;
  width: 320px;
  height: 129px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #00871e;
  background: #e8fbe8;
  box-shadow: 0px 0px 10px #e8fbe8;
}
.contentsArea .links li a {
  box-sizing: border-box;
  position: absolute;
  display: block;
  margin: 0;
  padding: 5px 56px 6px 28px;
  border: 1px solid #00871e;
  border-radius: 17.5px;
  height: 35px;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #00871e;
}
.contentsArea .links li a::before {
  position: absolute;
  content: '▶';
  height: 12px;
  display: block;
  top: 50%;
  right: 28px;
  font-size: 12px;
  line-height: 12px;
  transform: translateY(-50%);
}
.contentsArea .links li a:hover {
  opacity: 0.7;
}
.contentsArea .links li.none {
  background: none;
  box-shadow: none;
}
.contentsArea .list {
  margin: 0;
  padding: 0 0 0 1em;
}
.contentsArea .list li {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea .mb {
  margin: 0 0 32px;
}
.contentsArea.mb-s {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1125px) {
  .contentsArea {
    width: calc(100vw - 40px);
    margin: 0 auto 100px;
  }
  .contentsArea .title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 29px;
    text-indent: 25px;
  }
  .contentsArea .title::before {
    width: 15px;
    height: 15px;
    top: 15px;
  }
  .contentsArea .subtitle {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .contentsArea .copy {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body .leftColumn {
    float: none;
    width: 100%;
    margin: 0 0 32px;
  }
  .contentsArea .body .leftColumn .visual {
    margin: 0;
  }
  .contentsArea .body .leftColumn .caption {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .contentsArea .body .rightColumn {
    float: none;
    width: 100%;
  }
  .contentsArea .body .rightColumn h3 {
    margin: 0 0 24px;
    padding: 0 0 10px;
    font-size: 16px;
  }
  .contentsArea .body .rightColumn table {
    margin: 0 0 27px;
  }
  .contentsArea .body .rightColumn table th {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body .rightColumn table td {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body .rightColumn .note {
    margin: -11px 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body .rightColumn .normal {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body .rightColumn .linkArrow {
    margin: 40px 0 0;
    height: 50px;
  }
  .contentsArea .body .rightColumn .linkArrow span {
    width: calc(100% - 60px);
    height: auto;
    font-size: 13px;
    line-height: 18px;
  }
  .contentsArea .body .rightColumn ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body2 {
    width: 100%;
    margin: 0 0 70px;
  }
  .contentsArea .body2 .thumbColumn {
    float: none;
    width: 100%;
  }
  .contentsArea .body2 .thumbColumn .visual {
    text-align: center;
    margin: 0 0 30px;
  }
  .contentsArea .body2 .thumbColumn .visual img {
    max-width: 209px;
  }
  .contentsArea .body2 .mainColumn {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .contentsArea .body2 .mainColumn h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .contentsArea .body2 .mainColumn h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .contentsArea .body2 .mainColumn p {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body2 .leftColumn2,
  .contentsArea .body2 .rightColumn2 {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .contentsArea .body2 .leftColumn2 h4,
  .contentsArea .body2 .rightColumn2 h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .contentsArea .body2 .check {
    margin: 0 0 30px;
  }
  .contentsArea .body2 .check li {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .body2 .check li::before {
    width: 13px;
    height: 13px;
    top: 23px;
  }
  .contentsArea .faq dt {
    padding: 10px 20px 15px 64px;
    font-size: 18px;
    line-height: 26px;
    text-indent: 0;
  }
  .contentsArea .faq dt::before {
    top: 23px;
  }
  .contentsArea .faq dd {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .faq dd .visual img {
    width: 100%;
    object-fit: contain;
  }
  .contentsArea .youtube li {
    margin: 0 0 16px;
    padding: 10px 10px 40px 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .contentsArea .youtube li::before {
    height: 24px;
    top: auto;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    line-height: 24px;
    transform: translateY(0);
  }
  .contentsArea .youtube li:hover {
    opacity: 0.7;
  }
  .contentsArea .links li {
    margin: 0 0 16px;
    padding: 10px;
    width: 100%;
    height: 100px;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 0px 0px 10px #e8fbe8;
  }
  .contentsArea .links li a {
    font-size: 14px;
    line-height: 24px;
  }
  .contentsArea .links li.none {
    display: none;
  }
  .contentsArea .list li {
    font-size: 14px;
    line-height: 26px;
  }
}
.contentsArea2 {
  width: 1000px;
  position: relative;
  margin: 0 auto 120px;
}
.contentsArea2 .title {
  margin: 0 0 40px;
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #00871e;
}
.contentsArea2 h3 {
  margin: 0 0 40px;
  padding: 0 0 13px;
  border-bottom: 1px solid #babbbd;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.contentsArea2 h4 {
  position: relative;
  margin: 0 0 17px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-indent: 32px;
}
.contentsArea2 h4::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #303439;
}
.contentsArea2 p {
  margin: 0 0 60px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.contentsArea2 .visual {
  margin: 0;
  padding: 0;
  text-align: center;
}
.contentsArea2 .box {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #babbbd;
  width: 300px;
  height: 450px;
}
.contentsArea2 .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contentsArea2 .examples {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto 100px;
  padding: 0;
}
.contentsArea2 .examples li {
  box-sizing: border-box;
  width: 300px;
  margin: 0;
  padding: 0;
}
.contentsArea2 .examples li a {
  width: 300px;
  margin: 20px 0 0;
}
.contentsArea2 table {
  border-collapse: collapse;
  margin: 0 0 33px;
  width: 100%;
}
.contentsArea2 table .image td {
  vertical-align: bottom;
}
.contentsArea2 table th {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  background: #b6ddbf;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: top;
}
.contentsArea2 table th.text-center {
  text-align: center;
}
.contentsArea2 table th.head {
  vertical-align: middle;
  background: #86c694;
}
.contentsArea2 table td {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  border-bottom: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  vertical-align: top;
}
.contentsArea2 table td span {
  display: inline-block;
  margin-right: .5em;
}
.contentsArea2 table td.text-center {
  text-align: center;
}
.contentsArea2 table tr th:last-of-type,
.contentsArea2 table tr td:last-of-type {
  border-right: none;
}
.contentsArea2 table tr:first-of-type th {
  border-top: 1px solid #ffffff;
}
.contentsArea2 table tr:first-of-type td {
  border-top: 1px solid #babbbd;
}
.contentsArea2 table.sameWidth th,
.contentsArea2 table.sameWidth td {
  width: 25%;
}
.contentsArea2 .linkArrow {
  margin: 0;
}
.contentsArea2 .linkBanner {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: -28px 0 0;
  padding: 0;
  border: 1px solid #babbbd;
  width: 320px;
  height: 80px;
}
.contentsArea2 .linkBanner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contentsArea2 .body {
  margin: 0;
  padding: 0;
  width: 100%;
}
.contentsArea2 .body .leftColumn {
  float: left;
  width: 165px;
  margin: 0;
  padding: 0;
}
.contentsArea2 .body .rightColumn {
  float: right;
  box-sizing: border-box;
  width: 800px;
  margin: 0;
  padding: 54px 0 0;
}
.contentsArea2 .body .rightColumn a {
  margin: -28px 0 0;
}
@media screen and (max-width: 1125px) {
  .contentsArea2 {
    width: calc(100vw - 40px);
    margin: 0 auto 100px;
  }
  .contentsArea2 .title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 29px;
  }
  .contentsArea2 h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .contentsArea2 h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .contentsArea2 h4::before {
    top: 12px;
  }
  .contentsArea2 p {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea2 .visual img {
    width: 100%;
    object-fit: cover;
  }
  .contentsArea2 .examples {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 80px;
  }
  .contentsArea2 .examples li {
    margin: 0 0 60px;
  }
  .contentsArea2 .examples li img {
    width: auto;
    object-fit: none;
  }
  .contentsArea2 .table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 27px;
    padding: 0;
  }
  .contentsArea2 table {
    width: 100%;
    min-width: 700px;
    margin: 0;
  }
  .contentsArea2 table th {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea2 table td {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea2 table tr th:last-of-type,
  .contentsArea2 table tr td:last-of-type {
    border-right: none;
  }
  .contentsArea2 table.sameWidth th,
  .contentsArea2 table.sameWidth td {
    width: auto;
  }
  .contentsArea2 .linkBanner {
    margin: -20px auto 0;
  }
  .contentsArea2 .body .leftColumn {
    float: none;
    width: 100%;
  }
  .contentsArea2 .body .leftColumn img {
    width: 100%;
    max-width: 165px;
    object-fit: cover;
  }
  .contentsArea2 .body .rightColumn {
    float: none;
    width: 100%;
    padding: 30px 0 0;
  }
  .contentsArea2 .body .rightColumn a {
    margin: 20px auto 0;
  }
}
.columnArea {
  width: 1000px;
  position: relative;
  margin: 0 auto 120px;
  padding: 50px;
  background: #f3f4f4;
}
.columnArea .title {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #babbbd;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-indent: 40px;
}
.columnArea .title::before {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  background: #1ed71e;
}
.columnArea h3 {
  margin: 0 0 45px;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #00871e;
}
.columnArea p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1125px) {
  .columnArea {
    width: calc(100vw - 40px);
    margin: 0 auto 100px;
    padding: 30px 25px;
  }
  .columnArea .title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 29px;
    text-indent: 25px;
  }
  .columnArea .title::before {
    width: 15px;
    height: 15px;
    top: 15px;
  }
  .columnArea h3 {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .columnArea p {
    font-size: 14px;
    line-height: 26px;
  }
}
/* footer
----------------------------*/
#subNavi {
  z-index: 90;
  position: fixed;
  width: 60px;
  height: 368px;
  top: 90px;
  right: 0;
  writing-mode: vertical-rl;
}
#subNavi .download {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 201px;
  background: #00871e;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#subNavi .download::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../img/common/DL_icon_w.png");
}
#subNavi .download:hover {
  opacity: 0.7;
}
#subNavi .inquiry {
  position: absolute;
  display: block;
  top: 201px;
  left: 0;
  width: 60px;
  height: 167px;
  background: #191e23;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#subNavi .inquiry::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../img/common/contact_icon_w.png");
}
#subNavi .inquiry:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1125px) {
  #subNavi {
    width: 100vw;
    height: 60px;
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
  }
  #subNavi .download {
    width: 50%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  #subNavi .download::before {
    display: none;
  }
  #subNavi .inquiry {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 20px 0;
  }
  #subNavi .inquiry::before {
    display: none;
  }
}
#toPageTop {
  z-index: 90;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 17px;
  right: 17px;
}
#toPageTop .toTop {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background-color: #1ed71e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("../img/common/to_top.svg");
  opacity: .6;
}
#toPageTop .toTop span {
  display: none;
}
#toPageTop .toTop:hover {
  opacity: 0.4;
}
@media screen and (max-width: 1125px) {
  #toPageTop {
    bottom: 92px;
  }
}
.footer {
  box-sizing: border-box;
  position: relative;
  margin: 200px 0 0;
  padding: 120px 0 0;
  width: 100%;
  background: #00871e;
}
.footer .bottomLink {
  position: absolute;
  width: 1126px;
  height: 180px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-105px);
}
@media screen and (max-width: 1125px) {
  .footer .bottomLink {
    width: calc(100% - 20px * 2);
  }
}
.footer .bottomLink ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.footer .bottomLink ul li {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 96px 0 0;
  width: 360px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #290F0140;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.footer .bottomLink ul li .visual {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
}
.footer .bottomLink ul li h3 {
  margin: 0;
}
.footer .bottomLink ul li::before {
  position: absolute;
  content: '▶';
  width: 12px;
  height: 12px;
  display: block;
  bottom: 20px;
  right: 20px;
  color: #1ed71e;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
.footer .bottomLink ul li:hover {
  background: #deefe2;
}
.footer .footerInner {
  position: relative;
  width: 1126px;
  margin: 0 auto 102px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1125px) {
  .footer .footerInner {
    width: calc(100% - 20px * 2);
  }
}
.footer .footerInner .footerLogoArea {
  margin: 0 0 0;
  width: 400px;
  height: 40px;
}
.footer .footerInner .footerLogoArea img {
  height: 40px;
  object-fit: contain;
}
.footer .footerInner .linkArea {
  position: relative;
  margin: 0;
  width: 540px;
}
.footer .footerInner .linkArea ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.footer .footerInner .linkArea ul li {
  cursor: pointer;
  width: 25%;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #ffffff;
}
.footer .footerInner .linkArea ul li:hover {
  opacity: 0.7;
}
.footer .bannerArea {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  height: 120px;
  background: #ffffff;
}
.footer .bannerArea ul {
  list-style: none;
  width: 1126px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1125px) {
  .footer .bannerArea ul {
    width: calc(100% - 20px * 2);
  }
}
.footer .bannerArea ul li {
  cursor: pointer;
  margin: 0 40px;
  width: 250px;
  height: 60px;
  text-align: center;
}
.footer .bannerArea ul li img {
  width: 250px;
  height: 60px;
  object-fit: none;
  object-position: 50% 50%;
}
.footer .bannerArea ul li:hover {
  opacity: 0.7;
}
.footer .copyrightArea {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #191e23;
}
.footer .copyrightArea ul {
  list-style: none;
  margin: 18px auto 20px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .copyrightArea ul li {
  margin: 0;
  padding: 0 40px;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
.footer .copyrightArea ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .copyrightArea ul li a:hover {
  opacity: 0.7;
}
.footer .copyrightArea ul li:first-of-type {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 1125px) {
  .footer {
    margin: 490px 0 60px;
    padding: 117px 0 0;
  }
  .footer .bottomLink {
    width: 300px;
    height: 406px;
    transform: translateX(-50%) translateY(-369px);
  }
  .footer .bottomLink ul {
    justify-content: center;
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  .footer .bottomLink ul li {
    margin-bottom: 32px;
    padding: 70px 0 0;
    width: 300px;
    height: 114px;
    font-size: 16px;
    line-height: 24px;
  }
  .footer .bottomLink ul li .visual {
    top: 20px;
  }
  .footer .footerInner {
    margin: 0 auto 0;
    justify-content: center;
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  .footer .footerInner .footerLogoArea {
    width: 100%;
    height: auto;
  }
  .footer .footerInner .footerLogoArea img {
    width: 100%;
  }
  .footer .footerInner .linkArea {
    margin: 50px auto 50px;
    width: 215px;
  }
  .footer .footerInner .linkArea ul {
    height: 168px;
    flex-direction: column;
    justify-content: flex-end;
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  .footer .footerInner .linkArea ul li {
    width: 50%;
    margin: 0 0 23px;
    font-size: 13px;
    line-height: 19px;
  }
  .footer .bannerArea {
    padding: 20px 0 0;
    width: 100%;
    height: auto;
  }
  .footer .bannerArea ul {
    flex-direction: column;
  }
  .footer .bannerArea ul li {
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  .footer .bannerArea ul li img {
    width: 100%;
    height: 100%;
  }
  .footer .copyrightArea ul {
    margin: 19px auto 19px;
  }
  .footer .copyrightArea ul li {
    padding: 0 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
/* common
----------------------------*/
.linkArrow {
  position: relative;
  display: block;
  width: 430px;
  hright: 70px;
  color: #ffffff;
  background: #191e23;
  margin: 100px auto 0;
  border-radius: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.linkArrow::before {
  position: absolute;
  content: '▶';
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  display: block;
  top: 50%;
  right: 20px;
  z-index: 1;
  color: #1ed71e;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.linkArrow:hover {
  background: #00871e;
}
.linkArrow:hover::before {
  color: #ffffff;
}
@media screen and (max-width: 1125px) {
  .linkArrow {
    width: 300px;
    hright: 50px;
    margin: 80px auto 0;
    border-radius: 25px;
    font-size: 14px;
    line-height: 50px;
  }
}
.linkArrow {
  position: relative;
  display: block;
  width: 430px;
  hright: 70px;
  color: #ffffff;
  background: #191e23;
  margin: 100px auto 0;
  border-radius: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.linkArrow::before {
  position: absolute;
  content: '▶';
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  display: block;
  top: 50%;
  right: 20px;
  z-index: 1;
  color: #1ed71e;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.linkArrow:hover {
  background: #00871e;
}
.linkArrow:hover::before {
  color: #ffffff;
}
@media screen and (max-width: 1125px) {
  .linkArrow {
    width: 300px;
    hright: 50px;
    margin: 80px auto 0;
    border-radius: 25px;
    font-size: 14px;
    line-height: 50px;
  }
}
.linkArrowLeft {
  position: relative;
  display: block;
  width: 430px;
  hright: 70px;
  color: #ffffff;
  background: #191e23;
  margin: 100px auto 0;
  border-radius: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.linkArrowLeft::before {
  position: absolute;
  content: '◀';
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  display: block;
  top: 50%;
  left: 20px;
  z-index: 1;
  color: #1ed71e;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.linkArrowLeft:hover {
  background: #00871e;
}
.linkArrowLeft:hover::before {
  color: #ffffff;
}
@media screen and (max-width: 1125px) {
  .linkArrowLeft {
    width: 300px;
    hright: 50px;
    margin: 80px auto 0;
    border-radius: 25px;
    font-size: 14px;
    line-height: 50px;
  }
}
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms;
}
.scroll-fade-fin {
  opacity: 1;
  transform: translateY(0);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 1125px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 1125px) {
  .only-sp {
    display: block;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 1125px) {
  .spbr {
    display: inline;
  }
}
@media screen and (max-width: 1125px) {
  .pcbr {
    display: none;
  }
}
hr {
  clear: both;
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  opacity: 0;
}
li.linkLi {
  cursor: pointer;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* 20250806追記 */
@media screen and (min-width: 1126px) {
  .header .headerArea .link_area {
    position: absolute;
    top: -30px;
    right: 33px;
    line-height: 1;
  }
  .header .headerArea .link_area .link_btn {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    transition: all linear 100ms;
  }
  .header .headerArea .link_area .link_btn:hover {
    color: #1ED71E;
  }
  .header .headerArea .link_area .link_btn:hover::after {
    color: #1ED71E;
  }
  .header .headerArea .link_area .link_btn::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 11px;
    right: -20px;
    z-index: 1;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  .header .column_link {
    display: flex;
    justify-content: flex-end;
    gap: 0 30px;
    margin-right: 45px;
  }
  .header .column_link .link_btn {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #191E23;
    line-height: 1;
    text-decoration: none;
    padding-right: 20px;
  }
  .header .column_link .link_btn img {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transform: translateY(5px);
  }
  .header .column_link .link_btn::after {
    position: absolute;
    content: "▶";
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    display: block;
    top: 13px;
    right: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: 100ms linear;
  }
}
@media screen and (max-width: 1125px) {
  .header .headerArea .link_area {
    width: calc(100% - 40px);
    margin: 0 auto 0;
    padding-bottom: 100px;
    
  }
  .header .headerArea .link_area img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transform: translateY(3px);
  }
  .header .headerArea .link_area .link_btn {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 22px 30px;
    color: #191E23;
    border: 1px solid #269940;
  }
  .header .headerArea .link_area .link_btn::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 35px;
    right: 30px;
    z-index: 1;
    color: #269940;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  .header .headerArea .column_link {
    width: calc(100% - 40px);
    margin: 66px auto 0;
    padding-bottom: 100px;
  }

  .header .headerArea .column_link img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transform: translateY(3px);
  }

  .header .headerArea .column_link .link_btn {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 22px 30px;
    color: #191E23;
    border: 1px solid #269940;
    margin-bottom: 30px;
  }
  .header .headerArea .column_link .link_btn:last-child {
    margin-bottom: 0;
  }

  .header .headerArea .column_link .link_btn::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 35px;
    right: 20px;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }

}