@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*color*/
/*weight*/
/*header*/
html {
  font-size: 62.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-break: strict;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  width: 100%;
  line-height: 1.75;
  background-color: #f4f5ef;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
    font-size: 2rem;
  }
  body.drw--on {
    overflow: hidden;
  }
}

main {
  overflow: hidden;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
/*color*/
/*weight*/
/*header*/
/*color*/
/*weight*/
/*header*/
/*-------------- コンテンツ幅  --------------*/
.l-wrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    max-width: none;
    padding-top: 10rem;
  }
}

.l-section {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 0 3.5rem;
  }
}

/*-------------- ページタイトル  --------------*/
.c-page-head {
  padding: 2.5rem 0 0;
  border-top: 1px solid #8fbf40;
}
@media screen and (max-width: 767px) {
  .c-page-head {
    padding: 4rem 0 0;
  }
}
.c-page-head_inner {
  max-width: 104rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-head_inner {
    padding: 0 3.5rem;
  }
}
.c-page-head .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 0 3.6rem;
}
.c-page-head .breadcrumb_item {
  position: relative;
  line-height: 1.2;
  word-break: break-word;
}
.c-page-head .breadcrumb_item:not(:last-of-type):after {
  content: "＞";
  display: block;
  position: absolute;
  right: -2.5rem;
  top: 0;
}
.c-page-head .breadcrumb_item a:hover {
  opacity: 0.7;
}
.c-page-head .page-title {
  width: 100%;
  line-height: 1.5;
  border-bottom: solid 1px #cbcbcb;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page-head .page-title {
    margin-top: 4rem;
  }
}
.c-page-head .page-title_jp {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-page-head .page-title_jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
.c-page-head .page-title_jp::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #8fbf40;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-page-head .page-title_en {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #808080;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-head .page-title_en {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 2.3rem;
    font-weight: 500;
  }
}

/*-------------- pager  --------------*/
.c-pager {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 8rem;
  }
}
.c-pager a, .c-pager span {
  width: 4.8rem;
  height: 4.8rem;
  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;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #E5E5E5;
  border-radius: 0.3rem;
}
.c-pager .current, .c-pager a:hover {
  color: #fff;
  background-color: #8fbf40;
}
.c-pager .prev, .c-pager .next {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: transparent;
}

/*-------------- セクション毎タイトル  --------------*/
.l-title {
  width: 100%;
  border-bottom: solid 1px #cbcbcb;
}
@media screen and (max-width: 767px) {
  .l-title {
    line-height: 1.5;
  }
}
.l-title_jp {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-title_jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.l-title_en {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #808080;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-title_en {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 2.3rem;
    font-weight: 500;
  }
}

