@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

.ly-sect-inner, .ly-main-inner, .bl-edit-link-inner, .ly-footer-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-main-inner--sm {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-sect, .ly-main, .ly-localnav, .bl-edit-link, .ly-footer {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-sect, .ly-main, .ly-localnav, .bl-edit-link, .ly-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly-localnav-inner {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  background: #fff;
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 2;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.5rem;
}
.is-chgFw body {
  font-weight: 500;
}
body.agritech {
  color: #4d4d4d;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #1C5A8B;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.4;
}

h2 {
  margin: 2em 0 1em;
  font-size: 3.4rem;
  line-height: 1.4;
}

h3 {
  margin: 2em 0 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.5em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

hr {
  margin: 45px 0;
  border: none;
  border-top: 1px solid #CBCBCB;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup,
sub {
  font-size: 1rem;
}

figure {
  margin: 0 0 1.5em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../fonts/notosansjp/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../fonts/notosansjp/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../fonts/notosansjp/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
}
.ly-main img {
  max-width: 100%;
  height: auto;
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #1C5A8B;
  border-radius: 40px;
  color: #1C5A8B;
  font-size: 2.4rem;
  line-height: 3;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #1C5A8B;
  border-color: #1C5A8B;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 240px;
    font-size: 1.8rem;
  }
}
.el-btn--cWt {
  border-color: #FFF;
  color: #FFF;
}
.el-btn--cWt:hover {
  border-color: #1C5A8B;
}
.el-btn--hvrAt {
  color: #FFF;
}
.el-btn--hvrAt:hover {
  background: #39B54A;
  border-color: #39B54A;
  color: #FFF;
}
.el-btn--hvrSf {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 36px;
  color: #FFF;
}
.el-btn--hvrSf .item-main {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .el-btn--hvrSf .item-main {
    font-size: 1.6rem;
  }
}
.el-btn--hvrSf .item-sub {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .el-btn--hvrSf .item-sub {
    font-size: 1rem;
  }
}
.el-btn--hvrSf:hover {
  background: #32A0DC;
  border-color: #32A0DC;
  color: #FFF;
}

.el-viewMore {
  position: relative;
  display: inline-block;
  color: #4FB6C9;
  font-weight: bold;
}
.el-viewMore:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4FB6C9;
  border-right: 1px solid #4FB6C9;
  box-sizing: border-box;
  margin-right: 5px;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-viewMore::after {
  content: "もっと見る";
}
.el-viewMore--sm {
  font-size: 1.3rem;
}
.el-viewMore--noAfter::after {
  content: "";
}

.el-caption {
  font-size: 1.2rem;
}
.el-caption--fzSm {
  font-size: 1rem;
}
.el-caption--fzLg {
  font-size: 1.8rem;
}

.el-notes {
  padding-left: 1em;
  text-indent: -1em;
}

.el-em {
  font-size: 2rem;
}

.el-strong {
  color: #1C5A8B;
  font-weight: normal;
}

.el-label {
  display: inline-block;
  min-width: 85px;
  margin: 0 20px 0 0;
  padding: 2px 10px 1px;
  background: #4FB6C9;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label {
    min-width: 90px;
    margin-right: 15px;
    font-size: 1.1rem;
  }
}
.el-label--sm {
  margin: 2px 0 2px 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}
.el-label-pickup {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 1px 10px;
  background: #1C5A8B;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.el-label-pickup .item-num {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.el-label-pickup .item-txt {
  display: inline-block;
  vertical-align: middle;
}
.el-label-pickup:hover {
  text-decoration: none;
}
.el-label-pickup--lg {
  padding: 2px 10px;
  font-size: 1.2rem;
}
.el-label-pickup--lg .item-num {
  font-size: 1.6rem;
}

.el-icon-window:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-popup:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_popup.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-file-pdf:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-file-pdf--sm:before {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.el-icon-file-excel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-arrow-circle {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.el-icon-arrow-circle:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #1C5A8B;
  content: "";
}
.el-icon-arrow-circle:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(5px);
}

.el-googlemap {
  position: relative;
  padding-top: 340px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .el-googlemap {
    padding-top: 260px;
  }
}
.el-googlemap > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.grid2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid2 {
    display: block;
  }
}
.grid2 > .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid2 > .col {
    width: 100%;
  }
}

.grid3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid3 {
    display: block;
  }
}
.grid3 > .col {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col {
    width: 100%;
  }
}
.grid3 > .col_multi2 {
  width: 66.666%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col_multi2 {
    width: 100%;
  }
}

.grid4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid4 {
    display: block;
  }
}
.grid4 > .col {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col {
    width: 100%;
  }
}
.grid4 > .col_multi3 {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi3 {
    width: 100%;
  }
}

.grid5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid5 {
    display: block;
  }
}
.grid5 > .col {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col {
    width: 100%;
  }
}

.grid2 {
  margin-right: -30px;
  margin-left: -30px;
}
.grid2.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .grid2 {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .grid2 .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mMd .col,
.grid2--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd .col,
.grid2--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mSm .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: -30px;
  margin-left: -30px;
}
.grid3.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3 .col,
.grid3 .col_multi2 {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .grid3 .col,
.grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mMd .col,
.grid3--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd .col,
.grid3--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mSm .col,
.grid3--mSm .col_multi2 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm .col,
.grid3--mSm .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid4 {
  margin-right: -25px;
  margin-left: -25px;
}
.grid4.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid4--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid5 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid5.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .grid5 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .bl-grid {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-grid-body.col {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-grid-body.col:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-grid-fig.col {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-grid-fig.col:first-child {
    margin-top: 0;
  }
}

.yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-column {
  display: flex;
  margin-right: -35px;
  margin-left: -35px;
}
.bl-column.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .bl-column {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-column-main {
  width: 57%;
  padding-right: 35px;
  padding-left: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-column-main {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-column-main:first-child {
    margin-top: 0;
  }
}
.bl-column-sub {
  width: 43%;
  padding-right: 35px;
  padding-left: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-column-sub {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-column-sub:first-child {
    margin-top: 0;
  }
}

.bl-table-scroll {
  margin-bottom: 1.5em;
}
.bl-table-scroll:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .bl-table-scroll-inner {
    display: inline-block;
    width: 700px;
    white-space: normal;
  }
}

table {
  width: 100%;
  margin: 1.5em 0;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 1.4rem;
  }
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 12px 20px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  table th,
table td {
    padding: 10px;
  }
}
table th {
  width: 260px;
  background: #f7f7f7;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table th {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  table th {
    width: 120px;
  }
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .bl-table--vert {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert thead,
.bl-table--vert tbody,
.bl-table--vert tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-table--sm {
  font-size: 1.3rem;
}
.bl-table--sm th,
.bl-table--sm td {
  padding: 8px 15px;
}
.bl-table--sm thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.2rem;
}

.bl-dl-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--bdtNone > dt:first-child {
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child + dd {
  padding-top: 0;
  border-top: none;
}
.bl-dl-row--long > dt {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dt {
    width: 100%;
  }
}
.bl-dl-row--long > dd {
  padding-left: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dd {
    padding-left: 0;
  }
}
.bl-dl-row-fx {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-dl-row-fx {
    display: block;
    margin-bottom: 0.25em;
  }
  .bl-dl-row-fx:last-child {
    margin-bottom: 0;
  }
}
.bl-dl-row-fx > dt {
  flex: 0 0 220px;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.bl-dl-row-fx > dd {
  flex: 1 1 auto;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

.bl-list-disc {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}
.bl-list-disc--row > li {
  display: inline-block;
  margin-right: 40px;
}
.bl-list-disc--row > li:last-child {
  margin-right: 0;
}
.bl-list-disc--liMb0 {
  margin-bottom: 1em;
}
.bl-list-disc--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-disc--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-disc--liMb0 > li > br {
    display: none;
  }
}
.bl-list-disc--bd {
  border-bottom: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li:before {
  top: 25px;
  transform: translateY(-50%);
}

.bl-list-num {
  margin-bottom: 1.5em;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 16px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  color: #1C5A8B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  content: counter(num);
}
.bl-list-num--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-num--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-num--liMb0 > li > br {
    display: none;
  }
}

.bl-btns {
  display: flex;
  justify-content: center;
  margin: 50px -10px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-btns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-btns-item {
  width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-btns-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-box {
  margin: 2em 0;
  padding: 30px 35px;
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .bl-box {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 20px;
  }
}
.bl-box > p {
  margin: 0 0 1em;
}
.bl-box > p:last-child {
  margin-bottom: 0;
}
.bl-box img {
  max-width: 100%;
  height: auto;
}

select {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
  color: #333;
}
select ::-ms-expand {
  display: none;
}

input[type=submit] {
  width: 200px;
  padding: 15px;
  background: #1C5A8B;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
input[type=submit]:hover {
  opacity: 0.5;
}
input[type=submit].t-size-full {
  width: 100%;
}
input[type=submit][disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  max-width: 600px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 3px;
  line-height: 1.4;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
  color: #333;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #333;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #333;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder {
  color: #333;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #333;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #333;
}
input[type=text].item-zipcode,
input[type=email].item-zipcode,
input[type=tel].item-zipcode,
input[type=date].item-zipcode {
  max-width: 220px;
}

label.item-inputType-text > span {
  display: block;
  margin-bottom: 0.25em;
}
label.item-email {
  display: block;
  margin-top: 0.5em;
}
label.item-email:first-child {
  margin-top: 0;
}
label.item-address {
  display: block;
  margin-bottom: 0.5em;
}
label.item-address:last-child {
  margin-bottom: 0;
}

textarea {
  width: 100%;
  max-width: 600px;
  height: calc(1.6em * 8);
  line-height: 1.3;
  padding: 12px 15px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
  color: #333;
}
textarea::-moz-placeholder {
  color: #333;
}
textarea:-ms-input-placeholder {
  color: #333;
}
textarea::-ms-input-placeholder {
  color: #333;
}
textarea::placeholder {
  color: #333;
}
textarea:-ms-input-placeholder {
  color: #333;
}
textarea.form-date {
  height: 6em;
}

span[class^=filename-] {
  display: block;
  box-sizing: border-box;
  margin-left: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.bl-select-wrapper {
  position: relative;
  width: 220px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  content: "";
  z-index: 1;
}
.bl-select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-70%) rotate(135deg);
  content: "";
  z-index: 1;
}

.type-radio label {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.75;
}
.type-radio label:hover {
  cursor: pointer;
}
.type-radio label > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.type-radio label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.type-radio label input[type=radio] {
  display: none;
}
.type-radio label input[type=radio]:checked + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #1C5A8B;
  border-radius: 50%;
  content: "";
}
.type-radio label input[type=radio]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #1C5A8B;
  border-radius: 50%;
  content: "";
}
.type-radio.is-disabled label > span {
  color: #d2d7dc;
}
.type-radio.is-disabled label > span:before {
  background: #eef2f4;
  border: none;
}
.type-radio.is-disabled label input[type=radio] {
  display: none;
}
.type-radio.is-disabled label input[type=radio]:checked + span:after {
  background: none;
}
.type-radio.is-disabled label input[type=radio]:checked + input[type=hidden] + span:after {
  background: none;
}
.type-check label, span[class^="wpcf7-form-control-wrap acceptance"] label {
  display: inline-block;
  margin-right: 15px;
}
.type-check label:hover, span[class^="wpcf7-form-control-wrap acceptance"] label:hover {
  cursor: pointer;
}
.type-check label > span, span[class^="wpcf7-form-control-wrap acceptance"] label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.type-check label > span:before, span[class^="wpcf7-form-control-wrap acceptance"] label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox], span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  border-right: 3px solid #1C5A8B;
  border-bottom: 3px solid #1C5A8B;
  content: "";
  transform: rotate(45deg);
}
.type-check label input[type=checkbox]:checked + input[type=hidden] + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #1C5A8B;
  border-bottom: 3px solid #1C5A8B;
  content: "";
  transform: rotate(45deg);
}

.type-radio,
.type-check {
  line-height: 1.75;
}

.bl-siteSearch {
  position: relative;
}

input[type=text].el-input-txt-siteSearch {
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-siteSearch {
    padding: 8px 40px 8px 15px;
    opacity: 1;
    visibility: visible;
  }
}
input[type=text].el-input-txt-siteSearch::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::placeholder {
  color: #989898;
}
.is-not-scrolled .home input[type=text].el-input-txt-siteSearch {
  border-color: #FFF;
  background-color: #FFF;
}
.is-not-scrolled.is-nav-open .home input[type=text].el-input-txt-siteSearch, .is-not-scrolled.is-change-header .home input[type=text].el-input-txt-siteSearch {
  border-color: #ccc;
  background: #FFF;
}
.is-search-open input[type=text].el-input-txt-siteSearch {
  opacity: 1;
  visibility: visible;
}

.el-input-btn-siteSearch {
  position: absolute;
  top: 0;
  right: 3px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-input-btn-siteSearch {
    top: 50%;
    right: 8px;
    transform: translateY(-55%);
    opacity: 1;
    visibility: visible;
  }
}
.is-search-open .el-input-btn-siteSearch {
  opacity: 1;
  visibility: visible;
}
.el-input-btn-siteSearch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_loupe.svg) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.gsc-control-cse {
  padding: 0 !important;
}

.bl-searchBox {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-searchBox {
    padding: 20px;
  }
}
.bl-searchBox-inputTxt {
  display: flex;
  margin-bottom: 1em;
}
.bl-searchBox-txt {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-txt {
    font-size: 1.4rem;
  }
}
.bl-searchBox-mode {
  position: relative;
}
.bl-searchBox-mode:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "検索条件：";
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode:before {
    position: static;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.bl-searchBox-mode .type-radio-item {
  display: block;
  margin-bottom: 3px;
  padding-left: 6em;
}
.bl-searchBox-mode .type-radio-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    font-size: 1.4rem;
  }
}

input[type=text].el-input-txt-faq {
  max-width: initial;
  max-width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-faq {
    padding-right: 10px;
    padding-left: 10px;
  }
}
input[type=text].el-input-txt-faq::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::placeholder {
  color: #989898;
}

input[type=submit].el-input-btn-faq {
  width: 100px;
  background: #989898;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  input[type=submit].el-input-btn-faq {
    width: 80px;
  }
}

.hp-mt0 {
  margin-top: 0px !important;
}

.hp-mb0 {
  margin-bottom: 0px !important;
}

.hp-ml0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

.hp-mt5 {
  margin-top: 5px !important;
}

.hp-mb5 {
  margin-bottom: 5px !important;
}

.hp-ml5 {
  margin-left: 5px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

.hp-mt10 {
  margin-top: 10px !important;
}

.hp-mb10 {
  margin-bottom: 10px !important;
}

.hp-ml10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb10 {
    margin-bottom: 10px !important;
  }
}

.hp-mt15 {
  margin-top: 15px !important;
}

.hp-mb15 {
  margin-bottom: 15px !important;
}

.hp-ml15 {
  margin-left: 15px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

.hp-mt20 {
  margin-top: 20px !important;
}

.hp-mb20 {
  margin-bottom: 20px !important;
}

.hp-ml20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb20 {
    margin-bottom: 20px !important;
  }
}

.hp-mt25 {
  margin-top: 25px !important;
}

.hp-mb25 {
  margin-bottom: 25px !important;
}

.hp-ml25 {
  margin-left: 25px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb25 {
    margin-bottom: 25px !important;
  }
}

.hp-mt30 {
  margin-top: 30px !important;
}

.hp-mb30 {
  margin-bottom: 30px !important;
}

.hp-ml30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb30 {
    margin-bottom: 30px !important;
  }
}

.hp-mt35 {
  margin-top: 35px !important;
}

.hp-mb35 {
  margin-bottom: 35px !important;
}

.hp-ml35 {
  margin-left: 35px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb35 {
    margin-bottom: 35px !important;
  }
}

.hp-mt40 {
  margin-top: 40px !important;
}

.hp-mb40 {
  margin-bottom: 40px !important;
}

.hp-ml40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb40 {
    margin-bottom: 40px !important;
  }
}

.hp-mt45 {
  margin-top: 45px !important;
}

.hp-mb45 {
  margin-bottom: 45px !important;
}

.hp-ml45 {
  margin-left: 45px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb45 {
    margin-bottom: 45px !important;
  }
}

.hp-mt50 {
  margin-top: 50px !important;
}

.hp-mb50 {
  margin-bottom: 50px !important;
}

.hp-ml50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

.hp-mt55 {
  margin-top: 55px !important;
}

.hp-mb55 {
  margin-bottom: 55px !important;
}

.hp-ml55 {
  margin-left: 55px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb55 {
    margin-bottom: 55px !important;
  }
}

.hp-mt60 {
  margin-top: 60px !important;
}

.hp-mb60 {
  margin-bottom: 60px !important;
}

.hp-ml60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb60 {
    margin-bottom: 60px !important;
  }
}

.hp-mt65 {
  margin-top: 65px !important;
}

.hp-mb65 {
  margin-bottom: 65px !important;
}

.hp-ml65 {
  margin-left: 65px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb65 {
    margin-bottom: 65px !important;
  }
}

.hp-mt70 {
  margin-top: 70px !important;
}

.hp-mb70 {
  margin-bottom: 70px !important;
}

.hp-ml70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb70 {
    margin-bottom: 70px !important;
  }
}

.hp-mt75 {
  margin-top: 75px !important;
}

.hp-mb75 {
  margin-bottom: 75px !important;
}

.hp-ml75 {
  margin-left: 75px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb75 {
    margin-bottom: 75px !important;
  }
}

.hp-mt80 {
  margin-top: 80px !important;
}

.hp-mb80 {
  margin-bottom: 80px !important;
}

.hp-ml80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb80 {
    margin-bottom: 80px !important;
  }
}

.hp-mt85 {
  margin-top: 85px !important;
}

.hp-mb85 {
  margin-bottom: 85px !important;
}

.hp-ml85 {
  margin-left: 85px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb85 {
    margin-bottom: 85px !important;
  }
}

.hp-mt90 {
  margin-top: 90px !important;
}

.hp-mb90 {
  margin-bottom: 90px !important;
}

.hp-ml90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb90 {
    margin-bottom: 90px !important;
  }
}

.hp-mt95 {
  margin-top: 95px !important;
}

.hp-mb95 {
  margin-bottom: 95px !important;
}

.hp-ml95 {
  margin-left: 95px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb95 {
    margin-bottom: 95px !important;
  }
}

.hp-mt100 {
  margin-top: 100px !important;
}

.hp-mb100 {
  margin-bottom: 100px !important;
}

.hp-ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

.hp-pt0 {
  padding-top: 0px !important;
}

.hp-pb0 {
  padding-bottom: 0px !important;
}

.hp-pr0 {
  padding-right: 0px !important;
}

.hp-pl0 {
  padding-left: 0px !important;
}

.hp-pt5 {
  padding-top: 5px !important;
}

.hp-pb5 {
  padding-bottom: 5px !important;
}

.hp-pr5 {
  padding-right: 5px !important;
}

.hp-pl5 {
  padding-left: 5px !important;
}

.hp-pt10 {
  padding-top: 10px !important;
}

.hp-pb10 {
  padding-bottom: 10px !important;
}

.hp-pr10 {
  padding-right: 10px !important;
}

.hp-pl10 {
  padding-left: 10px !important;
}

.hp-pt15 {
  padding-top: 15px !important;
}

.hp-pb15 {
  padding-bottom: 15px !important;
}

.hp-pr15 {
  padding-right: 15px !important;
}

.hp-pl15 {
  padding-left: 15px !important;
}

.hp-pt20 {
  padding-top: 20px !important;
}

.hp-pb20 {
  padding-bottom: 20px !important;
}

.hp-pr20 {
  padding-right: 20px !important;
}

.hp-pl20 {
  padding-left: 20px !important;
}

.hp-pt25 {
  padding-top: 25px !important;
}

.hp-pb25 {
  padding-bottom: 25px !important;
}

.hp-pr25 {
  padding-right: 25px !important;
}

.hp-pl25 {
  padding-left: 25px !important;
}

.hp-pt30 {
  padding-top: 30px !important;
}

.hp-pb30 {
  padding-bottom: 30px !important;
}

.hp-pr30 {
  padding-right: 30px !important;
}

.hp-pl30 {
  padding-left: 30px !important;
}

.hp-pt35 {
  padding-top: 35px !important;
}

.hp-pb35 {
  padding-bottom: 35px !important;
}

.hp-pr35 {
  padding-right: 35px !important;
}

.hp-pl35 {
  padding-left: 35px !important;
}

.hp-pt40 {
  padding-top: 40px !important;
}

.hp-pb40 {
  padding-bottom: 40px !important;
}

.hp-pr40 {
  padding-right: 40px !important;
}

.hp-pl40 {
  padding-left: 40px !important;
}

.hp-pt45 {
  padding-top: 45px !important;
}

.hp-pb45 {
  padding-bottom: 45px !important;
}

.hp-pr45 {
  padding-right: 45px !important;
}

.hp-pl45 {
  padding-left: 45px !important;
}

.hp-pt50 {
  padding-top: 50px !important;
}

.hp-pb50 {
  padding-bottom: 50px !important;
}

.hp-pr50 {
  padding-right: 50px !important;
}

.hp-pl50 {
  padding-left: 50px !important;
}

.hp-pt55 {
  padding-top: 55px !important;
}

.hp-pb55 {
  padding-bottom: 55px !important;
}

.hp-pr55 {
  padding-right: 55px !important;
}

.hp-pl55 {
  padding-left: 55px !important;
}

.hp-pt60 {
  padding-top: 60px !important;
}

.hp-pb60 {
  padding-bottom: 60px !important;
}

.hp-pr60 {
  padding-right: 60px !important;
}

.hp-pl60 {
  padding-left: 60px !important;
}

.hp-pt65 {
  padding-top: 65px !important;
}

.hp-pb65 {
  padding-bottom: 65px !important;
}

.hp-pr65 {
  padding-right: 65px !important;
}

.hp-pl65 {
  padding-left: 65px !important;
}

.hp-pt70 {
  padding-top: 70px !important;
}

.hp-pb70 {
  padding-bottom: 70px !important;
}

.hp-pr70 {
  padding-right: 70px !important;
}

.hp-pl70 {
  padding-left: 70px !important;
}

.hp-pt75 {
  padding-top: 75px !important;
}

.hp-pb75 {
  padding-bottom: 75px !important;
}

.hp-pr75 {
  padding-right: 75px !important;
}

.hp-pl75 {
  padding-left: 75px !important;
}

.hp-pt80 {
  padding-top: 80px !important;
}

.hp-pb80 {
  padding-bottom: 80px !important;
}

.hp-pr80 {
  padding-right: 80px !important;
}

.hp-pl80 {
  padding-left: 80px !important;
}

.hp-pt85 {
  padding-top: 85px !important;
}

.hp-pb85 {
  padding-bottom: 85px !important;
}

.hp-pr85 {
  padding-right: 85px !important;
}

.hp-pl85 {
  padding-left: 85px !important;
}

.hp-pt90 {
  padding-top: 90px !important;
}

.hp-pb90 {
  padding-bottom: 90px !important;
}

.hp-pr90 {
  padding-right: 90px !important;
}

.hp-pl90 {
  padding-left: 90px !important;
}

.hp-pt95 {
  padding-top: 95px !important;
}

.hp-pb95 {
  padding-bottom: 95px !important;
}

.hp-pr95 {
  padding-right: 95px !important;
}

.hp-pl95 {
  padding-left: 95px !important;
}

.hp-pt100 {
  padding-top: 100px !important;
}

.hp-pb100 {
  padding-bottom: 100px !important;
}

.hp-pr100 {
  padding-right: 100px !important;
}

.hp-pl100 {
  padding-left: 100px !important;
}

.hp-db {
  display: block;
}

@media screen and (max-width: 768px) {
  .hp-tb-db {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-db {
    display: block;
  }
}

.hp-dib {
  display: inline-block;
}

.hp-fzSm {
  font-size: 1.4rem;
}

.hp-fzMd {
  font-size: 1.5rem;
}

.hp-fzLg {
  font-size: 2rem;
}

.hp-cMain {
  color: #1C5A8B;
}

.hp-cWht {
  color: #fff;
}

.hp-fwB {
  font-weight: 700;
}

.hp-taR {
  text-align: right !important;
}

.hp-taL {
  text-align: left !important;
}

.hp-taC {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-taL {
    text-align: left !important;
  }
}

.hp-cf {
  display: block;
}
.hp-cf::before, .hp-cf::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.hp-hAuto {
  height: auto !important;
}

@media screen and (max-width: 600px) {
  .hp-pcView {
    display: none !important;
  }
}

.hp-spView {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .hp-spView {
    display: block !important;
  }
}

.hp-tbView {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hp-tbView {
    display: block !important;
  }
}

.hp-imgAuto img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "iconasst";
  src: url("../fonts/iconasst.eot?bkvhnk");
  src: url("../fonts/iconasst.eot?bkvhnk#iefix") format("embedded-opentype"), url("../fonts/iconasst.ttf?bkvhnk") format("truetype"), url("../fonts/iconasst.woff?bkvhnk") format("woff"), url("../fonts/iconasst.svg?bkvhnk#iconasst") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconasst" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asst-key:before {
  content: "";
}

