@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Prompt:wght@300;400;500;600&display=swap");
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* text -------------*/
/* ff */
.txt-en {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

/* font color */
.txt-gray {
  color: #797E87;
}

.txt-red {
  color: #B1184B;
}

.txt-grn {
  color: #005930;
}

.txt-lim {
  color: #30A338;
}

.txt-darkgry {
  color: #3C4350;
}

.txt-lightgry {
  color: #EEF4F6;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* wrap */
.txt-wrap {
  word-break: break-all;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

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

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
/*.txt-lead {
  font-size: 1.8rem;
  margin-bottom: 2em;
  &:last-child {
    margin-bottom: 0;
  }
  @include g.sp {
    font-size: 1.6rem;
  }
}*/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}

.txt-annotation {
  font-size: 1.3rem;
}

/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #3C4350;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  letter-spacing: 0.1em;
  z-index: 100;
  margin: 0 1.5%;
  width: 97%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header .inner {
  width: 100%;
  margin: auto;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header a {
  text-decoration: none;
}
.l-header .logo {
  max-width: 380px;
  width: 25%;
  height: auto;
}
.l-header .logo a:hover {
  opacity: 0.7;
}
.l-header .header_navi {
  background: #fff;
  border-radius: 50px;
  padding: 0 2em;
}
.l-header .header_navi .navi-gnavi ul {
  text-align: right;
}
.l-header .header_navi .navi-gnavi ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.l-header .header_navi .navi-gnavi ul li a {
  display: block;
  padding: 5px 9px;
  position: relative;
}
.l-header .header_navi .navi-gnavi ul li a:hover {
  color: #30A338;
  opacity: 1;
}
.l-header .header_navi .navi-gnavi ul .sp-menu {
  display: none;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu {
  position: relative;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu span {
  display: block;
  padding: 5px 9px;
  cursor: pointer;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: scaleY(0.9) rotate(45deg);
  transform: scaleY(0.9) rotate(45deg);
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu:hover ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu:hover span {
  color: #30A338;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu:hover:after {
  border-right: 2px solid #30A338;
  border-bottom: 2px solid #30A338;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 4px;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul {
  position: absolute;
  border-radius: 8px;
  z-index: 10;
  right: -26px;
  text-align: center;
  display: block;
  max-width: 160px;
  width: 160px;
  min-height: 78px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 7px 0 0;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li {
  background: #fff;
  width: 100%;
  font-size: 80%;
  border-bottom: 1px solid #c3c5c9;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  padding: 0 14px;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #000 !important;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li a:hover {
  color: #30A338 !important;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.l-header .hamburger-menu {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 100;
}
.l-header .hamburger-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/cmn/hamburger_menu.svg") no-repeat center;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .hamburger-menu {
    display: block;
  }
}
.l-header .hamburger-menu-close {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: none;
}
.l-header .hamburger-menu-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/cmn/hamburger_close.svg");
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .hamburger-menu-close {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .l-header .header_navi .navi-gnavi ul li {
    margin-left: 0;
  }
  .l-header .header_navi .navi-gnavi ul li a {
    font-size: 1.1rem;
    padding: 5px 5px;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu span {
    font-size: 1.1rem;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    background: none;
    top: 0;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .l-header .inner {
    padding: 13px 5%;
    display: block;
  }
  .l-header .logo {
    width: 37%;
    display: inline-block;
  }
  .l-header .logo img {
    vertical-align: top;
  }
  .l-header .btn-more {
    display: inline-block;
    width: 61%;
    text-align: right;
    padding-right: 38px;
  }
  .l-header .btn-more a {
    margin: 0;
    font-size: 1.1rem;
    padding: 8px 10px;
    width: 148px;
    letter-spacing: 0;
    background: #005930 url("../img/cmn/arrow-right.svg") no-repeat center right 8px;
  }
  .l-header .btn-more a:after {
    display: none;
  }
  .l-header .btn-more a:hover {
    background: #30A338 url("../img/cmn/arrow-right.svg") no-repeat center right 8px;
  }
  .l-header .header_navi {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: #005930;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding: 80px 20px 40px;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .l-header .header_navi .navi-gnavi ul {
    text-align: left;
  }
  .l-header .header_navi .navi-gnavi ul li {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .l-header .header_navi .navi-gnavi ul li a {
    display: block;
    padding: 5px 9px;
    color: #fff;
    font-size: 1.5rem;
  }
  .l-header .header_navi .navi-gnavi ul li a:after {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul li a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    vertical-align: middle;
    margin-right: 10px;
    background: #30A338;
  }
  .l-header .header_navi .navi-gnavi ul li a .txt-en {
    font-size: 5.6vw;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu {
    display: block;
    margin: 0 0 20px;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu p {
    margin: 0;
    padding-left: 2em;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu a {
    color: #000;
    padding: 0;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu a:before {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu {
    position: relative;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu span {
    display: block;
    padding: 5px 9px;
    color: #fff;
    font-size: 1.5rem;
    cursor: inherit;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    vertical-align: middle;
    margin-right: 10px;
    background: #30A338;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu span:hover {
    color: #fff;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu:after {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu ul {
    position: static;
    text-align: left;
    max-width: 100%;
    width: 100%;
    min-height: inherit;
    visibility: visible;
    opacity: 1;
    padding: 7px 0 0 29px;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li {
    background: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    border-bottom: none;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li a {
    display: block;
    padding: 4px 0;
    font-size: 1.3rem;
    color: #fff !important;
  }
  .l-header .header_navi .navi-gnavi ul .dropdwn_menu ul li a:before {
    display: none;
  }
  .l-header .header_navi .navi-gnavi .btn-more {
    margin-top: 25px;
    width: 100%;
    padding: 0 9px;
    display: block;
  }
  .l-header .header_navi .navi-gnavi .btn-more a {
    background: #fff url("../img/cmn/arrow-right.svg") no-repeat center right 10px;
    color: #005930;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .l-header .header_navi .navi-gnavi .logo {
    width: 70%;
    margin: 30px 0 0 9px;
  }
}

.is-open .header_navi {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .l-header.change-color {
    background: rgba(255, 255, 255, 0.8);
  }
}
.page-business .l-header .header_navi .navi-gnavi ul li:nth-of-type(1) a {
  color: #30A338;
}

.page-news .l-header .header_navi .navi-gnavi ul li:nth-of-type(2) a {
  color: #30A338;
}

.page-company .l-header .header_navi .navi-gnavi ul li:nth-of-type(3) a {
  color: #30A338;
}

.page-sustainability .l-header .header_navi .navi-gnavi ul li:nth-of-type(4) a {
  color: #30A338;
}

.page-contact .l-header .header_navi .navi-gnavi ul li:nth-of-type(6) a {
  color: #30A338;
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  padding: 0;
}
.l-footer .footer_navi {
  background: #005930;
}
.l-footer .footer_navi .footer_navi_inner {
  width: 90%;
  margin: auto;
  padding: 90px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .logo {
  width: 222px;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .logo img {
  width: 100%;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a {
  background: #fff;
  color: #005930;
  font-size: 1.8rem;
  font-weight: 500;
  width: 269px;
  padding: 16px 40px;
  margin-top: 30px;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:after {
  width: 8px;
  height: 8px;
  background: #005930;
  right: 30px;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:hover {
  background: #30A338;
  color: #fff;
}
.l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:hover:after {
  width: 15px;
  height: 15px;
  background: #fff;
  right: 26px;
  margin-top: -8px;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 li {
  margin-bottom: 2em;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  margin-right: 3em;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0.8em;
  display: block;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub ul li {
  margin-bottom: 0.5em;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub ul li a {
  font-size: 1.1rem;
  font-weight: 500;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-02 {
  margin-top: 1em;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-02 li {
  margin-bottom: 0.2em;
}
.l-footer .footer_navi .footer_navi_inner .inner-r .navi-02 li a {
  text-decoration: none;
  letter-spacing: 0.6px;
  margin-right: 1.3em;
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
}
.l-footer .footer_navi .copyright {
  width: 90%;
  margin: auto;
  text-align: right;
  border-top: 1px solid #49866A;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 1em 0 5em;
}
@media screen and (max-width: 768px) {
  .l-footer .footer_navi {
    border-radius: 0;
  }
  .l-footer .footer_navi .footer_navi_inner {
    padding: 40px 0 30px;
    display: block;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 40px;
    margin: 30px auto 40px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:after {
    width: 8px;
    height: 8px;
    background: #005930;
    right: 30px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:hover {
    background: #30A338;
    color: #fff;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-l .btn-more a:hover:after {
    width: 15px;
    height: 15px;
    background: #fff;
    right: 26px;
    margin-top: -8px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 {
    display: block;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 li {
    margin-bottom: 1em;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    margin-right: 3em;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 li a:before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    background: #30A338;
    vertical-align: middle;
    margin-right: 10px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub span:before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    background: #30A338;
    vertical-align: middle;
    margin-right: 10px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub ul {
    margin-left: 20px;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-01 .sub ul li a:before {
    display: none;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-02 {
    margin-top: 3em;
  }
  .l-footer .footer_navi .footer_navi_inner .inner-r .navi-02 li {
    margin-bottom: 1em;
  }
  .l-footer .footer_navi .copyright {
    width: 100%;
    text-align: left;
    padding: 1em 5% 3em;
  }
}

.page-kasou .l-footer {
  padding: 0 0 0 0;
}

.contents_blc .sec-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.l-main {
  padding-bottom: 120px;
}

.l-main ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.l-main ::-webkit-scrollbar-track {
  background: #fff;
}

.l-main ::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
  border: 3px solid #fff;
}

.sec_page_head_bg {
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 500px;
}
.sec_page_head_bg .obj-t_01 {
  position: absolute;
  right: 40%;
  top: 42%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-animation: float-fadein 4s ease-in-out forwards, float7 7s ease-in-out infinite;
  animation: float-fadein 4s ease-in-out forwards, float7 7s ease-in-out infinite;
}
.sec_page_head_bg .obj-t_01 svg {
  opacity: 0.2;
  width: 110px;
}
.sec_page_head_bg .obj-t_02 {
  position: absolute;
  right: 27%;
  top: 35%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-animation: float-fadein 4s ease-in-out forwards, float8 7s ease-in-out infinite;
  animation: float-fadein 4s ease-in-out forwards, float8 7s ease-in-out infinite;
}
.sec_page_head_bg .obj-t_02 svg {
  opacity: 0.2;
  width: 200px;
}
.sec_page_head_bg .obj-t_03 {
  position: absolute;
  right: 0;
  top: 13%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-animation: float-fadein 4s ease-in-out forwards, float9 7s ease-in-out infinite;
  animation: float-fadein 4s ease-in-out forwards, float9 7s ease-in-out infinite;
}
.sec_page_head_bg .obj-t_03 svg {
  opacity: 0.4;
  width: 420px;
}
@-webkit-keyframes float-fadein {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  } /* 序盤でフェード完了 */
  50% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes float-fadein {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  } /* 序盤でフェード完了 */
  50% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes float7 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@keyframes float7 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@-webkit-keyframes float8 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(54px);
    transform: translateY(54px);
  }
}
@keyframes float8 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(54px);
    transform: translateY(54px);
  }
}
@-webkit-keyframes float9 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
@keyframes float9 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
@media screen and (max-width: 768px) {
  .sec_page_head_bg .obj-t_01 {
    right: 52%;
    width: 11%;
    top: 11%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .sec_page_head_bg .obj-t_01 svg {
    width: 100%;
  }
  .sec_page_head_bg .obj-t_02 {
    right: 35%;
    width: 16%;
    top: 16%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .sec_page_head_bg .obj-t_02 svg {
    width: 100%;
  }
  .sec_page_head_bg .obj-t_03 {
    width: 35%;
    top: 8%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .sec_page_head_bg .obj-t_03 svg {
    width: 100%;
  }
  @-webkit-keyframes float7 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  @keyframes float7 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  @-webkit-keyframes float8 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(14px);
      transform: translateY(14px);
    }
  }
  @keyframes float8 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(14px);
      transform: translateY(14px);
    }
  }
  @-webkit-keyframes float9 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
  @keyframes float9 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
}

/*------------------------------
下層ヘッダ
-------------------------------*/
.page-head {
  position: relative;
  z-index: 1;
  padding: 240px 0 200px;
}
.page-head .sec-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-head {
    padding: 80px 0 60px;
  }
}

.page-head-s {
  padding: 140px 0 160px;
}
.page-head-s .sec-title .txt-en {
  font-size: 4rem;
  margin-top: 0.4em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-head-s {
    padding: 80px 0 60px;
  }
  .page-head-s .sec-title .txt-en {
    font-size: 3.2rem;
  }
}

.page-head-line2 {
  padding: 140px 0 180px;
}
@media screen and (max-width: 768px) {
  .page-head-line2 {
    padding: 80px 0 60px;
  }
}

/*------------------------------
リスト
-------------------------------*/
ul.disc {
  list-style: disc;
  padding-left: 1.8em;
}

/*------------------------------
パンクズ
-------------------------------*/
.sec-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.sec-breadcrumb ul {
  margin: 0 auto 0;
}
.sec-breadcrumb ul li {
  color: #005930;
  font-size: 1.1rem;
  display: inline-block;
}
.sec-breadcrumb ul li:after {
  content: "ー";
  font-size: 1.2rem;
  margin: 0 0.5em;
  color: #30A338;
}
.sec-breadcrumb ul li:last-child:after {
  display: none;
}
.sec-breadcrumb ul li a {
  color: #707070;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-breadcrumb {
    bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec-breadcrumb {
    position: static;
  }
  .sec-breadcrumb ul {
    padding: 8px 0;
  }
  .sec-breadcrumb ul li {
    font-size: 1.2rem;
  }
  .sec-breadcrumb ul li:after {
    font-size: 1rem;
  }
}

/*------------------------------
ページネーション
-------------------------------*/
.pagenation {
  margin: 60px 0 0;
  text-align: right;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
.pagenation .prev, .pagenation .next {
  display: inline-block;
  width: 30px;
  height: 26px;
  vertical-align: bottom;
}
.pagenation .prev a, .pagenation .next a {
  width: 30px;
  height: 26px;
  display: block;
  text-decoration: none;
  color: #30A338;
}
.pagenation .num {
  display: inline-block;
  vertical-align: middle;
}
.pagenation .num li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 3px;
}
.pagenation .num li a {
  text-decoration: none;
  display: block;
  line-height: 1;
  color: #30A338;
  padding: 4px 12px;
  border: 1px solid #30A338;
  border-radius: 15px;
}
.pagenation .num .current span {
  display: block;
  line-height: 1;
  color: #fff;
  padding: 4px 12px;
  border: 1px solid #30A338;
  background: #30A338;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin: 40px 0 0;
    text-align: center;
  }
  .pagenation .prev, .pagenation .next {
    width: 16px;
    height: 23px;
  }
  .pagenation .prev a, .pagenation .next a {
    width: 16px;
    height: 23px;
  }
  .pagenation .num li {
    margin: 0 2px;
  }
  .pagenation .num li a {
    padding: 4px 9px;
  }
  .pagenation .num .current span {
    padding: 4px 9px;
  }
}

/*------------------------------
見出し
-------------------------------*/
.sec-title {
  color: #005930;
}
.sec-title .jp {
  display: inline-block;
  letter-spacing: 2.4px;
  font-weight: 500;
}
.sec-title .jp:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #30A338;
}
.sec-title .txt-en {
  font-size: 8rem;
  font-weight: 300;
  display: block;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 0.2em;
}
.sec-title .jp-l {
  font-size: 3.5rem;
  display: block;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-title .txt-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-top: 30px;
  }
  .sec-title .txt-en {
    font-size: 4.2rem;
  }
}

.sec-title-jp .txt-en {
  font-size: 1.8rem;
  color: #30A338;
  font-weight: 500;
  display: block;
}
.sec-title-jp .jp {
  font-size: 5rem;
  color: #005930;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-title-jp .jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title-jp .txt-en {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sec-title-jp .jp {
    font-size: 3rem;
  }
}

.midashi-line {
  font-size: 3rem;
  color: #005930;
  font-weight: 700;
}
.midashi-line:before {
  content: "";
  display: inline-block;
  height: 3px;
  background: #30A338;
  width: 17px;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .midashi-line {
    font-size: 2.2rem;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
  }
  .midashi-line:before {
    width: 10px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 50%;
  }
}

/*------------------------------
テーブルレイアウト
-------------------------------*/
.table-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-layout dt {
  border-top: 1px solid #EAEAEA;
  width: 170px;
  color: #7B7B7B;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-layout dd {
  border-top: 1px solid #EAEAEA;
  width: calc(100% - 170px);
  font-size: 1.6rem;
  padding: 25px 0;
}
.table-layout dd a {
  color: #249663;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .table-layout {
    display: block;
  }
  .table-layout dt {
    width: 100%;
    padding: 15px 0 5px;
  }
  .table-layout dd {
    border-top: none;
    width: 100%;
    font-size: 1.4rem;
    padding: 0 0 15px;
  }
}

/*------------------------------
FAQ
-------------------------------*/
.faq-blc {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 18px;
}
.faq-blc .question {
  padding: 1.3em 80px;
  cursor: pointer;
  background: #EEF4F6;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.faq-blc .question:before {
  content: "Q";
  font-size: 2.4rem;
  display: inline-block;
  background: #30A338;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -20px;
}
.faq-blc .question:after {
  content: "＋";
  font-size: 2.4rem;
  display: block;
  color: #30A338;
  font-weight: 400;
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -24px;
}
.faq-blc .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 80px;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
  background: #30A338;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
.faq-blc .answer p {
  padding: 2em 0;
  margin: 0;
}
.faq-blc .answer:before {
  content: "A";
  font-size: 2.4rem;
  display: inline-block;
  background: #fff;
  color: #30A338;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .faq-blc .question {
    padding: 1em 50px 1em 70px;
    font-size: 1.6rem;
  }
  .faq-blc .question:before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .faq-blc .question:after {
    font-size: 2rem;
  }
  .faq-blc .answer {
    padding: 0 20px 0 70px;
  }
  .faq-blc .answer p {
    padding: 1em 0;
  }
  .faq-blc .answer:before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
}

.open .question:after {
  content: "ー";
}
.open .answer {
  max-height: 300px;
}

/*------------------------------
ページ内リンクボタン
-------------------------------*/
.inPageLink {
  position: relative;
}
.inPageLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #EEF4F6;
  border-radius: 40px;
  height: 67px;
}
.inPageLink ul li {
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.inPageLink ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  height: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  color: #30A338;
}
.inPageLink ul li a span {
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
.inPageLink ul li a .num {
  font-size: 1rem;
}
.inPageLink ul li a .num strong {
  font-size: 1.4rem;
}
.inPageLink ul li:hover a {
  color: #fff;
  opacity: 1;
}
.inPageLink ul li.current:not(:hover) a {
  color: #30A338;
  opacity: 1;
}
.inPageLink ul .current a {
  color: #fff;
  opacity: 1;
}
.inPageLink .slide-bg {
  position: absolute;
  bottom: 0;
  height: 67px;
  background: #30A338;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inPageLink .slide-bg:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #30A338;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
}
.inPageLink .link {
  position: absolute;
  right: 0;
  bottom: 1.5em;
}
.inPageLink .list1 {
  width: 258px;
  margin: 0 auto;
}
.inPageLink .list1 li {
  width: 100%;
}
.inPageLink .list3 {
  width: 65%;
}
.inPageLink .list3 li {
  width: 33.3%;
}
.inPageLink .list4 li {
  width: 25%;
}
.inPageLink .cntr {
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .inPageLink .list3 {
    width: 100%;
  }
  .inPageLink .link {
    bottom: -3.5em;
  }
}
@media screen and (max-width: 768px) {
  .inPageLink ul {
    display: block;
    background: none;
    height: inherit;
  }
  .inPageLink ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .inPageLink ul li a {
    padding: 8px 30px;
    height: 56px;
    font-size: 1.5rem;
    background: #30A338 url(../img/cmn/icon-link-w.svg) no-repeat center right 30px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .inPageLink ul li a:after {
    display: none;
  }
  .inPageLink ul li .current {
    background: #30A338 url(../img/cmn/icon-link-w.svg) no-repeat center right 30px;
  }
  .inPageLink .link {
    position: static;
    margin-top: 20px;
  }
  .inPageLink .list1 {
    width: 100%;
  }
  .inPageLink .list1 li {
    width: 100%;
  }
  .inPageLink .list3 {
    width: 100%;
  }
  .inPageLink .list3 li {
    width: 100%;
  }
  .inPageLink .list4 li {
    width: 100%;
  }
  .inPageLink .cntr {
    margin: auto;
  }
  .inPageLink .slide-bg {
    display: none;
  }
}

/*------------------------------
ボタン
-------------------------------*/
.linktxt-arrow {
  position: relative;
}
.linktxt-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 23px;
  margin-top: -11px;
  padding: 3px 9px;
  border-radius: 32px;
  background: #005930 url(../img/cmn/arrow-w.svg) no-repeat center;
}
.linktxt-arrow-txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding-right: 55px;
}
.linktxt-arrow-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 23px;
  margin-top: -11px;
  padding: 3px 9px;
  border-radius: 32px;
  background: #005930 url(../img/cmn/arrow-w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .linktxt-arrow-txt {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 5px;
  }
}

.linktxt-pdf {
  position: relative;
}
.linktxt-pdf:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 23px;
  margin-top: -11px;
  padding: 3px 9px;
  border-radius: 32px;
  background: url(../img/cmn/icon-pdf.svg) no-repeat center;
}
.btn-more a {
  border-radius: 45px;
  background: #005930;
  color: #FFF;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  width: 160px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -3px;
  background: #30A338;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-more a:hover {
  background: #30A338;
  opacity: 1;
}
.btn-more a:hover:after {
  background: #fff;
  width: 15px;
  height: 15px;
  right: 16px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .btn-more a {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.btn-more.cnt a {
  display: block;
  margin: 20px auto 0;
}

.btn-more-wd a {
  width: 210px;
}

.btn-more-wd180 a {
  width: 180px;
}

.btn-more-wd280 a {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .btn-more-wd280 a {
    width: 100%;
    padding: 9px 24px;
  }
}

.btn-more-wd310 a {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .btn-more-wd310 a {
    width: 100%;
    padding: 9px 24px;
  }
}

.btn-more.back a {
  text-align: right;
}
.btn-more.back a:after {
  left: 20px;
  right: inherit;
}
.btn-more.back a:hover:after {
  left: 15px;
  right: inherit;
}

.btn-more.pdf a {
  background: #005930 url(../img/cmn/icon-pdf_w.svg) no-repeat center right 15px;
}
.btn-more.pdf a:after {
  display: none;
}
.btn-more.pdf a:hover {
  background: #30A338 url(../img/cmn/icon-pdf_w.svg) no-repeat center right 15px;
}

.linkbtn-blc {
  text-align: center;
  margin-top: 20px;
}
.linkbtn-blc .btn-more {
  display: inline-block;
  margin: 20px 10px 0;
}
@media screen and (max-width: 768px) {
  .linkbtn-blc .btn-more {
    margin: 10px 10px 0;
    display: block;
  }
}

.inquiry-btn-right {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 2;
}
.inquiry-btn-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 284px;
  padding: 10px 15px 30px 15px;
  border-radius: 16px 0 0 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #005930 url(../img/cmn/arrow-right.svg) no-repeat center bottom 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .inquiry-btn-right {
    top: inherit;
    bottom: 0;
    width: 100%;
  }
  .inquiry-btn-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    background: #005930 url(../img/cmn/arrow-right.svg) no-repeat center right 30px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .inquiry-btn-right a:hover {
    opacity: 1;
  }
}

.obj-t {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .obj-t svg {
    width: 100%;
  }
}

.snap-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------------
 form 
---------------------------*/
.form-flow {
  width: 460px;
  margin: 0 auto 110px;
}
.form-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-flow ul .step-blc {
  width: 130px;
  text-align: center;
}
.form-flow ul .step-blc .txt-en {
  font-size: 1.4rem;
  color: #30A338;
  opacity: 0.5;
}
.form-flow ul .step-blc .txt-en strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.form-flow ul .step-blc .check {
  width: 56px;
  height: 56px;
  background: #EEF4F6;
  border-radius: 100px;
  margin: 5px auto 10px;
  position: relative;
}
.form-flow ul .step-blc .check:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 22px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-flow ul .step-blc .check:after {
  content: "";
  position: absolute;
  left: 56px;
  top: 28px;
  width: 110px;
  height: 3px;
  background: #EEF4F6;
}
.form-flow ul .step-blc .step {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 700;
  opacity: 0.5;
}
.form-flow ul .step-blc:last-child .check:after {
  display: none;
}
.form-flow ul .checked .txt-en {
  opacity: 1;
}
.form-flow ul .checked .check {
  background: #30A338;
}
.form-flow ul .checked .check:after {
  background: #30A338;
}
.form-flow ul .checked .step {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .form-flow {
    width: 280px;
    margin: 0 auto 50px;
  }
  .form-flow ul .step-blc {
    width: 30%;
    text-align: center;
  }
  .form-flow ul .step-blc .txt-en {
    font-size: 1.4rem;
    color: #30A338;
    opacity: 0.5;
  }
  .form-flow ul .step-blc .txt-en strong {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .form-flow ul .step-blc .check {
    width: 40px;
    height: 40px;
  }
  .form-flow ul .step-blc .check:before {
    top: 12px;
    left: 11px;
    width: 18px;
    height: 11px;
  }
  .form-flow ul .step-blc .check:after {
    left: 39px;
    top: 19px;
    width: 66px;
    height: 2px;
  }
  .form-flow ul .step-blc .step {
    font-size: 1.1rem;
  }
  .form-flow ul .checked .txt-en {
    opacity: 1;
  }
  .form-flow ul .checked .check {
    background: #30A338;
  }
  .form-flow ul .checked .check:after {
    background: #30A338;
  }
  .form-flow ul .checked .step {
    opacity: 1;
  }
}

.form-blc .txt-blc {
  text-align: center;
}
.form-blc .txt-blc .lead {
  font-size: 1.8rem;
  font-weight: 700;
}
.form-blc .txt-blc p {
  color: #707070;
  font-size: 1.2rem;
  margin: 2em 0 0;
}
.form-blc .txt-blc p .required {
  color: #E55C32;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  vertical-align: sub;
}
.form-blc table {
  width: 100%;
}
.form-blc table th {
  width: 200px;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: top;
  padding: 0;
  line-height: 1.5;
}
.form-blc table th .required {
  color: #E55C32;
}
.form-blc table th .mini {
  font-size: 1.2rem;
}
.form-blc table td {
  padding: 0.3em 0 40px 0;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.form-blc table td .radio-list {
  margin-top: -3px;
}
.form-blc table td .radio-list li {
  display: inline-block;
  padding: 0 1em 1em 0;
  letter-spacing: 0.04em;
}
.form-blc table td .amendment {
  color: #707070;
  font-size: 1.4rem;
  margin: 0.5em 0 0;
}
.form-blc .agree-blc .txt-pp {
  margin: 2em 0 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form-blc .txt-blc {
    text-align: left;
  }
  .form-blc .txt-blc .lead {
    font-size: 1.5rem;
  }
  .form-blc table {
    width: 100%;
  }
  .form-blc table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 0.5em;
  }
  .form-blc table td {
    display: block;
    padding: 0 0 1.5em 0;
  }
}

.thanks-blc {
  text-align: center;
}
.thanks-blc .lead {
  color: #005930;
  font-size: 3rem;
}
.thanks-blc p {
  font-size: 1.8rem;
  margin: 2em 0 0;
}
@media screen and (max-width: 768px) {
  .thanks-blc .lead {
    font-size: 2rem;
  }
  .thanks-blc p {
    font-size: 1.4rem;
  }
}

input, select, textarea {
  border-radius: 4px;
  background: #f8f9fa;
  border: none;
  font-size: 1.4rem;
  padding: 1.1em 1.5em;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d6d6d6;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d6d6d6;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #d6d6d6;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #d6d6d6;
}

input.width50 {
  width: 49%;
}
input.width50:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  input.width50 {
    width: 100%;
    margin-bottom: 10px;
  }
}

input.width100,
textarea.width100 {
  width: 100%;
}

input.width60 {
  width: 63%;
}

.agree-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .agree-check {
    font-size: 1.6rem;
  }
}

.agree-check-s {
  font-size: 1.2rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.4;
}

.agree-check.center {
  margin: auto;
}

.agree-check:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #30A338;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 6px;
}

.checkbox + label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox:checked {
  background: #30A338;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 3.5px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radioButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #95AAA0;
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 5px;
}

.radioButton:checked {
  border: none;
  background-color: #30A338;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 9999px;
  background-color: #ffffff;
}

.dropdown {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
}

.dropdown select {
  width: 100%;
  margin: 0;
  border-radius: 4px;
  background: #f8f9fa;
  border: none;
  font-size: 1.4rem;
  padding: 1.1em 1.5em;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.dropdown::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 1em;
  margin-top: -12px;
  z-index: 2;
  background: url(../img/cmn/icon-link-btm.svg) no-repeat center;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.form-btn-blc, .form-btn-blc-back {
  position: relative;
  width: 210px;
  margin: 45px auto 0;
}
.form-btn-blc .form-btn, .form-btn-blc-back .form-btn {
  border-radius: 45px;
  background: #005930;
  color: #FFF;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.8;
}
.form-btn-blc:after, .form-btn-blc-back:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background: #30A338;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form-btn-blc:hover .form-btn, .form-btn-blc-back:hover .form-btn {
  background: #30A338;
}
.form-btn-blc:hover:after, .form-btn-blc-back:hover:after {
  background: #fff;
  width: 15px;
  height: 15px;
  right: 15px;
  margin-top: -8px;
}

.form-btn-blc-wrap {
  text-align: center;
  margin-top: 50px;
}
.form-btn-blc-wrap .form-btn-blc {
  display: inline-block;
  margin: 0 10px;
}
.form-btn-blc-wrap .form-btn-blc-back {
  display: inline-block;
  margin: 0 10px;
}
.form-btn-blc-wrap .form-btn-blc-back .form-btn {
  text-align: right;
}
.form-btn-blc-wrap .form-btn-blc-back:after {
  right: inherit;
  left: 20px;
}
.form-btn-blc-wrap .form-btn-blc-back:hover:after {
  right: inherit;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .form-btn-blc-wrap .form-btn-blc {
    display: inline-block;
    margin: 10px 10px 0;
  }
}

.download-blc .lead {
  font-size: 3rem;
  text-align: center;
  color: #005930;
  padding-bottom: 30px;
}
.download-blc table {
  width: 670px;
  margin: 50px auto 0;
}
.download-blc table th {
  font-size: 1.8rem;
  width: 160px;
  text-align: left;
}
.download-blc table .input {
  padding-right: 30px;
}
.download-blc table .btn {
  width: 135px;
}
.download-blc table .btn .form-btn-blc {
  margin: 0;
  width: 135px;
}
@media screen and (max-width: 768px) {
  .download-blc .lead {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .download-blc table {
    width: 90%;
    margin: 30px auto 0;
  }
  .download-blc table th {
    font-size: 1.6rem;
    width: 100%;
    display: block;
    text-align: center;
  }
  .download-blc table .input {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  .download-blc table .btn {
    display: block;
    width: 100%;
  }
  .download-blc table .btn .form-btn-blc {
    margin: 0 auto;
    width: 190px;
  }
}

/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 72px;
  height: 72px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: url("../img/cmn/img-btn-pagetop.svg");
  background-size: 72px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
}
.pagetop a {
  display: block;
  width: 72px;
  height: 72px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 65px;
    right: 14px;
    background: url("../img/cmn/img-btn-pagetop.svg");
    background-size: 40px;
  }
}

/*-------------------------
 アンカーリンク 
---------------------------*/
.anchor {
  padding-top: 80px;
  margin-top: -80px;
  width: 1px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
  position: relative;
}

/*------------------------------
top
-------------------------------*/
.page-top .top-mainimg {
  position: relative;
}
.page-top .top-mainimg .visual {
  width: 100%;
}
.page-top .top-mainimg .visual .intro-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  cursor: default;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-intro {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-intro .rect-left {
  width: 34px;
  height: 144px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-image: url("../img/top/intro-img-frame-l.svg");
  background-size: 100%;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-intro .rect-right {
  width: 34px;
  height: 144px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-image: url("../img/top/intro-img-frame-r.svg");
  background-size: 100%;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-images {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-images .img-frame {
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 90px;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-images .img-frame img {
  vertical-align: top;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-mask-wrap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-mask-wrap .topfv-mask {
  position: relative;
  overflow: hidden;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-mask-wrap .topfv-mask .topfv-mask-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 101px;
  margin-left: -340px;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-video {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.page-top .top-mainimg .visual .intro-wrap .topfv-video .intro-video.video-pc {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-top .top-mainimg .scroll-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  z-index: 1;
  text-align: center;
}
.page-top .top-mainimg .scroll-text .txt-en {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.page-top .top-mainimg .scroll-text .line {
  height: 32px;
  width: 2px;
  background: #fff;
  display: block;
  margin: auto;
  position: relative;
}
.page-top .top-mainimg .scroll-text .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: #30A338;
  -webkit-animation-name: lineAnimation;
  animation-name: lineAnimation;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s; /* アニメーションの長さ */
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; /* 線が伸びる速度 */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; /* 無限ループ */
}
@-webkit-keyframes lineAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 32px; /* 線の最終的な幅 */
  }
}
@keyframes lineAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 32px; /* 線の最終的な幅 */
  }
}
.page-top .top-News {
  padding: 110px 0 120px;
}
.page-top .top-News .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.page-top .top-News .news-inner .inner-l {
  width: 28%;
}
.page-top .top-News .news-inner .inner-l .category-list .filter-button {
  color: #8C8C8C;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  display: block;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
}
.page-top .top-News .news-inner .inner-l .category-list .active {
  color: #005930;
}
.page-top .top-News .news-inner .inner-l .category-list .active:before {
  content: "";
  width: 13px;
  height: 3px;
  background: #005930;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-top .top-News .news-inner .inner-r {
  width: 68%;
}
.page-top .top-News .news-inner .inner-r ul li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-top: 1px solid #F0F0F0;
}
.page-top .top-News .news-inner .inner-r ul li a {
  text-decoration: none;
  display: block;
  padding: 1.4em 0;
}
.page-top .top-News .news-inner .inner-r ul li a dl dt {
  margin-bottom: 0.6em;
}
.page-top .top-News .news-inner .inner-r ul li a dl dt .txt-en {
  color: #535353;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1;
  width: 100px;
  display: inline-block;
}
.page-top .top-News .news-inner .inner-r ul li a dl dt .ico-category {
  border-radius: 15px;
  border: 1px solid #249663;
  padding: 0 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #249663;
  width: 115px;
  display: inline-block;
}
.page-top .top-News .news-inner .inner-r ul li a dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.32px;
  padding: 0 50px 0 0;
}
.page-top .top-News .news-inner .inner-r ul li a dl dd:hover {
  text-decoration: underline;
}
.page-top .top-News .news-inner .inner-r ul li .link-pdf dl dd {
  background: url(../img/cmn/icon-pdf.svg) no-repeat center right;
  background-size: 18px;
}
.page-top .top-News .news-inner .inner-r ul li .link-newwin dl dd {
  background: url(../img/cmn/icon-newwin.svg) no-repeat center right;
  background-size: 18px;
}
.page-top .top-News .news-inner .inner-r ul .show {
  opacity: 1;
}
.page-top .top-Vision {
  height: 100vh;
  width: 100%;
  position: relative;
}
.page-top .top-Vision .vision-blc {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-top .top-Vision .vision-blc .txt-blc {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask {
  display: table;
  position: relative;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .copy {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 166%;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  letter-spacing: 4.5px;
  margin-top: 50px;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .copy span {
  background: linear-gradient(95deg, #005930 0.52%, #39CC43 84.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .txt {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 265%;
  letter-spacing: 2.34px;
  margin-top: 50px;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .vision-copy {
  position: relative;
  display: inline-block;
  -webkit-transition: clip-path 2s cubic-bezier(0.18, 0.06, 0.23, 1) 0.2s, opacity 3s cubic-bezier(0.18, 0.06, 0.23, 1) 0.2s;
  transition: clip-path 2s cubic-bezier(0.18, 0.06, 0.23, 1) 0.2s, opacity 3s cubic-bezier(0.18, 0.06, 0.23, 1) 0.2s;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .slid__open {
  clip-path: inset(0);
  opacity: 1;
}
.page-top .top-Vision .vision-blc .img-blc {
  position: absolute;
  left: 47%;
  top: 0;
  height: 100%;
  width: 53%;
  background: url(../img/top/vision-t2.svg) no-repeat center left;
  background-size: auto 100%;
}
.page-top .top-Vision .vision-blc .img-blc:after {
  content: "";
  display: block;
  width: 19vh;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top/vision-t.svg) no-repeat center left;
  background-size: auto 100%;
}
.page-top .top-Vision .vision-blc .img-blc .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image {
  display: block;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #025930;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image .splide {
  height: 100%;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image .splide .splide__track {
  height: 100%;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image .splide .splide__track .splide__slide {
  height: 100%;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image .splide .splide__track .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  width: 100%;
  height: 100%;
}
.page-top .top-Vision .vision-blc .img-blc .img .masked-image img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;*/
}
.page-top .top-Vision .obj-t_01 {
  position: absolute;
  left: 7%;
  top: 44%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-animation: float1 7s ease-in-out infinite;
  animation: float1 7s ease-in-out infinite;
}
.page-top .top-Vision .obj-t_01 svg {
  opacity: 0.2;
}
.page-top .top-Vision .obj-t_02 {
  position: absolute;
  left: -3%;
  top: 75%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-animation: float2 6s ease-in-out infinite;
  animation: float2 6s ease-in-out infinite;
}
.page-top .top-Vision .obj-t_02 svg {
  opacity: 0.2;
  width: 110px;
}
.page-top .top-Vision .obj-t_03 {
  position: absolute;
  left: 37%;
  top: 85%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-animation: float3 6s ease-in-out infinite;
  animation: float3 6s ease-in-out infinite;
}
.page-top .top-Vision .obj-t_03 svg {
  opacity: 0.2;
  width: 150px;
}
@-webkit-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}
@keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}
@-webkit-keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
}
@keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
}
@-webkit-keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
@keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
.page-top .top-Business {
  padding: 200px 0 0;
}
.page-top .top-Business .sec-inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-top .top-Business .sec-inner .head .left {
  width: 50%;
}
.page-top .top-Business .sec-inner .head .right {
  width: 50%;
}
.page-top .top-Business .sec-inner .head .right .img {
  width: 100%;
}
.page-top .top-Business .sec-inner .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
}
.page-top .top-Business .sec-inner .business-list .business-blc {
  width: 50%;
  position: relative;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 94px 0;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .ico {
  width: 46px;
  height: 45px;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .ico img {
  max-width: 60px;
  max-height: 40px;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .icon-business-01 {
  background: url(../img/business/icon-business-01.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .icon-business-02 {
  background: url(../img/business/icon-business-02.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .icon-business-03 {
  background: url(../img/business/icon-business-03.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .icon-business-04 {
  background: url(../img/business/icon-business-04.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc .head .num {
  width: 50%;
  font-weight: 700;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc {
  width: 43%;
  position: relative;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .business-name {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .business-name span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .business-name span:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc p {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .btn-more {
  font-size: 1.1rem;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .img-blc {
  width: 50%;
}
.page-top .top-Business .sec-inner .business-list .business-blc .data .img-blc img {
  border-radius: 4px;
}
.page-top .top-Business .sec-inner .business-list .business-blc a {
  display: block;
  padding: 55px;
  background: #EEF4F6;
  text-decoration: none;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover {
  opacity: 1;
  background: #30A338;
  color: #fff;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .head .icon-business-01 {
  background: url(../img/business/icon-business-01_w.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .head .icon-business-02 {
  background: url(../img/business/icon-business-02_w.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .head .icon-business-03 {
  background: url(../img/business/icon-business-03_w.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .head .icon-business-04 {
  background: url(../img/business/icon-business-04_w.svg);
  background-size: 100%;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .head .num {
  color: #fff;
}
.page-top .top-Business .sec-inner .business-list .business-blc a:hover .data .txt-blc .business-name span:before {
  background: #fff;
}
.page-top .top-Business .sec-inner .business-list .business-blc .btn-blc {
  position: absolute;
  left: 55px;
  bottom: 60px;
}
.page-top .top-Business .sec-inner .business-list .business-blc .btn-blc a {
  border-radius: 45px;
  background: #005930 url(../img/cmn/arrow-w.svg) no-repeat right 10px center;
  color: #FFF;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 4px 18px;
  width: 100%;
  margin-top: 8px;
}
.page-top .top-Business .sec-inner .business-list .business-blc .btn-blc a:after {
  display: none;
}
.page-top .top-Business .sec-inner .business-list .business-blc .btn-blc a:hover {
  background: #30A338 url(../img/cmn/arrow-w.svg) no-repeat right 10px center;
  opacity: 1;
}
.page-top .top-Business .sec-inner .business-list .business-04 .data .txt-blc p {
  bottom: 75px;
}
.page-top .top-RecruitInfo {
  padding: 170px 0;
  position: relative;
}
.page-top .top-RecruitInfo .sec-inner {
  position: relative;
  z-index: 1;
}
.page-top .top-RecruitInfo .recruitinfo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-l {
  width: 36%;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-l .lead {
  font-size: 2rem;
  margin-top: 1em;
  letter-spacing: 0;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-l p {
  font-size: 1.4rem;
  margin: 1em 0 1em;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-r {
  width: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-r .ph {
  width: 49.6%;
}
.page-top .top-RecruitInfo .recruitinfo-inner .inner-r .ph img {
  border-radius: 4px;
}
.page-top .top-RecruitInfo .obj-t_04 {
  position: absolute;
  left: -30px;
  top: 5%;
  -webkit-filter: blur(7.5px);
  filter: blur(7.5px);
  -webkit-animation: float4 7s ease-in-out infinite;
  animation: float4 7s ease-in-out infinite;
}
.page-top .top-RecruitInfo .obj-t_04 svg {
  opacity: 0.2;
}
.page-top .top-RecruitInfo .obj-t_05 {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-animation: float5 7s ease-in-out infinite;
  animation: float5 7s ease-in-out infinite;
}
.page-top .top-RecruitInfo .obj-t_05 svg {
  opacity: 0.4;
}
.page-top .top-RecruitInfo .obj-t_06 {
  position: absolute;
  left: 36%;
  top: 65%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-animation: float6 7s ease-in-out infinite;
  animation: float6 7s ease-in-out infinite;
}
.page-top .top-RecruitInfo .obj-t_06 svg {
  opacity: 0.2;
  width: 130px;
}
@-webkit-keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@-webkit-keyframes float5 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(74px);
    transform: translateY(74px);
  }
}
@keyframes float5 {
  0%, 100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(74px);
    transform: translateY(74px);
  }
}
@-webkit-keyframes float6 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
@keyframes float6 {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
.page-top .top-Contact {
  padding-bottom: 120px;
}
.page-top .top-Contact .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}
.page-top .top-Contact .contact-list .contact-blc {
  width: 49%;
}
.page-top .top-Contact .contact-list .contact-blc a {
  text-decoration: none;
  display: block;
  border-radius: 4px;
  background: #EEF4F6;
  padding: 40px 48px 48px;
}
.page-top .top-Contact .contact-list .contact-blc a .txt .contact-name {
  color: #005930;
  font-size: 2.8rem;
  font-weight: 500;
}
.page-top .top-Contact .contact-list .contact-blc a .txt .contact-name:before {
  content: "";
  width: 13px;
  height: 3px;
  display: inline-block;
  background: #005930;
  vertical-align: middle;
  margin-right: 10px;
}
.page-top .top-Contact .contact-list .contact-blc a .txt .contact-name .txt-en {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1.3;
}
.page-top .top-Contact .contact-list .contact-blc a .txt p {
  font-size: 1.4rem;
}
.page-top .top-Contact .contact-list .contact-blc a .linktxt-arrow:after {
  top: 1.8em;
}
.page-top .top-Contact .contact-list .contact-blc a .img {
  margin-top: 30px;
}
.page-top .top-Contact .contact-list .contact-blc a .img img {
  border-radius: 4px;
  vertical-align: top;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-top .top-Business .sec-inner .head .left {
    width: 57%;
  }
  .page-top .top-Business .sec-inner .head .right {
    width: 43%;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head {
    padding: 10px 0 25px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head .ico img {
    max-width: 60px;
    max-height: 40px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head .num {
    width: 50%;
    font-weight: 700;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data {
    display: block;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc {
    width: 100%;
    position: relative;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc p {
    position: static;
    margin: 1em 0;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .btn-more {
    font-size: 1.1rem;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .img-blc {
    width: 100%;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc a {
    padding: 18px;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 a {
    padding-bottom: 85px;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 .btn-blc {
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 .btn-blc .btn-more {
    padding: 0 18px;
  }
  .page-top .top-RecruitInfo .sec-inner {
    z-index: 2;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner .inner-l {
    width: 51%;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner .inner-r {
    width: 48%;
  }
  .page-top .top-Contact .contact-list .contact-blc a {
    padding: 30px 20px 38px;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt .contact-name {
    font-size: 2.2rem;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt p {
    font-size: 1.3rem;
  }
  .page-top .top-Contact .contact-list .contact-blc a .linktxt-arrow:after {
    top: 3.8em;
  }
}
@media screen and (max-width: 768px) {
  .page-top .top-mainimg .visual .intro-wrap {
    height: 142vw;
  }
  .page-top .top-mainimg .visual .intro-wrap .topfv-title {
    margin-top: 70px;
    margin-left: -140px;
    width: 280px;
  }
  .page-top .top-mainimg .visual .intro-wrap .topfv-title img {
    width: 100%;
  }
  .page-top .top-mainimg .visual .intro-wrap .topfv-video {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
  .page-top .top-mainimg .visual .intro-wrap .topfv-video .intro-video {
    width: 100%;
    height: 100%;
  }
  .page-top .top-mainimg .scroll-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    margin-left: -50px;
    z-index: 1;
    text-align: center;
  }
  .page-top .top-mainimg .scroll-text .txt-en {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  .page-top .top-mainimg .scroll-text .line {
    height: 32px;
    width: 2px;
    background: #fff;
    display: block;
    margin: auto;
    position: relative;
  }
  .page-top .top-mainimg .scroll-text .line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    background: #30A338;
    -webkit-animation-name: lineAnimation;
    animation-name: lineAnimation;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s; /* アニメーションの長さ */
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; /* 線が伸びる速度 */
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; /* 無限ループ */
  }
  @-webkit-keyframes lineAnimation {
    0% {
      height: 0;
    }
    100% {
      height: 32px; /* 線の最終的な幅 */
    }
  }
  @keyframes lineAnimation {
    0% {
      height: 0;
    }
    100% {
      height: 32px; /* 線の最終的な幅 */
    }
  }
  .page-top .sec-title {
    margin: 40px 0 0;
  }
  .page-top .sec-title .txt-en {
    font-size: 4.7rem;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 3px;
  }
  .page-top .sec-title .jp-mini {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .page-top .top-News {
    padding: 30px 0 60px;
  }
  .page-top .top-News .news-inner {
    display: block;
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
  }
  .page-top .top-News .news-inner .inner-l {
    width: 100%;
  }
  .page-top .top-News .news-inner .inner-l .category-list .filter-button {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    border-bottom: 2px solid #D7D7D7;
    padding: 0.5em;
  }
  .page-top .top-News .news-inner .inner-l .category-list .filter-button:before {
    display: none;
  }
  .page-top .top-News .news-inner .inner-l .category-list .active {
    border-bottom: 2px solid #005930;
  }
  .page-top .top-News .news-inner .inner-l .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-top .top-News .news-inner .inner-r {
    width: 100%;
  }
  .page-top .top-News .news-inner .inner-r ul {
    margin-top: 30px;
  }
  .page-top .top-News .news-inner .inner-r ul li a dl dt .txt-en {
    font-size: 1.2rem;
  }
  .page-top .top-News .news-inner .inner-r ul li a dl dt .ico-category {
    font-size: 1.1rem;
  }
  .page-top .top-News .news-inner .inner-r ul li a dl dd {
    font-size: 1.3rem;
  }
  .page-top .top-Vision {
    height: inherit;
    position: relative;
  }
  .page-top .top-Vision .vision-blc {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-top .top-Vision .vision-blc .txt-blc {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .page-top .top-Vision .vision-blc .txt-blc .sec-title {
    padding-bottom: 87%;
  }
  .page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .copy {
    font-size: 3.4rem;
    margin-top: 50px;
  }
  .page-top .top-Vision .vision-blc .txt-blc .gradient-text-mask .txt {
    font-size: 1.6rem;
    margin-top: 50px;
  }
  .page-top .top-Vision .vision-blc .img-blc {
    left: 15%;
    top: 150px;
    height: 70vw;
    width: 85%;
    background: url(../img/top/vision-t2.svg) no-repeat center left;
    background-size: auto 100%;
  }
  .page-top .top-Vision .vision-blc .img-blc:after {
    content: "";
    display: block;
    width: 19vh;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: url(../img/top/vision-t.svg) no-repeat center left;
    background-size: auto 100%;
  }
  .page-top .top-Vision .obj-t_01 {
    left: 0;
    top: 30%;
    width: 30%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .page-top .top-Vision .obj-t_01 svg {
    width: 100%;
  }
  .page-top .top-Vision .obj-t_02 {
    left: 22%;
    top: 73%;
    width: 30%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .page-top .top-Vision .obj-t_02 svg {
    width: 100%;
  }
  .page-top .top-Vision .obj-t_03 {
    position: absolute;
    left: 69%;
    top: 59%;
    width: 18%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .page-top .top-Vision .obj-t_03 svg {
    width: 100%;
  }
  @-webkit-keyframes float1 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
    }
  }
  @keyframes float1 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
    }
  }
  @-webkit-keyframes float2 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(44px);
      transform: translateY(44px);
    }
  }
  @keyframes float2 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(44px);
      transform: translateY(44px);
    }
  }
  @-webkit-keyframes float3 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
  @keyframes float3 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
  .page-top .top-Business {
    padding: 21vw 0 0;
    overflow: hidden;
  }
  .page-top .top-Business .sec-inner .head {
    display: block;
    position: relative;
  }
  .page-top .top-Business .sec-inner .head .left {
    width: 100%;
  }
  .page-top .top-Business .sec-inner .head .right {
    width: 100%;
    position: absolute;
    right: -10%;
    bottom: 148px;
    width: 75%;
  }
  .page-top .top-Business .sec-inner .head .right .img {
    width: 100%;
  }
  .page-top .top-Business .sec-inner .head .btn-more a {
    margin-top: 0;
  }
  .page-top .top-Business .sec-inner .business-list {
    display: block;
    margin-top: 65px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc {
    width: 100%;
    margin-top: 10px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head {
    padding: 10px 0 25px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head .ico img {
    max-width: 60px;
    max-height: 40px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .head .num {
    width: 50%;
    font-weight: 700;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data {
    display: block;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc {
    width: 100%;
    position: relative;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc p {
    position: static;
    margin: 1em 0;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .txt-blc .btn-more {
    font-size: 1.1rem;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc .data .img-blc {
    width: 100%;
  }
  .page-top .top-Business .sec-inner .business-list .business-blc a {
    padding: 18px;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 a {
    padding-bottom: 85px;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 .btn-blc {
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .page-top .top-Business .sec-inner .business-list .business-04 .btn-blc .btn-more {
    padding: 0 18px;
  }
  .page-top .top-RecruitInfo {
    padding: 60px 0;
    position: relative;
  }
  .page-top .top-RecruitInfo .sec-inner {
    width: 100%;
    z-index: 2;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner .inner-l {
    width: 90%;
    margin: 0 auto;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner .inner-l .lead {
    font-weight: 500;
    line-height: 1.6;
  }
  .page-top .top-RecruitInfo .recruitinfo-inner .inner-r {
    width: 100%;
    margin-top: 50px;
  }
  .page-top .top-RecruitInfo .obj-t_04 {
    left: -12%;
    top: 12%;
    width: 35%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .page-top .top-RecruitInfo .obj-t_04 svg {
    width: 100%;
  }
  .page-top .top-RecruitInfo .obj-t_05 {
    right: 0;
    top: 0;
    width: 48%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .page-top .top-RecruitInfo .obj-t_05 svg {
    width: 100%;
  }
  .page-top .top-RecruitInfo .obj-t_06 {
    left: 31%;
    top: 42%;
    width: 23%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .page-top .top-RecruitInfo .obj-t_06 svg {
    width: 100%;
  }
  @-webkit-keyframes float4 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
    }
  }
  @keyframes float4 {
    0%, 100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
    }
  }
  @-webkit-keyframes float5 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(44px);
      transform: translateY(44px);
    }
  }
  @keyframes float5 {
    0%, 100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    50% {
      -webkit-transform: translateY(44px);
      transform: translateY(44px);
    }
  }
  @-webkit-keyframes float6 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
  @keyframes float6 {
    0%, 100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(-26px);
      transform: translateY(-26px);
    }
  }
  .page-top .top-Contact {
    padding-bottom: 0;
  }
  .page-top .top-Contact .contact-list {
    display: block;
    margin-top: 40px;
  }
  .page-top .top-Contact .contact-list .contact-blc {
    width: 100%;
    margin-top: 10px;
  }
  .page-top .top-Contact .contact-list .contact-blc a {
    text-decoration: none;
    display: block;
    border-radius: 4px;
    background: #EEF4F6;
    padding: 20px 18px 20px;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt .contact-name {
    color: #005930;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 20px;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt .contact-name:before {
    content: "";
    width: 13px;
    height: 3px;
    display: inline-block;
    background: #005930;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0.8em;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt .contact-name .txt-en {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    line-height: 1.3;
    margin-top: 10px;
    margin-left: -20px;
  }
  .page-top .top-Contact .contact-list .contact-blc a .txt p {
    font-size: 1.4rem;
  }
  .page-top .top-Contact .contact-list .contact-blc a .img {
    margin-top: 10px;
  }
}

/*------------------------------
OUR BUSINESS
-------------------------------*/
.page-business .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E2E9A8), color-stop(9.52%, #F0F6C3), color-stop(72.89%, rgba(248, 250, 235, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #E2E9A8 0%, #F0F6C3 9.52%, rgba(248, 250, 235, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-business .sec-business-detail .business-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 180px;
}
.page-business .sec-business-detail .business-blc .inner-l {
  width: 285px;
}
.page-business .sec-business-detail .business-blc .inner-l .business-midashi {
  position: sticky;
  top: 120px;
}
.page-business .sec-business-detail .business-blc .inner-l .num {
  color: #30A338;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.page-business .sec-business-detail .business-blc .inner-l .icon {
  margin: 30px 0 10px;
}
.page-business .sec-business-detail .business-blc .inner-l .name {
  color: #005930;
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
.page-business .sec-business-detail .business-blc .inner-l .name span {
  display: inline-block;
  border-bottom: 2px solid #30A338;
  line-height: 1.2;
}
.page-business .sec-business-detail .business-blc .inner-r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 90px;
}
.page-business .sec-business-detail .business-blc .inner-r .business-tit {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 20px;
}
.page-business .sec-business-detail .business-blc .inner-r .business-tit .tit {
  font-size: 5rem;
  font-weight: 500;
  color: #005930;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 10px;
}
.page-business .sec-business-detail .business-blc .inner-r .business-tit .tit span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.page-business .sec-business-detail .business-blc .inner-r .business-tit p {
  font-size: 1.8rem;
}
.page-business .sec-business-detail .business-blc .inner-r .blc {
  margin-top: 70px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left {
  width: 40%;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left .name {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 1em;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left .address {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: url(../img/business/icon-address.svg) no-repeat center left;
  padding-left: 12px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .right {
  width: 58%;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .right img {
  border-radius: 4px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .icon {
  width: 126px;
  background: #EEF4F6;
  border-radius: 4px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .icon img {
  vertical-align: top;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 45px;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt .name {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt p {
  font-size: 1.4rem;
}
.page-business .sec-business-detail .business-blc .inner-r .blc .btn-blc {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-business .sec-business-detail .business-blc .inner-r {
    padding-left: 40px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic {
    display: block;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left {
    width: 100%;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .right {
    width: 100%;
    margin-top: 1em;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .icon {
    width: 60px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-business .sec-business-detail .business-blc {
    display: block;
    margin-top: 30px;
  }
  .page-business .sec-business-detail .business-blc .inner-l {
    width: 100%;
    padding-top: 0;
  }
  .page-business .sec-business-detail .business-blc .inner-l .num {
    color: #30A338;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .page-business .sec-business-detail .business-blc .inner-l .icon {
    margin: 0;
    width: 90px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
  }
  .page-business .sec-business-detail .business-blc .inner-l .icon img {
    vertical-align: top;
  }
  .page-business .sec-business-detail .business-blc .inner-l .name {
    width: calc(100% - 111px);
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 1.8rem;
  }
  .page-business .sec-business-detail .business-blc .inner-r {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .page-business .sec-business-detail .business-blc .inner-r .business-tit {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .business-tit .tit {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    padding-bottom: 0;
  }
  .page-business .sec-business-detail .business-blc .inner-r .business-tit .tit span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
  .page-business .sec-business-detail .business-blc .inner-r .business-tit p {
    font-size: 1.6rem;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc {
    margin-top: 30px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 60px;
    position: relative;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left {
    width: 100%;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left .name {
    padding-bottom: 0.5em;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .left .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-txt-pic .right {
    width: 100%;
    margin-top: 20px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .icon {
    width: 70px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt {
    padding-left: 20px;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .blc-iconlist .txt .name {
    line-height: 1;
  }
  .page-business .sec-business-detail .business-blc .inner-r .blc .btn-blc {
    margin-top: 40px;
  }
}

/*------------------------------
PROPERTY INFORMATION
-------------------------------*/
.page-propertyinfo .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#CCD4F1), color-stop(9.52%, #DFE5FA), color-stop(72.89%, rgba(241, 242, 250, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #CCD4F1 0%, #DFE5FA 9.52%, rgba(241, 242, 250, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-propertyinfo .sec-propertyinfo .propertyinfo_title {
  padding-bottom: 80px;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo_title .date {
  color: #707070;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo_title .date .txt-en {
  font-size: 1.4rem;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo_title .date strong {
  font-weight: 700;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc {
  padding: 100px 0 60px;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc {
  width: 32%;
  margin-top: 26px;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a {
  display: block;
  text-decoration: none;
  padding: 32px;
  background: #EEF4F6;
  border-radius: 4px;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .name {
  font-size: 1.6rem;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .data {
  margin-top: 1em;
  padding-top: 0.8em;
  border-top: 1px solid #D0DCE0;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .data .price {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .data p {
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .data .img {
  margin-top: 2em;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a .data .img img {
  border-radius: 4px;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a:hover {
  background: #30A338;
  color: #fff;
  opacity: 1;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a:hover .data p {
  color: #fff;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list-none p {
  font-size: 1.8rem;
}
.page-propertyinfo .sec-propertyinfo .propertyinfo-blc .btn-more {
  margin-top: 60px;
}
.page-propertyinfo .sec-propertyinfo-detail .head {
  position: relative;
}
.page-propertyinfo .sec-propertyinfo-detail .head .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #707070;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-propertyinfo .sec-propertyinfo-detail .head .date .txt-en {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc {
  margin-top: 55px;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data {
  width: 46%;
  border-top: 1px solid #D7D7D7;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data .price {
  margin: 1em 0;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data .price strong {
  font-size: 2.6rem;
  font-weight: 500;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data p {
  font-size: 1.6rem;
  margin: 0;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data p span {
  font-size: 1.4rem;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data .txt {
  font-size: 1.4rem;
  border-top: 1px solid #D7D7D7;
  margin-top: 1.5em;
  padding-top: 2em;
  letter-spacing: 0.06em;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .img {
  width: 49%;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .img img {
  width: 100%;
  border-radius: 4px;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .map {
  margin-top: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc {
  max-width: 726px;
  width: 90%;
  margin: 80px auto 0;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 38px 45px;
  border-radius: 4px;
  background: linear-gradient(145deg, #e8f5e8 20.09%, #e8eaf0 65.85%);
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .txt {
  width: 40%;
  font-size: 2rem;
  color: #005930;
  font-weight: 700;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .linktxt-arrow:after {
  position: static;
  display: block;
  margin-top: 1em;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .img {
  width: 54%;
}
.page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .img img {
  border-radius: 4px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc {
  padding: 60px 0 30px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow {
  max-width: 860px;
  margin: 50px auto 0;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow:before {
  content: "";
  display: block;
  background: #D7D7D7;
  height: 2px;
  width: 76%;
  margin: 0 auto 17px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li {
  width: 23.5%;
  text-align: center;
  background: #EEF4F6;
  border-radius: 4px;
  line-height: 1.2;
  padding: 30px 0;
  position: relative;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -26px;
  background: #30A338;
  height: 16px;
  width: 16px;
  border: 4px solid #EEF4F6;
  border-radius: 30px;
  margin-left: -8px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .txt-en {
  font-size: 1.4rem;
  font-weight: 500;
  color: #30A338;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .txt-en .num {
  font-size: 1.8rem;
  display: block;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .step {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow p {
  font-size: 1.4rem;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .faq-list {
  max-width: 860px;
  margin: 50px auto 0;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc {
  max-width: 860px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .contact-link {
  width: 48.5%;
  background: #EEF4F6;
  border-radius: 4px;
  padding: 20px 30px 150px 30px;
  font-size: 2rem;
  color: #005930;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .contact-link .txt-en {
  font-size: 1.2rem;
  font-weight: 600;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .contact-link .txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .linktxt-arrow:after {
  right: 30px;
  bottom: 30px;
  top: inherit;
}
@media screen and (max-width: 768px) {
  .page-propertyinfo .sec-propertyinfo .propertyinfo_title {
    padding-bottom: 40px;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo_title .date {
    color: #707070;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo_title .date .txt-en {
    font-size: 1.4rem;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo_title .date strong {
    font-weight: 700;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc {
    padding: 50px 0 30px;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list {
    display: block;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc {
    width: 100%;
    margin-top: 15px;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list .blc a {
    padding: 20px;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .propertyinfo-list-none p {
    font-size: 1.5rem;
  }
  .page-propertyinfo .sec-propertyinfo .propertyinfo-blc .btn-more {
    margin-top: 30px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .head {
    position: relative;
  }
  .page-propertyinfo .sec-propertyinfo-detail .head .sec-title {
    margin-top: 0;
  }
  .page-propertyinfo .sec-propertyinfo-detail .head .date {
    position: static;
    margin-top: 10px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc {
    margin-top: 30px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc {
    display: block;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .data {
    width: 100%;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .blc .img {
    width: 100%;
    margin-top: 20px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .map {
    margin-top: 30px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc {
    width: 100%;
    margin: 30px auto 0;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a {
    display: block;
    padding: 20px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .linktxt-arrow:after {
    position: absolute;
    top: -7px;
  }
  .page-propertyinfo .sec-propertyinfo-detail .propertyinfo-blc .contact-blc a .img {
    width: 100%;
    margin-top: 20px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc {
    padding: 40px 0 30px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow {
    max-width: 860px;
    margin: 30px auto 0;
    position: relative;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow:before {
    height: 190px;
    width: 2px;
    margin: 0;
    position: absolute;
    left: 7px;
    top: 25px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul {
    display: block;
    width: 92%;
    margin: 0 0 0 auto;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    margin-top: 10px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li:before {
    left: -28px;
    top: 50%;
    margin-left: 0;
    margin-top: -8px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .txt-en {
    font-size: 1.3rem;
    display: inline-block;
    width: 70px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .txt-en .num {
    font-size: 1.6rem;
    display: inline-block;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow ul li .step {
    font-size: 1.6rem;
    margin-top: 0;
    display: inline-block;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .flow p {
    font-size: 1.4rem;
    margin-top: 2em;
    letter-spacing: 0.05em;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .faq-list {
    margin: 30px auto 0;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc {
    margin: 30px auto 0;
    display: block;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .contact-link {
    display: block;
    margin-top: 10px;
    width: 100%;
    padding: 20px;
    font-size: 1.8rem;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .contact-link .txt {
    position: static;
    left: 30px;
    bottom: 30px;
  }
  .page-propertyinfo .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .contact-blc .linktxt-arrow:after {
    right: 30px;
    bottom: 30px;
    top: inherit;
  }
}

.page-propertyinfo-form {
  background: #EEF4F6;
}
.page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .links {
  margin-top: 2.5em;
}
.page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .links .link {
  margin-top: 0.8em;
}
.page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .form-inner {
  background: #fff;
  padding: 88px 117px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .links {
    margin-top: 2.5em;
  }
  .page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .links .link {
    margin-top: 0.8em;
  }
  .page-propertyinfo-form .sec-propertyinfo-inquiry .propertyinfo-inquiry-blc .form-inner {
    padding: 20px;
    margin-top: 30px;
  }
}

/*------------------------------
NEWS
-------------------------------*/
.page-news .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#C1EBF7), color-stop(9.52%, #D9F0F7), color-stop(72.89%, rgba(242, 246, 248, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #C1EBF7 0%, #D9F0F7 9.52%, rgba(242, 246, 248, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-news .sec-NewsList .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-news .sec-NewsList .news-inner .inner-l {
  width: 27%;
}
.page-news .sec-NewsList .news-inner .inner-l .category-list .filter-button a {
  color: #8C8C8C;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.page-news .sec-NewsList .news-inner .inner-l .category-list .active a {
  color: #005930;
}
.page-news .sec-NewsList .news-inner .inner-l .category-list .active a:before {
  content: "";
  width: 13px;
  height: 3px;
  background: #005930;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-news .sec-NewsList .news-inner .inner-r {
  width: 73%;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li {
  border-top: 1px solid #F0F0F0;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a {
  text-decoration: none;
  display: block;
  padding: 1.4em 0;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dt {
  margin-bottom: 0.6em;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dt .txt-en {
  color: #535353;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1;
  width: 100px;
  display: inline-block;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dt .ico-category {
  border-radius: 15px;
  border: 1px solid #249663;
  padding: 0 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #249663;
  width: 115px;
  display: inline-block;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.32px;
  padding: 0 50px 0 0;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dd:hover {
  text-decoration: underline;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li .link-pdf dl dd {
  background: url(../img/cmn/icon-pdf.svg) no-repeat center right;
  background-size: 18px;
}
.page-news .sec-NewsList .news-inner .inner-r .blc-News-list li .link-newwin dl dd {
  background: url(../img/cmn/icon-newwin.svg) no-repeat center right;
  background-size: 18px;
}
.page-news .sec-NewsDetail .news-title {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 40px;
}
.page-news .sec-NewsDetail .news-title .info {
  margin-bottom: 15px;
}
.page-news .sec-NewsDetail .news-title .info .txt-en {
  color: #535353;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1;
  width: 100px;
  display: inline-block;
}
.page-news .sec-NewsDetail .news-title .info .ico-category {
  border-radius: 15px;
  border: 1px solid #249663;
  padding: 0 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #249663;
  width: 115px;
  display: inline-block;
  margin-right: 15px;
}
.page-news .sec-NewsDetail .news-title .title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 4.2px;
}
.page-news .sec-NewsDetail .news-detailcontents {
  padding-top: 30px;
}
.page-news .sec-NewsDetail .news-detailcontents p {
  margin-bottom: 1.5em;
}
.page-news .sec-NewsDetail .btn-more {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-news .sec-NewsList .news-inner {
    display: block;
  }
  .page-news .sec-NewsList .news-inner .inner-l {
    width: 100%;
  }
  .page-news .sec-NewsList .news-inner .inner-l .category-list .filter-button {
    display: inline-block;
  }
  .page-news .sec-NewsList .news-inner .inner-l .category-list .filter-button a {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    border-bottom: 2px solid #D7D7D7;
    padding: 0.5em;
  }
  .page-news .sec-NewsList .news-inner .inner-l .category-list .active a {
    border-bottom: 2px solid #005930;
  }
  .page-news .sec-NewsList .news-inner .inner-l .category-list .active a:before {
    display: none;
  }
  .page-news .sec-NewsList .news-inner .inner-r {
    width: 100%;
  }
  .page-news .sec-NewsList .news-inner .inner-r .blc-News-list {
    margin-top: 20px;
  }
  .page-news .sec-NewsList .news-inner .inner-r .blc-News-list li {
    border-top: 1px solid #F0F0F0;
  }
  .page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a {
    text-decoration: none;
    display: block;
    padding: 1.4em 0;
  }
  .page-news .sec-NewsList .news-inner .inner-r .blc-News-list li a dl dt .ico-category {
    font-size: 1.1rem;
  }
  .page-news .sec-NewsDetail {
    z-index: 2;
  }
  .page-news .sec-NewsDetail .news-title {
    padding-bottom: 20px;
  }
  .page-news .sec-NewsDetail .news-title .info .ico-category {
    font-size: 1.1rem;
  }
  .page-news .sec-NewsDetail .news-title .title {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .page-news .sec-NewsDetail .news-detailcontents {
    padding-top: 20px;
  }
  .page-news .sec-NewsDetail .btn-more {
    margin-top: 50px;
  }
}

/*------------------------------
COMPANY
-------------------------------*/
.page-company .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#BEEDDA), color-stop(9.52%, #D9F9EC), color-stop(72.89%, rgba(239, 252, 241, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #BEEDDA 0%, #D9F9EC 9.52%, rgba(239, 252, 241, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-company .sec-company .company-topmessage {
  margin-top: 100px;
}
.page-company .sec-company .company-topmessage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.page-company .sec-company .company-topmessage .inner .img {
  width: 42%;
}
.page-company .sec-company .company-topmessage .inner .img img {
  width: 100%;
  border-radius: 4px;
}
.page-company .sec-company .company-topmessage .inner .txt {
  width: 50%;
  font-weight: 500;
}
.page-company .sec-company .company-topmessage .inner .txt .lead {
  font-size: 3rem;
  color: #005930;
  margin-top: -0.5em;
}
.page-company .sec-company .company-topmessage .inner .txt p {
  font-size: 1.8rem;
  width: 95%;
  line-height: 2;
  margin: 1.4em 0 0;
}
.page-company .sec-company .company-topmessage .inner .txt .sign {
  margin-top: 2em;
}
.page-company .sec-company .company-topmessage .inner .txt .sign .position {
  font-size: 1.4rem;
  color: #30A338;
}
.page-company .sec-company .company-topmessage .inner .txt .sign .name {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.page-company .sec-company .company-blc {
  margin-top: 100px;
}
.page-company .sec-company .company-blc .inner {
  max-width: 760px;
  margin: 70px auto 0;
}
.page-company .sec-company .company-blc .inner .table-layout dt {
  position: relative;
}
.page-company .sec-company .company-blc .inner .table-layout dt:before {
  content: "";
  display: block;
  background: #30A338;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 10%;
}
.page-company .sec-company .company-blc .inner .history-blc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.page-company .sec-company .company-blc .inner .history-blc:before {
  content: "";
  display: block;
  background: #e0e0e0;
  width: 1px;
  height: calc(100% - 1em);
  position: absolute;
  left: 81px;
  top: 0.6em;
}
.page-company .sec-company .company-blc .inner .history-blc dt {
  width: 110px;
  color: #7B7B7B;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0;
  line-height: 1.2;
  position: relative;
}
.page-company .sec-company .company-blc .inner .history-blc dt:after {
  content: "";
  display: block;
  background: #30A338;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  position: absolute;
  right: 24px;
  top: 0.4em;
}
.page-company .sec-company .company-blc .inner .history-blc dt:nth-last-child(2) {
  position: relative;
}
.page-company .sec-company .company-blc .inner .history-blc dt:nth-last-child(2):before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.page-company .sec-company .company-blc .inner .history-blc dt:nth-last-child(2) span {
  position: relative;
}
.page-company .sec-company .company-blc .inner .history-blc dd {
  width: calc(100% - 110px);
  font-size: 1.6rem;
  padding: 0 0 30px;
}
.page-company .sec-company .company-blc .inner .history-blc dd .date {
  color: #7B7B7B;
  font-size: 1.4rem;
}
.page-company .sec-company .company-blc .inner .history-blc dd p {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  .page-company .sec-company .company-blc .inner .history-blc {
    display: block;
  }
  .page-company .sec-company .company-blc .inner .history-blc dt {
    width: 100%;
    padding: 15px 0 5px;
  }
  .page-company .sec-company .company-blc .inner .history-blc dd {
    border-top: none;
    width: 100%;
    font-size: 1.3rem;
    padding: 0 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-company .sec-company .company-topmessage .inner .txt .lead {
    font-size: 2.2rem;
  }
  .page-company .sec-company .company-topmessage .inner .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-company .sec-company .company-topmessage {
    margin-top: 30px;
  }
  .page-company .sec-company .company-topmessage .inner {
    margin-top: 30px;
  }
  .page-company .sec-company .company-topmessage .inner .img {
    width: 100%;
  }
  .page-company .sec-company .company-topmessage .inner .txt {
    width: 100%;
    margin-top: 30px;
  }
  .page-company .sec-company .company-topmessage .inner .txt .lead {
    font-size: 2.1rem;
    margin-top: 0;
  }
  .page-company .sec-company .company-topmessage .inner .txt p {
    font-size: 1.5rem;
    width: 100%;
  }
  .page-company .sec-company .company-blc {
    margin-top: 60px;
  }
  .page-company .sec-company .company-blc .inner {
    margin: 30px auto 0;
  }
  .page-company .sec-company .company-blc .inner .history-blc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .page-company .sec-company .company-blc .inner .history-blc:before {
    content: "";
    display: block;
    background: #e0e0e0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 81px;
    top: 0.6em;
  }
  .page-company .sec-company .company-blc .inner .history-blc dt {
    width: 110px;
    color: #7B7B7B;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
    position: relative;
  }
  .page-company .sec-company .company-blc .inner .history-blc dt:after {
    content: "";
    display: block;
    background: #30A338;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    position: absolute;
    right: 24px;
    top: 0.4em;
  }
  .page-company .sec-company .company-blc .inner .history-blc dd {
    width: calc(100% - 110px);
    font-size: 1.4rem;
    padding: 0 0 30px;
  }
  .page-company .sec-company .company-blc .inner .history-blc dd .date {
    color: #7B7B7B;
    font-size: 1.4rem;
  }
  .page-company .sec-company .company-blc .inner .history-blc dd p {
    margin: 0 0 1em 0;
  }
}

/*------------------------------
SUSTAINABILITY
-------------------------------*/
.page-sustainability .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#D0EDB8), color-stop(9.52%, #DFF6CC), color-stop(72.89%, rgba(240, 249, 233, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #D0EDB8 0%, #DFF6CC 9.52%, rgba(240, 249, 233, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-sustainability .sec-sustainability .lead-blc {
  text-align: center;
  font-weight: 500;
  padding-bottom: 130px;
}
.page-sustainability .sec-sustainability .lead-blc .lead {
  font-size: 3rem;
  color: #005930;
  margin-top: -0.5em;
}
.page-sustainability .sec-sustainability .lead-blc p {
  font-size: 1.8rem;
  width: 95%;
  line-height: 2;
  margin: 1.4em 0 0;
}
.page-sustainability .sec-sustainability .sustainability-blc {
  padding-top: 130px;
}
.page-sustainability .sec-sustainability .sustainability-blc .sdgs {
  width: 85%;
  margin: auto;
  display: block;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc {
  background: #EEF4F6;
  border-radius: 4px;
  padding: 30px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc {
  padding: 33px 38px 130px;
  width: 33.3%;
  position: relative;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  color: #005930;
  border-bottom: 1px solid #D0DCE0;
  padding-bottom: 0.3em;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .title span {
  font-size: 1.8rem;
  color: #30A338;
  font-weight: 500;
  display: block;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 38px 33px;
}
.page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .icons img {
  width: 31.5%;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc {
  width: 31%;
  margin-top: 70px;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .icons {
  margin-bottom: 13px;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .icons img {
  width: 23.5%;
  margin-right: 2%;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .icons img:last-child {
  margin-right: 0;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .img img {
  border-radius: 4px;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .title {
  font-size: 1.8rem;
  margin: 0.5em 0 0;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0.7em 0 0;
}
.page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc p a {
  color: #707070;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 40px;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl {
  margin-top: 30px;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dt {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dt:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #30A338;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 15px;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dd {
  font-size: 1.4rem;
  margin-top: 5px;
}
.page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dd a {
  color: #707070;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link {
  max-width: 726px;
  width: 90%;
  margin: 60px auto 0;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 38px 45px;
  border-radius: 4px;
  background: linear-gradient(145deg, #e8f5e8 20.09%, #e8eaf0 65.85%);
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a .txt {
  width: 45%;
  font-size: 1.5rem;
  color: #005930;
  font-weight: 700;
  letter-spacing: 0;
  letter-spacing: 0.05em;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a .txt .txt-en {
  font-size: 4.2rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a .linktxt-arrow:after {
  position: static;
  display: block;
  margin-top: 1em;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a .img {
  width: 52%;
}
.page-sustainability .sec-sustainability .sustainability-blc .policy-link a .img img {
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc {
    padding: 13px 18px 110px;
  }
}
@media screen and (max-width: 768px) {
  .page-sustainability .sec-sustainability .lead-blc {
    text-align: left;
    padding-bottom: 70px;
  }
  .page-sustainability .sec-sustainability .lead-blc .lead {
    font-size: 2.2rem;
  }
  .page-sustainability .sec-sustainability .lead-blc p {
    font-size: 1.5rem;
    width: 100%;
  }
  .page-sustainability .sec-sustainability .sustainability-blc {
    padding-top: 60px;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .sdgs {
    width: 100%;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc {
    padding: 18px;
    margin-top: 30px;
    display: block;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc {
    padding: 20px 0;
    width: 100%;
    position: static;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .title {
    font-size: 2.4rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .title span {
    font-size: 1.4rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .icons {
    position: static;
    padding: 0;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .goals-blc .blc .icons img {
    width: 31.5%;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .examples-blc {
    display: block;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc {
    width: 100%;
    margin-top: 30px;
    padding: 6px 0;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .examples-blc .blc .title {
    font-size: 1.8rem;
    margin: 0.5em 0 0;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .txt-blc {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl {
    margin-top: 20px;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dt {
    font-size: 1.5rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .txt-blc dl dd {
    font-size: 1.3rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link {
    width: 100%;
    margin: 30px auto 0;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link a {
    display: block;
    padding: 20px;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link a .txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link a .txt .txt-en {
    font-size: 3.2rem;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link a .linktxt-arrow:after {
    position: absolute;
    top: -7px;
  }
  .page-sustainability .sec-sustainability .sustainability-blc .policy-link a .img {
    width: 100%;
    margin-top: 20px;
  }
}

/*------------------------------
RECRUITING STORE OPENINGS
-------------------------------*/
.page-recruitingstore .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5DDB1), color-stop(9.52%, #F4E4C6), color-stop(72.89%, rgba(250, 244, 232, 0.2)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #F5DDB1 0%, #F4E4C6 9.52%, rgba(250, 244, 232, 0.2) 72.89%, rgba(252, 253, 254, 0) 95.22%);
}
.page-recruitingstore .l-main {
  padding-bottom: 0;
}
.page-recruitingstore .sec-recruitingstore .lead-blc {
  text-align: center;
  font-weight: 500;
  padding-bottom: 60px;
}
.page-recruitingstore .sec-recruitingstore .lead-blc .lead {
  font-size: 4rem;
  color: #005930;
  margin-top: -0.5em;
}
.page-recruitingstore .sec-recruitingstore .lead-blc p {
  font-size: 1.8rem;
  width: 95%;
  line-height: 2;
  margin: 1.4em 0 0;
}
.page-recruitingstore .sec-recruitingstore .bg {
  background: #EEF4F6;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 80px;
}
.page-recruitingstore .sec-recruitingstore .point .title {
  color: #005930;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
.page-recruitingstore .sec-recruitingstore .point .title strong {
  font-size: 4rem;
  font-weight: 500;
  border-bottom: 2px solid #30A338;
}
.page-recruitingstore .sec-recruitingstore .point-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc {
  width: 30%;
  text-align: center;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc .num {
  background: #30A338;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0;
  position: relative;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc .num strong {
  font-size: 2.6rem;
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 1;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc .num:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #30A338;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc .tit {
  font-size: 2.2rem;
  padding: 0.6em 0 1em;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc .img img {
  border-radius: 4px;
}
.page-recruitingstore .sec-recruitingstore .point-blc .blc p {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner {
  background: #fff;
  padding: 80px 115px;
  margin-top: 60px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc {
  border-radius: 4px;
  background: rgba(238, 244, 246, 0.5);
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 30px 22px 30px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .step {
  width: 114px;
  height: 100px;
  text-align: center;
  font-size: 1.4rem;
  color: #30A338;
  border-right: 1px solid #D0DCE0;
  padding: 0 30px 0 0;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .step strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .tit {
  font-size: 1.8rem;
  font-weight: 700;
  width: 250px;
  padding-left: 30px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .txt {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.05em;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc:last-child {
  margin-bottom: 0;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .arrow {
  position: relative;
  display: block;
  margin: 0 auto 12px;
  width: 26.2px;
  height: 15.6px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .arrow::before,
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5px);
  width: 5px;
  height: 20px;
  border-radius: 9999px;
  background-color: #aec9d3;
  -webkit-transform-origin: 50% calc(100% - 2.5px);
  transform-origin: 50% calc(100% - 2.5px);
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding: 40px 0;
  margin-top: 60px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .title {
  text-align: center;
  color: #005930;
  font-size: 3rem;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .title .txt-en {
  font-size: 1.2rem;
  color: #30A338;
  display: block;
  font-weight: 600;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .place {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1em;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact {
  display: table;
  margin: auto;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc {
  margin-top: 10px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc img {
  vertical-align: middle;
  margin-right: 10px;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc .txt-en {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc .amendment {
  font-size: 1.2rem;
  font-weight: 400;
}
.page-recruitingstore .sec-recruitingstore .midashi-line {
  margin-top: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 768px) {
  .page-recruitingstore .sec-recruitingstore .lead-blc {
    text-align: left;
    padding-bottom: 40px;
    width: 90%;
    margin: auto;
  }
  .page-recruitingstore .sec-recruitingstore .lead-blc .lead {
    font-size: 2.4rem;
  }
  .page-recruitingstore .sec-recruitingstore .lead-blc p {
    font-size: 1.5rem;
    width: 100%;
  }
  .page-recruitingstore .sec-recruitingstore .inPageLink {
    width: 90%;
    margin: auto;
  }
  .page-recruitingstore .sec-recruitingstore .bg {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
  }
  .page-recruitingstore .sec-recruitingstore .point .title {
    font-size: 1.8rem;
  }
  .page-recruitingstore .sec-recruitingstore .point .title strong {
    font-size: 3rem;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc {
    display: block;
    margin-top: 20px;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc .blc {
    width: 100%;
    margin-top: 30px;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc .blc .num {
    font-size: 1.1rem;
    width: 65px;
    height: 65px;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc .blc .num strong {
    font-size: 2rem;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc .blc .tit {
    font-size: 2.2rem;
    padding: 0.6em 0;
  }
  .page-recruitingstore .sec-recruitingstore .point-blc .blc p {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner {
    padding: 20px 18px;
    margin-top: 20px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc {
    display: block;
    padding: 15px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .step {
    width: 100%;
    height: 100px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #D0DCE0;
    padding: 0;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .step img {
    display: block;
    margin: auto;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .flow .flow-blc .tit {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry {
    margin-top: 40px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .title {
    font-size: 2.4rem;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .place {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1em;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact {
    display: table;
    margin: auto;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc {
    margin-top: 10px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc img {
    margin-right: 6px;
  }
  .page-recruitingstore .sec-recruitingstore .recruitingstore-inner .recruitingstore-inquiry .contact .contact-blc .txt-en {
    font-size: 1.5rem;
  }
  .page-recruitingstore .sec-recruitingstore .midashi-line {
    margin-top: 50px;
  }
}

/*------------------------------
inquiry お問い合わせ
-------------------------------*/
.page-contact .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#A9DFC6), color-stop(9.52%, #CAE7DA), color-stop(68.55%, rgba(219, 235, 228, 0.1)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #A9DFC6 0%, #CAE7DA 9.52%, rgba(219, 235, 228, 0.1) 68.55%, rgba(252, 253, 254, 0) 95.22%);
}
.page-contact .sec-contact .form-inner {
  max-width: 860px;
  margin: 0 auto 0;
}
.page-contact .sec-contact .form-inner .form-blc table {
  margin-top: 110px;
}
/*------------------------------
COMPLIANCE
-------------------------------*/
.page-compliance .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#A9DFC6), color-stop(9.52%, #CAE7DA), color-stop(68.55%, rgba(219, 235, 228, 0.1)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #A9DFC6 0%, #CAE7DA 9.52%, rgba(219, 235, 228, 0.1) 68.55%, rgba(252, 253, 254, 0) 95.22%);
}
.page-compliance .sec-compliance .compliance-inner {
  text-align: center;
  max-width: 860px;
  font-weight: 500;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 40px;
  margin: 0 auto 40px;
}
.page-compliance .sec-compliance .compliance-inner .lead {
  color: #005930;
  font-size: 3rem;
}
.page-compliance .sec-compliance .compliance-inner .lead .txt-en {
  font-size: 1.2rem;
  color: #30A338;
  display: block;
  font-weight: 600;
}
.page-compliance .sec-compliance .compliance-inner p {
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 2em 0 0;
  letter-spacing: 0.05em;
}
.page-compliance .sec-compliance .compliance-inner .address {
  font-size: 1.6rem;
  margin: 1em 0 0;
}
.page-compliance .sec-compliance .btn-blc {
  padding-top: 40px;
}
.page-compliance .sec-compliance .btn-blc p {
  font-size: 1.4rem;
  text-align: center;
  color: #707070;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .page-compliance .sec-compliance .compliance-inner {
    text-align: center;
    max-width: 860px;
    font-weight: 500;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 40px;
    margin: 0 auto 40px;
  }
  .page-compliance .sec-compliance .compliance-inner .lead {
    font-size: 2.2rem;
  }
  .page-compliance .sec-compliance .compliance-inner p {
    font-size: 1.5rem;
    line-height: 2.2;
    margin: 2em 0 0;
    letter-spacing: 0.05em;
  }
  .page-compliance .sec-compliance .compliance-inner .address {
    font-size: 1.6rem;
    margin: 1em 0 0;
  }
  .page-compliance .sec-compliance .btn-blc {
    padding-top: 40px;
  }
  .page-compliance .sec-compliance .btn-blc p {
    font-size: 1.4rem;
    text-align: center;
    color: #707070;
    margin-top: 3em;
  }
}

/*------------------------------
PRIVACY POLICY
-------------------------------*/
.page-privacypolicy .sec_page_head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#A9DFC6), color-stop(9.52%, #CAE7DA), color-stop(68.55%, rgba(219, 235, 228, 0.1)), color-stop(95.22%, rgba(252, 253, 254, 0)));
  background: linear-gradient(180deg, #A9DFC6 0%, #CAE7DA 9.52%, rgba(219, 235, 228, 0.1) 68.55%, rgba(252, 253, 254, 0) 95.22%);
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner {
  max-width: 860px;
  margin: 0 auto;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .midashi-sub {
  color: #30A338;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.5em 0 0;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .midashi-sub .num {
  font-size: 2rem;
  margin-right: 10px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .midashi-line.mt {
  margin-top: 90px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin: 1em 0 0;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner p .gry {
  color: #707070;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner dl {
  font-size: 1.3rem;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner dl dt {
  font-weight: 700;
  margin: 1em 0 0;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner dl dd p {
  margin: 0 0 0 1em;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .contact {
  margin-top: 50px;
  padding: 45px 0 15px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  text-align: center;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .contact .midashi {
  font-size: 1.2rem;
  color: #30A338;
  font-weight: 700;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .contact p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0.5em 0 2em;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy-inner .btn-blc {
  margin-top: 50px;
}