/*-------------- ヘッダー header  --------------*/
.l-header {
  max-width: 120rem;
  width: 100%;
  padding: 2.9rem 2.4rem;
  margin: 0 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 10rem;
    padding: 0 3.5rem;
    background-color: #fff;
  }
}
.l-header .nv-box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header .nv-box {
    display: none;
  }
}
.l-header .nv-box .nav {
  width: 100%;
  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;
}
@media screen and (max-width: 1024px) {
  .l-header .nv-box .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-header .nv-box .nav .logo-area {
  max-width: 36rem;
  width: 50%;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .l-header .nv-box .nav .logo-area {
    max-width: 31rem;
    margin: 0 auto 1.5rem;
  }
}
.l-header .nv-box .nav .logo-area a {
  display: block;
}
.l-header .nv-box .nav .logo-area a:hover {
  opacity: 0.7;
}
.l-header .nv-box .nav .menu-cnt {
  max-width: 67.8rem;
  width: 100%;
  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;
  padding-top: 1rem;
  margin: 0 auto;
}
.l-header .nv-box .nav .menu-cnt_item {
  display: block;
}
.l-header .nv-box .nav .menu-cnt_item a {
  display: inline-block;
  font-weight: 600;
  color: #333333;
}
.l-header .nv-box .nav .menu-cnt_item a:hover {
  color: #8fbf40;
}
.l-header .nv-box .nav .menu-cnt_item .ir::after {
/*  content: "";*/
  width: 1.65rem;
  height: 1.65rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icn_link.svg);
          mask-image: url(../img/common/icn_link.svg);
  background-color: #666666;
  display: inline-block;
  margin-left: 0.3rem;
  position: relative;
  top: 0.15rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .nv-box .nav .menu-cnt_item .ir:hover::after {
  background-color: #8fbf40;
}
.l-header .nv-box .nav .menu-cnt_item .contact {
  background-color: #8fbf40;
  color: #fff;
  width: 14.8rem;
  text-align: center;
  border-radius: 2em;
  border: solid 1px #8fbf40;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.3rem;
}
.l-header .nv-box .nav .menu-cnt_item .contact span::before {
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icn_mail.svg);
          mask-image: url(../img/common/icn_mail.svg);
  background-color: #fff;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .nv-box .nav .menu-cnt_item .contact:hover {
  background-color: #fff;
}
.l-header .nv-box .nav .menu-cnt_item .contact:hover span::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #8fbf40;
}
.l-header .sp_header {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .sp_header {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header .sp_header .sp-head {
    width: 100%;
    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 .sp_header .sp-head .hmbtn {
    cursor: pointer;
    width: 3.8rem;
    height: 3rem;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
  .l-header .sp_header .sp-head .hmbtn_inner {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header .sp_header .sp-head .hmbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background-color: #808080;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header .sp_header .sp-head .hmbtn span:nth-of-type(1) {
    top: 0;
  }
  .l-header .sp_header .sp-head .hmbtn span:nth-of-type(2) {
    top: 1.3rem;
  }
  .l-header .sp_header .sp-head .hmbtn span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header .sp_header .sp-head .hmbtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.3rem) rotate(-45deg);
    transform: translateY(1.3rem) rotate(-45deg);
  }
  .l-header .sp_header .sp-head .hmbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .sp_header .sp-head .hmbtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.3rem) rotate(45deg);
    transform: translateY(-1.3rem) rotate(45deg);
    width: 100%;
  }
  .l-header .sp_header .sp-head .logo-area-sp {
    width: 33.2rem;
  }
  .l-header .sp_header .sp-head .logo-area-sp a {
    display: block;
  }
  .l-header .sp_header .sp-head .logo-area-sp a img {
    width: 100%;
  }
  .l-header .sp_header .sp-menu {
    width: 90%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
  }
  .l-header .sp_header .sp-menu--fixed {
    opacity: 1;
    z-index: 1;
    overflow-y: scroll;
    top: 0;
    right: 0;
  }
  .l-header .sp_header .sp-menu_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 3.4rem 0 0 8rem;
  }
  .l-header .sp_header .sp-menu_logo {
    max-width: 33.2rem;
    width: 100%;
    padding-bottom: 9.5rem;
  }
  .l-header .sp_header .sp-menu_logo a {
    display: block;
  }
  .l-header .sp_header .sp-menu_logo a img {
    width: 100%;
  }
  .l-header .sp_header .sp-menu_list {
    display: none;
    padding-bottom: 4rem;
  }
  .l-header .sp_header .sp-menu_list--on {
    display: block;
  }
  .l-header .sp_header .sp-menu_list_item {
    width: 100%;
    display: block;
    padding-bottom: 2.3rem;
  }
  .l-header .sp_header .sp-menu_list_item:last-child {
    padding-bottom: 0;
  }
  .l-header .sp_header .sp-menu_list_item a {
    display: inline-block;
    font-size: 32px;
    font-size: 3.2rem;
    color: #8fbf40;
    font-weight: 600;
  }
  .l-header .sp_header .sp-menu_list_item a.ir::after {
/*    content: "";*/
    width: 3rem;
    height: 3rem;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url(../img/common/icn_link.svg);
            mask-image: url(../img/common/icn_link.svg);
    background-color: #8fbf40;
    display: inline-block;
    margin-left: 0.7rem;
    position: relative;
    top: 0.15rem;
  }
  .l-header .sp_header .sp-menu_btn {
    width: 100%;
  }
  .l-header .sp_header .sp-menu_btn div {
    max-width: 30.8rem;
    width: 100%;
  }
  .l-header .sp_header .sp-menu_btn div a {
    display: block;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    border-radius: 2em;
  }
  .l-header .sp_header .sp-menu_btn_csr {
    padding-bottom: 4.5rem;
  }
  .l-header .sp_header .sp-menu_btn_csr a {
    color: #8fbf40;
    border: solid 2px #8fbf40;
    padding: 0.2rem 0.2rem 0.3rem;
  }
  .l-header .sp_header .sp-menu_btn_contact a {
    color: #fff;
    border: solid 2px #8fbf40;
    background-color: #8fbf40;
    letter-spacing: -0.07rem;
    border: solid 2px #fff;
    padding: 0.3rem 0.2rem 0.5rem;
  }
  .l-header .sp_header .sp-menu_btn_contact a::before {
    content: "";
    width: 3.4rem;
    height: 2.33rem;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url(../img/common/icn_mail.svg);
            mask-image: url(../img/common/icn_mail.svg);
    background-color: #fff;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    right: 0.5rem;
  }
  .l-header .sp_header .js-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    pointer-events: none;
  }
  .l-header .sp_header .js-overlay--active {
    top: 0;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    pointer-events: auto;
  }
}

/*-------------- フッター footer  --------------*/
.l-footer {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 3.2rem;
    max-width: none;
  }
}
.l-footer .js-page-top {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: transparent;
  pointer-events: none;
}
.l-footer .js-page-top.-active {
  opacity: 1;
}
.l-footer .js-page-top.-scrolled {
  position: relative;
}
.l-footer .js-page-top_inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding-right: 1.8rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .js-page-top_inner {
    max-width: none;
    padding-right: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-footer .js-page-top #js-top {
  width: 5rem;
  height: 5rem;
  display: block;
  opacity: 1;
  margin: 0 0 0 auto;
  pointer-events: auto;
  background-image: url(../img/common/page-top-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 3em;
  overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .l-footer .js-page-top #js-top {
    background-image: url(../img/common/page-top-button@2x.png);
  }
}
.l-footer .js-page-top #js-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer .js-page-top #js-top:hover {
    opacity: 1;
  }
}
.l-footer .l-footer-wrap {
  width: 100%;
  background-color: #8fbf40;
  padding: 3.5rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap {
    padding: 4rem 3.5rem 1rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head {
    display: block;
    padding-bottom: 4.5rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo {
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo {
    max-width: 41.8rem;
    margin: 0 auto 5rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo a {
  display: block;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo a img {
  width: 100%;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_logo a:hover {
    opacity: 1;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn {
  max-width: 39.8rem;
  width: 100%;
  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;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_home a {
  color: #fff;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_home a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_home a {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_home a:hover {
    text-decoration: none;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr {
  max-width: 14.9rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr {
    max-width: 20.8rem;
    margin: 0 3.5rem 0 5rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr a {
  display: block;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 2em;
  padding: 0.2rem;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr a:hover {
  color: #8fbf40;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr a {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0.25rem;
  }
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_csr a:hover {
    color: #fff;
    background-color: #8fbf40;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact {
  max-width: 14.9rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact {
    max-width: 20.8rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a {
  display: block;
  text-align: center;
  color: #8fbf40;
  background-color: #fff;
  letter-spacing: -0.07rem;
  border: solid 1px #fff;
  border-radius: 2em;
  padding: 0.2rem;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a::before {
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icn_mail.svg);
          mask-image: url(../img/common/icn_mail.svg);
  background-color: #8fbf40;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a:hover {
  color: #fff;
  background-color: transparent;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a {
    font-size: 20px;
    font-size: 2rem;
    color: #8fbf40 !important;
    background-color: #fff !important;
    padding: 0.3rem 1rem;
    padding-left: 2.2rem;
    text-align: left;
  }
  .l-footer .l-footer-wrap .l-footer-body .l-footer-head_btn_contact a::before {
    width: 2.38rem;
    height: 1.63rem;
    background-color: #8fbf40 !important;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav {
  width: 100%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav {
    padding-bottom: 4rem;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list {
  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;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item {
  display: block;
  padding: 0 2.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item {
    padding: 0;
    padding-bottom: 0.7rem;
  }
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item:nth-child(odd) {
    width: 53%;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item:first-child {
  padding-left: 0;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item:first-child::before {
  display: none;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item:last-child {
    padding-bottom: 0;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item::before {
  content: "";
  width: 1px;
  height: 2.1rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item::before {
    display: none;
  }
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer .l-footer-wrap .l-footer-body .l-footer-nav_list_item a:hover {
    text-decoration: none;
  }
}
.l-footer .l-footer-wrap .l-footer-body .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.03rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-wrap .l-footer-body .copyright {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer-logo-en {
    background-color: #f4f5ef;
    text-align: center;
}
.footer-logo-en img{
    margin: 10px auto;
    width: 240px;
}
@media screen and (max-width: 767px) {
    .footer-logo-en img{
        width: 140px;
    }
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}