.icon-asst-arrow-b-l:before {
  content: "";
}

.icon-asst-arrow-b-r:before {
  content: "";
}

.icon-asst-arrow-b-top:before {
  content: "";
}

.icon-asst-arrow-m-l:before {
  content: "";
}

.icon-asst-arrow-m-r:before {
  content: "";
}

.icon-asst-arrow-line-l:before {
  content: "";
}

.icon-asst-arrow-line-r:before {
  content: "";
}

.icon-asst-multiplied:before {
  content: "";
}

.icon-asst-plus:before {
  content: "";
}

.icon-asst-window:before {
  content: "";
}

.icon-asst-loupe-line:before {
  content: "";
}

.icon-asst-loupe:before {
  content: "";
}

.icon-adobeacrobatreader:before {
  content: "";
  color: #ee3f24;
}

.icon-facebook:before {
  content: "";
  color: #1877f2;
}

.icon-hatenabookmark:before {
  content: "";
  color: #00a4de;
}

.icon-instagram:before {
  content: "";
  color: #e4405f;
}

.icon-microsoftexcel:before {
  content: "";
  color: #217346;
}

.icon-microsoftpowerpoint:before {
  content: "";
  color: #d24726;
}

.icon-microsoftword:before {
  content: "";
  color: #2b579a;
}

.icon-twitter:before {
  content: "";
  color: #1da1f2;
}

.icon-youtube:before {
  content: "";
  color: #f00;
}

.ly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-modal.is-modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .ly-modal {
    width: 100vw;
    min-width: initial;
    height: 100vh;
  }
}
.ly-modal-ol {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 0;
}
.ly-modal-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.ly-modal-body {
  position: relative;
  width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .ly-modal-body {
    padding: 30px 20px;
  }
}

.bl-modal {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}
.bl-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-modal-contents {
  padding: 60px 60px 100px;
}
@media screen and (max-width: 600px) {
  .bl-modal-contents {
    padding: 20px 20px 70px;
  }
}
.bl-modal.is-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 80px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .bl-modal.is-absolute {
    width: calc(100% - 40px);
  }
}

.el-modal-closed-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-modal-closed-btn {
    bottom: 30px;
  }
}
.el-modal-closed-btn:after {
  display: block;
  margin-left: 5px;
  line-height: 1.2;
  content: "閉じる";
}
.el-modal-closed-btn > span {
  position: relative;
  width: 20px;
  height: 20px;
}
.el-modal-closed-btn > span:before, .el-modal-closed-btn > span:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #333;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  content: "";
}
.el-modal-closed-btn > span:before {
  transform: translateY(-50%) rotate(45deg);
}
.el-modal-closed-btn > span:after {
  transform: translateY(-50%) rotate(-45deg);
}

.el-logo {
  display: block;
  margin: 0 0 0 30px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1220px) {
  .el-logo {
    position: relative;
    height: 100px;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .el-logo {
    height: 50px;
    margin-left: 15px;
  }
}
.el-logo > a {
  display: block;
  width: 296px;
  height: 30px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .el-logo > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .el-logo > a {
    width: 210px;
    height: 21.2837837838px;
  }
}
.en .el-logo > a {
  width: 351px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .en .el-logo > a {
    width: 210px;
    height: 17.9487179487px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
}
.el-logo--navOpen {
  display: none;
}
.is-nav-open .el-logo--navOpen {
  display: block;
}
.is-nav-open .el-logo--navNotOpen {
  display: none;
}

.bl-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-loaded .bl-loading {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  z-index: 6000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), box-shadow 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
.is-megamenu-open .ly-header {
  box-shadow: none;
}
@media screen and (max-width: 1220px) {
  .ly-header {
    width: 100vw;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-header {
    height: 100vh;
    background: #e6e6e6;
  }
}
@media screen and (max-width: 600px) {
  .ly-header {
    height: 50px;
  }
}
.ly-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 5002;
  box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .ly-header-inner {
    display: block;
  }
}

.bl-headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .bl-headerNav {
    display: none;
    height: 100%;
    padding: 120px 50px 40px;
    overflow-y: auto;
  }
  .is-nav-open .bl-headerNav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-headerNav {
    padding: 70px 20px 40px;
  }
}
.bl-headerNav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .bl-headerNav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-shown .bl-headerNav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

.bl-gnav {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1220px) {
  .bl-gnav {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.9);
  }
}
.bl-gnav-item {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item {
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.9);
  }
}
.en .bl-gnav-item {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1220px) {
  .en .bl-gnav-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-gnav-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform-origin: center center;
  transform: rotate(27deg);
  content: "";
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item::before {
    display: none;
  }
}
.bl-gnav-item:first-child {
  padding-left: 0;
}
.bl-gnav-item:first-child::before {
  display: none;
}
.bl-gnav-item:last-child {
  padding-right: 0;
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #20110D;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item > a {
    padding: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    padding: 20px 0;
  }
}
.bl-gnav-item > a > span {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item > a > span {
    padding: 0;
    text-align: left;
  }
}
.bl-gnav-item > a > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #39B54A;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item > a > span::before {
    display: none;
  }
}
.bl-gnav-item > a > span > .br_mid {
  display: none;
}
@media screen and (max-width: 1400px) {
  .bl-gnav-item > a > span > .br_mid {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item > a > span > .br_mid {
    display: none;
  }
}

.bl-gnav-item > a:hover {
  color: #39B54A;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .bl-gnav-item > a:hover {
    color: #20110D;
  }
}
.bl-gnav-item.is-nav-active > a > span:before, .bl-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.bl-gnavLang {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1220px) {
  .bl-gnavLang {
    margin-left: 0;
    padding-left: 0;
    padding-top: 17px;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnavLang {
    padding-top: 12px;
  }
}
.en .bl-gnavLang {
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1220px) {
  .en .bl-gnavLang {
    margin-left: 0;
    padding-left: 0;
  }
}
.bl-gnavLang::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform-origin: center center;
  transform: translateY(-50%) rotate(27deg);
  content: "";
}
@media screen and (max-width: 1220px) {
  .bl-gnavLang::before {
    display: none;
  }
}
.bl-gnavLang-item {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.bl-gnavLang-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #20110D;
  transform-origin: center center;
  transform: translate(-50%);
  content: "";
}
.bl-gnavLang-item:first-child {
  padding-left: 0;
}
.bl-gnavLang-item:first-child::before {
  display: none;
}
.bl-gnavLang-item:last-child {
  padding-right: 0;
}
.bl-gnavLang-item > a,
.bl-gnavLang-item > span {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #20110D;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnavLang-item > a > span,
.bl-gnavLang-item > span > span {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bl-gnavLang-item > a > span::before,
.bl-gnavLang-item > span > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #39B54A;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnavLang-item > span > span::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1220px) {
  .bl-gnavLang-item > a::before {
    display: none;
  }
}
.bl-gnavLang-item > a:hover {
  color: #39B54A;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .bl-gnavLang-item > a:hover {
    color: #20110D;
  }
}

