@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
:root {
  --main-font: #000;
  --sub-font: #f4fff9;
  --main-green: #009948;
}

body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

img,
picture {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  margin-inline: auto;
  font-size: 1rem;
  margin-top: 10.6666666667rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: min(95%, 1680px);
    font-size: 1.0666666667rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__cr {
    width: min(95%, 1680px);
  }
}
.l-footer__cr p {
  font-size: 0.8rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  display: flex;
  padding: 1rem;
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  transition: background 0.3s, box-shadow 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: fit-content;
    padding: 0 2.66667rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header {
    padding: 0 1.66667rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header {
    padding: 0 0.66667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header {
    padding: 0 0.66667rem;
  }
}
.l-header.l-header-single .l-header__inner .l-header__logo a {
  color: var(--main-green, #009948);
  transition: 0.3s;
}

.l-header.l-header-single .l-header__inner .l-header__logo svg path {
  stroke: var(--main-green, #009948);
  fill: var(--main-green, #009948);
}

.l-header.l-header-single .l-header__menubtn span {
  background: var(--main-green, #009948);
}

@media screen and (min-width: 768px) {
  .l-header.l-header-single nav ul li span {
    color: var(--main-green, #009948);
  }
  .l-header.l-header-single nav ul li span:hover {
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .l-header__btnWrap .c-btn {
    background: var(--main-green, #009948);
  }
  .l-header.l-header-single nav .l-header__btnWrap .c-btn:hover {
    background: var(--sub-font, #f4fff9);
  }
  .l-header.l-header-single nav .l-header__btnWrap .c-btn:hover .c-btn-txt {
    color: var(--main-green, #009948);
  }
  .l-header.l-header-single nav .l-header__btnWrap .c-btn:hover svg circle {
    fill: var(--main-green, #009948);
  }
  .l-header.l-header-single nav .l-header__btnWrap .c-btn:hover svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .l-header__btnWrap .c-btn span {
    color: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .l-header__btnWrap .c-btn svg circle {
    fill: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .l-header__btnWrap .c-btn svg path {
    stroke: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .c-btn-link {
    background: #478bca;
  }
  .l-header.l-header-single nav .c-btn-link:hover {
    background: var(--sub-font, #f4fff9);
  }
  .l-header.l-header-single nav .c-btn-link:hover span {
    color: #478bca;
  }
  .l-header.l-header-single nav .c-btn-link:hover svg circle {
    fill: #478bca;
  }
  .l-header.l-header-single nav .c-btn-link:hover svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .c-btn-link span {
    color: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .c-btn-link svg circle {
    fill: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.l-header-single nav .c-btn-link svg path {
    stroke: #478bca;
  }
}
.l-header.scroll {
  background: #fff;
  /* シャドウ */
  box-shadow: 0px 0px 24px 0px rgba(58, 96, 94, 0.2);
}

.l-header.scroll .l-header__inner .l-header__logo a {
  color: var(--main-green, #009948);
  transition: 0.3s;
}

.l-header.scroll .l-header__inner .l-header__logo svg path {
  stroke: var(--main-green, #009948);
  fill: var(--main-green, #009948);
}

.l-header.scroll .l-header__menubtn span {
  background: var(--main-green, #009948);
}

@media screen and (min-width: 768px) {
  .l-header.scroll nav ul li span {
    color: var(--main-green, #009948);
  }
  .l-header.scroll nav ul li span:hover {
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .l-header__btnWrap .c-btn {
    background: var(--main-green, #009948);
  }
  .l-header.scroll nav .l-header__btnWrap .c-btn:hover {
    background: var(--sub-font, #f4fff9);
  }
  .l-header.scroll nav .l-header__btnWrap .c-btn:hover .c-btn-txt {
    color: var(--main-green, #009948);
  }
  .l-header.scroll nav .l-header__btnWrap .c-btn:hover svg circle {
    fill: var(--main-green, #009948);
  }
  .l-header.scroll nav .l-header__btnWrap .c-btn:hover svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .l-header__btnWrap .c-btn span {
    color: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .l-header__btnWrap .c-btn svg circle {
    fill: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .l-header__btnWrap .c-btn svg path {
    stroke: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .c-btn-link {
    background: #478bca;
  }
  .l-header.scroll nav .c-btn-link:hover {
    background: var(--sub-font, #f4fff9);
  }
  .l-header.scroll nav .c-btn-link:hover span {
    color: #478bca;
  }
  .l-header.scroll nav .c-btn-link:hover svg circle {
    fill: #478bca;
  }
  .l-header.scroll nav .c-btn-link:hover svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .c-btn-link span {
    color: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .c-btn-link svg circle {
    fill: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll nav .c-btn-link svg path {
    stroke: #478bca;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.l-header__logo {
  line-height: 1;
}

.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 0.71933rem;
  color: var(--sub-font, #f4fff9);
  font-size: 0.66667rem;
  font-weight: 500;
  line-height: 180%; /* 1.2rem */
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header__logo a {
    gap: 1.12rem;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header__logo a {
    gap: 0.3rem;
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header__logo a {
    gap: 0.3rem;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__logo a {
    gap: 0.3rem;
    font-size: 0.7rem;
  }
}
.l-header__logo a svg {
  width: 3.41533rem;
}

@media screen and (min-width: 768px) {
  .l-header__logo a svg {
    width: 6.625rem;
    height: 3.21619rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header__logo a svg {
    width: 4.625rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header__logo a svg {
    width: 3.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__logo a svg {
    width: 3.625rem;
  }
}
.l-header__logo a svg path {
  transition: stroke 0.3s, fill 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__logo a span {
    display: none;
  }
}
.l-header nav {
  position: fixed;
  top: 4rem;
  padding: 2.27rem 1rem 2.67rem;
  right: -100%;
  width: 100%;
  height: calc(100% - 3rem);
  transition: 0.3s;
  background: #fff;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .l-header nav {
    height: 5.33333rem;
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    background: none;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: visible;
  }
}
.l-header nav.active {
  right: 0;
}

@media screen and (min-width: 768px) {
  .l-header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header nav ul {
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header nav ul {
    gap: 0;
  }
}
.l-header nav ul li:first-of-type a {
  border-top: 1px solid rgba(193, 193, 193, 0.6);
}

@media screen and (min-width: 768px) {
  .l-header nav ul li:first-of-type a {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header nav ul li {
    height: 100%;
  }
}
.l-header nav ul li a {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  padding: 1.6rem 0.66667rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
}

@media screen and (min-width: 768px) {
  .l-header nav ul li a {
    border-bottom: none;
    height: 100%;
  }
}
.l-header nav ul li a span {
  color: var(--black, #00100e);
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 100%; /* 1.06667rem */
  letter-spacing: 0.02133rem;
  transition: 0.3s;
  position: relative;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header nav ul li a span {
    color: var(--sub-font, #f4fff9);
    font-size: 0.9375rem;
    letter-spacing: 0.01875rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header nav ul li a span {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header nav ul li a span {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header nav ul li a span {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header nav ul li a:hover span {
    color: #000;
  }
}
.l-header nav .navItem--products .navLink svg {
  display: inline-block;
  transition: transform 0.24s ease;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
}

@media screen and (min-width: 768px) {
  .l-header nav .navItem--products .navLink svg {
    display: none;
  }
}
.l-header nav .hasDropdown.is-open .navLink .u-mobile {
  transform: rotate(90deg);
}

.l-header nav .hasDropdown {
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
}

@media screen and (min-width: 768px) {
  .l-header nav .hasDropdown {
    border: none;
  }
}
.l-header nav .hasDropdown a {
  border: none;
}

.l-header nav .hasDropdown .modal-content {
  position: static;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header nav .hasDropdown .modal-content {
    max-height: max-content;
    overflow: auto;
    position: absolute;
    top: 5.33333rem;
    left: 3%;
    padding: 0.88rem;
    background: #33ad6d;
    z-index: 5000;
  }
}
.l-header nav .hasDropdown .modal-content ul {
  flex-direction: column;
  text-align: start;
  justify-content: start;
  align-items: baseline;
}

.l-header nav .hasDropdown .modal-content ul li a {
  border: none;
  padding: 0.5rem 0.66667rem;
}

@media screen and (min-width: 768px) {
  .l-header nav .hasDropdown .modal-content ul li a {
    text-align: start;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 180%; /* 1.6875rem */
    letter-spacing: 0.01875rem;
    transition: 0.3s;
  }
  .l-header nav .hasDropdown .modal-content ul li a:hover {
    color: #000;
  }
}
.l-header nav .hasDropdown.is-open .modal-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header .l-header__btnWrap {
  margin-top: 2.27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.93rem;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap {
    margin-top: 0;
    margin-left: 2.12rem;
    display: block;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header .l-header__btnWrap {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header .l-header__btnWrap {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header .l-header__btnWrap {
    margin-left: 0;
  }
}
.l-header .l-header__btnWrap .c-btn {
  width: 20.7333rem;
  background: var(--main-green, #009948);
  transition: 0.3s;
  padding-right: 4rem;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap .c-btn {
    width: 13.25rem;
    height: 3.0625rem;
    background: var(--sub-font, #f4fff9);
    border: 1px solid var(--sub-font, #f4fff9);
    padding-right: 2rem;
  }
  .l-header .l-header__btnWrap .c-btn:hover {
    background: var(--main-green, #009948);
    border: 1px solid var(--main-green, #009948);
  }
  .l-header .l-header__btnWrap .c-btn:hover .c-btn-txt {
    color: var(--sub-font, #f4fff9);
  }
  .l-header .l-header__btnWrap .c-btn:hover svg circle {
    fill: var(--sub-font, #f4fff9);
  }
  .l-header .l-header__btnWrap .c-btn:hover svg path {
    stroke: var(--main-green, #009948);
  }
}
.l-header .l-header__btnWrap .c-btn-txt {
  color: var(--sub-font, #f4fff9);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap .c-btn-txt {
    font-size: 1rem;
    line-height: 150%; /* 1.5rem */
    color: var(--main-green, #009948);
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap .c-btn svg {
    width: 2rem;
    height: 2rem;
    transform: translate(-120%, -50%);
  }
}
.l-header .l-header__btnWrap .c-btn svg circle {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap .c-btn svg circle {
    fill: var(--main-green, #009948);
  }
}
.l-header .l-header__btnWrap .c-btn svg path {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btnWrap .c-btn svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
.l-header .l-header__btn-txt {
  color: var(--main-green, #009948);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 150%; /* 1.2rem */
  letter-spacing: 0.016rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__btn-txt {
    display: none;
  }
}
.l-header .c-btn-link {
  margin: 1rem auto 0;
  width: 20.7333rem;
  border-radius: 6.46467rem;
  background: #478bca;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .c-btn-link {
    width: 16.375rem;
    height: 3.0625rem;
    margin: 0 0 0 1.31rem;
    background: var(--sub-font, #f4fff9);
    border: 1px solid var(--sub-font, #f4fff9);
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
  .l-header .c-btn-link:hover {
    background: #478bca;
    border: 1px solid #478bca;
  }
  .l-header .c-btn-link:hover span {
    color: var(--sub-font, #f4fff9);
  }
  .l-header .c-btn-link:hover svg circle {
    fill: var(--sub-font, #f4fff9);
  }
  .l-header .c-btn-link:hover svg path {
    stroke: #478bca;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-header .c-btn-link {
    margin: 0 0 0 1rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header .c-btn-link {
    margin: 0 0 0 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header .c-btn-link {
    margin: 0 0 0 1rem;
  }
}
.l-header .c-btn-link span {
  color: var(--sub-font, #f4fff9);
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 132%; /* 0.968rem */
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .c-btn-link span {
    color: #478bca;
  }
}
.l-header .c-btn-link span:last-of-type {
  font-size: 1rem;
  line-height: 132%;
}

@media screen and (min-width: 768px) {
  .l-header .c-btn-link svg {
    width: 2rem;
    height: 2rem;
    transform: translate(-120%, -50%);
  }
}
.l-header .c-btn-link svg circle {
  fill: var(--sub-font, #f4fff9);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .c-btn-link svg circle {
    fill: #478bca;
  }
}
.l-header .c-btn-link svg path {
  stroke: #478bca;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header .c-btn-link svg path {
    stroke: var(--sub-font, #f4fff9);
  }
}
.l-header .c-btn-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-header__menubtn {
  margin: 0 0 0 1.13rem;
  width: 2.13333rem;
  height: 1.46667rem;
  position: relative;
}

.l-header__menubtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--sub-font, #f4fff9);
  width: 100%;
  height: 2px;
  transition: 0.3s;
}

.l-header__menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(7px);
}

.l-header__menubtn span:nth-of-type(2) {
  transform: translate(-50%, -50%) translateY(-7px);
}

.l-header__menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(0px);
}

.l-header__menubtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}

.l-header__menubtn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menubtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1340px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1536px);
  }
}
.l-inner__wide02 {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide02 {
    max-width: 1800px;
    width: 100%;
    margin-left: calc((100% - min(95%, 1684px)) / 2);
    margin-right: 0;
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1160px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s ease-in-out;
}

.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  width: 16.66667rem;
  height: 3.86667rem;
  padding-right: 2.2rem;
}

@media screen and (min-width: 768px) {
  .c-btn {
    width: 23.875rem;
    height: 4.4375rem;
    padding-right: 2.4rem;
  }
}
.c-btn-green {
  background: var(--main-green, #009948);
  border: 1px solid var(--main-green, #009948);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn-green:hover {
    background: var(--sub-font, #f4fff9);
  }
  .c-btn-green:hover .c-btn-txt {
    color: var(--main-green, #009948);
  }
  .c-btn-green:hover .c-btn-arrow circle {
    fill: var(--main-green, #009948);
  }
  .c-btn-green:hover .c-btn-arrow path {
    stroke: var(--sub-font, #f4fff9);
    fill: var(--sub-font, #f4fff9);
  }
}
.c-btn-green .c-btn-txt {
  transition: 0.3s;
  color: var(--sub-font, #f4fff9);
}

.c-btn-white {
  background: var(--sub-font, #f4fff9);
  border: 1px solid var(--sub-font, #f4fff9);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn-white:hover {
    background: var(--main-green, #009948);
    border: 1px solid var(--sub-font, #f4fff9);
  }
  .c-btn-white:hover .c-btn-txt {
    transition: 0.3s;
    color: var(--sub-font, #f4fff9);
  }
  .c-btn-white:hover .c-btn-arrow circle {
    fill: var(--sub-font, #f4fff9);
  }
  .c-btn-white:hover .c-btn-arrow path {
    stroke: var(--main-green, #009948);
    fill: var(--main-green, #009948);
  }
}
.c-btn-white .c-btn-txt {
  transition: 0.3s;
  color: var(--main-green, #009948);
}

.c-btn-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-140%, -50%);
  width: 2.13333rem;
  height: 2.13333rem;
}

.c-btn-arrow path {
  transition: 0.3s;
}

.c-btn-arrow circle {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn-arrow {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.c-btn-txt {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 150%; /* 1.5rem */
}

@media screen and (min-width: 768px) {
  .c-btn-txt {
    font-size: 1.5rem;
  }
}
.c-en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.c-title-ja {
  display: flex;
  align-items: center;
  gap: 0.73333rem;
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .c-title-ja {
    gap: 0.9375rem;
  }
}
.c-title-ja svg {
  width: 1.2986rem;
  height: 0.68693rem;
}

@media screen and (min-width: 768px) {
  .c-title-ja svg {
    width: 2.2986rem;
    height: 1.21587rem;
    gap: 0.9375rem;
  }
}
.c-title-ja h2 {
  font-weight: 700;
  line-height: normal;
  font-size: 1.33333rem;
  letter-spacing: 0.02667rem;
}

@media screen and (min-width: 768px) {
  .c-title-ja h2 {
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
.c-title-ja-white {
  color: var(--sub-font, #f4fff9);
}

.c-title-ja-green {
  color: var(--main-font, #000);
}

.c-title-en {
  color: var(--main-green, #009948);
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 120%; /* 6rem */
}

@media screen and (min-width: 768px) {
  .c-title-en {
    margin-top: 0.19rem;
    font-size: 5rem;
  }
}
.c-title-en-white {
  color: var(--sub-font, #f4fff9);
}

.c-title-en-green {
  color: var(--main-green, #009948);
}

.c-lower__kv {
  background: url(images/common/greenBg_sp.webp) repeat center center;
  padding: 5.6rem 0 1.07rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv {
    padding: 12.19rem 0 1.63rem;
    background: url(images/common/greenBg_pc.webp) repeat center center;
  }
}
.c-lower__kv-title {
  color: #edfff5;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 170%; /* 2.72rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-title {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}
.c-lower__kv-breadcrumb {
  display: flex;
  justify-content: flex-end;
  margin-top: 5.2rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-breadcrumb {
    margin-top: 7.44rem;
  }
}
.c-lower__kv-breadcrumb-lists {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.66667rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-breadcrumb-lists {
    gap: 1.25rem;
  }
}
.c-lower__kv-breadcrumb-list {
  color: #edfff5;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0.016rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-breadcrumb-list {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}
.c-lower__kv-breadcrumb-list svg {
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-breadcrumb-list svg {
    width: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lower__kv-breadcrumb-link {
    transition: color 0.3s;
  }
  .c-lower__kv-breadcrumb-link:hover {
    color: #000;
  }
}
.blog_detail {
  padding: 6.6rem 0 3.47rem;
}

@media screen and (min-width: 768px) {
  .blog_detail {
    padding: 7.16rem 0 7.62rem;
  }
}
.blog_detail .c-postarea-tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea-tags {
    gap: 2rem;
  }
}
.blog_detail .c-postarea-category {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  background: #def9e1;
  color: var(--main-green, #009948);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  padding: 0 0.8rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea-category {
    padding: 0 0.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.blog_detail .c-postarea-day {
  color: #c0c0c0;
  font-weight: 700;
  line-height: 150%; /* 1.6875rem */
  font-size: 0.93333rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea-day {
    font-size: 1.125rem;
  }
}
.blog_detail .c-postarea p {
  margin: 1rem 0;
  font-weight: 500;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea p {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.blog_detail .c-postarea p a {
  text-decoration-line: underline;
  color: var(--main-green, #009948);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea p a:hover {
    opacity: 0.6;
  }
}
.blog_detail .c-postarea .thumbnail {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea .thumbnail {
    margin-top: 2.56rem;
  }
}
.blog_detail .c-postarea .thumbnail img {
  width: 100%;
  object-fit: cover;
}

.blog_detail .c-postarea h1 {
  color: var(--main-font, #000);
  font-weight: 700;
  line-height: 180%; /* 4.5rem */
  margin-top: 0.5rem;
  font-size: 1.86667rem;
  letter-spacing: 0.03733rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h1 {
    margin-top: 0.5rem;
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}
.blog_detail .c-postarea h2 {
  margin: 1rem 0;
  display: flex;
  align-self: stretch;
  color: var(--main-green, #009948);
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 2.3rem;
  letter-spacing: 0.032rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h2 {
    margin: 1rem 0;
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
  }
}
.blog_detail .c-postarea h2::before {
  content: "";
  position: absolute;
  background: url(images/common/blog-orn-green.svg) no-repeat center center/contain;
  top: 0%;
  left: 0%;
  transform: translate(0%, 150%);
  width: 1.63193rem;
  height: 0.75747rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h2::before {
    width: 1.632rem;
    height: 0.86327rem;
    transform: translate(0%, 130%);
  }
}
.blog_detail .c-postarea h3 {
  margin: 1rem 0;
  display: flex;
  align-self: stretch;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02667rem;
  position: relative;
  padding-left: 2.3rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h3 {
    margin: 1rem 0;
    font-size: 1.75rem;
    letter-spacing: 0.03rem;
  }
}
.blog_detail .c-postarea h3::before {
  content: "";
  position: absolute;
  background: url(images/common/blog-orn-black.svg) no-repeat center center/contain;
  top: 0%;
  left: 0%;
  transform: translate(0%, 1rem);
  width: 1.5986rem;
  height: 0.987rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h3::before {
    width: 1.4986rem;
    height: 0.79273rem;
    transform: translate(0%, 1.2rem);
  }
}
.blog_detail .c-postarea h3 svg {
  width: 1.40494rem;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.7rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h3 svg {
    margin-top: 1rem;
  }
}
.blog_detail .c-postarea h4 {
  margin: 1rem 0;
  display: flex;
  align-self: stretch;
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: 200%; /* 2.75rem */
  font-size: 1.33333rem;
  letter-spacing: 0.024rem;
  position: relative;
  padding-left: 2.3rem;
}

.blog_detail .c-postarea h4::before {
  content: "";
  position: absolute;
  background: url(images/common/blog-orn-green.svg) no-repeat center center/contain;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0.95rem);
  width: 1.586rem;
  height: 0.687rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h4::before {
    width: 1.4986rem;
    height: 0.79273rem;
    transform: translate(0%, 1.1rem);
  }
}
@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h4 {
    margin: 2rem 0 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.0275rem;
  }
}
.blog_detail .c-postarea h4 svg {
  width: 1.40494rem;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h4 svg {
    margin-top: 1rem;
  }
}
.blog_detail .c-postarea h5 {
  margin: 1rem 0;
  color: var(--main-font, #000);
  font-weight: 700;
  font-size: 1.33333rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h5 {
    margin: 1rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.025rem;
  }
}
.blog_detail .c-postarea h6 {
  margin: 1rem 0;
  color: var(--main-green, #009948);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea h6 {
    margin: 1.5rem 0;
    font-size: 1.375rem;
    letter-spacing: 0.0225rem;
  }
}
.blog_detail .c-postarea ul {
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea ul {
    margin: 1rem 0;
  }
}
.blog_detail .c-postarea ul.blocks-gallery-grid {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea ul.blocks-gallery-grid {
    margin: 3rem 0 0;
  }
}
.blog_detail .c-postarea ul li {
  display: flex;
  position: relative;
  padding-left: 1.8rem;
}

.blog_detail .c-postarea ul li::before {
  content: "";
  position: absolute;
  background: url(images/common/check.svg) no-repeat center center/contain;
  top: 0%;
  left: 0%;
  transform: translate(0%, 52%);
  width: 0.93333rem;
  height: 0.9004rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea ul li::before {
    width: 0.86667rem;
    height: 0.82773rem;
    transform: translate(0%, 60%);
  }
}
.blog_detail .c-postarea ol {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea ol {
    margin: 1rem 0 1rem 1rem;
  }
}
.blog_detail .c-postarea ol li {
  list-style: decimal;
}

.blog_detail .c-postarea ol li::marker {
  color: #009948;
}

.blog_detail .c-postarea strong {
  font-weight: bold;
}

.blog_detail .c-postarea blockquote {
  background: #eee;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea blockquote {
    padding: 2rem;
  }
}
.blog_detail .c-postarea blockquote::before, .blog_detail .c-postarea blockquote::after {
  position: absolute;
  content: "“";
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea blockquote::before, .blog_detail .c-postarea blockquote::after {
    font-size: 3rem;
  }
}
.blog_detail .c-postarea blockquote::before {
  top: 0;
  left: 0;
}

.blog_detail .c-postarea blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.blog_detail .c-postarea blockquote cite {
  font-size: 0.8rem;
  color: #999;
}

.blog_detail .c-postarea a {
  display: inline;
  color: #aaa;
}

.blog_detail .c-postarea figure {
  margin: 2rem auto 1.5rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea figure {
    margin: 3rem auto 2rem;
  }
}
.blog_detail .c-postarea img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.blog_detail .c-postarea table {
  width: 100%;
  margin: 1rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea table {
    margin: 1.5rem 0 2rem;
  }
}
.blog_detail .c-postarea table thead {
  border: none;
}

.blog_detail .c-postarea table th,
.blog_detail .c-postarea table td {
  border: solid 1px #e2e2e2;
  padding: 0.9rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea table th,
  .blog_detail .c-postarea table td {
    padding: 0.25rem 1rem;
  }
}
.blog_detail .c-postarea table th {
  border: 1px solid #efefef;
  background: var(--main-green, #009948);
  color: #fff;
  font-weight: 700;
  padding: 0.9rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea table th {
    padding: 0.84375rem;
    font-size: 1rem;
  }
}
.blog_detail .c-postarea table td {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fff;
  color: var(--text, #222);
  font-weight: 400;
  padding: 0.9rem;
  font-size: 0.93333rem;
  line-height: 140%; /* 1.30667rem */
}

@media screen and (min-width: 768px) {
  .blog_detail .c-postarea table td {
    font-size: 1rem;
    padding: 0.84375rem;
  }
}
.blog_detail .pagenation {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.28687rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation {
    margin-top: 5rem;
    gap: 3.75rem;
  }
}
.blog_detail .pagenation .btn_wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: var(--main-green, #009948);
  border: 1px solid var(--main-green, #009948);
  width: 12.28953rem;
  height: 2.2842rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation .btn_wrap .btn {
    width: 23.875rem;
    height: 4.4375rem;
    transition: 0.3s;
  }
  .blog_detail .pagenation .btn_wrap .btn:hover {
    background: var(--sub-font, #f4fff9);
  }
  .blog_detail .pagenation .btn_wrap .btn:hover span {
    color: var(--main-green, #009948);
  }
}
.blog_detail .pagenation .btn_wrap .btn span {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 2.0625rem */
  font-size: 0.7078rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation .btn_wrap .btn span {
    font-size: 1.375rem;
    transition: 0.3s;
  }
}
.blog_detail .pagenation .prev a,
.blog_detail .pagenation .next a {
  display: flex;
  align-items: center;
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 3rem */
  gap: 0.47rem;
  font-size: 0.73333rem;
  letter-spacing: 0.01467rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation .prev a,
  .blog_detail .pagenation .next a {
    gap: 1.375rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    transition: 0.3s;
  }
  .blog_detail .pagenation .prev a:hover,
  .blog_detail .pagenation .next a:hover {
    color: var(--main-green, #009948);
  }
  .blog_detail .pagenation .prev a:hover .circle,
  .blog_detail .pagenation .next a:hover .circle {
    background: var(--sub-font, #f4fff9);
  }
  .blog_detail .pagenation .prev a:hover .circle svg path,
  .blog_detail .pagenation .next a:hover .circle svg path {
    fill: var(--main-green, #009948);
  }
}
.blog_detail .pagenation .prev a .circle,
.blog_detail .pagenation .next a .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 12.31356rem;
  border: 1px solid var(--main-green, #009948);
  background: var(--main-green, #009948);
  width: 2.41287rem;
  height: 2.41287rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation .prev a .circle,
  .blog_detail .pagenation .next a .circle {
    width: 4.6875rem;
    height: 4.6875rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .blog_detail .pagenation .prev a .circle,
  .blog_detail .pagenation .next a .circle {
    width: 3.6875rem;
    height: 3.6875rem;
  }
}
.blog_detail .pagenation .prev a .circle svg,
.blog_detail .pagenation .next a .circle svg {
  width: 0.9228rem;
}

@media screen and (min-width: 768px) {
  .blog_detail .pagenation .prev a .circle svg,
  .blog_detail .pagenation .next a .circle svg {
    width: 1.29875rem;
  }
}
.blog_detail .pagenation .prev a .circle svg path,
.blog_detail .pagenation .next a .circle svg path {
  transition: 0.3s;
}

.e-access {
  overflow: hidden;
  margin-top: 3.45rem;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .e-access {
    padding: 0;
    margin-top: 9.81rem;
  }
}
.e-access-wrap {
  display: flex;
  width: 100%;
  background: var(--main-green, #009948);
  position: relative;
  overflow: hidden;
  flex-direction: column;
  padding: 1.33333rem 1.6rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3.75rem 0;
    gap: 3.5rem;
  }
}
.e-access-wrap-txt {
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: contents;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-txt {
    display: flex;
    gap: 1.25rem;
  }
}
.e-access-wrap-txt-address {
  order: 1;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-txt-address {
    display: contents;
  }
}
.e-access-wrap-txt-title {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 4.125rem */
  font-size: 1.46667rem;
  letter-spacing: 0.02933rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-txt-title {
    text-align: center;
    font-size: 2.75rem;
    letter-spacing: 0.055rem;
  }
}
.e-access-wrap-txt-desc {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 0.6rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-txt-desc {
    margin-top: 0;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.e-access-wrap .c-btn {
  order: 3;
  position: relative;
  z-index: 1;
  width: 16.66667rem;
  margin-inline: auto;
  margin-top: 1.47rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap .c-btn {
    margin-top: 0;
    margin-inline: initial;
    width: 21.375rem;
  }
}
.e-access-wrap-map {
  order: 2;
  position: relative;
  z-index: 1;
  margin-top: 1.47rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-map {
    margin-top: 0;
    width: 33.25rem;
    height: 20.6875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-access-wrap-map {
    width: 23.25rem;
    height: 18.6875rem;
  }
}
.e-access-wrap-map iframe {
  width: 100%;
  height: 100%;
}

.e-access-wrap-logoTxt {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.06rem;
  top: 4%;
  left: -7%;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-logoTxt {
    top: 40%;
    left: -4%;
    transform: translateY(-50%);
    gap: 0.94rem;
  }
}
.e-access-wrap-logoTxt svg {
  width: 9.0886rem;
  height: 3.65933rem;
}

@media screen and (min-width: 768px) {
  .e-access-wrap-logoTxt svg {
    width: 29.95113rem;
    height: 13.25831rem;
  }
}
.e-cta {
  overflow: hidden;
}

.e-cta__block {
  position: relative;
}

.e-cta__block-img {
  position: absolute;
}

.e-cta__block-img-01 {
  width: 7.48467rem;
  top: 0%;
  left: 7%;
}

@media screen and (min-width: 768px) {
  .e-cta__block-img-01 {
    left: 10%;
    width: 16.10975rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-cta__block-img-01 {
    width: 13.10975rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__block-img-01 {
    width: 13.10975rem;
  }
}
.e-cta__block-img-02 {
  width: 6.2152rem;
  top: 10%;
  left: -9%;
}

@media screen and (min-width: 768px) {
  .e-cta__block-img-02 {
    top: 16%;
    left: 3%;
    width: 13.37738rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-cta__block-img-02 {
    width: 10.37738rem;
    left: -1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__block-img-02 {
    width: 10.37738rem;
    left: -1%;
  }
}
.e-cta__block-img-03 {
  width: 12.93333rem;
  bottom: 3%;
  left: -10%;
}

@media screen and (min-width: 768px) {
  .e-cta__block-img-03 {
    width: 23.5rem;
    bottom: 0;
    left: 14%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-cta__block-img-03 {
    width: 20.5rem;
    left: -3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__block-img-03 {
    width: 20.5rem;
    left: -3%;
  }
}
.e-cta__block-img-04 {
  width: 11.55267rem;
  top: 2%;
  right: 0%;
}

@media screen and (min-width: 768px) {
  .e-cta__block-img-04 {
    width: 22.45556rem;
    top: 5%;
    right: 3%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-cta__block-img-04 {
    width: 19.45556rem;
    right: -1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__block-img-04 {
    width: 19.45556rem;
    right: -1%;
  }
}
.e-cta__block-img-05 {
  width: 9.35453rem;
  bottom: 0%;
  right: -5%;
}

@media screen and (min-width: 768px) {
  .e-cta__block-img-05 {
    width: 18.375rem;
    bottom: 7%;
    right: 9%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-cta__block-img-05 {
    width: 15.375rem;
    right: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__block-img-05 {
    width: 15.375rem;
    right: 3%;
  }
}
.e-cta__block-wrap {
  margin: 0 auto;
  width: 21rem;
  height: 20.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 153, 72, 0.8);
  backdrop-filter: blur(2px);
}

@media screen and (min-width: 768px) {
  .e-cta__block-wrap {
    width: 47.75rem;
    height: 34.5625rem;
  }
}
.e-cta__block-wrap-logo {
  width: 4.27467rem;
}

@media screen and (min-width: 768px) {
  .e-cta__block-wrap-logo {
    width: 7.30325rem;
  }
}
.e-cta__block-wrap-title {
  margin-top: 0.8rem;
  color: var(--sub-font, #f4fff9);
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
  text-align: center;
  font-weight: 700;
  line-height: 150%; /* 3rem */
}

@media screen and (min-width: 768px) {
  .e-cta__block-wrap-title {
    margin-top: 1.87rem;
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
.e-cta__block-wrap-desc {
  margin-top: 1rem;
  color: var(--sub-font, #f4fff9);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  letter-spacing: 0.016rem;
}

@media screen and (min-width: 768px) {
  .e-cta__block-wrap-desc {
    margin-top: 2.44rem;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
.e-cta__block-wrap-btn {
  margin-top: 1.33rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .e-cta__block-wrap-btn {
    margin-top: 2.62rem;
  }
}
.e-cta__banner {
  background: var(--main-green, #009948);
  padding: 2.13333rem 0;
}

@media screen and (min-width: 768px) {
  .e-cta__banner {
    padding: 5rem 0 5.63rem;
  }
}
.e-cta__banner-title {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 4.21875rem */
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-title {
    font-size: 2.8125rem;
    letter-spacing: 0.05625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__banner-title {
    font-size: 2.5125rem;
  }
}
.e-cta__banner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap {
    flex-direction: row;
    align-items: start;
    margin-top: 0.5rem;
    justify-content: center;
  }
}
.e-cta__banner-wrap-img {
  margin-top: 1.33rem;
  width: 14.86667rem;
  order: 3;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap-img {
    margin-top: 1rem;
    width: 20.1875rem;
  }
}
.e-cta__banner-wrap-txt {
  display: contents;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap-txt {
    display: block;
  }
}
.e-cta__banner-wrap-subTitle {
  color: var(--sub-font, #f4fff9);
  text-align: center;
  font-weight: 700;
  line-height: 150%; /* 2.71875rem */
  margin-top: 0.67rem;
  font-size: 1.13333rem;
  letter-spacing: 0.02267rem;
  order: 1;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap-subTitle {
    margin-top: 0;
    text-align: start;
    font-size: 1.8125rem;
    letter-spacing: 0.03625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-cta__banner-wrap-subTitle {
    font-size: 1.5125rem;
  }
}
.e-cta__banner-wrap-desc {
  color: var(--sub-font, #f4fff9);
  text-align: center;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  margin-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.016rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap-desc {
    text-align: start;
    margin-top: 2.44rem;
    letter-spacing: 0.025rem;
    font-size: 1.25rem;
  }
}
.e-cta__banner-wrap-btn {
  margin-top: 1.33rem;
  order: 4;
}

@media screen and (min-width: 768px) {
  .e-cta__banner-wrap-btn {
    margin-top: 2.62rem;
  }
}
.e-footer.error404 {
  margin-top: 0;
  padding: 4rem 0 2.25rem;
}

@media screen and (min-width: 768px) {
  .e-footer.error404 {
    padding-top: 4.06rem;
    margin-top: 0;
  }
}
.e-footer {
  background: var(--gray, #f3f4f5);
  padding: 12.33rem 0 2.25rem;
  margin-top: -8.29rem;
}

@media screen and (min-width: 768px) {
  .e-footer {
    padding-top: 18.06rem;
    margin-top: -12.62rem;
  }
}
.e-footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .e-footer-wrap {
    flex-direction: row;
  }
}
.e-footer-wrap-info-logo {
  width: 8rem;
  height: 3.88367rem;
}

@media screen and (min-width: 768px) {
  .e-footer-wrap-info-logo {
    width: 9.375rem;
    height: 4.55119rem;
  }
}
.e-footer-wrap-info-logo + span {
  margin-top: 2.13rem;
}

@media screen and (min-width: 768px) {
  .e-footer-wrap-info-logo + span {
    margin-top: 2rem;
  }
}
.e-footer-wrap-info span {
  display: block;
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .e-footer-wrap-info span {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-footer-wrap-info span {
    font-size: 1rem;
  }
}
.e-footer-wrap-nav-items {
  display: flex;
  align-items: center;
  gap: 1.33333rem 1.6rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-footer-wrap-nav-items {
    margin-top: 0;
    flex-wrap: nowrap;
    gap: 0.875rem;
  }
}
.e-footer-wrap-nav-item a {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 1rem;
  letter-spacing: 0.02rem;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .e-footer-wrap-nav-item a {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
  .e-footer-wrap-nav-item a:hover {
    color: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-footer-wrap-nav-item a {
    font-size: 0.9rem;
  }
}
.e-footer-copyright {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 3.33rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .e-footer-copyright {
    margin-top: 6.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-footer-copyright {
    font-size: 0.9rem;
  }
}
.e-recruit {
  overflow: hidden;
  background: var(--main-green, #009948);
  margin-top: 4rem;
  padding: 2.66667rem 0;
}

@media screen and (min-width: 768px) {
  .e-recruit {
    margin-top: 9.19rem;
    padding: 6.87rem 0 7.69rem;
  }
}
.e-recruit__imgWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .e-recruit__imgWrap {
    gap: 0;
  }
}
.e-recruit__img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .e-recruit__img {
    width: 33%;
  }
}
.e-recruit__img:nth-of-type(2) {
  padding-top: 1.07rem;
}

@media screen and (min-width: 768px) {
  .e-recruit__img:nth-of-type(2) {
    padding-top: 2.5rem;
  }
}
.e-recruit__txtWrap {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .e-recruit__txtWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 3.75rem;
    gap: 1.5rem;
  }
}
.e-recruit__desc {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 180%; /* 2.4rem */
  margin-top: 0.53rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .e-recruit__desc {
    margin-top: 0.94rem;
    font-size: 1.33333rem;
    letter-spacing: 0.02667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-recruit__desc {
    font-size: 0.9rem;
  }
}
.e-recruit__title {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 4.125rem */
  font-size: 1.33333rem;
  letter-spacing: 0.02667rem;
}

@media screen and (min-width: 768px) {
  .e-recruit__title {
    font-size: 2.75rem;
    letter-spacing: 0.055rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .e-recruit__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .e-recruit__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-recruit__title {
    font-size: 1.7rem;
  }
}
.e-recruit .c-btn {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .e-recruit .c-btn {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .e-recruit .c-btn {
    width: 18.875rem;
  }
}
.p-404 {
  padding: 3.6rem 0 4.7rem;
  background: #009948;
}

@media screen and (min-width: 768px) {
  .p-404 {
    padding: 12rem 0 12rem;
  }
}
.p-404__num {
  color: #f4fff9;
  font-size: 6rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-404__num {
    font-size: 11.25rem;
  }
}
.p-404__title {
  margin: 0.2rem 0;
  color: #f4fff9;
  text-align: center;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 150%; /* 1.6rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-404__title span {
    display: inline-block;
  }
}
.p-404__description {
  margin: 1.33rem 0;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 175%; /* 1.4rem */
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-404__description {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-404-btnWrap {
  margin-top: 4rem;
}

.p-404-btnWrap .c-btn {
  margin: 0 auto;
}

.p-blog__content {
  padding: 2.93rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-blog__content {
    padding: 5.62rem 0 0;
  }
}
.p-blog__content-tab {
  display: flex;
  align-items: flex-start;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-tab {
    gap: 1.875rem;
  }
}
.p-blog__content-tab-btn {
  border-radius: 3.27225rem;
  border: 1px solid var(--main-green, #009948);
  background: var(--sub-font, #f4fff9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.66667rem;
  height: 2.6rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-tab-btn {
    width: 11.875rem;
    height: 3.5rem;
    gap: 0.32725rem;
    transition: 0.3s;
  }
}
.p-blog__content-tab-btn a {
  color: var(--main-green, #009948);
  font-weight: 700;
  font-size: 0.93333rem;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-blog__content-tab-btn a {
    font-size: 1.5rem;
    line-height: 150%; /* 2.25rem */
  }
}
.p-blog__content-tab-btn.active {
  background: var(--main-green, #009948);
}

.p-blog__content-tab-btn.active a {
  color: var(--sub-font, #f4fff9);
}

@media screen and (min-width: 768px) {
  .p-blog__content-tab-btn:hover {
    background: var(--main-green, #009948);
  }
  .p-blog__content-tab-btn:hover a {
    color: var(--sub-font, #f4fff9);
  }
}
.p-blog__content-items {
  display: flex;
  flex-direction: column;
  margin-top: 2.27rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-items {
    margin-top: 5rem;
  }
}
.p-blog__content-item {
  border-bottom: 0.5px solid #c0c0c0;
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 0.8rem;
  padding: 1.33rem 0;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item {
    padding: 2.5rem 0;
    gap: 3.625rem;
  }
  .p-blog__content-item:hover .p-blog__content-item-title {
    color: var(--main-green, #009948);
  }
  .p-blog__content-item:hover .p-blog__content-item-arrow circle {
    fill: var(--sub-font, #f4fff9);
  }
  .p-blog__content-item:hover .p-blog__content-item-arrow path {
    stroke: var(--main-green, #009948);
    fill: var(--main-green, #009948);
  }
}
.p-blog__content-item:first-of-type {
  padding-top: 0;
}

.p-blog__content-item-txtWrap {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-txtWrap {
    gap: 1rem;
    flex: 1 0 0;
  }
}
.p-blog__content-item-imgWrap {
  width: 9.33333rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-imgWrap {
    width: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__content-item-imgWrap img {
    height: 100%;
    object-fit: cover;
  }
}
.p-blog__content-item-tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-tags {
    gap: 2rem;
  }
}
.p-blog__content-item-category {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  background: #def9e1;
  color: var(--main-green, #009948);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  padding: 0 0.8rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-category {
    padding: 0 0.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-blog__content-item-day {
  color: #c0c0c0;
  font-weight: 700;
  line-height: 150%; /* 1.6875rem */
  font-size: 0.93333rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-day {
    font-size: 1.125rem;
  }
}
.p-blog__content-item-title {
  color: var(--main-font, #000);
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content-item-title {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__content-item-arrow {
    width: 3.3125rem;
    height: 3.3125rem;
  }
  .p-blog__content-item-arrow path {
    transition: 0.3s;
  }
  .p-blog__content-item-arrow circle {
    transition: 0.3s;
  }
}
.p-blog__content .pagination {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination {
    margin-top: 5.81rem;
  }
}
.p-blog__content .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul {
    gap: 1.15163rem;
  }
}
.p-blog__content .pagination ul .prev span,
.p-blog__content .pagination ul .prev a,
.p-blog__content .pagination ul .next span,
.p-blog__content .pagination ul .next a {
  display: flex;
  align-items: center;
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 3rem */
  gap: 0.47rem;
  font-size: 0.73333rem;
  letter-spacing: 0.01467rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .prev span,
  .p-blog__content .pagination ul .prev a,
  .p-blog__content .pagination ul .next span,
  .p-blog__content .pagination ul .next a {
    gap: 1.375rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    transition: 0.3s;
  }
  .p-blog__content .pagination ul .prev span:hover,
  .p-blog__content .pagination ul .prev a:hover,
  .p-blog__content .pagination ul .next span:hover,
  .p-blog__content .pagination ul .next a:hover {
    color: var(--main-green, #009948);
  }
  .p-blog__content .pagination ul .prev span:hover .circle,
  .p-blog__content .pagination ul .prev a:hover .circle,
  .p-blog__content .pagination ul .next span:hover .circle,
  .p-blog__content .pagination ul .next a:hover .circle {
    background: var(--sub-font, #f4fff9);
  }
  .p-blog__content .pagination ul .prev span:hover .circle svg path,
  .p-blog__content .pagination ul .prev a:hover .circle svg path,
  .p-blog__content .pagination ul .next span:hover .circle svg path,
  .p-blog__content .pagination ul .next a:hover .circle svg path {
    fill: var(--main-green, #009948);
  }
}
.p-blog__content .pagination ul .prev span .circle,
.p-blog__content .pagination ul .prev a .circle,
.p-blog__content .pagination ul .next span .circle,
.p-blog__content .pagination ul .next a .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 12.31356rem;
  border: 1px solid var(--main-green, #009948);
  background: var(--main-green, #009948);
  width: 2.24773rem;
  height: 2.24773rem;
  transition: 0.3s;
}

.p-blog__content .pagination ul .prev span .circle svg,
.p-blog__content .pagination ul .prev a .circle svg,
.p-blog__content .pagination ul .next span .circle svg,
.p-blog__content .pagination ul .next a .circle svg {
  width: 0.9228rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .prev span .circle svg,
  .p-blog__content .pagination ul .prev a .circle svg,
  .p-blog__content .pagination ul .next span .circle svg,
  .p-blog__content .pagination ul .next a .circle svg {
    width: 1.29875rem;
  }
}
.p-blog__content .pagination ul .prev span .circle svg path,
.p-blog__content .pagination ul .prev a .circle svg path,
.p-blog__content .pagination ul .next span .circle svg path,
.p-blog__content .pagination ul .next a .circle svg path {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .prev span .circle,
  .p-blog__content .pagination ul .prev a .circle,
  .p-blog__content .pagination ul .next span .circle,
  .p-blog__content .pagination ul .next a .circle {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-blog__content .pagination ul .prev span .circle,
  .p-blog__content .pagination ul .prev a .circle,
  .p-blog__content .pagination ul .next span .circle,
  .p-blog__content .pagination ul .next a .circle {
    width: 3.6875rem;
    height: 3.6875rem;
  }
}
.p-blog__content .pagination ul .prev {
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .prev {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-blog__content .pagination ul .prev {
    margin-right: 3rem;
  }
}
.p-blog__content .pagination ul .next {
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .next {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-blog__content .pagination ul .next {
    margin-left: 3rem;
  }
}
.p-blog__content .pagination ul .pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 14.20838rem;
  border: 1px solid #d6d6d7;
  color: #d6d6d7;
  font-weight: 500;
  width: 2.24833rem;
  height: 2.24833rem;
  font-size: 0.83913rem;
  letter-spacing: 0.0168rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .pager a {
    width: 4.68875rem;
    height: 4.68875rem;
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
    transition: 0.3s;
  }
  .p-blog__content .pagination ul .pager a:hover {
    border: 1px solid var(--main-green, #009948);
    color: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-blog__content .pagination ul .pager a {
    width: 3.68875rem;
    height: 3.68875rem;
    font-size: 1.55rem;
  }
}
.p-blog__content .pagination ul .current.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 14.20838rem;
  border: 1px solid var(--main-green, #009948);
  color: var(--main-green, #009948);
  font-weight: 500;
  width: 2.24833rem;
  height: 2.24833rem;
  font-size: 0.83913rem;
  letter-spacing: 0.0168rem;
}

@media screen and (min-width: 768px) {
  .p-blog__content .pagination ul .current.pager {
    width: 4.68875rem;
    height: 4.68875rem;
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-blog__content .pagination ul .current.pager {
    width: 3.68875rem;
    height: 3.68875rem;
    font-size: 1.55rem;
  }
}
/* 共通 */
.pagination .is-disabled {
  pointer-events: none; /* クリック不可 */
}

.pagination .is-disabled .btn,
.pagination .is-disabled > span,
.pagination .is-disabled > span span,
.pagination .is-disabled .pager {
  opacity: 0.5;
}

/* アイコン（SVGの塗りをグレーに上書き） */
/* もし全体を薄くしたいなら（任意） */
.pagination .is-disabled {
  opacity: 1; /* 不透明度は 1 のままにしておく */
}

.p-company__message {
  padding: 2.93rem 0 3.6rem;
}

@media screen and (min-width: 768px) {
  .p-company__message {
    padding: 6.19rem 0 7.22rem;
  }
}
.p-company__message-title {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 700;
  line-height: 160%; /* 4.4rem */
  font-size: 1.6rem;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-company__message-title {
    font-size: 2.75rem;
    letter-spacing: 0.055rem;
  }
}
.p-company__message-title span {
  color: var(--main-green, #009948);
}

.p-company__message-box {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-company__message-box {
    flex-direction: row;
    margin-top: 3.75rem;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-company__message-box-img {
    width: 41.641%;
    object-fit: cover;
  }
}
.p-company__message-box-txt {
  margin-top: 0.93rem;
}

@media screen and (min-width: 768px) {
  .p-company__message-box-txt {
    margin-top: 0;
    width: 50.74%;
    display: flex;
    flex-direction: column;
  }
}
.p-company__message-box-desc {
  color: #000;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-company__message-box-desc {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-company__message-box-name {
  display: block;
  color: #000;
  text-align: right;
  font-weight: 700;
  margin-top: 1.33rem;
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-company__message-box-name {
    margin-top: auto;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
.p-company__outline {
  background: var(--main-green, #009948);
  padding: 3.2rem 0;
}

@media screen and (min-width: 768px) {
  .p-company__outline {
    padding: 6.25rem 0;
  }
}
.p-company__outline .c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-company__outline .c-title-ja {
  justify-content: center;
}

.p-company__outline-table {
  width: 100%;
  margin-top: 0.53rem;
}

@media screen and (min-width: 768px) {
  .p-company__outline-table {
    margin-top: 3.25rem;
  }
}
.p-company__outline-table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0.83rem;
}

@media screen and (min-width: 768px) {
  .p-company__outline-table tbody tr {
    display: table-row;
  }
}
.p-company__outline-table tbody tr:first-of-type th,
.p-company__outline-table tbody tr:first-of-type td {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-company__outline-table tbody tr th,
  .p-company__outline-table tbody tr td {
    border-top: 1px solid #d6d6d7;
    border-bottom: 1px solid #d6d6d7;
  }
}
.p-company__outline-table tbody tr th {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 2.25rem */
  text-align: start;
  padding-top: 1.33rem;
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-company__outline-table tbody tr th {
    vertical-align: baseline;
    width: 14rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    padding: 2.5rem 0;
  }
}
.p-company__outline-table tbody tr td {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  padding-bottom: 1.33rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  border-bottom: 1px solid #d6d6d7;
}

@media screen and (min-width: 768px) {
  .p-company__outline-table tbody tr td {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
    padding-left: 3.75rem;
    padding: 2.5rem 0;
  }
}
.p-company__history {
  padding: 3.2rem 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-company__history {
    padding: 6.25rem 0 9.87rem;
  }
}
.p-company__history .c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-company__history .c-title-ja {
  justify-content: center;
}

.p-company__history-lists {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-lists {
    margin-top: 3.25rem;
  }
}
.p-company__history-list {
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  padding: 0.86667rem 0 1.33333rem 0;
  gap: 0.53333rem;
  flex-direction: column;
}

.p-company__history-list:first-of-type {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-company__history-list {
    flex-direction: row;
    padding: 2.5rem 0;
    gap: 0;
  }
}
.p-company__history-list-day {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: 150%; /* 3.09375rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-list-day {
    letter-spacing: 0.04125rem;
    width: 14rem;
  }
}
.p-company__history-list-day span {
  font-weight: 700;
  line-height: 150%;
  font-size: 1.1rem;
  letter-spacing: 0.016rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-list-day span {
    font-size: 1.4rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__history-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-company__history-list-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-company__history-list-title {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-list-title {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
.p-company__history-list-imgWrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.8rem;
  gap: 0.33rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-list-imgWrap {
    width: 68%;
    gap: 0.5rem;
    margin: 0;
  }
}
.p-company__history-list-imgWrap img {
  width: 10.33333rem;
}

@media screen and (min-width: 768px) {
  .p-company__history-list-imgWrap img {
    width: 50%;
  }
}
.p-contact__form .wpcf7 div.wpcf7-response-output {
  bottom: -30px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-contact__form .wpcf7 div.wpcf7-response-output {
    font-size: 14px;
  }
}
.p-contact__form .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 170%);
  white-space: nowrap;
  font-size: 14px;
}

.p-contact__form .privacy_policy .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.p-contact__form .item_sentence .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 90%);
  white-space: nowrap;
  font-size: 14px;
}

.p-contact__form .inner02 p {
  display: contents;
}

.p-contact__form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.p-contact__form .submit p {
  display: contents;
}

.p-contact__form .wpcf7 span.wpcf7-not-valid-tip {
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  font-size: 14px;
}

.p-contact__form {
  margin: 1.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    margin: 5.25rem 0 0;
  }
}
.p-contact__form p {
  color: var(--black, #000);
  text-align: center;
  font-size: 1.06667rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-contact__form p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.p-contact__form form {
  margin: 2.67rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__form form {
    margin: 3.13rem 0 0;
  }
}
.p-contact__form form .wpcf7-list-item-label span::before, .p-contact__form form .wpcf7-list-item-label span::after {
  display: none;
}

.p-contact__form form .item {
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid #c0c0c0;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item {
    padding: 2.5rem 0;
  }
}
.p-contact__form form .item.address .address-inner02 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item.address .address-inner02 {
    gap: 1rem;
  }
}
.p-contact__form form .item.address .address-inner02 input {
  width: 11.8125rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item.address .address-inner02 input {
    width: 24.3125rem;
  }
}
.p-contact__form form .item.address .address-inner02 span {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0225rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item.address .address-inner02 span {
    font-size: 1.375rem;
    letter-spacing: 0.0275rem;
  }
}
.p-contact__form form .item .inner01 label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--main-font, #000);
  font-size: max(16px, 1.066667rem);
  font-weight: 600;
  line-height: 200%; /* 2.13333rem */
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item .inner01 label {
    gap: 0.25rem;
    letter-spacing: 0.02rem;
    font-size: max(16px, 1.125rem);
  }
}
.p-contact__form form .item .inner01 label span {
  color: #e20000;
  text-align: center;
  font-size: max(16px, 1.066667rem);
  font-weight: 500;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item .inner01 label span {
    letter-spacing: 0.02rem;
    font-size: max(16px, 1.125rem);
  }
}
.p-contact__form form .item .select_box {
  position: relative;
  max-width: 12.375rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item .select_box {
    max-width: 24rem;
  }
}
.p-contact__form form .item .select_box svg {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translate(0%, -50%);
}

.p-contact__form form .item .inner02 {
  margin: 1.07rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item .inner02 {
    margin: 1.5rem 0 0;
  }
}
.p-contact__form form .item .inner02 select,
.p-contact__form form .item .inner02 input,
.p-contact__form form .item .inner02 textarea {
  padding: 0.66667rem 1.2rem;
  width: 100%;
  font-size: max(16px, 1.066667rem);
  font-weight: 500;
  line-height: 200%; /* 2.13333rem */
  letter-spacing: 0.02133rem;
  background: #f2f2f2;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item .inner02 select,
  .p-contact__form form .item .inner02 input,
  .p-contact__form form .item .inner02 textarea {
    letter-spacing: 0.02rem;
    padding: 0.625rem 1.125rem;
  }
}
.p-contact__form form .item .inner02 select {
  position: relative;
  color: #333;
  appearance: none;
}

.p-contact__form form .item .inner02 textarea {
  height: 11.6rem;
}

.p-contact__form form .item .inner02 ::placeholder {
  color: #999;
}

.p-contact__form form .item_sentence .inner01 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-contact__form form .item_sentence .inner01 .txt {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .item_sentence .inner01 .txt p {
    font-size: 0.9rem;
  }
}
.p-contact__form form .privacy_policy {
  margin-top: 2.25rem;
}

.p-contact__form form .privacy_policy label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-contact__form form .privacy_policy label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact__form form .privacy_policy label input:checked + span::after {
  opacity: 1;
}

.p-contact__form form .privacy_policy label span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-font, #000);
  font-size: 0.93333rem;
  font-weight: 700;
  line-height: 220%; /* 3.025rem */
  position: relative;
  cursor: pointer;
}

.p-contact__form form .privacy_policy label span .blue {
  color: var(--main-font, #000);
}

.p-contact__form form .privacy_policy label span::before {
  content: "";
  width: 1.06667rem;
  height: 1.06667rem;
  margin-right: 0.6666666667rem;
  border: 2px solid var(--main-font, #000);
}

.p-contact__form form .privacy_policy label span::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0.2rem;
  left: 0.43rem;
  width: 0.525rem;
  height: 1.0625rem;
  border-bottom: 2px solid var(--main-green, #009948);
  border-right: 2px solid var(--main-green, #009948);
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

.p-contact__form form .submit button {
  margin: 1.87rem auto 0;
  width: 22.6rem;
  padding: 1.33333rem 5.33333rem;
  border: 1px solid var(--main-green, #009948);
  background: var(--main-green, #009948);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 200%; /* 2.4rem */
  letter-spacing: 0.024rem;
  color: var(--white, #fff);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-contact__form form .submit button {
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form form .submit button:hover {
    background: var(--white, #fff);
    color: var(--main-green, #009948);
  }
}
/*///////////////////////////////////////////////////
    //
    //            ▼ プライバシーポリシー ▼
    //
    ///////////////////////////////////////////////////*/
.privacypolicy {
  margin: 2.67rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .privacypolicy {
    margin: 3.75rem 0 0;
  }
}
.privacypolicy h2 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 200%; /* 3.5rem */
  text-align: center;
}

@media screen and (min-width: 768px) {
  .privacypolicy h2 {
    font-size: 1.75rem;
  }
}
.privacypolicy .box_in {
  width: 100%;
  height: 16.6rem;
  overflow-y: scroll;
  padding: 0.8rem 1.6rem;
  color: var(--main-font, #000);
  border: 1px solid #b2b2b2;
}

.privacypolicy .box_in h3,
.privacypolicy .box_in p {
  font-weight: 400;
  line-height: 2;
}

.privacypolicy .box_in h3 {
  font-size: 1.28rem;
  margin: 1.3333333333rem 0 0.5333333333rem;
}

.privacypolicy .box_in p {
  font-size: 0.93333rem;
  text-align: start;
}

.privacypolicy .box_in ol,
.privacypolicy .box_in ul {
  margin: 0 0 0 1.3333333333rem;
}

.privacypolicy .box_in ol li,
.privacypolicy .box_in ul li {
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 2;
}

.privacypolicy .box_in ol li {
  list-style: decimal;
  margin: 0.2rem 0;
}

.privacypolicy .box_in ul li {
  list-style: disc;
}

.privacypolicy .box_in ul li ol {
  margin: 0 0 0 1.3333333333rem;
}

.privacypolicy .box_in ul li ol li {
  list-style: decimal;
}

.privacypolicy .box_in .right {
  text-align: right;
}

.grecaptcha-badge {
  visibility: hidden;
}

.re_captcha_txt {
  margin-top: 2rem;
}

.re_captcha_txt p {
  font-size: 0.87rem;
  text-align: start;
}

@media screen and (min-width: 768px) {
  .re_captcha_txt p {
    text-align: center;
  }
}
.re_captcha_txt p a {
  display: inline;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .re_captcha_txt p a {
    transition: 0.3s;
  }
  .re_captcha_txt p a:hover {
    color: #ccc;
  }
}
/* ------------------------- 

このページはクラスの命名規則やSCSSのネストの書き方を説明した例題ファイルです。 
公開時には削除してください。

.l-sub__kvについてはレイアウトのため、省略

------------------------- */
.p-exe__about {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-exe__about {
    margin-top: 1rem;
  }
}
.p-exe__about__box {
  background: #ccc;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .p-exe__about__box {
    padding: 1rem;
  }
}
.p-exe__about__box a {
  text-decoration: underline;
}

.p-exe__about__title {
  font-size: 1.6rem;
  color: red;
}

@media screen and (min-width: 768px) {
  .p-exe__about__title {
    font-size: 2rem;
  }
}
.p-privacy_box {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-privacy_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-privacy_box h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h1 {
    font-size: 2rem;
  }
}
.p-privacy_box h2 {
  font-size: 1.1rem;
  margin: 2.5rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h2 {
    font-size: 1.5rem;
    margin: 3rem 0 1rem;
  }
}
.p-privacy_box ol {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ol li {
  list-style: decimal;
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol li {
    margin: 0.5rem 0;
  }
}
.p-privacy_box ul {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ul li {
  list-style: disc;
}

.p-privacy_box ul li ol {
  margin: 0rem 0 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul li ol {
    margin: 0rem 0 1.5rem 2rem;
  }
}
.p-privacy_box ul li ol li {
  list-style: decimal;
}

.p-privacy_box .right {
  text-align: right;
}

@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-lower__kv-title {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower__kv-title {
    font-size: 2.2rem;
  }
}
.c-lower__kv-desc {
  color: #edfff5;
  font-weight: 600;
  line-height: normal;
  margin-top: 1.53rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .c-lower__kv-desc {
    margin-top: 1.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
.p-product__info {
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-product__info {
    margin-top: 6.41rem;
  }
}
.p-product__info-items {
  display: flex;
  flex-direction: column;
  gap: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-items {
    gap: 7.81rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-items {
    gap: 4.81rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product__info-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
  }
  .p-product__info-item:nth-of-type(even) .p-product__info-img {
    order: 2;
  }
  .p-product__info-item:nth-of-type(even) .p-product__info-txt {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-product__info-img {
    width: 44.92%;
  }
}
@media screen and (min-width: 768px) {
  .p-product__info-txt {
    width: 51.953%;
  }
}
.p-product__info-txt-title {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: normal;
  margin-top: 1.33rem;
  font-size: 1.43333rem;
  letter-spacing: 0.03467rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-title {
    margin-top: 1.19rem;
    font-size: 2.375rem;
    letter-spacing: 0.0475rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-title {
    font-size: 2.075rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-title {
    font-size: 1.775rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-title {
    font-size: 1.375rem;
  }
}
.p-product__info-txt-subTitle {
  color: var(--main-font, #000);
  font-weight: 700;
  line-height: normal;
  margin-top: 0.8rem;
  font-size: 1.23333rem;
  letter-spacing: 0.02667rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-subTitle {
    margin-top: 1.25rem;
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-subTitle {
    font-size: 1.4625rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-subTitle {
    font-size: 1.2625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-subTitle {
    font-size: 1.0625rem;
  }
}
.p-product__info-txt-desc {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 1.33rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-desc {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-desc {
    font-size: 1.025rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-desc {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-desc {
    font-size: 0.9rem;
  }
}
.p-product__info-txt-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: var(--gray, #f3f4f5);
  margin-top: 1.6rem;
  padding: 1.33333rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-inner {
    padding: 1.875rem 1.9rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-inner {
    padding: 1.775rem 1.8rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-inner {
    padding: 1.675rem 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-inner {
    padding: 1.275rem 1.2rem;
  }
}
.p-product__info-txt-inner h4 {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  font-size: 1.33333rem;
  letter-spacing: 0.02667rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-inner h4 {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-inner h4 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-inner h4 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-inner h4 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product__info-txt-inner ul {
    margin-top: 1.5rem;
  }
}
.p-product__info-txt-inner ul li {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-inner ul li {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-inner ul li {
    font-size: 1.025rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-inner ul li {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-inner ul li {
    font-size: 0.9rem;
  }
}
.p-product__info-txt-inner p {
  color: var(--main-green, #009948);
  font-weight: 600;
  line-height: 200%; /* 2.25rem */
  margin-top: 0.67rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .p-product__info-txt-inner p {
    margin-top: 0.62rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product__info-txt-inner p {
    font-size: 1.025rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product__info-txt-inner p {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product__info-txt-inner p {
    font-size: 0.86rem;
  }
}
.p-product__info .product-section {
  scroll-margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-product__info .product-section {
    scroll-margin-top: 5.33333rem;
  }
}
.p-product__reason {
  margin: 4rem 0 3.47rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason {
    margin: 7.97rem 0 8.94rem;
  }
}
.p-product__reason .c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-product__reason .c-title-ja {
  justify-content: center;
}

.p-product__reason-subTitle {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason-subTitle {
    margin-top: 2.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.p-product__reason-desc {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 0.93rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason-desc {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-product__reason-items {
  display: flex;
  flex-direction: column;
  margin-top: 1.87rem;
  gap: 2.13rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason-items {
    margin-top: 3.75rem;
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
    justify-content: space-between;
  }
}
.p-product__reason-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason-item {
    width: 23.11%;
    gap: 1.25rem;
  }
}
.p-product__reason-item-title {
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 700;
  line-height: normal;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-product__reason-item-title {
    font-size: 1.375rem;
    letter-spacing: 0.0275rem;
  }
}
/* =======================================
   Recruit KV
   ======================================= */
.p-recruit__kv {
  position: relative;
  /* 高さはレスポンシブで確保 */
  overflow: hidden;
  /* ===== 背景スライダー ===== */
  /* ===== テキストレイヤ ===== */
  /* 英字（上・下）の大きな見出し */
  /* センターの日本語タイトル＆説明 */
  /* ===== パンくず ===== */
}

.p-recruit__kv .swiper-recruit {
  height: 23.3rem;
  overflow: hidden;
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv .swiper-recruit {
    position: absolute;
    z-index: -1;
    top: 0%;
    width: min(34.84vw, 41.8125rem);
    height: 100%;
    right: min(5.104166vw, 6.06rem);
  }
}
.p-recruit__kv .swiper-recruit::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(51, 173, 109, 0.12);
  z-index: 2;
}

.p-recruit__kv .swiper-recruit .swiper-wrapper,
.p-recruit__kv .swiper-recruit .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-recruit__kv-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(images/common/greenBg_sp.webp) repeat center center;
  display: flex;
  flex-direction: column;
  padding: 7.53rem 0 1.07rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap {
    display: block;
    padding: min(4.89vw, 5.87rem) 0 min(1.7708vw, 5.87rem) min(5.104166vw, 6.06rem);
    background: url(images/common/greenBg_pc.webp) repeat center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__kv-wrap {
    padding: min(9.89vw, 5.87rem) 0 min(3.7708vw, 5.87rem) min(5.104166vw, 6.06rem);
  }
}
.p-recruit__kv-wrap-enTitleTop {
  transform: translateY(170%);
}

.p-recruit__kv-wrap-enTitleBottom {
  transform: translateY(910%);
}

.p-recruit__kv-wrap-enTitleTop, .p-recruit__kv-wrap-enTitleBottom {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 110%; /* 11.6875rem */
  position: absolute;
  top: 0;
  left: 0%;
  margin-inline: 1.07rem;
  font-size: 2.93333rem;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap-enTitleTop, .p-recruit__kv-wrap-enTitleBottom {
    margin: 0;
    position: relative;
    transform: translateY(0);
    top: auto;
    left: auto;
    font-size: clamp(10px, 8.85416vw, 10.625rem);
  }
}
.p-recruit__kv-wrap-inner {
  margin-top: 4.1rem;
  padding: 0 1.07rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap-inner {
    padding: min(5.625vw, 6.75rem) 0 min(5.937vw, 7.13rem);
    margin-left: min(3.854vw, 4.63rem);
    margin-top: 0;
  }
}
.p-recruit__kv-wrap-inner-title {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  gap: 0.47rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap-inner-title {
    align-items: flex-end;
    gap: min(0.9375vw, 1.13rem);
  }
}
.p-recruit__kv-wrap-inner-title span {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sub-font, #f4fff9);
  color: var(--main-green, #009948);
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 140%; /* 6.3rem */
  padding: 0.02913rem 0.37913rem 0.096rem 0.5832rem;
  font-size: 2rem;
  letter-spacing: 0.21rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap-inner-title span {
    padding: 0.0625rem 0.6875rem 0.0625rem 1.0625rem;
    font-size: clamp(10px, 3.75vw, 4.5rem);
    letter-spacing: 0.45rem;
  }
}
.p-recruit__kv-wrap-inner-desc {
  color: #edfff5;
  font-weight: 500;
  line-height: 150%; /* 2.625rem */
  margin-top: 1.07rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv-wrap-inner-desc {
    margin-top: min(1.562vw, 1.87rem);
    font-size: clamp(10px, 1.45833vw, 1.75rem);
    letter-spacing: 0.035rem;
  }
}
.p-recruit__kv .c-lower__kv-breadcrumb {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__kv .c-lower__kv-breadcrumb {
    margin-top: 1.31rem;
  }
}
.p-recruit__kv .c-lower__kv-breadcrumb-list {
  color: var(--main-green, #009948);
}

.p-recruit__message {
  padding: 1.8rem 0 2.67rem;
  /* 白カード */
  /* 画像 */
  /* 英字見出し */
  /* 日本語見出し */
  /* 説明文 */
  /* 署名 */
}

@media screen and (min-width: 768px) {
  .p-recruit__message {
    padding: 6.25rem 0 8.75rem;
  }
}
.p-recruit__message-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-wrap {
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    gap: 2rem;
  }
}
.p-recruit__message-wrap-img {
  order: 1;
  margin-top: 1.07rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-wrap-img {
    margin-top: 0;
    width: 35.8%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__message-wrap-img {
    width: 46.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__message-wrap-img {
    width: 46.8%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__message-wrap-img img {
    object-fit: cover;
  }
}
.p-recruit__message-txt {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt {
    order: 2;
    display: block;
    width: 59.17%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__message-txt {
    width: 59.17%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__message-txt {
    width: 59.17%;
  }
}
.p-recruit__message-title {
  order: 2;
}

.p-recruit__message-txt-title-en {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: 150%; /* 11.25rem */
  font-size: 2.93333rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt-title-en {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__message-txt-title-en {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__message-txt-title-en {
    font-size: 6rem;
  }
}
.p-recruit__message-txt-title-ja {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 100%; /* 2rem */
  display: inline-flex;
  letter-spacing: 0.02667rem;
  font-size: 1.33333rem;
  flex-direction: column;
  align-items: baseline;
  width: fit-content;
  gap: 0.27rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt-title-ja {
    flex-direction: row;
    align-items: center;
    padding: 0.26667rem 0 0.4rem 0.66667rem;
    background: var(--main-green, #009948);
    margin-top: 0.31rem;
    padding: 0.625rem 0 0.75rem 1.125rem;
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__message-txt-title-ja {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__message-txt-title-ja {
    font-size: 1.4rem;
  }
}
.p-recruit__message-txt-title-ja span {
  display: inline-flex;
  padding: 0.26667rem 0 0.4rem 0.66667rem;
  align-items: center;
  gap: 0.66667rem;
  background: var(--main-green, #009948);
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt-title-ja span {
    background: none;
    padding: 0;
    display: inline-block;
  }
}
.p-recruit__message-txt-desc {
  order: 3;
  color: var(--main-font, #000);
  font-weight: 500;
  font-size: 0.93333rem;
  line-height: 200%; /* 1.86667rem */
  letter-spacing: 0.01867rem;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt-desc {
    line-height: 240%; /* 2.7rem */
    margin-top: 0;
    margin-top: 1.87rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-recruit__message-txt-name {
  order: 4;
  margin-top: 0.8rem;
  color: var(--main-font, #000);
  text-align: right;
  font-weight: 700;
  line-height: 240%; /* 2.7rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-txt-name {
    margin-top: 1.87rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-recruit__jobs {
  padding: 2.67rem 0;
  background: var(--main-green, #009948);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs {
    background: linear-gradient(to bottom, var(--main-green, #009948) 0 84%, #fff 84% 100%);
    padding: 6.88rem 0 15.81rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap {
    position: relative;
  }
}
.p-recruit__jobs-wrap-title {
  padding-bottom: 1.33rem;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 1.75rem;
  }
}
.p-recruit__jobs-wrap-title-en {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 90%; /* 6.75rem */
  font-size: 2.93333rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-title-en {
    font-size: 7.5rem;
  }
}
.p-recruit__jobs-wrap-title-ja {
  margin-top: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-title-ja {
    margin-top: 0;
  }
}
.p-recruit__jobs-wrap-title-ja h2 {
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-title-ja h2 {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.p-recruit__jobs-wrap-title-ja svg {
  width: 1.432rem;
  height: 0.75747rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-title-ja svg {
    width: 1.84244rem;
    height: 0.97463rem;
  }
}
.p-recruit__jobs-wrap-img {
  margin-top: 1.87rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-img {
    margin-top: 0;
    position: absolute;
    top: 30%;
    right: -12.5%;
    width: min(40.645vw, 46.375rem);
    height: 43.5625rem;
    object-fit: cover;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit__jobs-wrap-img {
    width: min(44.645vw, 46.375rem);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__jobs-wrap-img {
    width: min(49.645vw, 46.375rem);
    top: 29%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__jobs-wrap-img {
    width: min(44.645vw, 46.375rem);
    top: 29.5%;
  }
}
.p-recruit__jobs-wrap-desc {
  margin-top: 1.2rem;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
  color: var(--sub-font, #f4fff9);
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-wrap-desc {
    margin-top: 3.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit__jobs-wrap-desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__jobs-wrap-desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__jobs-wrap-desc {
    font-size: 1rem;
  }
}
.p-recruit__jobs-inner {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-inner {
    margin-top: 4.25rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit__jobs-inner {
    gap: 3rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__jobs-inner {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__jobs-inner {
    gap: 1rem;
  }
}
.p-recruit__jobs-inner-item + .p-recruit__jobs-inner-item {
  margin-top: 1.87rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-inner-item + .p-recruit__jobs-inner-item {
    margin-top: 0;
  }
}
.p-recruit__jobs-inner-item h3 {
  background: var(--sub-font, #f4fff9);
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
  padding: 0.2rem 1.33333rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-inner-item h3 {
    display: flex;
    justify-content: center;
    width: 22.875rem;
    padding: 0.3125rem 1.25rem;
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__jobs-inner-item h3 {
    font-size: 1.5rem;
    width: 19rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__jobs-inner-item h3 {
    font-size: 1.3rem;
    width: 17rem;
  }
}
.p-recruit__jobs-inner-item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.87rem;
  gap: 0.26667rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-inner-item ul {
    margin-top: 0.81rem;
    gap: 0.5rem;
  }
}
.p-recruit__jobs-inner-item ul li {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__jobs-inner-item ul li {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__jobs-inner-item ul li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__jobs-inner-item ul li {
    font-size: 0.95rem;
  }
}
.p-recruit__interview {
  padding: 2.67rem 0;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview {
    padding: 6.25rem 0 0;
  }
}
.p-recruit__interview::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(images/recruit/interviewBg_sp.webp) repeat center center;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview::before {
    height: 37.9375rem;
    background: url(images/recruit/interviewBg_pc.webp) repeat center center;
  }
}
.p-recruit__interview-wrap-title-en {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: 90%; /* 6.75rem */
  font-size: 2.93333rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-title-en {
    font-size: 7.5rem;
  }
}
.p-recruit__interview-wrap-title-ja {
  margin-top: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-title-ja {
    margin-top: 0;
  }
}
.p-recruit__interview-wrap-title-ja h2 {
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-title-ja h2 {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.p-recruit__interview-wrap-title-ja svg {
  width: 1.432rem;
  height: 0.75747rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-title-ja svg {
    width: 1.84244rem;
    height: 0.97463rem;
  }
}
.p-recruit__interview-wrap-items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-items {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-item {
    width: 30.79%;
  }
  .p-recruit__interview-wrap-item:nth-of-type(2) {
    margin-top: 3.75rem;
  }
}
.p-recruit__interview-wrap-item-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -3.5rem;
  gap: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-item-title {
    gap: 0.25rem;
    margin-top: -4rem;
  }
}
.p-recruit__interview-wrap-item-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-green, #009948);
  color: var(--sub-font, #f4fff9);
  padding: 0.33333rem 0.5rem;
  font-weight: 700;
  line-height: 100%; /* 1.75rem */
  font-size: 1.3rem;
  letter-spacing: 0.0284rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-item-title span {
    padding: 0.4375rem 0.625rem;
    font-size: 1.4rem;
    letter-spacing: 0.035rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit__interview-wrap-item-title span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__interview-wrap-item-title span {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__interview-wrap-item-title span {
    font-size: 0.9rem;
  }
}
.p-recruit__interview-wrap-item-info {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: normal;
  margin-top: 0.87rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-wrap-item-info {
    margin-top: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit__interview-wrap-item-info {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__interview-wrap-item-info {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__interview-wrap-item-info {
    font-size: 0.9rem;
  }
}
.p-recruit__requirements {
  margin-top: 2.67rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements {
    margin-top: 10.62rem;
    margin-bottom: 10.33rem;
  }
}
.p-recruit__requirements .l-inner__wide {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements .l-inner__wide {
    display: block;
  }
}
.p-recruit__requirements__tabs {
  /* チェックされたラジオ直後のラベル＝“選択中”の見た目 */
}

.p-recruit__requirements__tabs input[type=radio] {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs {
    width: 100%;
  }
}
.p-recruit__requirements__tabs .p-recruit__requirements__tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 11.5rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  background: var(--sub-font, #f4fff9);
  border: 1px solid var(--main-green, #009948);
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs .p-recruit__requirements__tab-label {
    width: 21.875rem;
    height: 4.375rem;
    transition: background 0.3s;
  }
  .p-recruit__requirements__tabs .p-recruit__requirements__tab-label:hover {
    background: var(--main-green, #009948);
  }
  .p-recruit__requirements__tabs .p-recruit__requirements__tab-label:hover span {
    color: var(--sub-font, #f4fff9);
  }
}
.p-recruit__requirements__tabs .p-recruit__requirements__tab-label span {
  color: var(--main-green, #009948);
  font-weight: 700;
  letter-spacing: 0.03rem;
  font-size: 0.85rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs .p-recruit__requirements__tab-label span {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    transition: color 0.3s;
  }
}
.p-recruit__requirements__tabs input[type=radio]:checked + .p-recruit__requirements__tab-label {
  background: var(--main-green, #009948);
  border-color: var(--main-green, #009948);
}

.p-recruit__requirements__tabs input[type=radio]:checked + .p-recruit__requirements__tab-label span {
  color: var(--sub-font, #f4fff9);
}

.p-recruit__requirements__tabs #requirements_categoryA + .p-recruit__requirements__tab-label {
  position: relative;
  left: calc(50% - 0.1rem);
  transform: translateX(-100%);
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs #requirements_categoryA + .p-recruit__requirements__tab-label {
    left: calc(50% - 4rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements__tabs #requirements_categoryA + .p-recruit__requirements__tab-label {
    left: calc(50% - 2rem);
  }
}
.p-recruit__requirements__tabs #requirements_categoryB + .p-recruit__requirements__tab-label {
  position: relative;
  left: calc(50% + 0.1rem);
  transform: translateX(-102%);
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs #requirements_categoryB + .p-recruit__requirements__tab-label {
    left: calc(50% + 4rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements__tabs #requirements_categoryB + .p-recruit__requirements__tab-label {
    left: calc(50% + 2rem);
  }
}
.p-recruit__requirements__tabs #categoryB_content {
  position: relative;
}

.p-recruit__requirements__tabs .p-recruit__requirements__content > div {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__tabs .p-recruit__requirements__content > div {
    padding: 0;
  }
}
.p-recruit__requirements__tabs #requirements_categoryA:checked ~ .p-recruit__requirements__content > #categoryA_content {
  display: block;
}

.p-recruit__requirements__tabs #requirements_categoryB:checked ~ .p-recruit__requirements__content > #categoryB_content {
  display: block;
}

.p-recruit__requirements__content {
  background: var(--main-green, #009948);
  margin-top: 2rem;
  padding: 2.66667rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements__content {
    padding: 6.75rem 6.25rem;
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit__requirements__content {
    padding: 6.75rem 4.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements__content {
    padding: 6.75rem 3.25rem;
  }
}
.p-recruit__requirements-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-title {
    gap: 3.375rem;
  }
}
.p-recruit__requirements-title-en {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 90%; /* 6.75rem */
  font-size: 2.93333rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-title-en {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements-title-en {
    font-size: 5.5rem;
  }
}
.p-recruit__requirements-title-ja h2 {
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-title-ja h2 {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.p-recruit__requirements-title-ja svg {
  width: 1.432rem;
  height: 0.75747rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-title-ja svg {
    width: 1.84244rem;
    height: 0.97463rem;
  }
}
.p-recruit__requirements-table {
  width: 100%;
  margin-top: 2rem;
}

.p-recruit__requirements-table tbody tr th {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 2.25rem */
  border-bottom: 1px solid var(--sub-font, #f4fff9);
  text-align: start;
  width: 30.5%;
  padding: 1.06667rem 0.66667rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-table tbody tr th {
    width: 32%;
    padding: 2.5rem 0 2.5rem 2.5rem;
    gap: 0.625rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements-table tbody tr th {
    font-size: 1.3rem;
  }
}
.p-recruit__requirements-table tbody tr td {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  border-bottom: 1px solid #c0c0c0;
  padding: 1.06667rem 0.66667rem 1.06667rem 1rem;
  width: 63.97%;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-table tbody tr td {
    width: 61.97%;
    padding: 2.5rem;
    gap: 0.625rem;
    font-size: 1.375rem;
    letter-spacing: 0.0275rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit__requirements-table tbody tr td {
    font-size: 1.2rem;
  }
}
.p-recruit__requirements-table tbody tr td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-thanks__content {
  padding-top: 2.93rem;
  color: var(--main-font, #000);
  text-align: center;
  font-weight: 700;
  line-height: 200%; /* 3rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-thanks__content {
    padding-top: 6.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.p-top__kv {
  overflow: hidden;
  height: 37rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv {
    height: 53.375rem;
  }
}
.p-top__kv-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.p-top__kv-bg img {
  width: 100%;
  height: 100%;
}

.p-top__kv-txtWrap {
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6.07rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap {
    display: inline-flex;
    margin-top: 0;
    margin-left: 1.87rem;
    position: relative;
    top: 50%;
    transform: translateY(21%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__kv-txtWrap {
    margin-left: 0;
  }
}
.p-top__kv-txtWrap-title {
  color: var(--main-green, #009948);
  font-weight: 700;
  font-size: 2.13333rem;
  letter-spacing: 0.04267rem;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-title {
    font-size: 3.52775rem;
    line-height: 140%;
    letter-spacing: 0.07056rem;
  }
}
.p-top__kv-txtWrap-desc {
  color: var(--main-green, #009948);
  font-weight: 500;
  line-height: 180%; /* 2.50769rem */
  text-align: center;
  font-size: 0.86667rem;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-desc {
    margin-top: 1rem;
    font-size: 1.39313rem;
  }
}
.p-top__kv-txtWrap-imgWrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-imgWrap {
    display: contents;
  }
}
.p-top__kv-txtWrap-img {
  margin-top: 4rem;
  width: 12.66667rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-img {
    margin-top: 2.13rem;
    width: 21.61675rem;
  }
}
.p-top__kv-txtWrap-btn {
  margin-top: 1.8rem;
  width: 22rem;
  height: 4.37067rem;
  padding-right: 3rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-btn {
    margin-top: 1rem;
    width: 28.66769rem;
    height: 4.77525rem;
    padding-right: 4rem;
  }
}
.p-top__kv-txtWrap-btn .c-btn-txt {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: 150%; /* 2.4375rem */
  font-size: 1.32rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv-txtWrap-btn .c-btn-txt {
    font-size: 1.8rem;
  }
}
.p-top__kv-txtWrap-btn .c-btn-arrow {
  width: 2.816rem;
  height: 2.816rem;
}

.p-top__kv-humanImg {
  position: absolute;
  bottom: 0%;
  right: 3%;
  transform: translateX(20%);
  width: 17.86667rem;
}

@media screen and (min-width: 768px) {
  .p-top__kv-humanImg {
    left: 50%;
    width: 35.8125rem;
  }
}
.p-top__logos {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 1.33333rem 0 1.26667rem 0;
}

@media screen and (min-width: 768px) {
  .p-top__logos {
    padding: 1.875rem 0 1.25rem 0;
  }
}
.p-top__logos-track {
  display: inline-flex;
  align-items: center;
  animation: logos-scroll 60s linear infinite;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top__logos-track {
    gap: 2.5rem;
  }
}
@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-top__logos-logo {
  width: fit-content;
  height: 2.84447rem;
}

@media screen and (min-width: 768px) {
  .p-top__logos-logo {
    height: 4rem;
    transition: 0.3s;
  }
  .p-top__logos-logo:hover {
    opacity: 0.6;
  }
  .p-top__logos-logo.is-disabled {
    pointer-events: none;
  }
}
.p-top__logos-logo img {
  max-width: inherit;
  height: 100%;
  object-fit: cover;
}

.p-top__cta-block {
  overflow: hidden;
  margin-top: 1.42rem;
  padding: 6.6rem 0 7.07rem;
}

@media screen and (min-width: 768px) {
  .p-top__cta-block {
    margin-top: 8.1rem;
    padding: 8rem 0 8.25rem;
  }
}
.p-top__reduction {
  margin-top: 3.6rem;
}

@media screen and (min-width: 768px) {
  .p-top__reduction {
    margin-top: 7.31rem;
  }
}
.p-top__reduction-title-en {
  line-height: 150%; /* 7.5rem */
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-top__reduction-title-en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top__reduction-title-en {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__reduction-title-en {
    font-size: 3.7rem;
  }
}
.p-top__reduction-title-jaWrap {
  position: relative;
  display: flex;
}

.p-top__reduction-title-jaWrap::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0%;
  width: 24rem;
  height: 1px;
  background: #009948;
  z-index: -1;
  width: 3.46667rem;
}

@media screen and (min-width: 768px) {
  .p-top__reduction-title-jaWrap::before {
    top: 50%;
    transform: translate(0%, -50%);
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__reduction-title-jaWrap {
    justify-content: flex-end;
  }
}
.p-top__reduction-title-ja {
  display: inline-flex;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  font-size: 1.53333rem;
  letter-spacing: 0.03067rem;
  padding-left: 0.87rem;
  margin-top: 0.67rem;
  margin-left: 3.46667rem;
}

@media screen and (min-width: 768px) {
  .p-top__reduction-title-ja {
    margin: 0;
    text-align: end;
    font-size: 2rem;
    letter-spacing: 0.04rem;
    padding-left: 1.69rem;
  }
}
.p-top__reduction-descWrap {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-top__reduction-descWrap {
    margin-top: 4.69rem;
  }
}
.p-top__reduction-desc {
  font-weight: 500;
  font-size: 0.93333rem;
  line-height: 200%; /* 2.05333rem */
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-top__reduction-desc {
    font-size: 1rem;
    letter-spacing: 0.0225rem;
    line-height: 180%; /* 2.7rem */
    display: flex;
    flex-direction: column;
  }
}
.p-top__reduction-desc span {
  --prog: 0%;
  display: inline-block;
  background-image: linear-gradient(135deg, #000 0%, #000 var(--prog), #999 var(--prog), #999 100%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari */
  color: transparent;
  -webkit-text-fill-color: transparent; /* Safari */
  transition: background-image 0.1s linear; /* optional: スムーズ感 */
}

.p-top__product {
  overflow: hidden;
  background: url(images/common/greenBg_sp.webp) repeat center center;
  margin-top: 3.6rem;
  padding: 3.13rem 0 4.01rem;
}

@media screen and (min-width: 768px) {
  .p-top__product {
    margin-top: 7.5rem;
    padding: 5.87rem 0 6.75rem;
    background: url(images/common/greenBg_pc.webp) repeat center center;
  }
}
@media screen and (min-width: 768px) {
  .p-top__product-txtWrap {
    gap: 4.375rem;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top__product-txtWrap {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__product-txtWrap {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top__product-txtWrap .c-title-en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__product-txtWrap .c-title-en {
    font-size: 4rem;
  }
}
.p-top__product-inner {
  margin-top: 1.33rem;
}

.p-top__product-inner-title {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-top__product-inner-title {
    margin-top: 0;
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
.p-top__product-inner-desc {
  margin-top: 1.07rem;
  color: var(--sub-font, #f4fff9);
  /* txt-p */
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-top__product-inner-desc {
    margin-top: 1rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-top__product-box {
  overflow: hidden;
  margin-top: 1.73rem;
}

@media screen and (min-width: 768px) {
  .p-top__product-box {
    margin-top: 3rem;
  }
}
.p-top__product-item-title {
  color: var(--sub-font, #f4fff9);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.93rem;
  font-size: 1.06667rem;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-top__product-item-title {
    margin-top: 1.5rem;
    font-size: 1.375rem;
    letter-spacing: 0.0275rem;
  }
}
.p-top__product-item-desc {
  color: var(--sub-font, #f4fff9);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 0.83rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-top__product-item-desc {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-top__product .swiper-wrapper {
  align-items: stretch;
}

.p-top__product .swiper-orn {
  display: flex;
  align-items: center;
  gap: 1.06rem;
  margin-top: 3.03rem;
}

@media screen and (min-width: 768px) {
  .p-top__product .swiper-orn {
    gap: 3.75rem;
    margin-top: 3.88rem;
  }
}
.p-top__product .swiper-scrollbar {
  background: #1f834e;
  height: 1.5px;
  border-radius: 3px;
  width: 65%;
}

@media screen and (min-width: 768px) {
  .p-top__product .swiper-scrollbar {
    width: 63.47%;
  }
}
.p-top__product .swiper-scrollbar-drag {
  background: #f4fff9;
  border-radius: 3px;
}

.p-top__product .swiper-button-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-top__product .swiper-button-wrap {
    gap: 1rem;
  }
}
.p-top__product .swiper-button-prev, .p-top__product .swiper-button-next {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: fit-content;
  height: fit-content;
  width: 3.0578rem;
  height: 3.0578rem;
}

@media screen and (min-width: 768px) {
  .p-top__product .swiper-button-prev, .p-top__product .swiper-button-next {
    width: 4.0635rem;
    height: 4.0635rem;
  }
  .p-top__product .swiper-button-prev:hover circle, .p-top__product .swiper-button-next:hover circle {
    fill: #fff;
  }
  .p-top__product .swiper-button-prev:hover path, .p-top__product .swiper-button-next:hover path {
    fill: var(--main-green, #009948);
  }
}
.p-top__product .swiper-button-prev svg, .p-top__product .swiper-button-next svg {
  width: 3.0578rem;
  height: 3.0578rem;
}

@media screen and (min-width: 768px) {
  .p-top__product .swiper-button-prev svg, .p-top__product .swiper-button-next svg {
    width: 4.0635rem;
    height: 4.0635rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__product .swiper-button-prev svg circle, .p-top__product .swiper-button-next svg circle {
    fill: rgba(255, 255, 255, 0);
    transition: fill 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-top__product .swiper-button-prev svg path, .p-top__product .swiper-button-next svg path {
    fill: white;
    transition: 0.3s;
  }
}
.p-top__product .swiper-button-prev::after, .p-top__product .swiper-button-next::after {
  display: none;
}

.p-top__product-btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 2.67rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__product-btnWrap {
    margin-top: 2.56rem;
  }
}
.p-top__voice {
  overflow: hidden;
  padding-top: 3.87rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice {
    padding-top: 7.44rem;
  }
}
.p-top__voice-txtWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: fit-content;
}

.p-top__voice-txtWrap .c-title-en {
  text-align: center;
}

.p-top__voice-subTitle-wrap {
  margin-top: 1.27rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top__voice-subTitle-wrap {
    margin-top: 1.62rem;
  }
}
.p-top__voice-subTitle-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 6.875rem;
  height: 1px;
  background: #009948;
  z-index: -1;
  width: 4.66667rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-subTitle-wrap::before {
    top: 50%;
    transform: translate(0%, -50%);
    width: 6.875rem;
  }
}
.p-top__voice-subTitle {
  display: inline-flex;
  color: var(--main-font, #000);
  font-weight: 700;
  line-height: normal;
  background: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
  padding-left: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-subTitle {
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
    padding-left: 1.56rem;
  }
}
.p-top__voice-meritWrap {
  display: flex;
  align-items: center;
  margin-top: 0.73rem;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-meritWrap {
    margin-top: 1.44rem;
    gap: 0.625rem;
  }
}
.p-top__voice-merit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-green, #009948);
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 200%; /* 3.125rem */
  padding: 0 0.66667rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-merit {
    padding: 0.0625rem 1rem;
    gap: 0.625rem;
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
  }
}
.p-top__voice-desc {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
  text-align: center;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-desc {
    margin-top: 1.19rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-top__voice-box {
  margin-top: 2.13rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-box {
    margin-top: 3.9rem;
  }
}
.p-top__voice-box .swiper-container + .swiper-container {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-box .swiper-container + .swiper-container {
    margin-top: 1.5rem;
  }
}
.p-top__voice-box .swiper-wrapper {
  transition-timing-function: linear;
  align-items: stretch;
}

.p-top__voice-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1rem 0.66667rem 0.86667rem;
  border-radius: 0.66667rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-top__voice-item {
    padding: 1.875rem 1.875rem 1.75rem 1.875rem;
    border-radius: 0.625rem;
  }
}
.p-top__voice-item-01 {
  background: #0d6e3b;
}

.p-top__voice-item-02 {
  background: #04562a;
}

.p-top__voice-item-03 {
  background: var(--main-green, #009948);
}

.p-top__voice-item-title {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: normal;
  font-size: 1.13333rem;
  letter-spacing: 0.02267rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-item-title {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
.p-top__voice-item-desc {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 200%; /* 2rem */
  font-size: 0.86667rem;
  letter-spacing: 0.01733rem;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-item-desc {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}
.p-top__voice-item-desc + .p-top__voice-item-desc {
  margin-top: 0.5rem;
  margin-bottom: 1.07rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-top__voice-item-desc + .p-top__voice-item-desc {
    margin-bottom: 1.75rem;
  }
}
.p-top__voice-item-info {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.p-top__voice-item-info img {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-top__voice-item-info img {
    width: 5.125rem;
    height: 5.125rem;
  }
}
.p-top__voice-item-name {
  color: var(--sub-font, #f4fff9);
  text-align: right;
  font-weight: 500;
  line-height: 200%; /* 2rem */
  font-size: 0.8rem;
  letter-spacing: 0.016rem;
}

@media screen and (min-width: 768px) {
  .p-top__voice-item-name {
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
  }
}
.p-top__company {
  overflow: hidden;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-top__company {
    margin-top: 8.25rem;
  }
}
.p-top__company-wrap {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top__company-bg {
    height: 44.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__company-bg {
    height: 36.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__company-bg img {
    height: 100%;
    object-fit: cover;
  }
}
.p-top__company-txtWrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--main-green, #009948);
  padding: 1.33333rem;
  margin-inline: 1.33rem;
  position: relative;
  top: -4.4rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top__company-txtWrap {
    margin-inline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.63rem;
    padding: 4.3125rem 5.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__company-txtWrap {
    right: 1.63rem;
    padding: 2.3125rem 2.625rem;
  }
}
.p-top__company-subTitle {
  color: var(--sub-font, #f4fff9);
  font-weight: 700;
  line-height: normal;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
  margin-top: 1.07rem;
}

@media screen and (min-width: 768px) {
  .p-top__company-subTitle {
    margin-top: 2.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.035rem;
  }
}
.p-top__company-desc {
  color: var(--sub-font, #f4fff9);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  margin-top: 0.67rem;
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
}

@media screen and (min-width: 768px) {
  .p-top__company-desc {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-top__company-btnWrap {
  margin-top: 1.33rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__company-btnWrap {
    margin-inline: initial;
    margin-top: 2.5rem;
  }
}
.p-top__news {
  background: url(images/common/grayBg_sp.webp) repeat center center;
  overflow: hidden;
  padding: 3.93rem 0;
}

.p-top__news + .e-cta__block {
  margin-top: 3.9rem;
}

@media screen and (min-width: 768px) {
  .p-top__news + .e-cta__block {
    margin-top: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__news {
    margin-top: 6.88rem;
    padding: 6.19rem 0 7.34rem;
    background: url(images/common/grayBg_pc.webp) repeat center center;
  }
}
.p-top__news .c-title {
  order: 1;
}

@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__news .c-title-ja h2 {
    font-size: 1.4rem;
  }
}
.p-top__news .c-btn {
  order: 4;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__news .c-btn {
    margin-inline: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__news .c-btn-txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__news .c-btn-arrow {
    width: 2.225rem;
    height: 2.225rem;
  }
}
.p-top__news-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-top__news-wrap {
    gap: 2rem;
    flex-direction: row;
  }
}
.p-top__news-txtWrap {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top__news-txtWrap {
    display: block;
  }
}
.p-top__news-txtWrap-btn {
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-txtWrap-btn {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__news-txtWrap-btn {
    width: 18.875rem;
  }
}
.p-top__news-categoryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sub-font, #f4fff9);
  border: 1px solid var(--main-green, #009948);
  width: 6.66667rem;
  height: 2.6rem;
  border-radius: 3.4904rem;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top__news-categoryBtn {
    width: 10rem;
    height: 2.9375rem;
    gap: 0.32725rem;
    border-radius: 3.27225rem;
  }
  .p-top__news-categoryBtn:hover {
    background: var(--main-green, #009948);
  }
  .p-top__news-categoryBtn:hover span {
    color: var(--sub-font, #f4fff9);
  }
}
.p-top__news-categoryBtn.active {
  background: var(--main-green, #009948);
}

.p-top__news-categoryBtn.active span {
  color: var(--sub-font, #f4fff9);
}

@media screen and (min-width: 768px) {
  .p-top__news-categoryBtn.active:hover {
    background: var(--sub-font, #f4fff9);
  }
  .p-top__news-categoryBtn.active:hover span {
    color: var(--main-green, #009948);
  }
}
.p-top__news-categoryBtn-wrap {
  order: 2;
  display: flex;
  margin-top: 2.27rem;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-categoryBtn-wrap {
    margin-top: 3.75rem;
    gap: 1.875rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-top__news-categoryBtn span {
  color: var(--main-green, #009948);
  font-weight: 700;
  line-height: 150%; /* 1.5rem */
  font-size: 0.93333rem;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top__news-categoryBtn span {
    font-size: 1rem;
  }
}
.p-top__news-items[hidden] {
  display: none;
}

.p-top__news-categoryBtn.active {
  pointer-events: none;
}

.p-top__news-items {
  order: 3;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-top__news-items {
    width: 100%;
    max-width: 41.75rem;
  }
}
.p-top__news-item {
  display: flex;
  align-self: stretch;
  border-bottom: 0.5px solid #c0c0c0;
  margin-top: 2.27rem;
  padding: 1.33333rem 0;
  gap: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-item {
    padding: 1.75rem 0 1.875rem 0;
    gap: 3.625rem;
    margin-top: 0;
    transition: 0.3s;
  }
  .p-top__news-item:hover .p-top__news-item-title {
    color: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top__news-item:hover .p-top__news-item-arrow circle {
    fill: var(--sub-font, #f4fff9);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top__news-item:hover .p-top__news-item-arrow path {
    stroke: var(--main-green, #009948);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top__news-item {
    gap: 2.325rem;
  }
}
.p-top__news-item:first-of-type {
  padding-top: 0;
}

.p-top__news-item-txtWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-txtWrap {
    gap: 1rem;
    width: 51%;
  }
}
.p-top__news-item-imgWrap {
  width: 9.33333rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-imgWrap {
    width: 11.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__news-item-imgWrap img {
    object-fit: cover;
  }
}
.p-top__news-item-tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-tags {
    gap: 2rem;
  }
}
.p-top__news-item-category {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #def9e1;
  color: var(--main-green, #009948);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
  padding: 0 0.8rem;
  border-radius: 4rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-category {
    padding: 0 0.75rem;
    gap: 0.625rem;
    border-radius: 3.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}
.p-top__news-item-day {
  color: #c0c0c0;
  font-weight: 700;
  line-height: 150%; /* 1.5rem */
  font-size: 0.93333rem;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-day {
    font-size: 1rem;
  }
}
.p-top__news-item-title {
  color: var(--main-font, #000);
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  font-size: 0.93333rem;
  letter-spacing: 0.01867rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-title {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
    transition: 0.3s;
  }
}
.p-top__news-item-arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-top__news-item-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
  }
  .p-top__news-item-arrow path {
    transition: 0.3s;
  }
  .p-top__news-item-arrow circle {
    transition: 0.3s;
  }
}
.wpcf7 {
  position: relative;
}

.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-size: 12px;
  color: #dc4322;
}

.wpcf7 div.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #dc4322;
  font-size: 12px;
  white-space: nowrap;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-tablet {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1279.5px) {
  .u-tablet {
    display: block;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */