@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

* {
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #f5f5dc;
  scroll-behavior: smooth;
}

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

::-moz-selection {
  color: #fff;
  background-color: rgba(112, 194, 29, 0.8);
}

::selection {
  color: #fff;
  background-color: rgba(112, 194, 29, 0.8);
}

@media only screen and (min-width: 851px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .br-tab {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .br-tab {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .br-pc {
    display: none;
  }
}

#header .fixed {
  position: relative;
  display: flex;
}
#header .fixed-left {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/header/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 366px;
  height: 298px;
  padding-top: 20px;
  padding-left: 30px;
  z-index: 50;
  -webkit-clip-path: polygon(100% 0, 77% 28%, 27% 67%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 77% 28%, 27% 67%, 0 100%, 0 0);
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  #header .fixed-left {
    width: 310px;
    height: 246px;
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #header .fixed-left {
    padding-top: 11px;
    padding-left: 15px;
    width: 185px;
    height: 155px;
  }
}
#header .fixed-left.active {
  position: fixed;
}
#header .fixed-right {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  z-index: 10;
  border-right: 80px #744d35 solid;
}
@media only screen and (max-width: 850px) {
  #header .fixed-right {
    border-right: 64px #744d35 solid;
  }
}
#header .fixed-logo__title {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: opacity 350ms;
}
@media only screen and (max-width: 1280px) {
  #header .fixed-logo__title {
    gap: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #header .fixed-logo__title {
    gap: 8px;
  }
}
#header .fixed-logo__title:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1280px) {
  #header .fixed-logo__img {
    width: 65px;
  }
}
@media only screen and (max-width: 850px) {
  #header .fixed-logo__img {
    width: 42px;
  }
}
#header .fixed-logo__text {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #20992a;
}
@media only screen and (max-width: 1280px) {
  #header .fixed-logo__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 850px) {
  #header .fixed-logo__text {
    font-size: 10px;
    line-height: 16px;
    transform: scale(0.8);
    transform-origin: center left;
  }
}
#header .fixed-entry {
  background-color: #20992a;
  width: 200px;
  height: 80px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: font-size 350ms;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry {
    width: 64px;
    height: 64px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 851px) {
  #header .fixed-entry:hover {
    font-size: 28px;
  }
}
#header .fixed-entry span:last-child {
  position: relative;
  position: relative;
}
@media only screen and (min-width: 851px) {
  #header .fixed-entry span:last-child::after {
    position: absolute;
    content: "";
    top: 1px;
    right: -11px;
    width: 14px;
    height: 14px;
    background-image: url("../img/header/entry-leaf.svg");
    background-repeat: no-repeat;
  }
}
#header .fixed-entry-category {
  position: fixed;
  transform: translateY(-100%);
  transition: all 0.6s;
  background-color: #20992a;
  color: #fff;
  z-index: 9;
  top: 0;
  right: 0;
  width: 280px;
  padding-top: 80px;
  border-radius: 0 0 0 32px;
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category {
    width: 128px;
    padding-top: 64px;
  }
}
#header .fixed-entry-category.active {
  transform: translateY(0%);
}
#header .fixed-entry-category__item {
  background-color: #20992a;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item {
    font-size: 12px;
  }
}
#header .fixed-entry-category__item:first-child {
  border-top: 1px solid #71c21d;
  padding-top: 20px;
  /*
              padding-top: 25px;
              padding-bottom: 9px;
  */
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item:first-child {
    /*
                  padding-top: 17px;
                  padding-bottom: 6px;
    */
  }
}
#header .fixed-entry-category__item:last-child {
  border-radius: 0 0 0 32px;
  padding-bottom: 20px;
  /*
              padding-top: 9px;
              padding-bottom: 29px;
  */
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item:last-child {
    /*
                  padding-top: 7px;
                  padding-bottom: 22px;
    */
  }
}
#header .fixed-entry-category__item small {
  display: block;
  margin-top: -6px;
  text-align: center;
  font-size: 10px;
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item small {
    font-size: 8px;
  }
}
#header .fixed-entry-category__item span {
  line-height: 1em;
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item span {
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 850px) {
  #header .fixed-entry-category__item span img {
    width: 10px;
    margin-left: 4px;
  }
}
#header .fixed-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 850px) {
  #header .fixed-hamburger {
    width: 64px;
    height: 64px;
  }
}
#header .fixed-hamburger:hover .fixed-hamburger__box {
  transform: scale(1.15, 1.15);
}
#header .fixed-hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(-30deg);
}
#header .fixed-hamburger.active span:nth-child(2) {
  opacity: 0;
}
#header .fixed-hamburger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(30deg);
}
#header .fixed-hamburger__box {
  position: relative;
  width: 32px;
  height: 20px;
  transition: all 350ms;
  z-index: 50;
}
@media only screen and (max-width: 850px) {
  #header .fixed-hamburger__box {
    width: 25px;
    height: 16px;
  }
}
#header .fixed-hamburger__box span {
  position: absolute;
  width: 32px;
  height: 1px;
  left: 0px;
  background-color: #ffffff;
}
@media only screen and (max-width: 850px) {
  #header .fixed-hamburger__box span {
    width: 25px;
  }
}
#header .fixed-hamburger__box span:nth-child(1) {
  top: 0px;
  transition: all 350ms;
}
#header .fixed-hamburger__box span:nth-child(2) {
  top: 8px;
  transition: all 350ms;
}
#header .fixed-hamburger__box span:nth-child(3) {
  top: 16px;
  transition: all 350ms;
}
#header .more {
  transform: translateY(calc(-100% - 80px));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 40px 40px;
  background: #20992a;
  color: #fff;
  padding: 142px 0 135px 0;
  z-index: 10;
  transition: transform 350ms;
}
@media only screen and (max-width: 850px) {
  #header .more {
    padding: 88px 0 34px 0;
  }
}
#header .more.active {
  transform: translateY(0);
}
@media only screen and (max-width: 850px) {
  #header .more.active .scroll-area {
    max-height: 71vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#header .more.active .simplebar-track {
  background: initial;
  border-radius: initial;
}
#header .more.active .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.7;
}
#header .more.active .simplebar-track .simplebar-scrollbar::before {
  background: #744d35;
  width: 5px;
}
#header .more__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #header .more__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #header .more__container {
    max-width: 322px;
    flex-direction: column;
    gap: 8px;
  }
}
#header .more__line {
  position: relative;
}
@media only screen and (max-width: 850px) {
  #header .more__line {
    padding-top: 24px;
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 851px) {
  #header .more__line:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #header .more__line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 110vw;
    height: 1px;
    background-color: #4bac3e;
  }
}
#header .more__parent {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 6px;
}
#header .more__parent-link:hover::after {
  transform: translate(5px, -3px);
}
#header .more__parent-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/header/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: transform 350ms;
  transform: translate(0, -3px);
}
#header .more__child {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 850px) {
  #header .more__child {
    margin-bottom: 4px;
  }
}
#header .more__child-link:hover::after {
  transform: translate(5px);
}
#header .more__child-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/header/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: transform 350ms;
}
#header .more__entry {
  padding-top: 5px;
}
@media only screen and (max-width: 1050px) {
  #header .more__entry {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #header .more__entry {
    margin-top: 15px;
  }
}
#header .more__entry-link {
  position: relative;
  width: 320px;
  height: 80px;
  margin-bottom: 13px;
  background: #70c21d;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  transition: opacity 350ms;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  #header .more__entry-link {
    margin: auto auto 13px auto;
  }
}
@media only screen and (max-width: 850px) {
  #header .more__entry-link {
    width: 286px;
  }
}
#header .more__entry-link:last-child {
  margin-bottom: 0;
}
#header .more__entry-link:hover .btn-hover {
  transform: translateX(0);
}
#header .more__entry-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../img/header/more__entry-link.svg");
}
@media only screen and (max-width: 850px) {
  #header .more__entry-link::after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
#header .more__entry-link .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #036031;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}
#header .more__entry-link--career {
  background: #fff;
  color: #036031;
}
#header .more__entry-link--career:hover {
  color: #ffffff;
}
#header .more__entry-link--career::after {
  background-image: url("../img/header/more__entry-link--career.svg");
}
#header .more__entry-link small {
  font-size: 12px;
}
#header .more__close {
  display: none;
}
@media only screen and (max-width: 850px) {
  #header .more__close {
    display: block;
    position: absolute;
    bottom: -67px;
    left: 0;
    right: 0;
    margin: auto;
    width: 62px;
    height: 62px;
    background-color: #744d35;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .more__close-box {
    position: relative;
    width: 25px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .more__close span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 50px;
  }
  #header .more__close span:nth-child(1) {
    transform: rotate(30deg);
  }
  #header .more__close span:nth-child(2) {
    transform: rotate(-30deg);
  }
}

#footer {
  position: relative;
  z-index: 3;
}
#footer .cta {
  border-radius: 40px 40px 0px 0px;
  background: #20992a;
  padding-top: 93px;
  padding-bottom: 93px;
}
@media only screen and (max-width: 850px) {
  #footer .cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
#footer .cta__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #footer .cta__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #footer .cta__container {
    gap: 30px;
    flex-direction: column;
  }
}
#footer .cta__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #footer .cta__heading {
    gap: 1px;
    flex-direction: column;
  }
}
#footer .cta__heading-title {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #footer .cta__heading-title {
    font-size: 48px;
  }
}
#footer .cta__heading-title span:nth-child(2n) {
  color: #93d54b;
}
#footer .cta__heading-title span:last-child {
  position: relative;
}
#footer .cta__heading-title span:last-child:after {
  position: absolute;
  content: "";
  top: 1px;
  right: -11px;
  width: 14px;
  height: 14px;
  background-image: url(../img/header/entry-leaf.svg);
  background-repeat: no-repeat;
}
#footer .cta__heading-description {
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #footer .cta__heading-description {
    font-size: 14px;
  }
}
#footer .cta__btn {
  position: relative;
  width: 310px;
  height: 80px;
  margin-bottom: 16px;
  background: #70c21d;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  transition: opacity 350ms, border 350ms;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #footer .cta__btn {
    /*
            width: 280px;
            padding-left: 15px;
    */
  }
}
#footer .cta__btn:last-child {
  margin-bottom: 0;
}
#footer .cta__btn:hover .btn-hover {
  transform: translateX(0);
}
#footer .cta__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/header/more__entry-link.svg);
}
@media only screen and (max-width: 850px) {
  #footer .cta__btn::after {
    width: 36px;
    height: 36px;
    background-size: contain;
  }
}
#footer .cta__btn .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #036031;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}
#footer .cta__btn--career {
  background: #fff;
  color: #036031;
}
#footer .cta__btn--career:hover {
  color: #fff;
}
#footer .cta__btn--career::after {
  background-image: url(../img/header/more__entry-link--career.svg);
}
#footer .cta__btn small {
  font-size: 12px;
}
#footer .sitemap {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 62px;
}
@media only screen and (max-width: 850px) {
  #footer .sitemap {
    padding-top: 5px;
    padding-bottom: 2px;
    overflow: hidden;
  }
}
#footer .sitemap__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 851px) {
  #footer .sitemap__container {
    display: flex;
    gap: 53px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__container {
    max-width: 364px;
  }
}
#footer .sitemap__list {
  position: relative;
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__list {
    border-bottom: #c2c2c2;
    clear: both;
    padding-top: 21px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__list:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 110vw;
    height: 1px;
    background-color: #c2c2c2;
  }
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__list--float .sitemap__parent {
    float: left;
    width: 47%;
    height: 70px;
  }
}
#footer .sitemap__parent {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__parent {
    font-size: 14px;
  }
}
#footer .sitemap__parent-link:hover::after {
  transform: translate(5px);
}
#footer .sitemap__parent-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/footer/sitemap-arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-left: 5px;
  transition: transform 350ms;
}
#footer .sitemap__child {
  font-size: 14px;
}
@media only screen and (max-width: 850px) {
  #footer .sitemap__child {
    font-size: 12px;
    line-height: 1.6;
  }
}
#footer .sitemap__child:not(:last-child) {
  margin-bottom: 4px;
}
#footer .sitemap__child-link:hover::after {
  transform: translate(5px);
}
#footer .sitemap__child-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/footer/sitemap-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: transform 350ms;
}
#footer .copyright {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 50px rgba(163, 163, 163, 0.3);
}
#footer .copyright__container {
  position: relative;
  padding-top: 37px;
  padding-bottom: 10px;
  max-width: 1330px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #footer .copyright__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #footer .copyright__container {
    padding-top: 48px;
  }
}
#footer .copyright__logo {
  transition: opacity 350ms;
}
#footer .copyright__logo:hover {
  opacity: 0.8;
}
#footer .copyright__copy {
  font-size: 10px;
  color: #006031;
}
#footer .copyright__top {
  position: absolute;
  top: -37px;
  padding-top: 19px;
  right: 0;
  width: 160px;
  background-image: url("../img/footer/top-btn__bg.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 850px) {
  #footer .copyright__top {
    background-position-y: 2px;
  }
}
#footer .copyright__top-btn {
  background-color: #744d35;
  border-radius: 70px;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 350ms;
}
@media only screen and (max-width: 850px) {
  #footer .copyright__top-btn {
    width: 55px;
    height: 55px;
  }
}
#footer .copyright__top-btn:hover {
  opacity: 0.8;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .breadcrumb__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 12px;
  color: #414143;
}
.breadcrumb__item a {
  transition: opacity 350ms;
}
.breadcrumb__item a:hover {
  opacity: 0.8;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #20992a;
  border-right: 1px solid #20992a;
  transform-origin: top right;
  transform: rotate(45deg);
  margin-right: 5px;
  margin-left: 5px;
}