.bl-gnavUtil {
  display: flex;
  height: 100%;
  margin: 0 0 0 20px;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil {
    height: auto;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnavUtil {
    margin-top: 30px;
  }
}
@media screen and (max-width: 460px) {
  .bl-gnavUtil {
    display: block;
  }
}
.en .bl-gnavUtil {
  margin-left: 30px;
}
@media screen and (max-width: 1220px) {
  .en .bl-gnavUtil {
    margin-left: 0;
  }
}
.bl-gnavUtil-item {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .bl-gnavUtil-item {
    width: 100%;
  }
}
.bl-gnavUtil-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item > a {
    text-align: center;
  }
}
.bl-gnavUtil-item > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #39B54A;
  box-sizing: border-box;
  content: "";
  transform: skewX(-27deg);
  z-index: 0;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item > a::before {
    transform: skewX(0);
  }
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item > a {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl-gnavUtil-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item > a:hover {
    opacity: 1;
  }
}
.bl-gnavUtil-item > a > span {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item > a > span > br {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item.sp-fullSz {
    width: 100%;
  }
}
.bl-gnavUtil-item.last-item > a::before {
  width: calc(100% + 30px);
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item.last-item > a::before {
    width: 100%;
  }
}
.bl-gnavUtil-item.item-contact > a::before {
  width: calc(100% + 30px);
  background: #333;
}
@media screen and (max-width: 1220px) {
  .bl-gnavUtil-item.item-contact > a::before {
    width: 100%;
  }
}

.el-gnav-sp {
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5200;
}
@media screen and (max-width: 1220px) {
  .el-gnav-sp {
    display: block;
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .el-gnav-sp {
    top: 14px;
    right: 17px;
  }
}
.el-gnav-sp > span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #39B54A;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1220px) {
  .el-gnav-sp > span {
    width: 30px;
  }
}
.el-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 1220px) {
  .el-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 1220px) {
  .el-gnav-sp .bottom {
    transform: translateY(7px) scale(1);
  }
}
.is-nav-open .el-gnav-sp .top {
  transform: translateY(2px) rotate(45deg);
}
@media screen and (max-width: 1220px) {
  .is-nav-open .el-gnav-sp .top {
    transform: translateY(2px) rotate(45deg);
  }
}
.is-nav-open .el-gnav-sp .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-gnav-sp .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 1220px) {
  .is-nav-open .el-gnav-sp .bottom {
    transform: translateY(-2px) rotate(-45deg);
  }
}

.ly-cta {
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .ly-cta {
    padding: 20px;
  }
}
.ly-cta-inner {
  padding: 40px;
  background: #ccc url(../images/agritech/bg_cta.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 600px) {
  .ly-cta-inner {
    padding: 40px 20px;
  }
}

.bl-cta {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.bl-cta-txt {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-cta-txt {
    font-size: 1.6rem;
  }
}
.bl-cta-btn {
  line-height: 1;
}
.bl-cta-link {
  margin: 10px 0 0;
}
.bl-cta-link a {
  color: #fff;
}

.bl-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .bl-pagetop {
    right: 20px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a {
    width: 40px;
    height: 40px;
  }
}
.bl-pagetop > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1C5A8B;
  border-right: 1px solid #1C5A8B;
  content: "";
  transform: translate(-50%, -20%) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a:before {
    width: 12px;
    height: 12px;
  }
}
.bl-pagetop > a:hover:before {
  transform: translate(-50%, -60%) rotate(-45deg);
}

.ly-footer {
  background: #E6E6E6;
}
.ly-footer-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .ly-footer-inner {
    padding-bottom: 20px;
  }
}

.el-logo-f > a {
  display: block;
  width: 137px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .el-logo-f > a {
    width: 120px;
    height: 26.2773722628px;
  }
}
.el-logo-f > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.el-logo-f-group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.el-logo-f-txt {
  margin-left: 20px;
  color: #1a1a1a;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .el-logo-f-txt {
    font-size: 1.4rem;
  }
}

.el-copyright {
  margin: 0;
  color: #4d4d4d;
  line-height: 1.6;
  text-align: center;
}

.ly-container {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 50px;
  }
}

.ly-contents {
  position: relative;
  z-index: 11;
}

.ly-body {
  display: block;
}

.ly-main-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .ly-main-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ly-localnav {
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ly-localnav {
    display: none;
  }
}
.ly-localnav-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.bl-localnav {
  margin: 10px 0;
}
.bl-localnav:last-child {
  margin-bottom: 0;
}
.bl-localnav-item {
  display: inline-block;
  margin-right: 35px;
  box-sizing: border-box;
}
.bl-localnav-item > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.75;
}
.bl-localnav-item.is-current > a {
  color: #b2b2b2;
}
.bl-localnav-item.is-current > a:before {
  border-color: transparent transparent transparent #b2b2b2;
}
.bl-localnav-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1C5A8B;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-localnav-cat {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.75;
  font-weight: 700;
}

.bl-edit-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bl-edit-link > a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}

.ly-mainv {
  position: relative;
  padding: 20px 80px 100px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .ly-mainv {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-mainv {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ly-mainv-inner {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-mainv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-mainv {
    padding-bottom: 70px;
  }
}
.bl-mainv .item-bg {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.bl-mainv .item-bg > span {
  position: absolute;
  top: 0;
  left: -461px;
  display: block;
  width: calc(100% + 461px);
  height: 100%;
  overflow: hidden;
  transform-origin: right top;
  transform: skewX(27deg);
}
.bl-mainv .item-bg-main {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transform: skewX(-27deg);
}
@media screen and (max-width: 600px) {
  .bl-mainv .item-bg-main {
    left: -30px;
    width: 100vw;
  }
}
.bl-mainv .item-bg-main > span {
  background: #666 url(../images/agritech/mainv_main.jpg) no-repeat center center/cover;
}
.bl-mainv .item-bg-sub {
  top: 40px;
  right: -30%;
  width: 54.47%;
  height: 100%;
  transform-origin: left top;
  transform: skewX(-27deg);
}
@media screen and (max-width: 1180px) {
  .bl-mainv .item-bg-sub {
    right: -50%;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .bl-mainv .item-bg-sub {
    right: -100%;
    width: 120vw;
  }
}
.bl-mainv .item-bg-sub > span {
  background: #333 url(../images/agritech/mainv_sub.jpg) no-repeat center center/cover;
}
.bl-mainv-body {
  position: relative;
  z-index: 1;
}

.el-catchcopy-sub {
  margin: 0 0 10px;
  color: #39B54A;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.el-catchcopy-main {
  margin: 0;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-main {
    font-size: 3.2rem;
  }
  .el-catchcopy-main br {
    display: none;
  }
}
.el-catchcopy-fig {
  max-width: 1053.5px;
  margin: 55px auto;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-fig {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.el-catchcopy-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-fig .item-pc {
    display: none;
  }
}
.el-catchcopy-fig .item-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-fig .item-sp {
    display: block;
  }
}

.el-lead {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-lead {
    text-align: left;
  }
  .el-lead br {
    display: none;
  }
}

.el-heading {
  position: relative;
  margin: 2.5em 0 1.75em;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  color: #39B54A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-heading {
    font-size: 2.1rem;
  }
}
.el-heading::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 70px;
  height: 1px;
  background: #39B54A;
  content: "";
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.25em;
  color: #333;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt";
}
.en .el-heading-lv2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .el-heading-lv2 {
    font-size: 3.2rem;
  }
  .en .el-heading-lv2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 2.4rem;
  }
  .en .el-heading-lv2 {
    font-size: 2.4rem;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2--sm {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-heading-lv2--lg {
  color: #666;
  font-size: 4rem;
  font-weight: 700;
}
.el-heading-lv2--lg > span {
  color: #000;
}
@media screen and (max-width: 960px) {
  .el-heading-lv2--lg {
    font-size: 3.5rem;
  }
  .el-heading-lv2--lg br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .el-heading-lv2--lg {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv2--cWt {
  color: #fff;
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1em;
  box-sizing: border-box;
  color: #1C5A8B;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 1.9rem;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv3--sm {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--sm {
    font-size: 1.8rem;
  }
}
.el-heading-lv3--lg {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 1.6rem;
  }
}
.el-heading-lv4--bg {
  padding: 10px 15px;
  background: rgba(28, 90, 139, 0.8);
  color: #fff;
  line-height: 1.4;
}
.el-heading-normal {
  margin: 1.5em 0 1em;
  color: #39B54A;
  font-weight: 400;
}
.el-heading-sub {
  position: relative;
  margin: 2.5em 0 1.75em;
  padding-bottom: 10px;
  color: #d7f0db;
  font-size: 2.5rem;
  text-align: center;
}
.el-heading-sub:first-child {
  margin-top: 0;
}
.el-heading-sub::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 70px;
  height: 1px;
  background: #d2edda;
  content: "";
  transform: translateX(-50%);
}

.ly-sect {
  position: relative;
}
.ly-sect-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sect-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 600px) {
  .ly-sect-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .ly-sect-inner--lg {
    max-width: initial;
    max-width: auto;
  }
}
.ly-sect--bgAt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  content: "";
  transform-origin: left top;
  transform: skewX(-27deg);
  z-index: 0;
}
.ly-sect--bgCMainAt {
  background: #39B54A;
}

.bl-sect--cWt {
  color: #fff;
}
.bl-sect--sm {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.fig-at {
  max-width: 770px;
  margin: 4em auto;
}
.fig-at:last-child {
  margin-bottom: 0;
}
.fig-at-title {
  margin: 0;
  color: #4d4d4d;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.en .fig-at-title {
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .fig-at-title {
    font-size: 2.2rem;
  }
}
.fig-at-txt {
  margin: 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.fig-at-item {
  position: relative;
  margin-bottom: 55px;
}
.fig-at-item::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  width: 24px;
  height: 21px;
  background: #b3b3b3;
  transform: translateX(-50%);
  content: "";
}
.fig-at-item::after {
  position: absolute;
  bottom: -43px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 25px 0 25px;
  border-color: #b3b3b3 transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}
.fig-at-item:last-child {
  margin-bottom: 0;
}
.fig-at-item:last-child::before, .fig-at-item:last-child::after {
  display: none;
}
.fig-at .gr-3 {
  display: flex;
  margin: 15px -5px 0;
}
.fig-at .gr-3 > .col {
  width: 33.333%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.fig-at .gr-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px 0;
}
.fig-at .gr-2 > .col {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.fig-at-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .fig-at-card {
    padding: 15px 10px;
  }
  .en .fig-at-card {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.fig-at-card .item-title {
  margin: 0;
  color: #39B54A;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .fig-at-card .item-title {
    font-size: 1.6rem;
  }
  .en .fig-at-card .item-title {
    font-size: 1.2rem;
  }
}
.fig-at-card .item-txt {
  margin: 5px 0 0;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .en .fig-at-card .item-txt {
    font-size: 1.1rem;
  }
}
.fig-at-card--cMain {
  background: #39B54A;
  box-shadow: none;
}
.fig-at-card--cMain .item-title {
  color: #fff;
}
.fig-at-sdgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px -15px 0;
}
@media screen and (max-width: 600px) {
  .fig-at-sdgs {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.fig-at-sdgs > .col {
  width: 160px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .fig-at-sdgs > .col {
    width: 33.333%;
    max-width: 160px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.fig-soln {
  margin: 4em 0;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}
.fig-soln:last-child {
  margin-bottom: 0;
}
.fig-soln--lg {
  margin-top: 5em;
  max-width: 920px;
}
.fig-soln-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.fig-soln-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .fig-soln-box {
    padding: 15px;
  }
}
.fig-soln-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px -20px 0;
}
.fig-soln-icons > .col {
  width: 160px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.fig-soln-icons .item-icon {
  width: 100%;
  border: 2px solid #39B54A;
  border-radius: 50%;
}
.fig-soln-icons .item-cap {
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.fig-soln-spaceDrone {
  display: flex;
  justify-content: center;
}
.fig-soln-spaceDrone .col {
  width: 300px;
}
.fig-soln-spaceDrone .col-arrow {
  width: 100px;
  margin-right: 20px;
  margin-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .col-arrow {
    width: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.fig-soln-spaceDrone .item-icon {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-icon {
    max-width: 120px;
  }
}
.fig-soln-spaceDrone .item-icon > span {
  display: block;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.fig-soln-spaceDrone .item-icon.bg-satellite > span {
  background: url(../images/agritech/solution/bg_soln_satellite.jpg) no-repeat center center/cover;
}
.fig-soln-spaceDrone .item-icon.bg-drone > span {
  background: url(../images/agritech/solution/bg_soln_drone.jpg) no-repeat center center/cover;
}
.fig-soln-spaceDrone .item-title {
  margin: 30px 0 25px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.en .fig-soln-spaceDrone .item-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-title {
    font-size: 2.4rem;
  }
}
.fig-soln-spaceDrone .item-list {
  margin: 0;
  color: #d7f0db;
  line-height: 1.5;
  text-align: center;
}
.fig-soln-spaceDrone .item-list > dt {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
}
.fig-soln-spaceDrone .item-list > dt:first-child {
  margin-top: 0;
}
.fig-soln-spaceDrone .item-list > dd {
  margin-top: 4px;
  margin-left: 0;
}
.en .fig-soln-spaceDrone .item-list > dd {
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .en .fig-soln-spaceDrone .item-list > dd {
    font-size: 1.2rem;
  }
}
.fig-soln-spaceDrone .item-txt {
  color: #d7f0db;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-txt {
    font-size: 1.3rem;
  }
  .fig-soln-spaceDrone .item-txt br {
    display: none;
  }
}
.fig-soln-spaceDrone .item-txt > p {
  margin-bottom: 1em;
}
.fig-soln-spaceDrone .item-txt > p:last-child {
  margin-bottom: 0;
}
.fig-soln-spaceDrone .item-multiple {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-multiple {
    height: 120px;
  }
}
.fig-soln-spaceDrone .item-multiple > span {
  display: block;
  width: 100%;
}
.fig-soln-spaceDrone .item-arrow {
  position: relative;
  width: 100%;
  height: 240px;
  margin-top: 30px;
}
.en .fig-soln-spaceDrone .item-arrow {
  height: 260px;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-arrow {
    height: calc(100% - 120px);
  }
  .en .fig-soln-spaceDrone .item-arrow {
    height: calc(100% - 120px);
  }
}
.fig-soln-spaceDrone .item-arrow::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 48px;
  height: 202px;
  background: #74CB80;
  transform: translateX(-50%);
  content: "";
}
.en .fig-soln-spaceDrone .item-arrow::before {
  height: 222px;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-arrow::before {
    width: 24px;
    height: calc(100% - 22px);
  }
  .en .fig-soln-spaceDrone .item-arrow::before {
    height: calc(100% - 22px);
  }
}
.fig-soln-spaceDrone .item-arrow::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 50px 0 50px;
  border-color: #74CB80 transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone .item-arrow::after {
    border-width: 22px 30px 0 30px;
  }
}
.fig-soln-spaceDrone-body {
  margin-top: 30px;
  text-align: center;
}
.en .fig-soln-spaceDrone-body {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone-body {
    margin-top: 50px;
  }
}
.fig-soln-spaceDrone-body .item-body-sub {
  margin: 0 0 20px;
  color: #9CDAA4;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone-body .item-body-sub {
    margin-bottom: 15px;
  }
}
.fig-soln-spaceDrone-body .item-body-main {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}
.en .fig-soln-spaceDrone-body .item-body-main {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .fig-soln-spaceDrone-body .item-body-main {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .fig-soln-spaceDrone-body .item-body-main br {
    display: none;
  }
  .en .fig-soln-spaceDrone-body .item-body-main {
    font-size: 2rem;
  }
}

.bl-number {
  counter-reset: num;
}
.bl-number-item {
  margin-top: 80px;
  margin-bottom: 80px;
  counter-increment: num;
}
.bl-number-item:last-child {
  margin-bottom: 0;
}
.bl-number-body {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 600px) {
  .bl-number-body {
    padding-left: 60px;
  }
}
.bl-number-body::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #39B54A;
  font-size: 8rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  content: counter(num);
}
@media screen and (max-width: 600px) {
  .bl-number-body::before {
    font-size: 7.2rem;
  }
}
.bl-number-title {
  margin: 0 0 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 600px) {
  .bl-number-title {
    font-size: 2.4rem;
  }
}

.bl-topic {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .bl-topic {
    margin-top: 40px;
  }
}
.bl-topic-body {
  padding: 50px;
  background: #F1FAF2;
}
@media screen and (max-width: 600px) {
  .bl-topic-body {
    padding: 30px;
  }
}
.bl-topic-title {
  margin: 0 0 1.25em;
  color: #39B54A;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-topic-title {
    font-size: 2.1rem;
  }
}
.bl-topic-txt:last-child {
  margin-bottom: 0;
}
.bl-topic-fig {
  max-width: 755px;
  margin: 40px auto;
}
.bl-topic-fig img {
  width: 100%;
  height: auto;
}

.bl-fig {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}
.bl-fig img {
  width: 100%;
  height: auto;
}
.bl-number .bl-fig img {
  max-width: 520px;
}

.bl-panel-title {
  margin: 0 0 1.5em;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-panel-title {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}
.bl-panel-item {
  margin: 30px 0;
  padding: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .bl-panel-item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl-panel-item {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .bl-panel-item {
    padding: 40px 20px 30px;
  }
}
.bl-panel-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .bl-panel-body {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-panel-body {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-panel-body > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-panel-body > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-panel-txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-panel-fig.col {
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .bl-service-item {
    margin-bottom: 60px;
  }
  .bl-service-item:last-child {
    margin-bottom: 0;
  }
}
.bl-service-cap {
  margin-top: 10px;
  line-height: 1.6;
}
