@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (min-width: 993px) {
  a:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .u-pc {
    display: none !important;
  }
}

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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;
}

.l-container {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .l-container {
    max-width: 520px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container.-lg {
  max-width: 1040px;
}
@media screen and (max-width: 992px) {
  .l-container.-lg {
    max-width: 520px;
  }
}

.l-header {
  height: 95px;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: 53px;
  }
}
.p-hd__logo {
  width: 190px;
  margin-left: 148px;
}
@media screen and (max-width: 992px) {
  .p-hd__logo {
    width: 98px;
    margin-left: 5px;
  }
}

.l-footer {
  position: relative;
  background-color: #51656f;
  color: #fff;
}
.l-footer__inner {
  padding: 50px 0 180px;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    padding: 60px 20px 120px;
  }
}

.p-ft__gotop {
  position: absolute;
  right: 150px;
  top: -38px;
  width: 77px;
}
@media screen and (max-width: 992px) {
  .p-ft__gotop {
    width: 52px;
    right: 25px;
    top: -26px;
  }
}
@media screen and (min-width: 993px) {
  .p-ft__inner {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .p-ft__inner {
    text-align: center;
  }
}
.p-ft__logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .p-ft__logo {
    margin-bottom: 30px;
  }
}
.p-ft__logo img {
  width: 421px;
}
.p-ft__txt1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .p-ft__txt1 {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-ft__txt1 a {
  color: #fff;
}
.p-ft__txt1 span {
  border-bottom: 2px solid #fff;
}
.p-ft__txt2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 992px) {
  .p-ft__txt2 {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-ft__copy {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .p-ft__copy {
    font-size: 1.2rem;
    text-align: left;
  }
}

.l-btn {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  width: 345px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 33.6px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 992px) {
  .l-btn {
    font-size: 16px;
    width: 283.65px;
    height: 45px;
  }
}
.l-btn.-g {
  background-color: #006934;
}
.l-btn.-o {
  background-color: #EA5504;
}
.l-btn.-md {
  font-size: 16.83px;
  text-align: center;
  width: 209.5px;
  height: 82.28px;
  border-radius: 41.5px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 992px) {
  .l-btn.-md {
    font-size: 13px;
    width: 148.9px;
    height: 29.78px;
    border-radius: 14.5px;
  }
}
.l-btn.-md::before {
  width: 8.2px;
  height: 13.38px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .l-btn.-md::before {
    top: 9px;
    transform: translateY(0);
  }
}
.l-btn::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 10.1px;
  height: 16.76px;
  background-image: url(../img/home/arrow-wt.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .l-btn::before {
    top: 15px;
    right: 15px;
  }
}

.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal-area__inner {
  margin: 10% auto;
  width: 90%;
  max-width: 600px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .modal-area__inner {
    margin: 20% auto;
    width: 335px;
  }
}
.modal-area__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/home/modal-close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .modal-area__close {
    top: -30px;
    right: 5px;
  }
}
.modal-area a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 38% 0 0 31%;
  padding: 5% 0 0 37%;
}
@media screen and (max-width: 992px) {
  .modal-area a {
    margin: 67% 0 0 9%;
    padding: 8% 0 0 68%;
  }
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "＜";
}
[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "＞";
}
[dir=rtl] .slick-next:before {
  content: "＜";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-kv__inner {
  position: relative;
  overflow: hidden;
  background-color: #6CB130;
}
.home-kv__img1 {
  position: relative;
  transition: all 0.6s 0.5s;
  opacity: 0;
}
.home-kv.is-fade .home-kv__img1 {
  opacity: 1;
}
.home-kv__img1 img {
  width: 100%;
}
.home-kv__img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.8s 1s;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (min-width: 993px) {
  .home-kv__img2 {
    z-index: 1;
  }
}
.home-kv.is-fade .home-kv__img2 {
  opacity: 1;
  transform: translateY(0);
}
.home-kv__img2 img {
  width: 100%;
}
.home-kv__img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.8s 1.5s;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .home-kv__img3 {
    z-index: 2;
  }
}
.home-kv.is-fade .home-kv__img3 {
  opacity: 1;
}
.home-kv__img3 img {
  width: 100%;
}

.home-bg {
  background-color: #EAF4E2;
  padding-bottom: 155px;
}
@media screen and (max-width: 992px) {
  .home-bg {
    padding-bottom: 58px;
  }
}

.home-read__inner {
  padding-top: 53px;
}
@media screen and (max-width: 992px) {
  .home-read__inner {
    padding-top: 40px;
  }
}
.home-read__ttl {
  margin-bottom: 30px;
}
.home-read__txt {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 1em;
}
@media screen and (max-width: 992px) {
  .home-read__txt {
    font-size: 16px;
    padding: 0 18.75px;
  }
}
.home-read__txt li {
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #006934;
}
@media screen and (min-width: 993px) {
  .home-read__txt li {
    text-align: center;
  }
}

.home-about__inner {
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .home-about__inner {
    padding-top: 45px;
  }
}
.home-about__area {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home-about__area {
    padding-bottom: 37.8px;
  }
}
.home-about__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #006934;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl {
    border-radius: 6px 6px 0 0;
    margin-bottom: 22px;
  }
}
.home-about__read {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home-about__read {
    margin-bottom: 20px;
  }
}
.home-about__read img {
  width: 538.8px;
}
@media screen and (max-width: 992px) {
  .home-about__read img {
    width: 285px;
  }
}
.home-about__read2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .home-about__read2 {
    margin-bottom: 4px;
  }
}
.home-about__read2 img {
  width: 656.7px;
}
@media screen and (max-width: 992px) {
  .home-about__read2 img {
    width: 285px;
  }
}
.home-about__image {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .home-about__image {
    margin-bottom: 62.5px;
  }
}
.home-about__image img {
  width: 680px;
}
@media screen and (max-width: 992px) {
  .home-about__image img {
    width: 267px;
  }
}
.home-about__items {
  padding: 0 25px;
  display: flex;
  gap: 17px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home-about__items {
    padding: 0 16px;
    flex-direction: column;
    gap: 58px;
    margin-bottom: 40px;
  }
}
.home-about__item {
  background-color: #f0f7ea;
  border-radius: 10px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .home-about__item {
    width: calc(33.3333% - 11.3333px);
  }
}
.home-about__itemTtl {
  background-color: #EA5504;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.home-about__itemNum {
  text-align: center;
}
.home-about__itemNum img {
  width: 59px;
  margin-top: -30px;
  margin-bottom: 12px;
}
.home-about__itemName {
  text-align: center;
  padding-bottom: 20px;
}
.home-about__itemName.-n1 img {
  width: 166.07px;
}
.home-about__itemName.-n2 img {
  width: 197.21px;
}
.home-about__itemName.-n3 img {
  width: 192.7px;
}
.home-about__itemTxt {
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 992px) {
  .home-about__itemTxt {
    margin-bottom: 20px;
  }
}
.home-about__itemImg {
  margin-bottom: 15px;
}
.home-about__itemImg.-n1 {
  width: 117%;
  margin-left: -15.21%;
}
@media screen and (max-width: 992px) {
  .home-about__itemImg.-n1 {
    width: 105.61%;
    margin-left: -6.24%;
  }
}
@media screen and (min-width: 993px) {
  .home-about__itemImg.-n2 {
    width: 98.357%;
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 992px) {
  .home-about__itemImg.-n2 {
    text-align: center;
  }
  .home-about__itemImg.-n2 img {
    width: 91.39%;
  }
}
.home-about__itemImg.-n3 {
  width: 109.57%;
  margin-left: -4.83%;
}
@media screen and (max-width: 992px) {
  .home-about__itemImg.-n3 {
    width: 103.65%;
    margin-left: -2.27%;
  }
}
.home-about__itemCom {
  text-align: center;
}
.home-about__itemCom img {
  width: 134.9px;
}
.home-about__itemTxt2 {
  text-align: center;
  font-weight: bold;
  background-color: #fff6cf;
  border-radius: 10px;
  margin: 0 14.35px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-about__itemTxt2 {
    height: initial;
    padding: 0.8em 0;
  }
}
.home-about__list {
  margin-bottom: 45px;
}
@media screen and (min-width: 993px) {
  .home-about__list {
    margin-left: 75px;
  }
}
@media screen and (max-width: 992px) {
  .home-about__list {
    padding: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 993px) {
  .home-about__list img {
    width: 600px;
  }
}
.home-about__note {
  padding: 0 75px;
  font-size: 14px;
  margin-bottom: 53px;
}
@media screen and (max-width: 992px) {
  .home-about__note {
    padding: 0 25px;
    margin-bottom: 30px;
  }
}
.home-about__note span {
  color: #ea6099;
}
.home-about__btnArea {
  display: flex;
  gap: 28.4px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-about__btnArea {
    flex-direction: column;
    align-items: center;
    gap: 12.5px;
  }
}
.home-kome__inner {
  padding-top: 77.5px;
}
@media screen and (max-width: 992px) {
  .home-kome__inner {
    padding-top: 55px;
  }
}
.home-kome__area {
  background-color: #fff;
  border: 1px solid #006934;
  border-radius: 10px;
  padding: 60px 77.8px 65.8px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-kome__area {
    padding: 36.5px 24px 40px;
  }
}
.home-kome__ttl {
  margin-bottom: 38.5px;
}
@media screen and (max-width: 992px) {
  .home-kome__ttl {
    margin-bottom: 30px;
  }
}
.home-kome__ttl img {
  width: 241.5px;
}
@media screen and (max-width: 992px) {
  .home-kome__ttl img {
    width: 163.5px;
  }
}
@media screen and (min-width: 993px) {
  .home-kome__image {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 362.4px;
  }
}
@media screen and (max-width: 992px) {
  .home-kome__image {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
  }
}
.home-kome__kome {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 225.48px;
}
@media screen and (max-width: 992px) {
  .home-kome__kome {
    bottom: initial;
    top: 13px;
    right: 14.3px;
    width: 113px;
  }
}
.home-kome__txt {
  line-height: 1.75;
}

.home-contact__inner {
  padding-top: 40px;
}
.home-contact__area {
  background-color: #fff6cf;
  padding: 46px 82px 45px;
}
@media screen and (max-width: 992px) {
  .home-contact__area {
    padding: 20px 12.5px;
  }
}
.home-contact__txt {
  margin-bottom: 20px;
}
.home-contact__btnArea {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 34px 27px 30px;
  display: flex;
  gap: 24.5px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-contact__btnArea {
    padding: 15px 12.5px;
    flex-direction: column;
    gap: 10px;
  }
}
.home-contact__tel {
  width: 100%;
}
.home-contact__tel img {
  width: 320px;
}
@media screen and (max-width: 992px) {
  .home-contact__tel img {
    width: 100%;
  }
}
.home-contact__btns {
  display: flex;
  gap: 18.6px;
}
@media screen and (max-width: 992px) {
  .home-contact__btns {
    gap: 11px;
  }
}

.home-senryu {
  background: linear-gradient(45deg, #EA5504 25%, transparent 25%, transparent 75%, #EA5504 75%), linear-gradient(45deg, #EA5504 25%, transparent 25%, transparent 75%, #EA5504 75%);
  background-size: 195px 195px;
  background-position: 0 0, 97.5px 97.5px;
  background-color: #ee7331;
}
.home-senryu__inner {
  padding: 133.5px 0 163px;
}
@media screen and (max-width: 992px) {
  .home-senryu__inner {
    padding: 45px 0 85px;
  }
}
.home-senryu__read {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: -10px;
  margin-bottom: 165px;
}
@media screen and (max-width: 992px) {
  .home-senryu__read {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 190px;
  }
}
.home-senryu__area {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 993px) {
  .home-senryu__area {
    padding: 0 68px;
  }
}
@media screen and (max-width: 992px) {
  .home-senryu__area {
    flex-direction: column;
    gap: 172.5px;
  }
}
.home-senryu__cols {
  border-radius: 10px;
  border: 2px solid #006934;
}
@media screen and (min-width: 993px) {
  .home-senryu__cols {
    width: 50%;
    padding: 0 40px;
  }
}
.home-senryu__cols.-oya {
  background-color: #EAF4E2;
}
.home-senryu__cols.-ko {
  background-color: #fff6cf;
}
.home-senryu__sub {
  text-align: center;
  margin-bottom: 20px;
}
.home-senryu__sub img {
  width: 275px;
  margin-top: -135px;
}
.home-senryu__senryu {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .home-senryu__senryu {
    padding: 0 7px;
  }
}
.home-senryu__txt {
  letter-spacing: 0.04em;
  margin-bottom: 45px;
}
@media screen and (min-width: 993px) {
  .home-senryu__txt {
    min-height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .home-senryu__txt {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.home-plan__inner {
  padding: 135px 0;
}
@media screen and (max-width: 992px) {
  .home-plan__inner {
    padding: 58px 10px 60px;
  }
}
.home-plan__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.home-plan__ttl img {
  width: 643px;
}
@media screen and (max-width: 992px) {
  .home-plan__ttl img {
    width: 90%;
  }
}
.home-plan__image {
  text-align: center;
  margin-bottom: 32px;
}
.home-plan__image img {
  width: 100%;
  max-width: 1288px;
}
.home-plan__btnArea {
  display: flex;
  gap: 28.4px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-plan__btnArea {
    flex-direction: column;
    align-items: center;
    gap: 12.5px;
  }
}

.home-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(81, 101, 111, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 5;
}
.home-fix.is-show {
  opacity: 1;
  pointer-events: auto;
}
.home-fix__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
@media screen and (max-width: 992px) {
  .home-fix__inner {
    height: 100px;
  }
}
.home-fix__btnArea {
  display: flex;
  gap: 24.5px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-fix__btnArea {
    flex-direction: column;
    gap: 10px;
  }
}
.home-fix__tel {
  width: 100%;
}
.home-fix__tel img {
  width: 320px;
}
@media screen and (max-width: 992px) {
  .home-fix__tel img {
    width: 100%;
  }
}
.home-fix__btns {
  display: flex;
  gap: 18.6px;
}
@media screen and (max-width: 992px) {
  .home-fix__btns {
    gap: 11px;
  }
}

/*# sourceMappingURL=styles.css.map */
