@charset "UTF-8";
:root {
  --design-green: #55805d;
  --text-color: #333;
  --text-color03: #42342f;
  --design-orange: #ff5611;
  --design-green-bg: #ecf4ef;
  --fw-bold: 600;
  --fw-black: 900;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

html {
  font-weight: 400;
}

body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.16rem;
  line-height: 1.5;
}

img:nth-child(1) {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* base */
body {
  color: #000;
  font-size: 1em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color03);
  line-height: 1.5;
  overflow: hidden;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1240px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-inline: auto;
  position: relative;
}

.u_sp--block {
  display: none;
}

.u_text--center {
  text-align: center;
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .u_sp--block {
    display: block;
  }
  .u_sp--none {
    display: none;
  }
}
/* Module */
.l_header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 82px;
}

.l_headerInner {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}

.l_headerflex {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.l_headerLogo {
  display: block;
  max-width: 175px;
}

.c_navList {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.header__cta--sp {
  display: none;
}

#toggle {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .l_header {
    height: 62px;
  }
  .l_headerInner {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
  .l_headerLogo {
    max-width: 160px;
  }
  .l_headerflex {
    display: contents;
  }
  .c_navList {
    flex-direction: column;
    gap: 1.5rem;
  }
  .c_navList a {
    color: #fff;
  }
  .header__cta--sp {
    display: block;
    width: 40px;
    height: 40px;
  }
  .header__cta--sp a {
    display: block;
  }
  .header__cta--pc {
    display: none;
  }
  /*バーガーメニュー時背景固定用*/
  .l_navContainer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding-top: 40%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--design-green);
    transition: all 0.3s;
  }
  .l_navContainer.sp_open {
    visibility: inherit;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
    z-index: 1;
  }
  /*spのメニュークリックしたら非表示にするクラス*/
  .none {
    opacity: 0;
  }
  #toggle {
    padding: 0;
    position: absolute;
    right: 16px;
    bottom: 22px;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    z-index: 2;
  }
  .icon-menu {
    position: relative;
    width: 20px;
    height: 20px;
  }
  /*ボタン内側*/
  #toggle span {
    display: block;
    transition: all 0.4s;
    position: absolute;
    height: 2px;
    background: var(--text-color);
    width: 100%;
  }
  #toggle span:nth-of-type(1) {
    top: 0;
  }
  #toggle span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #toggle span:nth-of-type(3) {
    bottom: 0;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    background: #fff;
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    bottom: 2px;
    transform: translateY(-4px) rotate(45deg);
    background: #fff;
  }
}
.footer {
  background-color: #fff;
  color: var(--text-color);
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__logo img {
  width: 195px;
}

.footer__links {
  text-align: right;
  font-size: 15px;
}

.footer__links a {
  margin-left: 20px;
  text-decoration: none;
}

.footer__copy {
  margin-top: 15px;
  color: #424242;
  font-size: 10px;
}

.pagetop {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  animation: fuwafuwa 3s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/* =========================

レスポンシブ（767px以下）

========================= */
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer__links {
    text-align: center;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.btn-orange {
  display: flex;
  background-color: var(--design-orange);
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  transition: opacity 0.3s;
  width: 180px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.btn-orange:hover {
  opacity: 0.8;
}

.mv {
  padding-top: 80px;
}

.mv__container {
  height: calc(100svh - 80px);
  max-height: 875px;
  position: relative;
  background-color: #3d815c;
  background-image: url(../../img/mv-illustration_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mv__container::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.mv__content {
  padding-top: 4rem;
  color: #fff;
  position: relative;
}

.mv__sub-copy {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

.mv__main-copy {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.anim-main {
  position: absolute;
  z-index: 2;
  width: 34.7%;
  max-width: 500px;
  bottom: 60px;
  right: 0;
  animation-name: kvanim;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

@keyframes kvanim {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.anim-sun {
  position: absolute;
  width: 10.4%;
  max-width: 150px;
  top: 60px;
  right: 20%;
  animation: fuwafuwa 2s ease-in-out infinite;
}

.anim-cloud {
  position: absolute;
  width: 11%;
  max-width: 160px;
  top: 60px;
  right: 8%;
  animation: fuwafuwa 3s ease-in-out infinite;
}

.anim-tombo {
  position: absolute;
  width: 38.8%;
  max-width: 560px;
  bottom: 80px;
  left: 5%;
  z-index: 1;
}

.anim-tree {
  position: absolute;
  width: 23.6%;
  max-width: 340px;
  top: 25%;
  right: 5%;
}

.anim-img {
  display: flex;
  gap: 3%;
  width: 50%;
}
.anim-img li {
  max-width: 100px;
  opacity: 0;
}
.anim-img li:nth-child(1) {
  max-width: 120px;
}
.anim-img li:nth-child(odd) {
  padding-top: 1.5rem;
  animation: rorate 5s ease-in-out infinite;
}

.anim-img-fixd {
  position: absolute;
  bottom: 30%;
  right: 5%;
  width: 11%;
}

@keyframes rorate {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}
/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 62px;
  }
  .mv__container {
    height: calc(100vh - 62px);
  }
  .mv__container::after {
    height: 90px;
  }
  .mv__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
  .mv__sub-copy {
    font-size: 1rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .mv__main-copy {
    font-size: 2rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .anim-main {
    width: 60%;
    bottom: 40px;
  }
  @keyframes kvanim {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(10%);
    }
  }
  .anim-sun {
    width: 20%;
    top: 30px;
    right: -20px;
    z-index: 1;
  }
  .anim-cloud {
    width: 30%;
    top: -14px;
    right: -10px;
  }
  .anim-tombo {
    width: 80%;
    bottom: 30px;
    left: 2%;
  }
  .anim-tree {
    display: none;
  }
  .anim-img {
    display: none;
  }
  .anim-mugi {
    position: absolute;
    width: 17.3%;
    bottom: 20%;
    left: 15%;
    animation: rorate 3s ease-in-out infinite;
  }
  .anim-orange {
    position: absolute;
    width: 12%;
    bottom: 40%;
    left: 8%;
    animation: rorate 5s ease-in-out infinite;
  }
  .anim-cabet {
    position: absolute;
    width: 13%;
    bottom: 30%;
    left: 4%;
  }
}
.intro {
  padding: 3rem 0 7.5rem;
  background-color: #fff;
}
.intro .wrapper {
  padding-right: 3rem;
  padding-left: 3rem;
}

.intro__flex {
  display: grid;
  grid-template-columns: 46% 1fr;
  align-items: center;
  gap: 5%;
}

.intro__title {
  font-size: 1.75rem;
  color: var(--design-green);
  margin-bottom: 2rem;
}

.intro__description p:not(:last-child) {
  margin-bottom: 1rem;
}

/* =========================
sp
========================= */
@media screen and (max-width: 767px) {
  .intro .wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .intro__flex {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .intro__title {
    font-size: 1.5rem;
  }
}
.cta-bar {
  background-color: var(--design-orange);
  padding: 2rem;
}

.cta-bar__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}

.cta-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  background-color: #fff;
  color: var(--text-color03);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  min-width: 420px;
}
.cta-btn::before {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-image: url(../../img/mail-icon-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .cta-bar {
    padding: 3rem 0;
    text-align: center;
  }
  .cta-bar__flex {
    flex-direction: column;
    gap: 2rem;
  }
  .cta-btn {
    padding: 1.5rem 1rem;
    min-width: initial;
    width: 100%;
  }
}
.purpose {
  padding: 100px 0;
}

.purpose__header {
  text-align: center;
  margin-bottom: 60px;
}

.purpose__icon {
  width: 56px;
  margin: 0 auto 32px;
}

.purpose__title-wrap {
  display: flex;
  margin-bottom: 30px;
  gap: 24px;
}

.purpose__title {
  color: var(--design-green);
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.purpose__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
}
.purpose__item:not(:last-child) {
  margin-bottom: 3.5rem;
}

.purpose__image-box {
  background-color: #e8f5ed;
  border-radius: 16px;
  overflow: hidden;
}

.purpose__content {
  padding-left: 2rem;
}

.purpose__num {
  display: flex;
  justify-content: center;
  width: 4rem;
  background-color: var(--design-green);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  align-items: center;
}

.purpose__item-title {
  font-size: 2rem;
  color: var(--text-color01);
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .purpose__item {
    grid-template-columns: 1fr;
  }
  .purpose__content {
    padding-left: 0;
  }
  .purpose__num {
    height: 4rem;
    padding: 0;
    text-align: center;
  }
  .purpose__title-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  .purpose__title {
    font-size: 1.8rem;
  }
  .purpose__item-title {
    font-size: 1.625rem;
  }
}
.operation {
  padding: 100px 0;
  background-color: var(--design-green-bg);
}

.operation__header {
  text-align: center;
  margin-bottom: 60px;
}

.operation__icon {
  width: 56px;
  margin: 0 auto 30px;
}

.operation__title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.operation__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
}
.operation__card:not(:last-child) {
  margin-bottom: 3rem;
}

.operation__card-body {
  display: grid;
  grid-template-columns: 1fr 43%;
  gap: 2rem;
  align-items: center;
}

.operation__card-body--reverse {
  grid-template-columns: 33% 1fr;
}
.operation__card-body--reverse .operation__card-visual {
  order: 1;
}
.operation__card-body--reverse .operation__card-info {
  order: 2;
}

.label-orange {
  display: inline-block;
  background-color: var(--design-orange);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.operation__card-title {
  font-size: 2rem;
  color: var(--design-green);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.operation__card-text {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 1.5em;
}

.visual-caption {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: var(--text-color);
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .operation__title {
    font-size: 2rem;
  }
  .operation__card-body {
    grid-template-columns: 1fr;
  }
  .operation__card-title {
    font-size: 1.5rem;
  }
  .operation__card-body--reverse {
    grid-template-columns: 1fr;
  }
  .operation__card-body--reverse .operation__card-visual {
    order: 2;
  }
  .operation__card-body--reverse .operation__card-info {
    order: 1;
  }
}
.plan {
  padding: 80px 0;
  background-color: #fff;
}

.plan__header {
  text-align: center;
  margin-bottom: 100px;
}

.plan__header .plan__icon {
  width: 56px;
  margin: 0 auto 30px;
}

.plan__title {
  color: var(--design-green);
  font-size: 30px;
  margin-bottom: 20px;
}

.plan__badge {
  display: table;
  background-color: #55805d;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: bold;
  width: 264px;
  height: 62px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.plan__timeline-block {
  background-color: #eef5ee;
  border-radius: 20px;
  padding: 5rem 2rem;
  margin-bottom: 100px;
  position: relative;
}

.plan__timeline-content {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  gap: 5%;
}

.plan__timeline-visual {
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.plan__timeline-visual .plan-anim-main {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
}
.plan__timeline-visual .plan-anim-sub {
  position: absolute;
  top: 20%;
  right: 5%;
  animation: fuwafuwa 3s ease-in-out infinite;
}

.plan__year {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 24px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 8px;
  line-height: 1;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  bottom: 5px;
  width: 3px;
  height: calc(100% - 50px);
  background-color: #000;
}

.timeline__item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 28px;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 13px;
  width: 15px;
  height: 15px;
  background-color: var(--design-orange);
  border-radius: 50%;
}

.timeline__item:last-child:before {
  top: 32px;
}

.timeline__date {
  font-weight: bold;
  min-width: 60px;
  color: var(--text-color);
  font-size: 20px;
}

.timeline__text {
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.plan__details-block {
  background-color: #eef5ee;
  border-radius: 20px;
  padding: 100px 20px;
  position: relative;
}

.plan__card {
  background: #fff;
  border-radius: 16px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}
.plan__card:not(:last-child) {
  margin-bottom: 30px;
}

.plan__card--reverse .plan__card-text {
  order: 2;
}
.plan__card--reverse .plan__card-img {
  order: 1;
}

.plan__card-num {
  color: var(--design-green);
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

.plan__card-title {
  color: var(--design-green);
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.plan__card-title span {
  font-size: 1.5rem;
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .plan__timeline-block {
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    margin-bottom: 5rem;
  }
  .plan__badge {
    padding: 0.5rem 1.5rem;
    height: initial;
    width: -moz-max-content;
    width: max-content;
    top: -24px;
    font-size: 1.25rem;
  }
  .plan__timeline-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .plan__timeline-content .plan__timeline-visual {
    aspect-ratio: 3/2;
    order: 2;
  }
  .plan__timeline-content .plan__timeline-visual .plan-anim-main {
    width: 100%;
    left: -20%;
  }
  .plan__timeline-content .plan__timeline-visual .plan-anim-sub {
    width: 40%;
    top: -10%;
    right: -7%;
  }
  .plan__timeline-content .plan__timeline-list {
    order: 1;
  }
  .plan__year {
    border-width: 1px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .timeline__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 1.5rem;
  }
  .timeline__item::before,
  .timeline__item:last-child:before {
    top: 8px;
  }
  .timeline__date {
    min-width: initial;
    font-size: 1rem;
  }
  .timeline__text {
    font-size: 1.25rem;
  }
  .plan__details-block {
    padding: 3rem 20px;
  }
  .plan__card {
    padding: 2rem 1.25rem;
    grid-template-columns: 1fr;
  }
  .plan__card--reverse .plan__card-text {
    order: 1;
  }
  .plan__card--reverse .plan__card-img {
    order: 2;
  }
}
.instagram {
  padding: 100px 0;
  background-color: #fff;
}

.instagram__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.instagram__header {
  position: relative;
  border-left: 8px solid #ff6b35;
  padding-left: 15px;
  margin-bottom: 40px;
}

.instagram__header::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 31%;
  background-color: #fabe00;
}

.instagram__title {
  font-size: 1.5rem !important;
  font-weight: bold;
  color: var(--text-color);
  margin: 0 0 5px 0 !important;
}

.instagram__sub-title {
  font-size: 13px !important;
  font-weight: bold;
  color: var(--text-color);
  margin: 0 !important;
}

.btn-insta {
  display: inline-block;
  background-color: #ff6b35;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  transition: background-color 0.3s ease;
  width: 283px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}

.btn-insta:hover {
  background-color: #e55a2b;
}

.philosophy {
  padding: 100px 0;
  background-color: #e9f2eb;
}

.philosophy__header {
  text-align: center;
  margin-bottom: 64px;
}

.philosophy__icon {
  width: 56px;
  margin: 0 auto 30px;
}

.philosophy__title {
  color: var(--design-green);
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.philosophy__lead {
  margin-bottom: 48px;
}

.philosophy__message-card {
  position: relative;
  max-width: 845px;
  margin: 0 auto;
  border: 2px solid #ff6b35;
  padding: 2rem 1.25rem;
  background-color: transparent;
  position: relative;
}
.philosophy__message-card::before {
  content: "";
  width: 21.3%;
  max-width: 180px;
  aspect-ratio: 389/492;
  background-image: url(../../img/aim-img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -12%;
  bottom: -2px;
}
.philosophy__message-card::after {
  content: "";
  width: 15%;
  max-width: 130px;
  aspect-ratio: 261/439;
  background-image: url(../../img/aim-img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -8%;
  bottom: -2px;
}

.philosophy__message-content {
  font-weight: bold;
  color: var(--design-orange);
  font-size: 28px;
}

.philosophy__values {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.philosophy__value-card {
  width: 386px;
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 32px;
  text-align: center;
}

.philosophy__value-title {
  color: var(--design-green);
  font-size: 24px;
  margin-bottom: 40px;
}

.philosophy__value-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.philosophy__value-img img {
  max-height: 100%;
}

.philosophy__value-text {
  font-size: 18px;
  color: var(--text-color);
}

/* =========================

レスポンシブ（767px以下）

========================= */
@media screen and (max-width: 767px) {
  .philosophy__title {
    font-size: 2rem;
  }
  .philosophy__message-card {
    padding: 1.5rem;
  }
  .philosophy__message-card::before {
    left: -9%;
  }
  .philosophy__message-card::after {
    right: -7%;
  }
  .philosophy__message-content {
    font-size: 1.25rem;
  }
  .philosophy__values {
    flex-direction: column;
    align-items: center;
  }
  .philosophy__value-card {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.contact {
  position: relative;
  padding: 100px 0;
  background-color: #55805d;
  color: #fff;
}
.contact .wrapper {
  max-width: 850px;
}

.contact__header {
  text-align: center;
  margin-bottom: 50px;
}

.contact__icon {
  width: 52px;
  margin: 0 auto 30px;
}

.contact__title {
  font-size: 40px;
  margin-bottom: 32px;
}

.contact__lead {
  font-size: 16px;
  margin-bottom: 80px;
}

.contact__form-wrapper {
  background-color: #fff;
  padding: 48px 42px;
  color: var(--text-color);
  margin-bottom: 80px;
}

.d-none {
  display: none;
}

.contact__notes {
  border: 1px solid #fff;
  padding: 24px;
  font-size: 10px;
  margin: 0 auto 80px;
  width: 782px;
}

.contact__notes-title {
  font-weight: bold;
  margin-bottom: 11px;
  font-size: 16px;
}

.contact__tel {
  text-align: center;
  font-size: 16px;
}

.contact__tel span {
  font-size: 28px;
  font-weight: bold;
  margin: 0 10px;
}

.contact_count {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  color: #999;
}

/* =========================
   テーブル全体
========================= */
.contact-table {
  width: 100%;
  border-collapse: collapse;
}

.contact-table tr {
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: 40% 1fr;
}

/* =========================
   th（ラベル）
========================= */
.contact-table th {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 1.5rem 20px 1rem 0;
}

/* ラベル中の必須・任意 */
.contact-table th span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 24px;
}

.txt_required {
  background-color: var(--design-orange);
}

.txt_optional {
  background-color: #999;
}

/* =========================
   td（入力）
========================= */
.contact-table td {
  padding: 15px 0;
}

/* =========================
   input系
========================= */
.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table select,
.contact-table textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

/* textarea高さ */
.contact-table textarea {
  min-height: 150px;
}

/* =========================
   エラーメッセージ
========================= */
.contact_err_msg {
  display: block;
  color: red;
  font-size: 13px;
  margin-top: 6px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* =========================
   ボタン
========================= */
.btn-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
  background-color: #ff6b35;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-submit:hover {
  opacity: 0.8;
}

/* =========================

レスポンシブ（767px以下）

========================= */
@media screen and (max-width: 767px) {
  .contact {
    padding: 5rem 0;
  }
  .contact__title {
    font-size: 2rem;
  }
  .contact__lead {
    margin-bottom: 2.5rem;
  }
  .contact__form-wrapper {
    padding: 3rem 1.5rem 0;
    margin-bottom: 2.5rem;
  }
  .contact__notes {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact__tel span {
    display: block;
  }
  .contact-table tr {
    grid-template-columns: 1fr;
  }
  .contact-table th {
    padding-bottom: 5px;
  }
  .contact-table td {
    padding-top: 0;
  }
}
.single-warp {
  background-color: var(--design-green-bg);
  position: relative;
  padding: 80px 0;
}
.single-warp .contact-sidebar {
  top: 2rem;
}

.single-container__inner {
  width: calc(100% - 380px);
  padding-top: 60px;
}

.single-main {
  padding: 60px;
  font-size: 15px;
  background: #fff;
  border-radius: 16px;
}

.single-main p {
  margin-bottom: 1.5em;
}

.single-main img {
  width: 100%;
  margin: 1.5em auto;
}

.single-content h2 {
  font-size: 1.5rem;
  border-left: 6px solid var(--design-green);
  border-bottom: 1px solid var(--design-green);
  padding: 7px 14px;
  margin-bottom: 1.5em;
}

.single-main ul {
  margin-bottom: 1.5em;
}

.single-main ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.single-main ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--design-green);
  margin-right: 7px;
}

.single-main h2.single-main-title {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-category {
  font-size: 0.75rem;
  color: #fff;
  padding: 0.25rem 1rem;
  background: var(--design-orange);
  margin-bottom: 5px;
  border-radius: 5px;
}

.single-date {
  text-align: right;
  font-size: 15px;
  margin-bottom: 40px;
}

.single-warp .instagram {
  border-top: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 0;
}

/* =========================
sp
========================= */
@media screen and (max-width: 767px) {
  .single-container__inner {
    width: 100%;
    padding-top: 1.5rem;
  }
  .single-main {
    padding: 1.5rem;
  }
  .single-main h2.single-main-title {
    font-size: 1.5rem;
  }
  .single-content h2 {
    font-size: 1.2rem;
  }
}
.praivacy-tit {
  font-size: 24px;
  border-left: 6px solid var(--design-green);
  border-bottom: 1px solid var(--design-green);
  padding: 7px 14px;
  margin-bottom: 24px;
  font-weight: bold;
}

.praivacy-text {
  margin-bottom: 24px;
}

.praivacy-list-left li {
  text-indent: -0.8em;
  padding-left: 0.8em;
  line-height: 1.7;
}

.praivacy-list li {
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-left: 1em;
  line-height: 1.7;
}

.praivacy-sub-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.praivacy-sub-tit:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--design-green);
  margin-right: 8px;
  display: inline-block;
}

.sub-page {
  padding-top: 80px;
  position: relative;
}

.sub-header {
  padding: 60px 0;
  background-color: var(--design-green);
  text-align: center;
}
.sub-header .btn-orange {
  margin: 2rem auto 0;
}

.sub-header__inner {
  color: #fff;
  width: calc(100% - 380px);
}

.sub-header__icon {
  width: 10%;
  max-width: 3.5rem;
  margin-inline: auto;
}

.sub-header__title {
  font-size: 40px;
  margin: 32px 0 20px;
}

.btn-white {
  background: #fff;
  font-size: 0.875rem;
  border-radius: 10px;
  font-weight: bold;
  width: min(100%, 180px);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* サイドバー */
.contact-sidebar {
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: -30px;
  right: 1.5rem;
  z-index: 1;
}

/* Layout */
.main-container {
  background-color: #f2f7f1;
  padding: 60px 0;
  min-height: 700px;
}

.contents-area {
  width: calc(100% - 380px);
}

/* News Items */
.news-item {
  background: #fff;
  border-radius: 12px;
}
.news-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.news-item a {
  display: block;
  padding: 1.5rem 2rem;
}

.news-item__meta {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  flex-direction: column;
}
.news-item__meta ul {
  display: flex;
  gap: 1rem;
}

.label-tag {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 12px;
  background-color: var(--design-orange);
  max-width: 120px;
  height: 30px;
  line-height: 1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-item__date {
  font-size: 15px;
}

.news-item__title {
  font-size: 20px;
}

/* =========================
ページャー
========================= */
.c_pager {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  margin-top: 2.5rem;
  gap: 1rem;
}

.c_pager-item span {
  display: block;
}
.c_pager-item span,
.c_pager-item a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
}
.c_pager-item.is_active span {
  background-color: #ff6b35;
  color: #fff;
}

.c_pager-item-btn a {
  background-color: #ff6b35;
  color: #fff;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  padding: 10px 20px;
  min-width: 160px;
}
.c_pager-item-btn.c_pager-item-btn--pre a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  transform-origin: center;
}
.c_pager-item-btn.c_pager-item-btn--next a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_pager-item a {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
  .c_pager-item-btn a {
    font-size: 0.75rem;
    gap: 4px;
    min-width: initial;
    padding: 0.5rem 1rem;
  }
}
/* =========================

wrap

========================= */
@media screen and (max-width: 1100px) {
  .sub-header__inner {
    width: 100%;
  }
  /* サイドバー */
  .contact-sidebar {
    display: none;
  }
  .contents-area {
    width: 100%;
  }
}
/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .sub-page {
    padding-top: 62px;
  }
  .sub-header {
    padding: 2rem 0;
  }
  .sub-header__title {
    margin: 1rem 0;
    font-size: 2rem;
  }
  .sub-header__btns {
    gap: 1rem;
  }
  /* Layout */
  .main-container {
    min-height: initial;
  }
}
.side-form {
  background: #fff;
  overflow: hidden;
  position: sticky;
  top: 20px;
}

/* 入力エリア */
.side-form__body {
  padding: 0 25px 30px;
}

/* ヘッダーの青い部分 */
.side-form__header {
  /* デザインに合わせた濃い青 */
  padding: 30px 25px 25px;
  text-align: center;
  position: relative;
}

/* 吹き出しの三角 */
.side-form__header::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00338d;
}

.side-form__badge {
  display: inline-block;
  background: #0c328c;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 262px;
}

.side-form__badge::after {
  content: ""; /* これがないと表示されません */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #0d3692; /* ヘッダーと同じ色 */
  z-index: 1;
}

.side-form__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.side-form__note {
  font-size: 12px;
  line-height: 1.5;
}

/* =========================
tableベースに変更
========================= */
.side-form-table {
  width: 100%;
  border-collapse: collapse;
}

/* 行間を旧デザインと同じに */
.side-form-table tr {
  display: block;
  margin-bottom: 25px;
}

/* =========================
ラベル（元の .side-form__item label）
========================= */
.side-form-table th {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0;
}

/* 必須・任意タグ */
.side-form-table th span {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 8px;
  color: #fff;
}

.txt_required {
  background: var(--design-orange);
}

.txt_optional {
  background: #999;
}

/* =========================
   入力エリア
========================= */
.side-form-table td {
  padding: 0;
}

/* 下線だけのinput（元デザイン再現） */
.side-form-table input[type="text"],
.side-form-table input[type="email"],
.side-form-table input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

/* プレースホルダー */
.side-form-table input::-moz-placeholder {
  color: #ccc;
}
.side-form-table input::placeholder {
  color: #ccc;
}

/* フォーカス */
.side-form-table input:focus {
  border-bottom-color: #ff6b35;
}

/* =========================
   ラジオ
========================= */
.side-form__radio-group {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.side-form__radio-group label {
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}

.side-form__radio-group input {
  margin-right: 5px;
}

.side-form__radio-group .wpcf7-list-item.first {
  margin-left: 0;
}

/* =========================
   エラー
========================= */
.side-form-table .contact_err_msg {
  display: block;
  color: red;
  font-size: 12px;
  margin-top: 4px;
  text-align: left;
}

/* =========================
   ボタン（そのまま）
========================= */
.btn-side-submit {
  display: block;
  width: 100%;
  background: var(--design-orange);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 15px;
  transition: background 0.3s;
}

.btn-side-submit:hover {
  background: #e55a2b;
}

.confirmation {
  font-size: 10px;
  margin-top: 0;
  text-align: left;
}

.page__company .l_section {
  margin-bottom: 5rem;
}

.company_table dl {
  display: grid;
  grid-template-columns: 6rem 1fr;
  padding: 1rem 0;
}

.company_table dl dt {
  color: var(--design-green);
  font-weight: 600;
}

/* =============================
ミッション・バリュー
============================= */
.p_mission li:not(:last-child) {
  margin-bottom: 3.75rem;
}

.p_mission h3 {
  color: var(--design-green);
  font-size: 1.25rem;
}

.p_mission h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.p_mission p {
  font-weight: 600;
}

/* =============================
アクセス
============================= */
.p_access h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.p_access p {
  margin-bottom: 1rem;
}

.p_access iframe {
  width: 100%;
}

/* =============================
パーツ
============================= */
.c_secTitle {
  position: relative;
  border-left: 8px solid #ff6b35;
  padding: 1.25rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 2.5rem;
}

.c_secTitle::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 31%;
  background-color: #fabe00;
}

/* =========================

sp

========================= */
@media screen and (max-width: 767px) {
  .page__company .l_section {
    margin-bottom: 4rem;
  }
  .company_table dl {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .company_table dl:not(:last-child) {
    margin-bottom: 1rem;
  }
  .company_table dl dt {
    margin-bottom: 0.5rem;
  }
  /* =============================
  ミッション・バリュー
  ============================= */
  .p_mission li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .p_mission h3 {
    font-size: 1rem;
  }
  .p_mission h4 {
    font-size: 1.3rem;
  }
  /* =============================
  アクセス
  ============================= */
  .p_access h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  /* =============================
  パーツ
  ============================= */
  .c_secTitle {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.page__confirm {
  padding: 5rem 1rem;
  background-color: var(--design-green-bg);
  min-height: calc(100svh - 160px);
}

.confirm-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.confirm-intro figure {
  max-width: 160px;
  margin: 2rem auto;
}

.confirm-intro h1 {
  font-size: 1.5rem;
}

.confirm-wrapper {
  background-color: var(--design-green);
  max-width: 750px;
  margin-inline: auto;
  padding: 2rem;
}

.page__confirm .contact__form {
  margin-bottom: 1.5rem;
}

.page__confirm .contact__formInner {
  background-color: #fff;
  padding: 1.5rem;
}

.page__confirm .contact__notes {
  width: 100%;
  color: #fff;
}

.contact-table--confirm td {
  white-space: pre-wrap;
  word-break: break-word;
}

.form-submit--confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-confirm-back {
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-top: 1rem;
  text-decoration: underline;
}

.footer-confirm__status {
  color: #fff;
  font-size: 14px;
  margin-top: 1rem;
  text-align: center;
}

.footer-confirm__empty {
  color: #fff;
  text-align: center;
}

.footer-confirm__empty .btn-submit {
  text-decoration: none;
}

/* =========================

レスポンシブ（767px以下）

========================= */
@media screen and (max-width: 767px) {
  .page__confirm {
    padding: 100px 0 0;
  }
  .confirm-wrapper {
    padding: 1rem;
  }
}
.thanks-page {
  padding: 5rem 1rem;
  background-color: var(--design-green-bg);
  min-height: calc(100svh - 160px);
}

.thanks-logo {
  max-width: 160px;
  margin: 2rem auto;
  display: block;
}

.thanks-content {
  background: #fff;
  max-width: 800px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.thanks-content h2 {
  font-size: 32px;
  color: var(--design-orange);
  margin-bottom: 40px;
}

.thanks-content p {
  font-size: 18px;
  margin-bottom: 40px;
}

.thanks-btn {
  max-width: 420px;
  height: 64px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  padding: 1rem 2rem;
  margin: auto;
  background: var(--design-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/* =========================

レスポンシブ（767px以下）

========================= */
@media screen and (max-width: 767px) {
  .thanks-content {
    padding: 2rem 1.5rem;
  }
  .thanks-content h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
} /*# sourceMappingURL=style.css.map */

/* =========================

Contact Form 7

========================= */
.wpcf7-response-output[aria-hidden="true"] {
  display: none !important;
}