.under-mv {
  background: linear-gradient(145deg, rgba(32, 153, 42, 0.9) 10%, rgba(98, 175, 20, 0.9) 55%, rgba(200, 227, 127, 0.9) 92%);
  padding-top: 124px;
  padding-bottom: 335px;
}
@media only screen and (max-width: 850px) {
  .under-mv {
    padding-top: 110px;
    padding-bottom: 132px;
  }
}
.under-mv--tall {
  padding-bottom: 425px;
}
@media only screen and (max-width: 850px) {
  .under-mv--tall {
    padding-bottom: 183px;
  }
}
.under-mv__title {
  text-align: center;
  color: #fff;
}
.under-mv__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 850px) {
  .under-mv__title-en {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.under-mv__title-en span {
  position: relative;
}
.under-mv__title-en span::after {
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  .under-mv__title-en span::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
.under-mv__title-ja {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.under-mv + main {
  position: relative;
  border-radius: 220px 0px 0px 0px;
  background-color: #f5f5dc;
  margin-top: -220px;
  padding-top: 66px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 850px) {
  .under-mv + main {
    border-radius: 80px 0px 0px 0px;
    margin-top: -80px;
  }
}
.under-mv + main::after {
  content: "";
  position: absolute;
  top: -219.5px;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #f5f5dc;
  -webkit-clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
          clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
}
@media only screen and (max-width: 850px) {
  .under-mv + main::after {
    top: -65px;
    width: 65px;
    height: 65px;
    -webkit-clip-path: path("M65,65H0a65,65,0,0,0,65-65v65Z");
            clip-path: path("M65,65H0a65,65,0,0,0,65-65v65Z");
  }
}
.under-mv--tall + main {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  .under-mv--tall + main {
    padding-bottom: 30px;
  }
}

.common-container1 {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  .common-container1 {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
.common-container2 {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  .common-container2 {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fade.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

body {
  position: relative;
}
@media only screen and (min-width: 851px) {
  body {
    cursor: none; /*もともとあるカーソルは見えなくなるようにする*/
  }
}

@media only screen and (min-width: 851px) {
  a {
    cursor: none;
  }
}

@media only screen and (max-width: 850px) {
  .js-accordion, .js-tab__item, .fixed-hamburger, .slider-btn-prev, .slider-btn-next {
    cursor: pointer;
  }
}

@media only screen and (min-width: 851px) {
  #js-cursor {
    position: fixed;
    background: rgba(32, 153, 42, 0.4);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: -13px 0 0 -13px;
    z-index: 1000;
    pointer-events: none;
    opacity: 1;
    transform: translate3d(-50px, 0px, 0px);
    transition: width 350ms, height 350ms, margin 350ms, opacity 350ms;
    box-shadow: 0px 0px 0 50px rgba(255, 255, 255, 0.5) inset;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.14));
  }
  #js-cursor.active {
    width: 44px;
    height: 44px;
    background: rgba(32, 153, 42, 0.7);
    margin: -22px 0 0 -22px;
  }
  #js-cursor.active--pickup::before {
    width: 124px;
    height: 124px;
  }
  #js-cursor.active--pickup::after {
    width: 45px;
    height: 71px;
    opacity: 1;
  }
  #js-cursor::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #20992a;
    margin: auto;
    transition: width 350ms, height 350ms;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #js-cursor::after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 2px;
    height: 2px;
    margin: auto;
    opacity: 0;
    transition: all 350ms;
    transition: width 350ms, height 350ms, opacity 350ms;
    background-image: url(../img/common/cursor-more.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=style.css.map */