@charset "UTF-8";
/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
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;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #31bf0c;
  --sc: #cc2200;
  --bc: #042158;
  --fc: #333;
  --base: "Zen Kaku Gothic New", sans-serif;
  --sub: "Zen Old Mincho", serif;
  --sub02: "EB Garamond", serif;
  --hd_mt: 80px;
}
@media screen and (max-width: 767px) {
  :root {
    --hd_mt: 50px;
  }
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--fc);
  font-family: var(--base);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

div,
p,
li,
dl,
tr,
th,
td {
  font-size: 1.6rem;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

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

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

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

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

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--large {
  max-width: none;
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--size1 {
  max-width: 1270px;
}
.cmn-wrap.--top {
  max-width: none;
  padding-inline: 0;
}
@media screen and (max-width: 1439px) {
  .cmn-wrap.--top {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-wrap.--top {
    padding-inline: 15px;
  }
}

.cmn-ttl {
  text-align: left;
  position: relative;
}
.cmn-ttl__main {
  display: block;
  color: var(--mc);
  padding-left: 35px;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
  position: relative;
}
.cmn-ttl__main::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--mc);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cmn-ttl__main.--02 {
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
.cmn-ttl__sub {
  display: block;
  font-family: var(--sub);
  font-size: clamp(3rem, 2.4rem + 1.55vw, 4.4rem);
  font-weight: 500;
}
.cmn-ttl__sub.--02 {
  font-size: clamp(2.4rem, 1.9rem + 1.33vw, 3.6rem);
}
.cmn-ttl__lead {
  font-weight: 500;
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.cmn-ttl.--white .cmn-ttl__main,
.cmn-ttl.--white .cmn-ttl__sub {
  color: #fff;
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl.--center .cmn-ttl__main {
  display: inline-block;
  padding-right: 35px;
}
.cmn-ttl.--center .cmn-ttl__main::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--mc);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cmn-ttl.--center .cmn-ttl__lead {
  text-align: center;
}

.cmn-text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-text--center {
    text-align: left;
  }
}

.cmn-btn__link {
  display: inline-block;
  background-color: var(--mc);
  line-height: 3.125;
  color: #fff;
  text-align: center;
  padding-inline: 15px;
  margin-inline: auto;
}
.cmn-btn__link-st {
  padding-right: 30px;
  position: relative;
}
.cmn-btn__link-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cmn-btn.--center {
  text-align: center;
}
.cmn-btn.--center .cmn-btn__link {
  text-align: left;
}
.cmn-btn.--right {
  text-align: right;
}
.cmn-btn.--right .cmn-btn__link {
  text-align: left;
}
.cmn-btn.--02 .cmn-btn__link-st::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  background: url(../img/cmn/icon_other01.png) no-repeat center center/contain;
}

.cmn-table.--ptn01 .cmn-table__list {
  width: 100%;
}
.cmn-table.--ptn01 .cmn-table__row {
  border-bottom: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__row:first-of-type {
  border-top: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__label {
  padding: 15px 0 15px 30px;
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn01 .cmn-table__label {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn01 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn01 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
.cmn-table.--ptn01 .cmn-table__value span {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--ptn02 .cmn-table {
  width: 100%;
}
.cmn-table.--ptn02 .cmn-table__row {
  border-bottom: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__row:first-of-type {
  border-top: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__label {
  padding: 15px 0 15px 50px;
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label {
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label:first-of-type {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__label {
    padding: 15px 0 15px 30px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn02 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn02 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__value {
    padding: 15px 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--size01 .cmn-table__label {
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 20px;
  }
}
.cmn-table.--size01 .cmn-table__value {
  padding-left: min(4.6875vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 20px;
  }
}

.--sub {
  font-family: var(--sub);
}

.--color {
  color: var(--mc);
}

.--underline {
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #f1ef59;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}

.mfp-content {
  width: 90%;
  height: 90vh;
  margin-inline: auto;
  overflow: auto;
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

.--fade-img {
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.--fade-img.fade-in {
  opacity: 1;
  transform: scale(1);
}

.--fade-img02 {
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.--fade-img02.fade-in {
  opacity: 1;
  transform: scale(1);
}

.--bg-slide {
  position: relative;
}
.--bg-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efeef8;
}
.--bg-slide.show:before {
  animation: bg_slide 1.5s forwards;
}

@keyframes bg_slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.--txt-slide {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.--txt-slide.show {
  clip-path: inset(0 -1px 0 0);
}

.--zoom-in {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  animation: ZoomIn 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes ZoomIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.layer-mv {
  margin-top: var(--hd_mt);
  position: relative;
}
.layer-mv__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-mv__ph {
  height: 370px;
}
@media screen and (max-width: 1024px) {
  .layer-mv__ph {
    height: clamp(24rem, 11.6rem + 33.08vw, 37rem);
  }
}
.layer-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-mv__ttl {
  text-align: center;
}
.layer-mv__ttl-main {
  display: block;
  font-family: var(--sub);
  font-size: clamp(3rem, 0.3rem + 3.52vw, 4.8rem);
  font-weight: 500;
  color: #fff;
}
.layer-mv__ttl-sub {
  display: block;
  font-family: var(--sub02);
  color: var(--mc);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.layer-catch__otr {
  position: relative;
}
.layer-catch__otr::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/cmn/bg_layer-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.layer-list01 {
  border-top: 1px solid #ccc;
}
.layer-list01__item {
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .layer-list01__item {
    flex-direction: column;
    gap: 5px;
  }
}
.layer-list01__item:last-of-type .layer-list01__label::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-list01__item:last-of-type .layer-list01__label::after {
    content: none;
  }
}
.layer-list01__label {
  width: clamp(15rem, 0rem + 19.53vw, 25rem);
  font-weight: 500;
  padding-block: 20px;
  padding-inline: clamp(1rem, 0.2rem + 2.21vw, 3rem) clamp(1rem, 0.5rem + 1.27vw, 1.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .layer-list01__label {
    width: 100%;
    padding-block: 12px 0;
    padding-inline: 10px;
  }
}
.layer-list01__label::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-list01__label::before {
    content: none;
  }
}
.layer-list01__value {
  flex: 1;
  padding-block: 20px;
  padding-inline: clamp(1rem, -1.9rem + 7.73vw, 8rem) clamp(1rem, 0.5rem + 1.27vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .layer-list01__value {
    width: 100%;
    padding-block: 0 12px;
    padding-inline: 10px;
  }
}
.layer-list01__value-link {
  display: inline-block;
  font-weight: 500;
  color: #50a632;
  padding-right: 25px;
  position: relative;
}
.layer-list01__value-link::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  background: url(../img/cmn/icon_other02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.layer-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, -2.5rem + 3.91vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .layer-list02 {
    gap: 25px;
    max-width: 585px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .layer-list02 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-inline: 0;
  }
}
.layer-list02__item {
  max-width: 280px;
  width: calc((100% - clamp(1.5rem, -2.5rem + 3.91vw, 2.5rem) * 3) / 4);
  background: linear-gradient(135deg, #3fa87b 0%, #d1c84d 100%);
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .layer-list02__item {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .layer-list02__item {
    max-width: 380px;
    width: 100%;
  }
}
.layer-list02__item-inr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 1rem + 2.54vw, 3rem);
  height: 100%;
  background: linear-gradient(to bottom right, #ffffff 50%, #f9f9f9 50%);
  padding-block: clamp(2rem, -1rem + 3.91vw, 3rem);
  padding-inline: clamp(1.5rem, -0.5rem + 1.95vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .layer-list02__item-inr {
    padding-inline: clamp(1.5rem, 1.2rem + 0.77vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .layer-list02__item-inr {
    flex-direction: row;
    gap: 15px 20px;
    padding-block: 15px;
  }
}
.layer-list02__item-num {
  height: 46px;
}
@media screen and (max-width: 767px) {
  .layer-list02__item-num {
    height: 40px;
  }
}
.layer-list02__item-num.--01 {
  aspect-ratio: 60/46;
}
.layer-list02__item-num.--02 {
  aspect-ratio: 64/46;
}
.layer-list02__item-num.--03 {
  aspect-ratio: 64/46;
}
.layer-list02__item-num.--04 {
  aspect-ratio: 67/46;
}
.layer-list02__item-ttl {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 0.4rem + 1.56vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .layer-list02__item-ttl {
    font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .layer-list02__item-ttl {
    flex: 1;
    text-align: left;
  }
}
.layer-list02__item-txt {
  width: 100%;
}
.layer-list02.--type02 {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .layer-list02.--type02 {
    max-width: 790px;
  }
}
.layer-list02.--type02 .layer-list02__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .layer-list02.--type02 .layer-list02__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .layer-list02.--type02 .layer-list02__item {
    width: 100%;
  }
}
.layer-list02.--type02 .layer-list02__item-inr {
  padding-block: clamp(3rem, 0rem + 3.91vw, 4rem);
  padding-inline: clamp(1.5rem, -2.5rem + 3.91vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .layer-list02.--type02 .layer-list02__item-inr {
    padding-inline: clamp(1.5rem, 1.2rem + 0.77vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .layer-list02.--type02 .layer-list02__item-inr {
    padding-block: 20px;
  }
}
.layer-list02.--type03 {
  justify-content: center;
  gap: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .layer-list02.--type03 {
    max-width: none;
  }
}
.layer-list02.--type03 .layer-list02__item {
  max-width: 585px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .layer-list02.--type03 .layer-list02__item {
    width: 100%;
  }
}
.layer-list02.--type03 .layer-list02__item-inr {
  padding-block: clamp(3rem, -3rem + 7.81vw, 5rem);
  padding-inline: clamp(2rem, -2.5rem + 5.86vw, 5rem);
}
@media screen and (max-width: 767px) {
  .layer-list02.--type03 .layer-list02__item-inr {
    padding-inline: 15px;
  }
}

.layer-list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px clamp(1.5rem, -1.5rem + 3.91vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .layer-list03 {
    flex-direction: column;
    align-items: center;
  }
}
.layer-list03__item {
  max-width: 385px;
  width: calc((100% - clamp(1.5rem, -1.5rem + 3.91vw, 2.5rem) * 2) / 3);
  background: linear-gradient(135deg, #3fa87b 0%, #d1c84d 100%);
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .layer-list03__item {
    width: 100%;
  }
}
.layer-list03__item-inr {
  height: 100%;
  background: linear-gradient(to bottom right, #ffffff 50%, #f9f9f9 50%);
  padding: clamp(2rem, -0.9rem + 7.63vw, 5rem) 15px;
}
.layer-list03__item-info {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
}
.layer-list03__item-icon {
  width: 64px;
  aspect-ratio: 1;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .layer-list03__item-icon {
    display: none;
  }
}
.layer-list03__item-ttl {
  font-size: clamp(2rem, 0.8rem + 1.56vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.layer-list03__item-ttl .--br {
  display: none;
}
@media screen and (max-width: 1279px) {
  .layer-list03__item-ttl .--br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .layer-list03__item-ttl .--br {
    display: none;
  }
}
.layer-list03__item-desc-st {
  padding-left: 20px;
  position: relative;
}
.layer-list03__item-desc-st::before {
  content: "●";
  font-size: 1rem;
  color: #50a632;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-list03__item-desc-st::before {
    font-size: 0.8rem;
  }
}
.layer-list03__item-desc-st + .layer-list03__item-desc-st {
  margin-top: 5px;
}
.layer-list03.--type02 {
  gap: 30px;
}
.layer-list03.--type02 .layer-list03__item {
  max-width: 585px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .layer-list03.--type02 .layer-list03__item {
    width: 100%;
  }
}
.layer-list03.--type02 .layer-list03__item-info {
  max-width: 480px;
}
.layer-list03.--type02 .layer-list03__item-icon {
  margin-bottom: 30px;
}
.layer-list03.--type02 .layer-list03__item-ttl {
  margin-bottom: clamp(2rem, -1rem + 3.91vw, 3rem);
}

.cmn-catch__cnt {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-template-areas: "cmn-catch__head cmn-catch__info" "cmn-catch__btn cmn-catch__info";
  gap: 30px clamp(3rem, -17rem + 19.53vw, 8rem);
}
@media screen and (max-width: 1023px) {
  .cmn-catch__cnt {
    grid-template-columns: auto;
    grid-template-areas: "cmn-catch__head" "cmn-catch__info" "cmn-catch__btn";
  }
}
.cmn-catch__cnt.--type02 {
  grid-template-areas: "cmn-catch__head cmn-catch__info";
}
@media screen and (max-width: 1023px) {
  .cmn-catch__cnt.--type02 {
    grid-template-areas: "cmn-catch__head" "cmn-catch__info";
  }
}
.cmn-catch__head {
  grid-area: cmn-catch__head;
}
.cmn-catch__info {
  grid-area: cmn-catch__info;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .cmn-catch__info {
    margin-top: 0;
  }
}
.cmn-catch__info-lead {
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 30px;
}
.cmn-catch__info-txt {
  line-height: 1.875;
}
.cmn-catch__info-txt + .cmn-catch__info-txt {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.cmn-catch__btn {
  grid-area: cmn-catch__btn;
}

.cmn-2column__cnt {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr min(50%, 560px);
  grid-template-areas: "cmn-2column__head cmn-2column__media" "cmn-2column__btn cmn-2column__media";
  gap: 30px clamp(3rem, -94.3rem + 84.62vw, 14rem);
}
@media screen and (max-width: 1023px) {
  .cmn-2column__cnt {
    grid-template-columns: auto;
    grid-template-areas: "cmn-2column__head" "cmn-2column__btn";
  }
}
.cmn-2column__cnt.--type02 {
  grid-template-areas: "cmn-2column__head cmn-2column__media";
}
@media screen and (max-width: 1023px) {
  .cmn-2column__cnt.--type02 {
    grid-template-areas: "cmn-2column__head";
  }
}
.cmn-2column__head {
  grid-area: cmn-2column__head;
}
.cmn-2column__ttl {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.cmn-2column__lead {
  font-weight: 500;
}
.cmn-2column__lead.--02 {
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.cmn-2column__txt-st + .cmn-2column__txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.cmn-2column__media {
  grid-area: cmn-2column__media;
}
@media screen and (max-width: 1023px) {
  .cmn-2column__media {
    display: none;
  }
}
.cmn-2column__btn {
  grid-area: cmn-2column__btn;
}

.group-catch {
  padding-block: clamp(6rem, 5.2rem + 2.21vw, 8rem) clamp(6rem, 3.5rem + 6.63vw, 12rem);
}

.group-organization {
  background: #f3f7fb;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.group-organization__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.group-organization__chart {
  background-color: #fff;
  padding: clamp(3rem, 1.1rem + 5.09vw, 5rem) 15px clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.group-organization__chart-ph {
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}

.group-value {
  background: #eaf7ed;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.group-value__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.group-value__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .group-value__list {
    max-width: 790px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .group-value__list {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-inline: 0;
  }
}
.group-value__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
  background: linear-gradient(135deg, #3fa87b 0%, #d1c84d 100%);
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .group-value__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .group-value__item {
    width: 100%;
  }
}
.group-value__item-inr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 1rem + 2.54vw, 3rem);
  height: 100%;
  background: linear-gradient(to bottom right, #ffffff 50%, #f9f9f9 50%);
  padding-block: clamp(3rem, 0rem + 3.91vw, 4rem);
  padding-inline: clamp(1.5rem, -2.5rem + 3.91vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .group-value__item-inr {
    padding-inline: clamp(1.5rem, 1.2rem + 0.77vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .group-value__item-inr {
    flex-direction: row;
    gap: 15px 20px;
    padding-block: 20px;
  }
}
.group-value__item-num {
  height: 46px;
}
@media screen and (max-width: 767px) {
  .group-value__item-num {
    height: 40px;
  }
}
.group-value__item-num.--01 {
  aspect-ratio: 60/46;
}
.group-value__item-num.--02 {
  aspect-ratio: 64/46;
}
.group-value__item-num.--03 {
  aspect-ratio: 64/46;
}
.group-value__item-ttl {
  font-size: clamp(2rem, 0.4rem + 1.56vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .group-value__item-ttl {
    font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .group-value__item-ttl {
    flex: 1;
    text-align: left;
  }
}
.group-value__item-txt {
  width: 100%;
}

.strengths-catch {
  padding-block: clamp(6rem, 5.2rem + 2.21vw, 8rem) clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.strengths-catch__lead.cmn-ttl__lead {
  font-size: clamp(1.5rem, 0rem + 4vw, 1.6rem);
}

.strengths-block__item {
  padding-block: clamp(5rem, 3.8rem + 3.31vw, 8rem);
}
.strengths-block__item:nth-of-type(2n + 1) {
  background-color: #f3f7fb;
}
.strengths-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 767px) {
  .strengths-block__head {
    gap: 20px;
  }
}
.strengths-block__num {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .strengths-block__num {
    width: 60px;
  }
}
.strengths-block__num-ph {
  height: 46px;
}
@media screen and (max-width: 767px) {
  .strengths-block__num-ph {
    height: 40px;
  }
}
.strengths-block__num-ph.--01 {
  aspect-ratio: 60/46;
}
.strengths-block__num-ph.--02 {
  aspect-ratio: 64/46;
}
.strengths-block__num-ph.--03 {
  aspect-ratio: 64/46;
}
.strengths-block__num-ph.--04 {
  aspect-ratio: 67/46;
}
.strengths-block__num-ph.--05 {
  aspect-ratio: 65/46;
}
.strengths-block__ttl {
  max-width: 1080px;
  flex: 1;
}
.strengths-block__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 40px;
  width: 100%;
  padding-left: 120px;
}
@media screen and (max-width: 1024px) {
  .strengths-block__cnt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths-block__cnt {
    flex-direction: column;
  }
}
.strengths-block__info {
  max-width: 640px;
  flex: 1;
}
.strengths-block__info-ttl {
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.strengths-block__info-txt {
  line-height: 1.875;
}
.strengths-block__media {
  max-width: 360px;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .strengths-block__media {
    width: 80%;
    align-self: center;
  }
}
.strengths-block__br01 {
  display: none;
}
@media screen and (max-width: 450px) {
  .strengths-block__br01 {
    display: block;
  }
}
.strengths-block__br02 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .strengths-block__br02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .strengths-block__br02 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .strengths-block__br02 {
    display: block;
  }
}
.strengths-block__br03 {
  display: none;
}
@media screen and (max-width: 520px) {
  .strengths-block__br03 {
    display: block;
  }
}

/*投稿一覧*/
.cmn-post {
  padding: clamp(6rem, 2.2rem + 10.18vw, 10rem) 0;
}
.cmn-post__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px clamp(5rem, -3rem + 7.81vw, 7rem);
}
@media screen and (max-width: 1024px) {
  .cmn-post__cnt {
    flex-direction: column;
    align-items: center;
  }
}

.post-main {
  max-width: 900px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .post-main {
    flex: 0 1 auto;
    width: 100%;
  }
}

.post-list li {
  border-bottom: 1px solid #999;
}
.post-list li:first-of-type {
  border-top: 1px solid #999;
}
.post-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .post-list li a {
    flex-direction: column;
  }
}
.post-list__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.post-list__info-date-st {
  letter-spacing: 0;
}
.post-list__ttl {
  flex: 1;
}

/*投稿詳細*/
.post-single__head {
  border-bottom: 1px solid #ccc;
  padding-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.post-single__head-ttl {
  margin-bottom: 20px;
}
.post-single__head-ttl-st {
  font-family: var(--sub);
  font-size: clamp(2.2rem, 1.9rem + 0.88vw, 3rem);
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .post-single__head-ttl-st br {
    display: none;
  }
}
.post-single__taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.post-single__taxonomy-group-st {
  font-weight: 500;
  font-size: 1.4rem;
  color: #77ca00;
}
.post-single__taxonomy-news-st {
  min-width: 60px;
  background-color: #77ca00;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  padding-inline: 10px;
}
.post-single__date {
  text-align: right;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.post-single__date-st {
  font-weight: 500;
  color: #999;
}
.post-single__thumbnail {
  text-align: center;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.post-single__editor {
  margin-bottom: clamp(4rem, 3.2rem + 2.21vw, 6rem);
}
.post-single__editor p + p {
  margin-top: 20px;
}
.post-single__btn {
  font-weight: 500;
  color: var(--mc);
}

/*サイドバー*/
.post-side {
  width: clamp(20rem, 17rem + 3.91vw, 22rem);
}
@media screen and (max-width: 1024px) {
  .post-side {
    width: 220px;
  }
}
.post-side__head {
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.post-side__head-link {
  display: block;
  color: #50a632;
  padding-right: 20px;
  position: relative;
}
.post-side__head-link::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.post-side__head-st {
  font-weight: 500;
}
.post-side__group-item {
  border-bottom: solid 1px #ccc;
  padding-block: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.post-side__group-item:first-of-type {
  border-top: solid 1px #ccc;
}
.post-side__group-link {
  display: block;
  color: #50a632;
  padding-right: 20px;
  margin-bottom: clamp(1.5rem, 1rem + 1.27vw, 2rem);
  position: relative;
}
.post-side__group-link::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.post-side__group-st {
  font-weight: 500;
}
.post-side__type-item + .post-side__type-item {
  margin-top: 5px;
}
.post-side__type-link {
  display: block;
  padding-left: 10px;
  position: relative;
}
.post-side__type-link::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
/*ペーシャー*/
.cmn-pagenav-otr {
  width: 100%;
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
@media screen and (max-width: 767px) {
  .cmn-pagenav-otr {
    margin-top: 50px;
  }
}
.cmn-pagenav-otr .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
}
.cmn-pagenav-otr .pages {
  display: none;
}
.cmn-pagenav-otr .page,
.cmn-pagenav-otr .current,
.cmn-pagenav-otr .nextpostslink,
.cmn-pagenav-otr .previouspostslink {
  display: block;
  width: 35px;
  background-color: #eaf7ed;
  text-align: center;
  letter-spacing: normal;
  line-height: 35px;
  margin-right: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .cmn-pagenav-otr .page,
  .cmn-pagenav-otr .current,
  .cmn-pagenav-otr .nextpostslink,
  .cmn-pagenav-otr .previouspostslink {
    width: 30px;
    line-height: 30px;
  }
}
.cmn-pagenav-otr .page:hover,
.cmn-pagenav-otr .previouspostslink:hover,
.cmn-pagenav-otr .nextpostslink:hover {
  background-color: #50a632;
  color: #fff;
  opacity: 1;
}
.cmn-pagenav-otr .current {
  background-color: #50a632;
  color: #fff;
}

.archive-news {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.archive-news__cat {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.archive-news__cat-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-bottom: solid 1px #50a632;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.archive-news__cat-group-item {
  max-width: 295px;
  width: calc((100% - 21px) / 4);
}
@media screen and (max-width: 767px) {
  .archive-news__cat-group-item {
    max-width: none;
    width: calc((100% - 7px) / 2);
  }
}
.archive-news__cat-group-item.--current .archive-news__cat-group-link, .archive-news__cat-group-item:hover .archive-news__cat-group-link {
  background-color: #50a632;
}
.archive-news__cat-group-item.--current .archive-news__cat-group-st, .archive-news__cat-group-item:hover .archive-news__cat-group-st {
  color: #fff;
}
.archive-news__cat-group-link {
  display: block;
  background-color: #f3f7fb;
  text-align: center;
  padding: 20px 5px;
  transition: all 0.4s;
}
.archive-news__cat-group-st {
  font-size: clamp(1.4rem, 0.8rem + 0.78vw, 1.6rem);
  font-weight: 500;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .archive-news__cat-group-st {
    font-size: clamp(1.4rem, 1.2rem + 0.51vw, 1.6rem);
  }
}
.archive-news__cat-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .archive-news__cat-type {
    gap: 10px;
  }
}
.archive-news__cat-type-item {
  max-width: 200px;
  width: calc((100% - 100px) / 6);
}
@media screen and (max-width: 1024px) {
  .archive-news__cat-type-item {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 767px) {
  .archive-news__cat-type-item {
    width: calc((100% - 20px) / 3);
  }
}
.archive-news__cat-type-item.--current .archive-news__cat-type-link, .archive-news__cat-type-item:hover .archive-news__cat-type-link {
  border: solid 1px #50a632;
}
.archive-news__cat-type-item.--current .archive-news__cat-type-st, .archive-news__cat-type-item:hover .archive-news__cat-type-st {
  font-weight: 500;
  color: #50a632;
}
.archive-news__cat-type-link {
  display: block;
  background-color: #f3f7fb;
  border: solid 1px #f3f7fb;
  text-align: center;
  padding: 10px 5px;
  transition: all 0.4s;
}
.archive-news__cat-type-st {
  font-size: clamp(1.3rem, -0.2rem + 4vw, 1.4rem);
  transition: all 0.4s;
}
.archive-news__item {
  border-bottom: solid 1px #ccc;
}
.archive-news__item-link {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  padding: clamp(2rem, -1rem + 3.91vw, 3rem);
}
@media screen and (max-width: 767px) {
  .archive-news__item-link {
    flex-direction: column;
    padding-inline: 0;
  }
}
.archive-news__item:first-of-type {
  border-top: solid 1px #ccc;
}
.archive-news__data {
  display: flex;
  flex-direction: column;
  gap: 5px 10px;
  width: clamp(15rem, 6rem + 11.72vw, 18rem);
}
@media screen and (max-width: 767px) {
  .archive-news__data {
    flex-direction: row;
    width: auto;
  }
}
.archive-news__data-date {
  font-weight: 500;
  color: #999;
}
.archive-news__data-cat-st {
  display: inline-block;
  min-width: 60px;
  background-color: #77ca00;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  padding-inline: 5px;
}
.archive-news__data-cat-st.press-release {
  background-color: #b1da00;
}
.archive-news__info {
  flex: 1;
}
.archive-news__info-group {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #77ca00;
  margin-bottom: 5px;
}
.archive-news__info-ttl {
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
.archive-news__info-ttl::before {
  content: "→";
  color: var(--mc);
  position: absolute;
  top: 0;
  right: 0;
}
.archive-news__info-txt {
  padding-right: 20px;
  margin-top: 5px;
}
.archive-news__info-txt-st {
  color: #666;
}
.archive-news__info-txt-st span {
  display: inline-block;
  border-bottom: solid 1px #666;
  margin-left: 15px;
}

.contact-catch {
  padding-block: clamp(6rem, 5.2rem + 2.21vw, 8rem);
}
@media screen and (max-width: 767px) {
  .contact-catch .cmn-ttl__sub {
    font-size: clamp(2.2rem, 1.6rem + 1.55vw, 3.6rem);
  }
}
.contact-catch__lead {
  font-size: clamp(1.5rem, 0rem + 4vw, 1.6rem);
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}

.contact-form {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 5.2rem + 2.21vw, 8rem);
}
.contact-form__cnt {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.contact-form__txt {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.contact-form__txt-st {
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__txt-st {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list {
    padding-inline: 10px;
  }
}
.contact-form__list-txt {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  color: #b10000;
  text-align: right;
}
.contact-form__list .form-list {
  border-top: 1px solid #ccc;
}
.contact-form__list .form-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
  padding-block: 20px;
  padding-inline: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__item {
    flex-direction: column;
    gap: 5px;
    padding-block: 12px;
  }
}
.contact-form__list .form-list__label {
  width: clamp(18rem, 1.5rem + 21.48vw, 29rem);
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__label {
    width: 100%;
    line-height: 1.66;
  }
}
.contact-form__list .form-list__value {
  flex: 1;
  line-height: 2.188;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value {
    width: 100%;
    line-height: 2.5;
  }
}
.contact-form__list .form-list__value-inr + .form-list__value-inr {
  margin-top: 10px;
}
.contact-form__list .form-list__value-st {
  margin-right: 5px;
}
.contact-form__list .form-list__value .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(1rem, -2rem + 3.91vw, 3rem);
}
.contact-form__list .form-list__value .wpcf7-radio .wpcf7-list-item {
  display: block;
  min-width: max-content;
  width: calc((100% - clamp(1rem, -2rem + 3.91vw, 3rem)) / 2);
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value .wpcf7-radio .wpcf7-list-item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value .wpcf7-radio .wpcf7-list-item input {
    position: relative;
    top: 2px;
  }
}
.contact-form__list .form-list__value .wpcf7-radio .wpcf7-list-item-label {
  font-size: clamp(1.3rem, 0rem + 3.53vw, 1.6rem);
}
.contact-form__list .required {
  display: inline-block;
  width: 36px;
  background-color: #b10000;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-left: 15px;
}
.contact-form__list .field-l {
  width: 100%;
}
.contact-form__list .field-m {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-m {
    width: 100%;
  }
}
.contact-form__list .field-s {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-s {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}
.contact-form__list input[type=email],
.contact-form__list input[type=text],
.contact-form__list input[type=tel],
.contact-form__list textarea {
  padding: 0;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: middle;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .contact-form__list input[type=email],
  .contact-form__list input[type=text],
  .contact-form__list input[type=tel],
  .contact-form__list textarea {
    min-height: 30px;
  }
}
.contact-form__list textarea {
  min-height: 195px;
}
@media screen and (max-width: 767px) {
  .contact-form__list textarea {
    min-height: 120px;
  }
}
.contact-form__privacy {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__privacy .wpcf7-list-item-label {
    font-size: clamp(1.5rem, 0rem + 4vw, 1.6rem);
  }
}
.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  margin-inline: auto;
}
.contact-form__btn .send-btn,
.contact-form__btn .return-btn {
  display: block;
  max-width: 400px;
  width: calc((100% - 30px) / 2);
  background-color: var(--mc);
  border-radius: 6px;
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 4.44;
  color: #fff;
  cursor: pointer;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 input.send-btn:disabled {
  background: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.confirm_area {
  display: none;
}
.confirm_area-txt {
  text-align: center;
  padding-block: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .confirm_area-txt {
    text-align: left;
  }
}
.confirm_area__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.confirm_area__btn .contact-form__mail-btn {
  max-width: 360px;
  width: calc((100% - 30px) / 2);
}
.confirm_area__btn-back input.send-btn.back_button {
  background-color: #ccc;
}
.confirm_area .wpcf7-spinner {
  display: none;
}

.contact-privacy {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.contact-privacy__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.contact-privacy__about {
  height: 290px;
  border: 1px solid #ccc;
  padding: clamp(2rem, 1rem + 2.54vw, 3rem);
  margin-inline: auto;
  overflow: auto;
}
.contact-privacy__about-st + .contact-privacy__about-st {
  margin-top: 2em;
}

.contact-thanks__block {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.contact-thanks__p {
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.contact-thanks__desc {
  font-size: clamp(1.3rem, 1rem + 0.76vw, 1.6rem);
  text-align: center;
  margin-bottom: 30px;
}

.recruit-message {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}

.recruit-attraction {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.recruit-attraction__list {
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}

.recruit-room__list {
  display: flex;
  gap: 2px;
}
.recruit-room__item {
  width: 33.3333333333%;
}

.recruit-group {
  background-color: #eaf7ed;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.recruit-group__cnt {
  margin-bottom: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.recruit-group__item {
  background-color: #fff;
  padding: clamp(3rem, 1.1rem + 5.09vw, 5rem) 15px;
}
@media screen and (max-width: 767px) {
  .recruit-group__item {
    padding-inline: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
  }
}
.recruit-group__item + .recruit-group__item {
  margin-top: 30px;
}
.recruit-group__item-inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit-group__item-inr {
    flex-direction: column;
  }
}
.recruit-group__item-head {
  max-width: 400px;
  width: 40%;
  border-right: solid 1px #ccc;
  padding: 20px clamp(2rem, -1rem + 3.91vw, 4rem) 40px 0;
}
@media screen and (max-width: 767px) {
  .recruit-group__item-head {
    max-width: none;
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #ccc;
    padding: 0 0 clamp(2rem, 1rem + 2.54vw, 3rem) 0;
  }
}
.recruit-group__item-logo {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-group__item-logo {
    width: 80%;
  }
}
.recruit-group__item-logo.--01 {
  max-width: 280px;
  aspect-ratio: 280/42;
}
.recruit-group__item-logo.--02 {
  max-width: 260px;
  aspect-ratio: 260/74;
}
.recruit-group__item-ttl {
  font-size: clamp(2rem, 1.4rem + 0.78vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
@media screen and (max-width: 767px) {
  .recruit-group__item-ttl {
    font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  }
}
.recruit-group__item-ttl .--br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .recruit-group__item-ttl .--br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .recruit-group__item-ttl .--br {
    display: none;
  }
}
.recruit-group__item-label-st {
  display: inline-block;
  border: solid 1px var(--mc);
  font-size: clamp(1.5rem, 0rem + 4vw, 1.6rem);
  color: var(--mc);
  text-align: center;
  padding: 3px 10px;
}
.recruit-group__item-label-st .--br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .recruit-group__item-label-st .--br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .recruit-group__item-label-st .--br {
    display: none;
  }
}
.recruit-group__item-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
  flex: 1;
  padding: 20px 0 20px clamp(2rem, -4rem + 7.81vw, 6rem);
}
@media screen and (max-width: 1023px) {
  .recruit-group__item-info {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit-group__item-info {
    flex: 0 1 auto;
    padding: clamp(2rem, 1rem + 2.54vw, 3rem) 0 0 0;
  }
}
.group-list-block {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.group-list-block__item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px;
  grid-template-areas: "group-list__item-head group-list__item-btn" "group-list__item-cnt group-list__item-cnt";
  gap: clamp(3rem, -3rem + 7.81vw, 5rem) 30px;
  background-color: #fff;
  padding: clamp(5rem, 3.1rem + 5.09vw, 7rem) clamp(1.5rem, -0.4rem + 4.97vw, 6rem);
}
@media screen and (max-width: 1023px) {
  .group-list-block__item {
    grid-template-columns: auto;
    grid-template-areas: "group-list__item-head" "group-list__item-cnt" "group-list__item-btn";
  }
}
.group-list-block__item + .group-list-block__item {
  margin-top: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.group-list-block__item-head {
  grid-area: group-list__item-head;
}
.group-list-block__item-ttl {
  font-family: var(--sub);
  font-size: clamp(2.1rem, 1.5rem + 1.66vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.group-list-block__item-cnt {
  grid-area: group-list__item-cnt;
  border-top: solid 1px #ccc;
  padding-top: clamp(3rem, -3rem + 7.81vw, 5rem);
}
.group-list-block__item-cnt-inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (max-width: 767px) {
  .group-list-block__item-cnt-inr {
    flex-direction: column;
    align-items: center;
  }
}
.group-list-block__item-media {
  max-width: 360px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .group-list-block__item-media {
    width: 40%;
  }
}
.group-list-block__item-info {
  max-width: 650px;
  flex: 1;
}
.group-list-block__item-info-ttl {
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.group-list-block__item-info-ttl .--br {
  display: none;
}
@media screen and (max-width: 1279px) {
  .group-list-block__item-info-ttl .--br {
    display: block;
  }
}
.group-list-block__item-info-txt-st + .group-list-block__item-info-txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.group-list-block__item-service {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: clamp(2rem, 1rem + 2.54vw, 3rem) clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
@media screen and (max-width: 767px) {
  .group-list-block__item-service {
    flex-direction: column;
  }
}
.group-list-block__item-service-ttl {
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .group-list-block__item-service-ttl {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.group-list-block__item-service-txt {
  flex: 1;
  border-left: solid 1px #333;
  padding-left: clamp(1.5rem, -3rem + 5.86vw, 3rem);
}
@media screen and (max-width: 767px) {
  .group-list-block__item-service-txt {
    flex: 0 1 auto;
    border-top: solid 1px #333;
    border-left: none;
    padding-top: 15px;
    padding-left: 0;
  }
}
.group-list-block__item-btn {
  grid-area: group-list__item-btn;
}
.group-list-block__item-btn .cmn-btn {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .group-list-block__item-btn .cmn-btn {
    text-align: center;
  }
}
.group-list-block__item-btn .cmn-btn__link-st {
  text-align: left;
}

.company-message {
  background: url(../img/company/bg_company-message01.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.company-message__txt {
  text-align: center;
  margin-block: clamp(3rem, 2rem + 2.54vw, 4rem) clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
@media screen and (max-width: 767px) {
  .company-message__txt {
    text-align: left;
  }
}
.company-message__txt-st {
  font-size: clamp(1.4rem, 1.1rem + 0.39vw, 1.6rem);
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .company-message__txt-st {
    line-height: 2;
  }
}
.company-message__txt-st + .company-message__txt-st {
  margin-top: clamp(2rem, 0.1rem + 5.09vw, 4rem);
}
.company-message__txt-st .--br01 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .company-message__txt-st .--br01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .company-message__txt-st .--br01 {
    display: none;
  }
}
.company-message__name {
  font-family: var(--sub);
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-message__name {
    text-align: right;
  }
}

.company-vision {
  padding-top: clamp(6rem, 4.3rem + 4.42vw, 10rem);
  position: relative;
}
.company-vision .cmn-catch__cnt .cmn-ttl__sub.--02 {
  font-size: clamp(3rem, 0.6rem + 2.34vw, 3.6rem);
}
@media screen and (max-width: 1023px) {
  .company-vision .cmn-catch__cnt .cmn-ttl__sub.--02 {
    font-size: clamp(2.4rem, 1.9rem + 1.33vw, 3.6rem);
  }
}
.company-vision__media {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem) clamp(3rem, 1.1rem + 5.09vw, 5rem);
  position: relative;
}
.company-vision__media::before {
  content: "";
  width: 100%;
  aspect-ratio: 1920/612;
  background: url(../img/cmn/bg_green-wabe01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.company-vision__media-ph {
  max-width: 962px;
  width: 80%;
  margin-inline: auto;
}

.company-philosophy {
  background-color: #eaf7ed;
  padding-block: clamp(5rem, 4.2rem + 2.21vw, 7rem) clamp(6rem, 4.3rem + 4.42vw, 10rem);
}

.company-omotenashi {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
@media screen and (max-width: 767px) {
  .company-omotenashi__ttl .cmn-ttl__sub.--02 {
    font-size: clamp(2.2rem, 1.4rem + 2.04vw, 3rem);
  }
}
.company-omotenashi__txt {
  text-align: center;
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 767px) {
  .company-omotenashi__txt {
    text-align: left;
  }
}
.company-omotenashi__txt-st + .company-omotenashi__txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.company-omotenashi__txt-st.--02 {
  font-weight: 500;
}

.company-room__list {
  display: flex;
  gap: 2px;
}
.company-room__item {
  width: 33.3333333333%;
}

.company-overview {
  padding-top: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.company-overview__list {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.company-access {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.company-access__cnt {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.company-access__map {
  width: 100%;
  aspect-ratio: 1200/500;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
@media screen and (max-width: 767px) {
  .company-access__map {
    max-height: 300px;
    aspect-ratio: 375/200;
  }
}
.company-access__map iframe {
  width: 100%;
  height: 100%;
}
.company-access__info {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: clamp(2rem, 1rem + 2.54vw, 3rem) clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.company-access__info-ttl {
  font-weight: 500;
  padding-right: 20px;
}
.company-access__info-txt {
  flex: 1;
  border-left: solid 1px #333;
  padding-left: clamp(1.5rem, -3rem + 5.86vw, 3rem);
}

.sustainability-environment {
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.sustainability-environment__txt {
  text-align: center;
  margin-block: clamp(3rem, 2rem + 2.54vw, 4rem) clamp(4rem, 3rem + 2.54vw, 5rem);
}
@media screen and (max-width: 767px) {
  .sustainability-environment__txt {
    text-align: left;
  }
}
.sustainability-environment__txt-st {
  line-height: 1.875;
}
.sustainability-environment__txt-st + .sustainability-environment__txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.sustainability-environment__txt-st .--br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sustainability-environment__txt-st .--br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-environment__txt-st .--br {
    display: none;
  }
}

.sustainability-value {
  background-color: #eaf7ed;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.sustainability-value .cmn-2column__cnt {
  gap: 30px clamp(3rem, -41.2rem + 38.46vw, 8rem);
}
.sustainability-value .cmn-2column__cnt .cmn-ttl__sub.--02 {
  font-size: clamp(2.8rem, -0.4rem + 3.13vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .sustainability-value .cmn-2column__cnt .cmn-ttl__sub.--02 {
    font-size: clamp(2.2rem, 1.6rem + 1.53vw, 2.8rem);
  }
}

.sustainability-philosophy {
  background: url(../img/sustainability/bg_sustainability-philosophy01.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.sustainability-philosophy__list {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}

.sustainability-strength {
  padding-top: clamp(6rem, 4.3rem + 4.42vw, 10rem);
  position: relative;
}
.sustainability-strength__media {
  padding-block: clamp(5rem, 4.2rem + 2.21vw, 7rem) clamp(3rem, 1.1rem + 5.09vw, 5rem);
  position: relative;
}
.sustainability-strength__media::before {
  content: "";
  width: 100%;
  aspect-ratio: 1920/612;
  background: url(../img/cmn/bg_green-wabe01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.sustainability-strength__media-ph {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sustainability-strength__media-ph {
    max-width: 500px;
  }
}

.sustainability-vision {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.sustainability-vision .cmn-2column__cnt {
  gap: 30px clamp(3rem, -58.9rem + 53.85vw, 10rem);
}

.hd {
  background-color: #fff;
  width: 100%;
  height: 80px;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hd {
    height: 50px;
  }
}
.hd-cnt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hd-cnt {
    padding-inline: 20px 0;
  }
}
.hd-logo {
  display: block;
  width: clamp(30rem, 21.2rem + 11.52vw, 35.9rem);
  aspect-ratio: 359/40;
}
@media screen and (max-width: 767px) {
  .hd-logo {
    width: clamp(20rem, 10.5rem + 25.45vw, 30rem);
  }
}
.hd-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.6rem, -1.2rem + 2.19vw, 3rem);
  position: relative;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.hd-nav__list {
  display: flex;
  gap: 16px;
}
.hd-nav__item.--pulldown {
  position: relative;
}
.hd-nav__item.--pulldown:hover .hd-nav__pulldown {
  opacity: 1;
  visibility: visible;
}
.hd-nav__link {
  display: block;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.6;
  }
}
.hd-nav__link-main {
  white-space: nowrap;
}
.hd-nav__pulldown {
  border-top: solid 10px rgba(255, 255, 255, 0);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.hd-nav__pulldown-list {
  width: 310px;
  background-color: #50a632;
  padding: clamp(2rem, -1rem + 3.91vw, 3rem);
}
.hd-nav__pulldown-item + .hd-nav__pulldown-item {
  margin-top: 15px;
}
.hd-nav__pulldown-link {
  display: block;
}
.hd-nav__pulldown-st {
  display: block;
  color: #fff;
  position: relative;
}
.hd-nav__pulldown-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hd-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  background-color: #59a539;
  text-align: center;
}
.hd-nav__btn-icon {
  display: none;
  width: 24px;
  height: 18px;
}
.hd-nav__btn-st {
  color: #fff;
}
.hd-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: clamp(8rem, 0rem + 7.84vw, 10rem);
    aspect-ratio: 1;
    background-color: #000;
    position: relative;
    z-index: 1002;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .hd-toggle {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hd-toggle {
    width: 50px;
  }
}
.hd-toggle div {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .hd-toggle div {
    width: 20px;
    height: 16px;
  }
}
.hd-toggle span {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #fff;
}
.hd-toggle span:nth-child(1) {
  top: 0;
}
.hd-toggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(2) {
    top: 7px;
  }
}
.hd-toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(3) {
    top: 14px;
  }
}
.hd-info {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd-info {
    display: block;
    width: 150px;
    background-color: #59a539;
  }
}
@media screen and (max-width: 767px) {
  .hd-info {
    width: 50px;
  }
}
.hd-info__contact {
  width: 100%;
  height: 100%;
}
.hd-info__contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hd-info__contact-link img {
  display: none;
}
@media screen and (max-width: 767px) {
  .hd-info__contact-link img {
    display: block;
    width: 24px;
    aspect-ratio: 24/18;
  }
}
.hd-info__contact-st {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hd-info__contact-st {
    display: none;
  }
}
.hd.--home {
  background-color: transparent;
}
.hd.--home .hd-logo .--02 {
  display: none;
}
.hd.--home .hd-nav__link {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hd.--home .hd-nav__link {
    color: var(--fc);
  }
}
.hd.--home.fixed {
  background-color: #fff;
}
.hd.--home.fixed .hd-logo .--01 {
  display: none;
}
.hd.--home.fixed .hd-logo .--02 {
  display: block;
}
.hd.--home.fixed .hd-nav__link {
  color: var(--fc);
}
.hd {
  /* =========================
    SP NAV
  ========================= */
}
@media screen and (max-width: 1024px) {
  .hd-menu {
    display: flex;
  }
  .hd-nav {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    max-width: 600px;
    width: 100%;
    height: calc(100svh - 80px);
    background-color: #fff;
    padding-inline: clamp(4.5rem, 3rem + 3.87vw, 8rem);
    position: fixed;
    top: 80px;
    left: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .hd-nav {
    height: calc(100svh - 50px);
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .hd-nav__list {
    flex-direction: column;
    max-width: 420px;
    width: 100%;
    gap: 0;
  }
  .hd-nav__item {
    border-top: solid 1px var(--fc);
  }
  .hd-nav__item:last-of-type {
    border-bottom: solid 1px var(--fc);
  }
  .hd-nav__link {
    line-height: 3.75;
    color: var(--fc);
    padding-inline: 15px;
  }
  .hd-nav__pulldown {
    border: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .hd-nav__pulldown-list {
    width: auto;
    background-color: transparent;
    padding: 0 15px 15px 30px;
  }
  .hd-nav__pulldown-st {
    color: var(--fc);
  }
  .hd-nav__btn {
    max-width: 380px;
    width: 100%;
  }
  .hd-nav__btn-link {
    gap: 10px;
    width: 100%;
    height: 70px;
    background-color: var(--mc);
  }
  .hd-nav__btn-icon {
    display: block;
  }
  .hd-nav__btn-st {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .hd.open .hd-nav {
    opacity: 1;
    transform: translateX(-100%);
    visibility: visible;
    transition: transform 0.4s, opacity 0.4s;
  }
}
.hd.open .hd-toggle {
  align-items: center;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.ft {
  padding-block: clamp(4rem, 0.2rem + 10.18vw, 8rem) 0;
  background-color: #1a1a1a;
  color: #fff;
}
.ft__wrap {
  max-width: 1280px;
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ft__wrap {
    padding-inline: 15px;
  }
}
.ft__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(3rem, -9rem + 11.72vw, 6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .ft__cnt {
    flex-direction: column;
  }
}
.ft__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .ft__info {
    align-items: center;
    text-align: center;
  }
}
.ft__logo {
  width: clamp(20rem, 17.5rem + 6.63vw, 26rem);
  aspect-ratio: 260/93;
}
.ft__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft__data-st + .ft__data-st {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .ft__menu {
    display: none;
  }
}
.ft .ft-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4rem, -12rem + 15.63vw, 8rem);
}
.ft .ft-nav__label {
  font-size: clamp(1.3rem, 1.2rem + 0.25vw, 1.4rem);
  color: #999;
  margin-bottom: 20px;
}
.ft .ft-nav__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ft .ft-nav__list.--company {
  gap: 20px;
}
.ft .ft-nav__list + .ft-nav__list {
  margin-top: 30px;
}
.ft .ft-nav__link {
  position: relative;
}
.ft .ft-nav__link-sub {
  font-size: clamp(1.3rem, 1.2rem + 0.25vw, 1.4rem);
  color: #999;
}
.ft .ft-nav__sub-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ft .ft-nav__sub-link {
  padding-left: 10px;
  position: relative;
}
.ft .ft-nav__sub-link::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft .ft-nav__btn {
  margin-top: 40px;
}
.ft .ft-nav__btn-link {
  display: block;
  width: 220px;
  border: solid 1px var(--mc);
  line-height: 3.125;
  text-align: center;
}
.ft .ft-nav__btn-st {
  color: var(--mc);
  padding-right: 30px;
  position: relative;
}
.ft .ft-nav__btn-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ft__copy {
  border-top: solid 1px #333;
  padding-block: 30px;
}
.ft__copy-st {
  font-family: var(--sub);
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .ft__copy-st {
    text-align: center;
  }
}

.breadcrumb {
  padding-top: clamp(1rem, 0.8rem + 0.55vw, 1.5rem);
}
.breadcrumb__list {
  display: flex;
  gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
}

.page-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 90px;
  right: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .page-top {
    bottom: clamp(8rem, 6.3rem + 4.62vw, 11rem);
  }
}
.page-top__link {
  display: block;
  width: 50px;
  height: 50px;
}
.page-top__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-top.--fixed {
  opacity: 1;
  visibility: visible;
}

.cmn-contact {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.cmn-contact__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-contact__block {
    flex-direction: column;
    align-items: center;
  }
}
.cmn-contact__head {
  flex: 1;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .cmn-contact__head {
    padding-top: 0;
  }
}
.cmn-contact__ttl {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.cmn-contact__ttl .cmn-ttl__sub {
  font-size: clamp(2.9rem, 0.7rem + 2.93vw, 4.4rem);
}
@media screen and (max-width: 1080px) {
  .cmn-contact__txt .--br {
    display: none;
  }
}
.cmn-contact__box {
  max-width: 670px;
  width: 56%;
  background-color: #f3f7fb;
  padding: clamp(3rem, 1.1rem + 5.09vw, 5rem) clamp(1.5rem, -3rem + 5.86vw, 3rem);
}
@media screen and (max-width: 1279px) {
  .cmn-contact__box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact__box {
    width: 100%;
  }
}
.cmn-contact__box-inr {
  max-width: 530px;
  width: 100%;
  margin-inline: auto;
}
.cmn-contact__package {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-contact__package-ttl {
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.cmn-contact__package-ttl::before {
  content: "";
  width: 24px;
  aspect-ratio: 24/18;
  background: url(../img/cmn/icon_mail01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cmn-contact__package-txt {
  padding-left: 40px;
}
.cmn-contact__example-ttl {
  font-weight: 500;
  color: var(--mc);
  margin-bottom: 10px;
}
.cmn-contact__example-list {
  padding-left: 40px;
  margin-bottom: 30px;
}
.cmn-contact__example-item {
  padding-left: 15px;
  position: relative;
}
.cmn-contact__example-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-contact__example-item + .cmn-contact__example-item {
  margin-top: 5px;
}

.group-btn-block__ttl {
  display: none;
}

.cmn-group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cmn-group {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.cmn-group__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cmn-group__item {
    width: 100%;
  }
}
.cmn-group__item-link {
  display: block;
  text-align: center;
  position: relative;
}
.cmn-group__item-ph {
  height: clamp(15rem, 7.5rem + 9.77vw, 20rem);
}
@media screen and (max-width: 767px) {
  .cmn-group__item-ph {
    height: clamp(12rem, 9.1rem + 7.63vw, 15rem);
  }
}
.cmn-group__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn-group__item-txt {
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-group__item-txt-st {
  display: inline;
  font-size: clamp(2rem, 0.8rem + 1.56vw, 2.4rem);
  font-weight: 500;
  color: #fff;
  padding-right: 30px;
  position: relative;
}
.cmn-group__item-txt-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cmn-group__item.--01 .cmn-group__item-txt-st {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .cmn-group__item.--01 .cmn-group__item-txt-st {
    padding-right: 30px;
    padding-left: 0;
  }
}
.cmn-group__item.--01 .cmn-group__item-txt-st::before {
  content: "←";
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cmn-group__item.--01 .cmn-group__item-txt-st::before {
    content: "→";
    right: 0;
    left: auto;
  }
}

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 100;
}
body.open::before {
  opacity: 1;
}

.top-mv {
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.top-mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-mv__video-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
}
.top-mv__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__catch {
  max-width: 1200px;
  width: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-mv__catch {
    width: calc(100% - 30px);
    top: 45%;
  }
}
.top-mv__catch-txt {
  color: #fff;
}
.top-mv__ttl {
  margin-bottom: 20px;
}
.top-mv__ttl-main {
  font-family: var(--sub02);
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
  color: var(--mc);
  padding-left: 60px;
  position: relative;
}
.top-mv__ttl-main::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--mc);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-mv__ttl-sub {
  font-family: var(--sub);
  font-size: clamp(4.2rem, 3rem + 3.31vw, 7.2rem);
  font-weight: 500;
  color: #fff;
}
.top-mv .scroll_down__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-mv .scroll_down p {
  writing-mode: vertical-lr;
  color: #fff;
  padding-bottom: 110px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .top-mv .scroll_down p {
    font-size: 1.4rem;
    padding-bottom: 80px;
  }
}
.top-mv .scroll_down p::before {
  content: "";
  width: 2px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .top-mv .scroll_down p::before {
    height: 70px;
  }
}
.top-mv .scroll_down p::after {
  content: "";
  width: 2px;
  height: 100px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px) {
  .top-mv .scroll_down p::after {
    height: 70px;
  }
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top-about {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}

.top-strength {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.top-strength__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 767px) {
  .top-strength__lead.cmn-ttl__lead {
    text-align: left;
  }
}
.top-strength__list {
  margin-bottom: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.top-strength__flow {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.top-strength__flow-ph {
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
@media screen and (max-width: 767px) {
  .top-strength__flow-ph {
    max-width: 300px;
    width: 80%;
    margin-inline: auto;
  }
}
.top-strength__flow-txt {
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 500;
  color: #4a9d33;
  text-align: center;
}

.top-group {
  background: url(../img/top/bg_top-group01.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem);
}
.top-group__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 1279px) {
  .top-group__ttl .cmn-ttl__sub {
    text-shadow: 0 0 10px #fff;
  }
}
@media screen and (max-width: 1279px) {
  .top-group__lead {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.top-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-group__list {
    gap: 10px;
  }
}
.top-group__item {
  max-width: 560px;
  width: calc((100% - 40px) / 2);
  background: linear-gradient(135deg, #3fa87b 0%, #d1c84d 100%);
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .top-group__item {
    width: calc((100% - 10px) / 2);
  }
}
.top-group__item-link {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .top-group__item-link {
    padding-inline: 10px;
  }
}
.top-group__item-inr {
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
}
.top-group__item-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-group__item-head {
    margin-bottom: 0;
  }
}
.top-group__item-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.top-group__item-logo.--01 {
  max-width: 310px;
  width: 100%;
}
.top-group__item-logo.--01 img {
  aspect-ratio: 310/47;
}
.top-group__item-logo.--02 {
  max-width: 290px;
  width: 100%;
}
.top-group__item-logo.--02 img {
  aspect-ratio: 290/82;
}
.top-group__item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 1.4rem + 0.78vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-group__item-ttl {
    display: none;
  }
}
.top-group__item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-group__item-label-st {
  display: inline-block;
  background-color: #77ca00;
  font-size: clamp(1.4rem, 1.1rem + 0.39vw, 1.6rem);
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .top-group__item-label-st {
    display: none;
  }
}
.top-group__item-txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-group__item-txt {
    display: none;
  }
}
.top-group__item-btn-st {
  display: inline-block;
  min-width: 140px;
  font-weight: 500;
  color: var(--mc);
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-group__item-btn-st {
    font-size: clamp(1.4rem, 0.4rem + 2.67vw, 1.6rem);
    line-height: 1;
    color: var(--fc);
  }
}
.top-group__item-btn-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top-sustainability {
  background-color: #eaf7ed;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.top-sustainability__head {
  margin-bottom: clamp(4rem, 1.1rem + 7.63vw, 7rem);
}
.top-sustainability__list {
  margin-bottom: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}

.top-recruit {
  background-color: #f3f7fb;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.top-recruit .cmn-2column__cnt .cmn-ttl__sub {
  font-size: clamp(3.8rem, 1.4rem + 2.34vw, 4.4rem);
}
@media screen and (max-width: 767px) {
  .top-recruit .cmn-2column__cnt .cmn-ttl__sub {
    font-size: clamp(3rem, 2.4rem + 1.55vw, 4.4rem);
  }
}

.top-news {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.top-news__cnt {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: "top-news__head top-news__btn" "top-news__list top-news__list";
  gap: 40px 30px;
}
.top-news__head {
  grid-area: top-news__head;
}
.top-news__list {
  grid-area: top-news__list;
}
.top-news__item {
  border-bottom: solid 1px #ccc;
}
.top-news__item-link {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  padding: clamp(2rem, -1rem + 3.91vw, 3rem);
}
@media screen and (max-width: 767px) {
  .top-news__item-link {
    flex-direction: column;
    padding-inline: 0;
  }
}
.top-news__item:first-of-type .top-news__item-link {
  padding-top: 0;
}
.top-news__data {
  display: flex;
  flex-direction: column;
  gap: 5px 10px;
  width: clamp(15rem, 6rem + 11.72vw, 18rem);
}
@media screen and (max-width: 767px) {
  .top-news__data {
    flex-direction: row;
    width: auto;
  }
}
.top-news__date {
  font-weight: 500;
  color: #999;
}
.top-news__cat-st {
  display: inline-block;
  min-width: 60px;
  background-color: #77ca00;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  padding-inline: 5px;
}
.top-news__cat-st.press-release {
  background-color: #b1da00;
}
.top-news__info {
  flex: 1;
}
.top-news__info-group {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #77ca00;
  margin-bottom: 5px;
}
.top-news__info-ttl {
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
.top-news__info-ttl::before {
  content: "→";
  color: var(--mc);
  position: absolute;
  top: 0;
  right: 0;
}
.top-news__info-txt {
  padding-right: 20px;
  margin-top: 5px;
}
.top-news__info-txt-st {
  color: #666;
}
.top-news__info-txt-st span {
  display: inline-block;
  border-bottom: solid 1px #666;
  margin-left: 15px;
}
.top-news__btn {
  grid-area: top-news__btn;
  align-self: center;
}
.top-news__btn-link {
  display: inline-block;
  font-weight: 500;
  color: var(--mc);
}
.top-news__btn-link-st {
  padding-right: 30px;
  position: relative;
}
.top-news__btn-link-st::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.breadcrumb__list {
  flex-wrap: wrap;
}