@charset "UTF-8";
.main {
  overflow: hidden;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
.break {
  display: inline-block;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
a.btn_ao_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 26%;
  margin: 0 auto;
  padding: 2vw 1vw;
  border: 4px solid #8CC63F;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

a.btn_ao_b:hover {
  background-color: #e9f3fd;
}

a.btn_ao_b .b__text {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8CC63F;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}

a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #8CC63F;
  border-right: 3px solid #8CC63F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.btn_ao_b02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 2vw 3vw;
  border: 4px solid #8CC63F;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

a.btn_ao_b02:hover {
  background-color: #e9f3fd;
}

a.btn_ao_b02 .b__text02 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8CC63F;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}

a.btn_ao_b02 .b__text02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #8CC63F;
  border-right: 3px solid #8CC63F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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 {
  -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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  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;
  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;
}

html {
  scroll-padding-top: 100px;
}

body {
  color: #4D4D4D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 8888;
}

/* ヘッダー */
.l-header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
  color: #4D4D4D;
  /* ナビメニュー */
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.l-header__logo {
  width: 20%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header__visual {
  width: 100%;
}
.l-header__img {
  width: 100%;
}
.l-header__menu {
  height: 100%;
}
.l-header__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header__menu-item {
  height: 100%;
}
.l-header__menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menu-link:hover {
  opacity: 0.6;
}
.l-header__menu-item02 {
  height: 100%;
}
.l-header__menu-link02 {
  background: #8CC63F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 5vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.3em;
}
.l-header__menu-link02:hover {
  background: #435f1e;
  color: #fff;
}
.l-header__menu-f {
  color: #FFFF00;
  font-size: 18px;
}
.l-header__menu-f02 {
  color: #fff;
}
.l-header__menu-item03 {
  display: none;
}
.l-header__menu-link03 {
  background: #8CC63F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menu-link03:hover {
  opacity: 0.6;
}

/* ハンバーガーメニュー */
.h-btn {
  display: none;
}
.main {
  overflow: hidden;
}

.l-contact {
  margin-top: 11vw;
}
.l-contact__bc {
  background: url(../img/common/l-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 46rem;
  position: relative;
}
.l-contact__bc::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(248, 247, 239, 0.4);
  z-index: 2;
}
.l-contact__bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 4;
}
.l-contact__main-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10vw;
}
.l-contact__main {
  background-color: #8CC63F;
  border-radius: 20px;
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  padding: 3vw 6vw;
}
.l-contact__main::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: #8CC63F;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
}
.l-contact__main-title {
  display: block;
  font-size: 18px;
  color: #FFFF00;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-contact__main-text {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.l-contact__flex {
  position: relative;
  z-index: 10;
}
.l-contact__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-contact__card-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.l-contact__card-li {
  background: #E3E9A7;
  width: 35%;
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-contact__card-li:not(:first-of-type) {
  margin-left: 4vw;
}
.l-contact__card-link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact__card-link:hover {
  opacity: 0.6;
}
.l-contact__cover-card {
  padding: 2vw 0 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-contact__card-ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
.l-contact__card-txt {
  font-size: 40px;
  margin-bottom: 5px;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.l-contact__card-txt02 {
  font-weight: 400;
}

.l-contact02__bc {
  background: url(../img/common/l-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 46rem;
  position: relative;
}
.l-contact02__bc::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(248, 247, 239, 0.4);
  z-index: 2;
}
.l-contact02__bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 247, 239)), color-stop(20%, rgba(248, 247, 239, 0.95)), color-stop(50%, rgba(248, 247, 239, 0.7)), color-stop(80%, rgba(248, 247, 239, 0.3)), to(rgba(248, 247, 239, 0)));
  background: linear-gradient(to bottom, rgb(248, 247, 239) 0%, rgba(248, 247, 239, 0.95) 20%, rgba(248, 247, 239, 0.7) 50%, rgba(248, 247, 239, 0.3) 80%, rgba(248, 247, 239, 0) 100%);
  pointer-events: none;
  z-index: 4;
}
.l-contact02__main-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10vw;
}
.l-contact02__main {
  background-color: #8CC63F;
  border-radius: 20px;
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  padding: 3vw 6vw;
}
.l-contact02__main::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: #8CC63F;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
}
.l-contact02__main-title {
  display: block;
  font-size: 18px;
  color: #FFFF00;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-contact02__main-text {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.l-contact02__flex {
  position: relative;
  z-index: 10;
}
.l-contact02__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-contact02__card-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.l-contact02__card-li {
  background: #E3E9A7;
  width: 35%;
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 16px 14px 15px -12px #777777;
          box-shadow: 16px 14px 15px -12px #777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-contact02__card-li:not(:first-of-type) {
  margin-left: 4vw;
}
.l-contact02__card-link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact02__card-link:hover {
  opacity: 0.6;
}
.l-contact02__cover-card {
  padding: 2vw 0 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-contact02__card-ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
.l-contact02__card-txt {
  font-size: 40px;
  margin-bottom: 5px;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.l-contact02__card-txt02 {
  font-weight: 400;
}

.l-footer {
  background: #F8F7EF;
  padding: 5vw 0 5vw;
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.l-footer__logo {
  width: 40%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__logo:hover {
  opacity: 0.6;
}
.l-footer__logo-link {
  display: block;
}
.l-footer__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.l-footer__visual {
  width: 60%;
}
.l-footer__img {
  width: 100%;
}
.l-footer__add {
  width: 50%;
  font-size: 18px;
}
.l-footer__add-sub {
  margin-top: 10px;
}
.l-footer__line {
  border-bottom: solid 2px #4D4D4D;
  margin-top: 3vw;
}
.l-footer__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
  margin-top: 4vw;
  font-size: 18px;
  white-space: nowrap;
}
.l-footer__menu-item {
  margin-top: 20px;
}
.l-footer__menu-item:not(:first-of-type) {
  margin-left: 5vw;
}
.l-footer__menu-link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__menu-link:hover {
  opacity: 0.6;
}
.l-footer__copy {
  background: #F8F7EF;
  text-align: center;
  padding: 10px 0 3vw;
}
.l-footer__copy-p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.l-spmenu {
  display: none;
}
.l-spmenu__link {
  display: block;
  width: 100%;
}
.l-spmenu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-spmenu__link {
  display: block;
  width: 100%;
}
.l-spmenu__item {
  padding: 10px 10px;
  width: 50%;
  text-align: center;
  border: solid 2px #fff;
  height: 100%;
}
.l-spmenu__item02 {
  padding: 10px 10px;
  width: 50%;
  text-align: center;
  border: solid 2px #fff;
}
.l-spmenu__text {
  display: block;
  font-size: 16px;
}
.l-spmenu__text02 {
  font-size: 15px;
}

svg {
  vertical-align: bottom;
}

.index-hero {
  height: 527px;
  background-image: url("../img/index/top/index-top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  position: relative;
}
.index-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.index-hero__flex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.index-hero__visual {
  width: 60%;
}
.index-hero__visual02 {
  width: 30%;
  position: relative;
  z-index: 10;
}
.index-hero__img {
  width: 100%;
}
.index-hero__visual-sp {
  display: none;
}
.index-hero__img-sp {
  width: 100%;
}

.index-mv {
  margin-top: 7rem;
}
.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__bc {
  background-image: url("../img/index/mv/mv-bc.png"); /* 画像のパスを指定 */
  background-repeat: repeat; /* パターンを繰り返す */
  background-size: cover; /* 必要に応じてサイズ調整 */
  background-position: top left;
  border-radius: 30px; /* 開始位置 */
  padding: 2vw;
}
.index-mv__bc-border {
  border: 4px solid #9DCCA8;
  border-radius: 30px;
}
.index-mv__text-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-mv__main {
  font-size: 28px;
  margin-top: 3vw;
}
.index-mv__sub {
  font-size: 36px;
  color: #8CC63F;
  display: inline-block;
  position: relative;
  padding: 0.4vw 1vw;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-image: radial-gradient(#FDF57A 20%, transparent 20%), radial-gradient(#FDF57A 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.index-mv__list {
  margin-bottom: 4vw;
}
.index-mv__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 95%;
  margin: 0 auto;
  margin-top: 2vw;
}
.index-mv__item {
  border-radius: 20px;
  background: #D9E0AD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2vw 1vw;
  gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-mv__visual {
  width: 10%;
}
.index-mv__img {
  width: 100%;
}
.index-mv__text {
  font-size: 22px;
}

.index-pr {
  margin-top: 10rem;
}
.index-pr__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-pr__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.index-pr__text {
  font-size: 28px;
  width: 51%;
  position: relative;
}
.index-pr__text::before {
  content: "";
  background-image: url(../img/index/pr/pr-message.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -65%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.3em;
  height: 5.3em;
  z-index: 10;
}
.index-pr__text01 {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.index-pr__text01:not(:first-of-type) {
  margin-top: 20px;
  margin-top: 10px;
}
.index-pr__text02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #FFF462));
  background: linear-gradient(transparent 60%, #FFF462 30%);
  display: inline;
  font-size: 42px;
}
.index-pr__green {
  color: #8CC63F;
}
.index-pr__visual {
  width: 35%;
}
.index-pr__img {
  width: 100%;
}

.index-point {
  margin-top: 0px;
}
.index-point__bc {
  background: url(../img/index/point/point-bc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 20rem;
  position: relative;
}
.index-point__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.index-point__en-title {
  color: #39B54A;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.index-point__speech-bubble {
  position: relative;
  display: inline-block;
  padding: 0.5vw 2vw;
  color: #fff;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 198, 63)), color-stop(18.07%, rgb(135, 197, 65)), color-stop(38.02%, rgb(122, 195, 72)), color-stop(58.86%, rgb(100, 192, 83)), color-stop(80.16%, rgb(70, 187, 98)), to(rgb(34, 181, 115)));
  background: linear-gradient(90deg, rgb(140, 198, 63) 0%, rgb(135, 197, 65) 18.07%, rgb(122, 195, 72) 38.02%, rgb(100, 192, 83) 58.86%, rgb(70, 187, 98) 80.16%, rgb(34, 181, 115) 100%);
  margin-top: 5px;
  /* 下向き中央のしっぽ（三角形） */
}
.index-point__speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 198, 63)), color-stop(18.07%, rgb(135, 197, 65)), color-stop(38.02%, rgb(122, 195, 72)), color-stop(58.86%, rgb(100, 192, 83)), color-stop(80.16%, rgb(70, 187, 98)), to(rgb(34, 181, 115)));
  background: linear-gradient(90deg, rgb(140, 198, 63) 0%, rgb(135, 197, 65) 18.07%, rgb(122, 195, 72) 38.02%, rgb(100, 192, 83) 58.86%, rgb(70, 187, 98) 80.16%, rgb(34, 181, 115) 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.index-point__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vw;
}
.index-point__card-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
  width: 80%;
}
.index-point__card-wrap li {
  background: #F8F1DD;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  width: 32%;
  padding: 3vw 1vw;
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  border-radius: 30px;
}
.index-point__card-ttl {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: -5.5vw;
}
.index-point__or {
  color: #F7931E;
}
.index-point__pnk {
  color: #F3A294;
}
.index-point__grn {
  color: #39B54A;
}
.index-point__card-ttl-01 {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.index-point__card-ttl-02 {
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
}
.index-point__card-wrap figure {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-point__card-wrap img {
  width: 40%;
}
.index-point__card-txt01 {
  margin-bottom: 15px;
  font-size: 32px;
  text-align: center;
}
.index-point__card-txt02 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #F7931E;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
.index-point__card-txt03 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.index-point__btn-wrapper {
  margin-top: 5vw;
}

.index-about {
  margin-top: 14vw;
}
.index-about__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-about__title {
  display: inline-block;
  position: relative;
  padding: 0.4vw 1vw;
  color: #333;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  background-image: radial-gradient(#FDF57A 20%, transparent 20%), radial-gradient(#FDF57A 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.index-about__title-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-about__title-cover:not(:first-of-type) {
  margin-top: 0.5vw;
}
.index-about__text-cover {
  margin-top: 1vw;
}
.index-about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vw;
}
.index-about__visual {
  width: 37%;
}
.index-about__img {
  width: 100%;
}
.index-about__text-cover {
  width: 50%;
}
.index-about__text {
  width: 100%;
  font-weight: 500;
  line-height: 2;
  font-size: 20px;
}
.index-about__btn-wrapper {
  margin-top: 6vw;
}

.section-hero {
  background-image: url(../img/company/company-bc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 301px;
  position: relative;
}
.section-hero::before {
  content: "";
  background-image: url(../img/common/sec-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.3em;
  height: 15.3em;
  z-index: 10;
}
.section-hero:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero__heading {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.section-hero__main {
  display: block;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.section-hero__sub {
  display: block;
  color: #8CC63F;
  font-size: 42px;
  letter-spacing: 0.1em;
  margin-top: 26px;
}

.company-mv {
  margin-top: 7rem;
}
.company-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.company-mv__title {
  text-align: center;
}
.company-mv__main {
  font-size: 46px;
  font-weight: 700;
  color: #8CC63F;
  display: block;
  letter-spacing: 0.1em;
}
.company-mv__sub {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: #8CC63F;
  margin-top: 10px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.company-mv__table {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #999999;
  border-top: 2px solid #999999;
  margin-top: 6vw;
}
.company-mv__table-tr {
  border-bottom: 2px dotted #999999;
}
.company-mv__table-header {
  background: #DFECCA;
  padding: 24px 35px;
  border: none;
  width: 30%;
  color: #8CC63F;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.company-mv__table-date {
  padding: 24px 35px;
  border: none;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.company-mv__table-date02 {
  padding: 24px 0px 24px 35px;
  border: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.company-map {
  margin-top: 12rem;
}
.company-map__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.company-map__title {
  text-align: center;
}
.company-map__main {
  font-size: 46px;
  font-weight: 700;
  color: #8CC63F;
  display: block;
  letter-spacing: 0.1em;
}
.company-map__sub {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: #8CC63F;
  margin-top: 10px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.company-map__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 6vw;
}
.company-map__item {
  width: 40%;
  padding-top: 3vw;
}
.company-map__name {
  font-size: 28px;
  font-weight: 700;
}
.company-map__border {
  border-bottom: 2px dotted #8CC63F;
  width: 100%;
  margin-top: 2vw;
}
.company-map__add {
  font-size: 18px;
  font-weight: 700;
  margin-top: 2vw;
}
.company-map__tel {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1vw;
}
.company-map__map {
  width: 50%;
}
.company-map__iframe {
  width: 100%;
}

.contact-hero {
  background-image: url(../img/contact/contact-bc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 301px;
  position: relative;
}
.contact-hero::before {
  content: "";
  background-image: url(../img/common/sec-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.3em;
  height: 15.3em;
  z-index: 10;
}
.contact-hero:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-hero__heading {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.contact-hero__main {
  display: block;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.contact-hero__sub {
  display: block;
  color: #8CC63F;
  font-size: 42px;
  letter-spacing: 0.1em;
  margin-top: 26px;
}

.contact-form {
  margin-top: 6rem;
  padding-bottom: 10vw;
}
.contact-form__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.contact-form__wrapper {
  width: 70%;
  margin: 0 auto;
}
.contact-form__bc-gray {
  width: 100%;
}
.contact-form__text {
  font-size: 22px;
  font-weight: 500;
}
.contact-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
.contact-form__row:not(:first-of-type) {
  margin-top: 30px;
}
.contact-form__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  font-size: 20px;
}
.contact-form__label {
  font-weight: bold;
}
.contact-form__required {
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  font-weight: 700;
  background-color: #8CC63F;
  font-size: 16px;
}
.contact-form__input {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  border: 3px solid #8CC63F;
  color: #333;
  width: 100%;
}
.contact-form__input::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 20px;
}
.contact-form__input::-moz-placeholder {
  color: #CCCCCC;
  font-size: 20px;
}
.contact-form__input:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 20px;
}
.contact-form__input::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 20px;
}
.contact-form__input::placeholder {
  color: #CCCCCC;
  font-size: 20px;
}
.contact-form__textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 20px;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 305px;
  width: 100%;
  border: 3px solid #8CC63F;
}
.contact-form__textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 18px;
}
.contact-form__textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 18px;
}
.contact-form__textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 18px;
}
.contact-form__textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 18px;
}
.contact-form__textarea::placeholder {
  color: #CCCCCC;
  font-size: 18px;
}
.contact-form__select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
.contact-form__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 92px;
  width: 100%;
}
.contact-form__button-wrapper02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 56%;
  margin: 0 auto;
  padding: 2vw 3vw;
  border: 4px solid #8CC63F;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8CC63F;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 23px;
}
.contact-form__button-wrapper02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 69px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #8CC63F;
  border-right: 3px solid #8CC63F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form__button-wrapper02:hover {
  background-color: #e9f3fd;
}
.contact-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  padding: 20px 20px 40px;
}
.contact-form__radio02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.contact-form__radio-title {
  font-size: 20px;
  font-weight: 700;
}
.contact-form__radio-label {
  font-size: 18px;
  margin-top: 10px;
}
.contact-form__occupation-title {
  font-size: 17px;
  font-weight: 700;
}
.contact-form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.contact-form__button:not(:first-of-type) {
  margin-left: 30px;
}
.contact-form__button-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  background: #171717;
  color: #fff;
  border-radius: 60px;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__button-link:hover {
  opacity: 0.6;
}

.radio-001 label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.radio-001 label::before,
.radio-001 label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}

.radio-001 label::before {
  width: 18px;
  height: 18px;
  background-color: #e6edf3;
}

.radio-002 label::before {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}

.radio-001 label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #f99d3b;
  -webkit-animation: anim-radio-001 0.3s linear;
          animation: anim-radio-001 0.3s linear;
}

@-webkit-keyframes anim-radio-001 {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
            box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(37, 137, 208, 0.2);
            box-shadow: 0 0 0 10px rgba(37, 137, 208, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes anim-radio-001 {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
            box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(37, 137, 208, 0.2);
            box-shadow: 0 0 0 10px rgba(37, 137, 208, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}
.radio-001 input {
  display: none;
}

.check-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.check-box-wrapper {
  width: 100%;
  margin: 0 auto;
}

.check-box-head {
  font-size: 24px;
  margin: 80px auto 0;
  text-align: center;
  font-weight: 700;
  color: #8CC63F;
}

.check-privacy {
  border: 2px solid #B3B3B3;
  font-size: 16px;
  height: 200px;
  line-height: 2;
  margin: 34px auto 0;
  max-width: 920px;
  overflow: auto;
  padding: 20px 28px;
  width: 100%;
  font-weight: 700;
}

.checkbox-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.checkbox-label-input {
  border: solid 3px #8CC63F;
}

.checkbox-label {
  font-size: 20px;
  margin-left: 10px;
  text-align: center;
}

.thanks {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 50;
}
.thanks__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thanks__wrapper {
  width: 80%;
}
.thanks__text {
  font-size: 24px;
  font-weight: 700;
}
.thanks__text-sub {
  font-size: 20px;
  margin-top: 17px;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

form {
  padding-top: 100px !important;
}

.wpcf7 span {
  display: inline-block; /* または inline にする場合もあり */
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; /* 必要に応じて調整 */
}

.heatpump-hero {
  background-image: url(../img/heatpump/heatpump-bc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 301px;
  position: relative;
}
.heatpump-hero::before {
  content: "";
  background-image: url(../img/common/sec-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.3em;
  height: 15.3em;
  z-index: 10;
}
.heatpump-hero:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.heatpump-hero__heading {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.heatpump-hero__main {
  display: block;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.heatpump-hero__sub {
  display: block;
  color: #8CC63F;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-top: 17px;
}

.hp-mv {
  margin-top: 11vw;
}
.hp-mv__bc {
  background: url(../img/heatpump/heatpump-item-bc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 37rem;
  position: relative;
}
.hp-mv__bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 4;
}
.hp-mv__wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hp-mv__item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 8vw 5vw;
  width: 80%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.hp-mv__main {
  font-size: 34px;
  font-weight: 700;
  color: #8CC63F;
  text-align: center;
}
.hp-mv__sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 4vw;
}

.hp-service {
  padding-top: 7rem;
  background: #F8F7EF;
}
.hp-service__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.hp-service__title {
  text-align: center;
}
.hp-service__main {
  font-size: 46px;
  font-weight: 700;
  color: #8CC63F;
  display: block;
  letter-spacing: 0.1em;
}
.hp-service__sub {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: #8CC63F;
  margin-top: 10px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.hp-service__bc {
  background: #fff;
  border-radius: 30px;
  padding: 5vw 3vw;
  margin-top: 5vw;
}
.hp-service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #4D4D4D;
  padding-bottom: 2vw;
}
.hp-service__item:not(:first-of-type) {
  margin-top: 5vw;
}
.hp-service__item02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp-service__item02:not(:first-of-type) {
  margin-top: 5vw;
}
.hp-service__mini-text {
  font-size: 15px;
  font-weight: 500;
}
.hp-service__visual {
  width: 38%;
}
.hp-service__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.hp-service__wrapper {
  width: 50%;
}
.hp-service__table-tr {
  border-bottom: 2px dotted #4D4D4D;
}
.hp-service__table-header {
  padding: 15px 0 15px;
  border: none;
  width: 30%;
  font-size: 18px;
  font-weight: 500;
}
.hp-service__table-header02 {
  padding: 15px 0 15px;
  border: none;
  width: 30%;
  font-size: 18px;
  font-weight: 500;
}
.hp-service__table-green {
  display: inline-block;
  color: #8CC63F;
  border: solid 2px #8CC63F;
  width: 120px;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 500;
}
.hp-service__table-text {
  display: inline-block;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 500;
}
.hp-service__table-date {
  padding: 15px 0 15px;
  border: none;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.hp-subsidy {
  background: rgb(248, 247, 239);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.hp-subsidy__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.hp-subsidy__bc {
  background-image: url("../img/index/mv/mv-bc.png"); /* 画像のパスを指定 */
  background-repeat: repeat; /* パターンを繰り返す */
  background-size: cover; /* 必要に応じてサイズ調整 */
  background-position: top left;
  border-radius: 30px; /* 開始位置 */
  padding: 2vw 2vw;
  text-align: center;
  width: 84%;
  margin: 0 auto;
}
.hp-subsidy__border {
  border: 4px dotted #9DCCA8;
  border-radius: 30px;
}
.hp-subsidy__wrapper {
  padding: 3vw 2vw;
}
.hp-subsidy__text01 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px dotted #4D4D4D;
  letter-spacing: 0.1em;
}
.hp-subsidy__mini {
  font-size: 30px;
}
.hp-subsidy__text02 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px dotted #4D4D4D;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.hp-subsidy__orange {
  color: #FBB03B;
  font-size: 40px;
}
.hp-subsidy__sub {
  color: #8CC63F;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 4vw;
  line-height: 1.5;
}

.watercooler-hero {
  background-image: url(../img/watercooler/watercooler-bc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 301px;
  position: relative;
}
.watercooler-hero::before {
  content: "";
  background-image: url(../img/common/sec-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.3em;
  height: 15.3em;
  z-index: 10;
}
.watercooler-hero:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.watercooler-hero__heading {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.watercooler-hero__main {
  display: block;
  color: #8CC63F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.watercooler-hero__sub {
  display: block;
  color: #8CC63F;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-top: 17px;
}

.watercooler-mv {
  margin-top: 11vw;
}
.watercooler-mv__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.watercooler-mv__visual {
  display: none;
}
.watercooler-mv__img {
  width: 100%;
}
.watercooler-mv__item {
  width: 40%;
  position: relative;
}
.watercooler-mv__item::before {
  content: "";
  background-image: url(../img/watercooler/mv/mv-item01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26.3em;
  height: 26.3em;
  z-index: -1;
}
.watercooler-mv__item::after {
  content: "";
  background-image: url(../img/watercooler/mv/mv-item02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: -65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20.3em;
  height: 18.3em;
  z-index: -1;
}
.watercooler-mv__main {
  font-size: 34px;
  font-weight: 700;
  color: #8CC63F;
  text-align: center;
}
.watercooler-mv__sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 4vw;
}

.watercooler-photo {
  margin-top: 8vw;
  /* スライダー全体 */
  /* スライド3枚のグループ */
  /* スライド */
  /* スライドの画像 */
}
.watercooler-photo__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
.watercooler-photo__slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* スライド3枚を横並び */
}
.watercooler-photo__slide {
  width: 33.3333333333vw; /* 3はスライドの枚数 */
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.watercooler-photo__slide img {
  display: block;
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 47/31;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.watercooler-work {
  margin-top: 7rem;
}
.watercooler-work__inner {
  max-width: 1232px;
  padding-right: 16px;
  padding-left: 16px;
  width: 95%;
  margin: 0 auto;
}
.watercooler-work__circle {
  display: inline-block;
  width: 300px;
  height: 150px;
  border-radius: 50%/70% 70% 0 0;
  background-color: #e4efd2;
  background-image: radial-gradient(#cbe6c7 22%, transparent 23.5%), radial-gradient(#cbe6c7 22%, transparent 23.5%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: relative;
  margin-bottom: -4vw;
}
.watercooler-work__circle::before {
  content: "";
  background-image: url(../img/watercooler/work/work-title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14em;
  height: 14em;
  z-index: 10;
}
.watercooler-work__bc {
  background-color: #e4efd2;
  background-image: radial-gradient(#cbe6c7 22%, transparent 23.5%), radial-gradient(#cbe6c7 22%, transparent 23.5%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: relative;
  border-radius: 30px;
  padding: 0vw 5vw 5vw;
}
.watercooler-work__bc-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #006837;
  text-align: center;
}
.watercooler-work__textbox {
  margin-top: 62px;
}
.watercooler-work__textbox:not(:first-of-type) {
  margin-top: 7vw;
}
.watercooler-work__textbox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
.watercooler-work__second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.watercooler-work__visual {
  max-width: 600px;
  width: 100%;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.watercooler-work__img {
  aspect-ratio: 47/31;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.watercooler-work__textbox-textbox {
  position: relative;
  width: 100%;
  z-index: 1;
}
.watercooler-work__textbox-textbox:not(:first-of-type) {
  margin-top: 40px;
}
.watercooler-work__textbox-second::before {
  left: initial;
  right: -150px;
}
.watercooler-work__title {
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #006837;
  padding-bottom: 10px;
  border-bottom: 2px solid #006837;
}
.watercooler-work__title02 {
  text-align: right;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #006837;
  padding-bottom: 10px;
  border-bottom: 2px solid #006837;
}
.watercooler-work__circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.watercooler-work__icon01 {
  position: relative;
}
.watercooler-work__icon01::before {
  content: "";
  background-image: url(../img/watercooler/green/green01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -76%;
  left: -26%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11.3em;
  height: 1.3em;
  z-index: 10;
}
.watercooler-work__icon02 {
  position: relative;
}
.watercooler-work__icon02::before {
  content: "";
  background-image: url(../img/watercooler/green/green02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -52%;
  right: -26%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11.3em;
  height: 1.3em;
  z-index: 10;
}
.watercooler-work__icon03 {
  position: relative;
}
.watercooler-work__icon03::before {
  content: "";
  background-image: url(../img/watercooler/green/green03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -52%;
  left: -26%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11.3em;
  height: 1.3em;
  z-index: 10;
}
.watercooler-work__text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 2vw;
}
.watercooler-work__green-text {
  display: none;
}
.watercooler-work__green-text01 {
  background-color: #006837;
  color: #Fff;
  border-radius: 60px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 5px 5px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

.watercooler-merit {
  background: transparent url(../img/watercooler/merit/watercooler-sec-bc.png) no-repeat top center/cover;
  padding: 0vw 2vw 20vw;
  margin-top: 10rem;
}
.watercooler-merit__title-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.watercooler-merit__title-img {
  width: 40%;
  margin-top: -4vw;
}
.watercooler-merit__inner {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
}
.watercooler-merit__item {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  border-radius: 30px;
  padding: 4vw 5vw 4vw 0vw;
  width: 100%;
  margin-top: 5vw;
}
.watercooler-merit__item:not(:first-of-type) {
  margin-top: 5vw;
}
.watercooler-merit__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
.watercooler-merit__num {
  background: url(../img/watercooler/icon/icon-bc-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 59%;
  height: 13rem;
  position: relative;
  margin-left: -2vw;
}
.watercooler-merit__num02 {
  background: url(../img/watercooler/icon/icon-bc-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 59%;
  height: 13rem;
  position: relative;
  margin-left: -2vw;
}
.watercooler-merit__num03 {
  background: url(../img/watercooler/icon/icon-bc-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 59%;
  height: 13rem;
  position: relative;
  margin-left: -2vw;
}
.watercooler-merit__num04 {
  background: url(../img/watercooler/icon/icon-bc-04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 59%;
  height: 13rem;
  position: relative;
  margin-left: -2vw;
}
.watercooler-merit__num-text {
  display: block;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
  color: #fff;
}
.watercooler-merit__num-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.watercooler-merit__num-text01 {
  display: block;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
.watercooler-merit__num-text02 {
  display: block;
  font-size: 80px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
.watercooler-merit__visual {
  width: 36%;
  margin-left: 1vw;
}
.watercooler-merit__img {
  width: 100%;
}
.watercooler-merit__text-wrpper {
  border-left: 2px solid #4D4D4D;
  padding-left: 4vw;
  width: 55%;
  color: #F7931E;
}
.watercooler-merit__text-wrpper02 {
  border-left: 2px solid #4D4D4D;
  padding-left: 4vw;
  width: 55%;
  color: #EB6140;
}
.watercooler-merit__text-wrpper03 {
  border-left: 2px solid #4D4D4D;
  padding-left: 4vw;
  width: 55%;
  color: #F3A294;
}
.watercooler-merit__text-wrpper04 {
  border-left: 2px solid #4D4D4D;
  padding-left: 4vw;
  width: 55%;
  color: #39B54A;
}
.watercooler-merit__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.watercooler-merit__main {
  font-size: 34px;
  margin-top: 16px;
}
.watercooler-merit__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  color: #4D4D4D;
}

.watercooler-flow {
  background: #F8F7EF;
  padding-top: 14vw;
}
.watercooler-flow__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.watercooler-flow__title {
  text-align: center;
}
.watercooler-flow__main {
  font-size: 46px;
  font-weight: 700;
  color: #8CC63F;
  display: block;
  letter-spacing: 0.1em;
}
.watercooler-flow__sub {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: #8CC63F;
  margin-top: 10px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.watercooler-flow__table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3vw;
  width: 100%;
}
.watercooler-flow__table {
  width: 100%;
}
.watercooler-flow__table-tr {
  background: #77BF8E;
  padding: 1vw 5vw;
  width: 100%;
  border-radius: 30px;
}
.watercooler-flow__table-tr:first-of-type {
  margin-top: 3vw;
}
.watercooler-flow__table-date {
  padding: 24px 0;
  border: none;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: relative;
}
.watercooler-flow__table-date::before {
  content: attr(data-number);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%;
  border-radius: 100%;
  background: #FFFF00;
  color: #77BF8E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 40px;
  height: 80px;
  width: 80px;
}
.watercooler-flow__table-date02 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.watercooler-flow__table-date03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3vw;
}
.watercooler-flow__table-date04 {
  background: #fff;
  color: #4D4D4D;
  font-size: 20px;
  padding: 2vw 2vw;
  border-radius: 30px;
  width: 70%;
  position: relative;
}
.watercooler-flow__table-date04::before {
  content: "";
  background-image: url(../img/watercooler/flow/flow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -7%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.3em;
  height: 5.3em;
  z-index: 10;
}
.watercooler-flow__flow-triangle {
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
  color: #22B573;
  font-size: 60px;
}

.watercooler-pdf {
  background: #F8F7EF;
  padding-top: 14vw;
  padding-bottom: 10vw;
}
.watercooler-pdf__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.watercooler-pdf__bc {
  background-image: url("../img/index/mv/mv-bc.png"); /* 画像のパスを指定 */
  background-repeat: repeat; /* パターンを繰り返す */
  background-size: cover; /* 必要に応じてサイズ調整 */
  background-position: top left;
  border-radius: 30px; /* 開始位置 */
  padding: 2vw 2vw;
  width: 84%;
  margin: 0 auto;
}
.watercooler-pdf__link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.watercooler-pdf__link:hover {
  opacity: 0.6;
}
.watercooler-pdf__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watercooler-pdf__wrapper {
  padding: 3vw 0vw 2vw 2vw;
  position: relative;
  padding-left: 15vw;
}
.watercooler-pdf__wrapper::before {
  content: "";
  background-image: url(../img/watercooler/pdf/pdf01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.3em;
  height: 14.3em;
  z-index: 10;
}
.watercooler-pdf__text01 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px dotted #4D4D4D;
  letter-spacing: 0.1em;
}
.watercooler-pdf__text01:not(:first-of-type) {
  margin-top: 10px;
}
.watercooler-pdf__green {
  color: #89C33F;
}
.watercooler-pdf__visual {
  width: 30%;
}
.watercooler-pdf__pdf-visual02 {
  width: 20%;
}
.watercooler-pdf__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a.btn_ao_b {
    max-width: 60%;
    padding: 4vw 3vw;
  }
  a.btn_ao_b02 {
    max-width: 60%;
    padding: 5vw 8vw;
  }
  .l-header {
    height: 48px;
  }
  .l-header__logo {
    width: 50%;
  }
  .l-header__logo-wrapper {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-header__visual {
    width: 100%;
  }
  .l-header__menu {
    background: #fff;
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
  }
  .l-header__menu-list {
    display: block;
  }
  .l-header__menu-item {
    height: auto;
  }
  .l-header__menu-link {
    padding: 24px 48px;
  }
  .l-header__menu-item02 {
    display: none;
  }
  .l-header__menu-link02 {
    padding: 24px 48px;
  }
  .l-header__menu-item03 {
    display: block;
    height: auto;
  }
  .l-header__menu-link03 {
    padding: 24px 48px;
  }
  .l-contact__bc {
    height: 29rem;
  }
  .l-contact__main-wrapper {
    padding-top: 18vw;
  }
  .l-contact__main {
    margin-left: 0;
    margin-bottom: 0;
    padding: 6vw 6vw;
    margin-bottom: 30px;
  }
  .l-contact__main-title {
    font-size: 16px;
  }
  .l-contact__main-text {
    font-size: 18px;
    margin-top: 5px;
  }
  .l-contact__card-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-contact__card-li {
    width: 90%;
    margin-top: 10px;
  }
  .l-contact__card-li:not(:first-of-type) {
    margin-left: 0;
  }
  .l-contact__card-ttl {
    font-size: 18px;
  }
  .l-contact__card-txt {
    font-size: 24px;
    margin-top: 0px;
  }
  .l-contact__card-txt02 {
    font-size: 16px;
  }
  .l-contact02__bc {
    height: 29rem;
  }
  .l-contact02__main-wrapper {
    padding-top: 18vw;
  }
  .l-contact02__main {
    margin-left: 0;
    margin-bottom: 0;
    padding: 6vw 6vw;
    margin-bottom: 30px;
  }
  .l-contact02__main-title {
    font-size: 16px;
  }
  .l-contact02__main-text {
    font-size: 18px;
    margin-top: 5px;
  }
  .l-contact02__card-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-contact02__card-li {
    width: 90%;
    margin-top: 10px;
  }
  .l-contact02__card-li:not(:first-of-type) {
    margin-left: 0;
  }
  .l-contact02__card-ttl {
    font-size: 18px;
  }
  .l-contact02__card-txt {
    font-size: 24px;
    margin-top: 0px;
  }
  .l-contact02__card-txt02 {
    font-size: 16px;
  }
  .l-footer {
    padding: 12vw 8vw 26vw;
  }
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 100%;
  }
  .l-footer__logo-wrapper {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-footer__visual {
    width: 70%;
    margin: 0 auto;
  }
  .l-footer__add {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }
  .l-footer__add-sub {
    margin-top: 5px;
  }
  .l-footer__line {
    margin-top: 10vw;
  }
  .l-footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
  .l-footer__menu-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  .l-footer__copy-p {
    font-size: 12px;
  }
  .l-spmenu {
    display: block;
    position: fixed; /* フッターを固定する */
    bottom: 0; /* 上部から配置の基準位置を決める */
    left: 0; /* 左から配置の基準位置を決める */
    width: 100%; /* フッターの横幅を指定する */
    padding: 0px; /* フッター内側の余白を指定する(上下左右) */
    background-color: #364e18;
    color: #FFFFFF; /* フッターのフォントの色を指定する */
    z-index: 9999;
  }
  .index-hero {
    height: 563px;
  }
  .index-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .index-hero__flex {
    display: none;
  }
  .index-hero__visual-sp {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: 7vw;
  }
  .index-mv__main {
    font-size: 16px;
  }
  .index-mv__sub {
    font-size: 22px;
  }
  .index-mv__list {
    width: 100%;
  }
  .index-mv__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
  }
  .index-mv__item {
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .index-mv__visual {
    width: 10%;
  }
  .index-mv__text {
    font-size: 16px;
  }
  .index-pr {
    margin-top: 8rem;
  }
  .index-pr__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-pr__text {
    width: 100%;
    font-size: 16px;
  }
  .index-pr__text02 {
    font-size: 24px;
  }
  .index-pr__visual {
    width: 100%;
    margin-left: 46vw;
  }
  .index-pr__img {
    width: 70%;
  }
  .index-point {
    margin-top: 0px;
  }
  .index-point__bc {
    height: 10rem;
  }
  .index-point__speech-bubble {
    font-size: 28px;
    padding: 3vw 4vw;
  }
  .index-point__card-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .index-point__card-wrap li {
    width: 90%;
    padding: 3vw 4vw;
  }
  .index-point__card-ttl-01 {
    font-size: 15px;
  }
  .index-point__card-ttl-02 {
    font-size: 50px;
  }
  .index-point__card-txt01 {
    font-size: 24px;
  }
  .index-point__card-txt02 {
    font-size: 14px;
  }
  .index-point__card-txt03 {
    font-size: 16px;
  }
  .index-point__btn-wrapper {
    width: 100%;
    margin-top: 10vw;
  }
  .index-about__title {
    font-size: 19px;
  }
  .index-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-about__visual {
    width: 70%;
  }
  .index-about__text-cover {
    width: 100%;
  }
  .index-about__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-hero {
    height: 165px;
  }
  .section-hero::before {
    bottom: -65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14.3em;
    height: 10.3em;
  }
  .section-hero__heading {
    bottom: -8%;
  }
  .section-hero__main {
    font-size: 16px;
  }
  .section-hero__sub {
    font-size: 28px;
    margin-top: 14px;
  }
  .company-mv {
    margin-top: 4rem;
  }
  .company-mv__main {
    font-size: 24px;
  }
  .company-mv__sub {
    font-size: 15px;
  }
  .company-mv__table {
    width: 100%;
  }
  .company-mv__table-header {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 16px 18px 12px;
  }
  .company-mv__table-date {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 12px 18px 16px;
  }
  .company-mv__table-date02 {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 12px 18px 16px;
    line-height: 1.5;
  }
  .company-map {
    margin-top: 7rem;
  }
  .company-map__main {
    font-size: 24px;
  }
  .company-map__sub {
    font-size: 15px;
  }
  .company-map__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-map__item {
    width: 100%;
  }
  .company-map__name {
    font-size: 18px;
    text-align: center;
  }
  .company-map__border {
    margin-top: 3vw;
  }
  .company-map__add {
    font-size: 16px;
    text-align: center;
    margin-top: 3vw;
  }
  .company-map__tel {
    font-size: 16px;
    text-align: center;
  }
  .company-map__map {
    width: 100%;
  }
  .contact-hero {
    height: 165px;
  }
  .contact-hero::before {
    bottom: -65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14.3em;
    height: 10.3em;
  }
  .contact-hero__heading {
    bottom: -8%;
  }
  .contact-hero__main {
    font-size: 16px;
  }
  .contact-hero__sub {
    font-size: 28px;
    margin-top: 14px;
  }
  .contact-form {
    margin-top: 3rem;
  }
  .contact-form__wrapper {
    width: 100%;
  }
  .contact-form__text {
    font-size: 19px;
    padding: 0px 20px;
  }
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 18px;
  }
  .contact-form__row:not(:first-of-type) {
    margin-top: 0px;
  }
  .contact-form__form-label {
    font-size: 16px;
  }
  .contact-form__input {
    margin-top: 0.5rem;
    width: 100%;
    padding: 15px 12px;
  }
  .contact-form__input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-form__input::-moz-placeholder {
    font-size: 16px;
  }
  .contact-form__input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form__input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form__input::placeholder {
    font-size: 16px;
  }
  .contact-form__textarea {
    margin-top: 0.5rem;
    width: 100%;
  }
  .contact-form__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-form__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-form__textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form__textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form__textarea::placeholder {
    font-size: 16px;
  }
  .contact-form__select {
    margin-top: 0.5rem;
  }
  .contact-form__button-wrapper {
    margin-top: 59px;
  }
  .contact-form__button-wrapper02 {
    max-width: 84%;
    padding: 5vw 8vw;
    font-size: 16px;
  }
  .contact-form__button-wrapper02:after {
    width: 10px;
    height: 10px;
    right: 38px;
  }
  .contact-form__radio {
    padding: 1px 20px 26px;
  }
  .contact-form__radio02 {
    padding: 20px;
  }
  .contact-form__radio-title {
    font-size: 18px;
  }
  .contact-form__radio-label {
    font-size: 16px;
  }
  .contact-form__bc-gray {
    padding: 0;
  }
  .contact-form__occupation-title {
    font-size: 16px;
  }
  .contact-form__button:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
  .contact-form__button-link {
    font-size: 18px;
    padding: 15px 5px;
  }
  .check-box-head {
    margin-top: 1rem;
    font-size: 18px;
  }
  .check-privacy {
    margin: 14px auto 0;
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.3;
    height: 156px;
  }
  .checkbox-label {
    font-size: 17px;
    margin-left: 0px;
  }
  .thanks {
    margin-bottom: 20px;
    margin-top: 0rem;
  }
  .thanks__wrapper {
    width: 100%;
  }
  .thanks__text {
    font-size: 18px;
  }
  .thanks__text-sub {
    font-size: 16px;
  }
  form {
    padding-top: 20px !important;
  }
  .heatpump-hero {
    height: 165px;
  }
  .heatpump-hero::before {
    bottom: -65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14.3em;
    height: 10.3em;
  }
  .heatpump-hero__heading {
    bottom: -24%;
  }
  .heatpump-hero__main {
    font-size: 14px;
  }
  .heatpump-hero__sub {
    font-size: 22px;
    margin-top: 14px;
  }
  .hp-mv__bc {
    height: 29rem;
  }
  .hp-mv__wrapper {
    padding-top: 18vw;
  }
  .hp-mv__item {
    width: 90%;
  }
  .hp-mv__main {
    font-size: 22px;
  }
  .hp-mv__sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .hp-service {
    padding-top: 5rem;
  }
  .hp-service__main {
    font-size: 24px;
  }
  .hp-service__sub {
    font-size: 15px;
  }
  .hp-service__bc {
    padding: 10vw 5vw;
    margin-top: 7vw;
  }
  .hp-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
    padding-bottom: 8vw;
  }
  .hp-service__item:not(:first-of-type) {
    margin-top: 12vw;
  }
  .hp-service__item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
  .hp-service__item02:not(:first-of-type) {
    margin-top: 12vw;
  }
  .hp-service__visual {
    width: 100%;
  }
  .hp-service__wrapper {
    width: 100%;
  }
  .hp-service__table-header {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px 0 0px;
  }
  .hp-service__table-header02 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0px 0 0px;
  }
  .hp-service__table-green {
    font-size: 16px;
    text-align: center;
  }
  .hp-service__table-text {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
  }
  .hp-service__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 16px;
    padding: 0px 0 0px;
    text-align: center;
  }
  .hp-subsidy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .hp-subsidy__bc {
    width: 100%;
  }
  .hp-subsidy__wrapper {
    padding: 3vw 0vw;
  }
  .hp-subsidy__text01 {
    font-size: 18px;
  }
  .hp-subsidy__mini {
    font-size: 15px;
  }
  .hp-subsidy__text02 {
    font-size: 18px;
    margin-top: 8px;
  }
  .hp-subsidy__orange {
    font-size: 21px;
  }
  .hp-subsidy__sub {
    font-size: 18px;
  }
  .watercooler-hero {
    height: 165px;
  }
  .watercooler-hero::before {
    bottom: -65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14.3em;
    height: 10.3em;
  }
  .watercooler-hero__heading {
    bottom: -24%;
  }
  .watercooler-hero__main {
    font-size: 14px;
  }
  .watercooler-hero__sub {
    font-size: 22px;
    margin-top: 14px;
  }
  .watercooler-mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .watercooler-mv__visual {
    width: 60%;
  }
  .watercooler-mv__item {
    width: 90%;
    margin-top: 20px;
  }
  .watercooler-mv__item::before {
    display: none;
  }
  .watercooler-mv__item::after {
    display: none;
  }
  .watercooler-mv__main {
    font-size: 20px;
  }
  .watercooler-mv__sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .watercooler-photo__slide {
    padding: 0 5px;
    width: 40vw;
  }
  .watercooler-photo__slide img {
    border-radius: 10px;
  }
  .watercooler-work {
    margin-top: 3rem;
  }
  .watercooler-work__inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .watercooler-work__circle {
    width: 270px;
    margin-bottom: -18vw;
  }
  .watercooler-work__circle::before {
    width: 10em;
    height: 3em;
  }
  .watercooler-work__bc {
    padding: 1vw 5vw 15vw;
  }
  .watercooler-work__bc-title {
    font-size: 24px;
  }
  .watercooler-work__textbox {
    margin-top: 48px;
  }
  .watercooler-work__textbox:not(:first-of-type) {
    margin-top: 13vw;
  }
  .watercooler-work__textbox-inner {
    display: block;
  }
  .watercooler-work__visual {
    width: 100%;
  }
  .watercooler-work__textbox-textbox {
    height: auto;
    margin-top: 10px;
  }
  .watercooler-work__textbox-textbox:not(:first-of-type) {
    margin-top: 5px;
  }
  .watercooler-work__title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
  }
  .watercooler-work__title02 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
  }
  .watercooler-work__icon01::before {
    display: none;
  }
  .watercooler-work__icon02::before {
    display: none;
  }
  .watercooler-work__icon03::before {
    display: none;
  }
  .watercooler-work__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .watercooler-work__green-text {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .watercooler-merit {
    margin-top: 25vw;
    padding: 15vw 5vw;
  }
  .watercooler-merit__title-visual {
    width: 100%;
  }
  .watercooler-merit__title-img {
    width: 90%;
    margin-top: -21vw;
  }
  .watercooler-merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6vw 5vw 6vw 5vw;
  }
  .watercooler-merit__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .watercooler-merit__num {
    width: 42%;
    height: 6rem;
  }
  .watercooler-merit__num02 {
    width: 42%;
    height: 6rem;
  }
  .watercooler-merit__num03 {
    width: 42%;
    height: 6rem;
  }
  .watercooler-merit__num04 {
    width: 42%;
    height: 6rem;
  }
  .watercooler-merit__num-text01 {
    font-size: 13px;
  }
  .watercooler-merit__num-text02 {
    font-size: 27px;
  }
  .watercooler-merit__visual {
    width: 52%;
    margin-left: 0;
  }
  .watercooler-merit__text-wrpper {
    border-left: none;
    border-top: 2px solid #4D4D4D;
    margin-left: 0;
    width: 100%;
    margin-top: 4vw;
    padding-left: 0;
  }
  .watercooler-merit__text-wrpper02 {
    border-left: none;
    border-top: 2px solid #4D4D4D;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 4vw;
  }
  .watercooler-merit__text-wrpper03 {
    border-left: none;
    border-top: 2px solid #4D4D4D;
    margin-left: 0;
    width: 100%;
    margin-top: 4vw;
    padding-left: 0;
  }
  .watercooler-merit__text-wrpper04 {
    border-left: none;
    border-top: 2px solid #4D4D4D;
    margin-left: 0;
    width: 100%;
    margin-top: 4vw;
    padding-left: 0;
  }
  .watercooler-merit__en {
    text-align: center;
    margin-top: 6vw;
    font-size: 14px;
  }
  .watercooler-merit__main {
    font-size: 20px;
    margin-top: 3px;
    text-align: center;
  }
  .watercooler-merit__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .watercooler-flow__main {
    font-size: 24px;
  }
  .watercooler-flow__sub {
    font-size: 15px;
  }
  .watercooler-flow__table-date {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 10px 0;
  }
  .watercooler-flow__table-date::before {
    height: 30px;
    width: 30px;
    font-size: 18px;
    left: -10px;
  }
  .watercooler-flow__table-date02 {
    font-size: 16px;
    margin-top: 5px;
  }
  .watercooler-flow__table-date04 {
    font-size: 16px;
    width: 80%;
  }
  .watercooler-flow__table-date04::before {
    width: 3.3em;
    height: 2.3em;
    top: -11%;
    left: 1%;
  }
  .watercooler-flow__flow-triangle {
    font-size: 28px;
    padding: 4px 10px;
  }
  .watercooler-pdf__bc {
    width: 100%;
  }
  .watercooler-pdf__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .watercooler-pdf__wrapper {
    padding: 3vw 0vw;
    text-align: center;
  }
  .watercooler-pdf__wrapper::before {
    display: none;
  }
  .watercooler-pdf__text01 {
    font-size: 18px;
    text-align: center;
  }
  .watercooler-pdf__visual {
    width: 100%;
  }
  .watercooler-pdf__pdf-visual02 {
    width: 16%;
  }
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
  a.btn_ao_b02 .b__text02 {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b02 .b__text02::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 16px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
  a.btn_ao_b02 .b__text02 {
    font-size: 16px;
    padding-right: 20px;
  }
  a.btn_ao_b02 .b__text02::after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .h-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 36px;
    height: 28px;
  }
  .h-btn-item {
    background: #222;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .h-btn-item:first-child {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .h-btn-item:last-child {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .-active .h-btn-item:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .-active .h-btn-item:nth-child(2) {
    opacity: 0;
  }
  .-active .h-btn-item:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 772px) {
  .index-hero {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */