@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
  }
  .inner--s {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
  }
  .inner--m {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
  }
  .inner--l {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 900;
}
.wysiwyg pre,
.wysiwyg code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg blockquote p::before {
  content: "“";
}
.wysiwyg blockquote p::after {
  content: "”";
}
.wysiwyg .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.wysiwyg .table_wrapper th,
.wysiwyg .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.5rem;
  }
}

.heading--lv2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv2 .en {
  display: flex;
  align-items: center;
  gap: 5px;
}
.heading--lv2 .en .text {
  background: linear-gradient(135deg, #6ca224 0%, #caef42 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}
.heading--lv2 .ja {
  color: #2D7727;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv2 .en {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .heading--lv2 .en .text {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
  }
  .heading--lv2 .en .icon {
    width: 20px;
  }
  .heading--lv2 .ja {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.button--lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 290px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  padding: 20px 5px;
  box-sizing: border-box;
  border-radius: 90px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.button--lv1 .text, .button--lv1 .icon {
  color: #ffffff;
}
.button--lv1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.button--lv2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 115px;
  border-bottom: 1px solid #2D7727;
  padding-bottom: 5px;
}
.button--lv2 .text, .button--lv2 .icon {
  color: #2D7727;
}
.button--lv2 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 55%;
    padding: 12px 5px;
  }
  .button--lv1 .text {
    font-size: 1.4rem;
  }
  .button--lv2 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 115px;
    padding-bottom: 5px;
  }
  .button--lv2 .text {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  box-sizing: border-box;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.header-bar__item--external a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bar__item--external a .icon {
  font-size: 1.2rem;
}
.header-bar__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}

.header-visual {
  background: url(../img/layout/header/bg.jpg) no-repeat top center/cover;
  position: relative;
}
.header-visual__title--top, .header-visual__title--sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 2%;
}
.header-visual__scroll {
  position: absolute;
  bottom: 0;
  left: 2%;
}
.header-visual__video {
  display: block;
  width: 75.94%;
  margin: 0 0 0 auto;
}
.header-visual__img {
  display: block;
  width: 65%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    position: static;
    padding: 30px 0;
  }
  .header-visual__title--top {
    width: 80%;
    position: static;
    transform: none;
    margin: 0 0 30px 10px;
  }
  .header-visual__title--sub {
    width: 45%;
    position: static;
    transform: none;
    margin: 0 0 30px 10px;
  }
  .header-visual__title--about {
    width: 60%;
  }
  .header-visual__title--business, .header-visual__title--works, .header-visual__title--company, .header-visual__title--news {
    width: 37%;
  }
  .header-visual__title--column {
    width: 50%;
  }
  .header-visual__title--complete {
    width: 65%;
  }
  .header-visual__scroll {
    display: none;
  }
  .header-visual__video {
    display: block;
    width: 100%;
    margin: 0;
  }
  .header-visual__img {
    display: block;
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.footer {
  background: url(../img/layout/footer/leaf.jpg) no-repeat top center/100%;
  padding: 100px 0;
}

.footer-action {
  background: #ffffff;
  padding: 30px 90px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.footer-action__title {
  align-items: center;
  margin-bottom: 20px;
}
.footer-action__box {
  background: #F9FAF2;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.footer-action__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.footer-action__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.footer-action__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.footer-action__number {
  color: #2D7727;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__number span {
  font-size: 1.6rem;
}
.footer-action__caption {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-bar__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.footer-bar__lists {
  display: flex;
  gap: 60px;
}
.footer-bar__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-bar__other {
  display: flex;
  justify-content: space-between;
}
.footer-bar__copyright small {
  font-size: 1.2rem;
  font-weight: 700;
}
.footer-bar__links {
  display: flex;
}
.footer-bar__link a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #2D7727;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.footer-bar__link:last-child a {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 15px;
  }
  .footer-action {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .footer-action__title {
    margin-bottom: 20px;
  }
  .footer-action__box {
    padding: 30px 15px;
  }
  .footer-action__text {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .footer-action__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .footer-action__number {
    font-size: 3.6rem;
  }
  .footer-action__number span {
    font-size: 1.4rem;
  }
  .footer-action__caption {
    font-size: 1.2rem;
  }
  .footer-action__button {
    width: 80%;
  }
  .footer-bar__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-bar__logo {
    width: 60%;
    margin: 0 auto;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__other {
    display: flex;
    justify-content: center;
  }
  .footer-bar__copyright small {
    font-size: 1.2rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #2D7727;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 5px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2D7727;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #2D7727;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span,
.page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #e1974f;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span,
  .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-about {
  background: url(../img/pages/top/about/leaf.png) no-repeat top 30px right/25%, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-about__img {
  width: 46%;
}
.top-about__contents {
  width: 48%;
}
.top-about__title {
  margin-bottom: 35px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-about__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-about {
    background: url(../img/pages/top/about/leaf.png) no-repeat top 30px right/25%, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
    padding: 30px 0;
  }
  .top-about__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .top-about__img {
    width: 100%;
  }
  .top-about__contents {
    width: 100%;
  }
  .top-about__title {
    margin-bottom: 25px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-about__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.top-feature {
  background: url(../img/pages/top/feature/bg--leaf.png) no-repeat bottom left/470px;
}
.top-feature__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.top-feature__contents {
  width: 610px;
}
.top-feature__title {
  margin-bottom: 50px;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.top-feature__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  background: #ffffff;
  border: 1px solid #6CA224;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.top-feature__number {
  color: #EBE03E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.top-feature__point {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.top-feature__img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .top-feature {
    background: url(../img/pages/top/feature/bg--leaf.png) no-repeat center left/30%;
    padding-top: 50px;
  }
  .top-feature__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-feature__contents {
    width: 100%;
  }
  .top-feature__title {
    margin-bottom: 35px;
  }
  .top-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
    margin-bottom: 35px;
  }
  .top-feature__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 48.5%;
    padding: 10px;
  }
  .top-feature__number {
    font-size: 3rem;
    line-height: 1;
  }
  .top-feature__point {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .top-feature__img {
    width: 100%;
  }
  .top-feature__button {
    margin: 0 auto;
  }
}
.top-business {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 100px 0;
}
.top-business__contents {
  width: 1080px;
  background: #ffffff;
  margin: -130px auto 0;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.top-business__contents::after {
  content: "";
  display: block;
  width: 177px;
  aspect-ratio: 177/134;
  background: url(../img/pages/top/business/leaf.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.top-business__title {
  align-items: center;
  margin-bottom: 35px;
}
.top-business__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.top-business__button {
  width: 240px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-business {
    padding: 50px 0;
  }
  .top-business__contents {
    width: 90%;
    margin: -30px auto 0;
    padding: 30px 15px;
    position: relative;
  }
  .top-business__contents::after {
    width: 80px;
    aspect-ratio: 177/134;
    position: absolute;
    bottom: -30px;
    right: -20px;
  }
  .top-business__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .top-business__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .top-business__button {
    width: 240px;
    margin: 0 auto;
  }
}
.top-works {
  background: #F9FAF2;
  padding: 80px 0;
}
.top-works__inner {
  display: flex;
  justify-content: space-between;
}
.top-works__contents {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 290px;
}
.top-works__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-works__list {
  display: flex;
  gap: 2%;
  width: 75%;
}
.top-works__item {
  width: 32%;
}
.top-works__link {
  display: block;
}
.top-works__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/works/no-img.jpg) no-repeat center/cover;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
}
.top-works__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .top-works {
    padding: 30px 0;
  }
  .top-works__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-works__contents {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .top-works__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 3%;
    width: 100%;
  }
  .top-works__item {
    width: 48.5%;
  }
  .top-works__link {
    display: block;
  }
  .top-works__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-works__headline {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.top-other__list {
  display: flex;
}
.top-other__item {
  width: 50%;
  position: relative;
}
.top-other__item--recruit {
  background: url(../img/pages/top/other/recruit.jpg) no-repeat center/cover;
}
.top-other__item--company {
  background: url(../img/pages/top/other/company.jpg) no-repeat center/cover;
}
.top-other__link {
  display: block;
  width: 100%;
  height: 400px;
  padding: 10px;
  box-sizing: border-box;
}
.top-other__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.top-other__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 370px;
}
.top-other__title .en .text, .top-other__title .ja {
  color: #ffffff;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  text-fill-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .top-other__list {
    display: flex;
    flex-direction: column;
  }
  .top-other__item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .top-other__link {
    display: block;
    width: 100%;
    height: 200px;
  }
  .top-other__button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
  }
  .top-other__img {
    width: 35px;
  }
}
.top-news {
  padding: 80px 0 100px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 835px;
}
.top-news__link {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.top-news__link:hover {
  opacity: 0.6;
}
.top-news__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  color: #2D7727;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-news__tags {
  display: flex;
  gap: 10px;
}
.top-news__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-concept {
  background: url(../img/pages/about/concept/leaf.png) no-repeat top 30px right/25%, url(../img/pages/about/concept/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.about-concept__title {
  align-items: center;
  margin-bottom: 35px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-concept__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}
.about-concept__text span {
  background: linear-gradient(180deg, rgba(235, 224, 62, 0) 50%, rgb(235, 224, 62) 50%);
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 50px 0;
  }
  .about-concept__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .about-concept__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .about-concept__text span {
    font-size: 1.8rem;
  }
}
.about-feature {
  background: url(../img/pages/about/feature/bg--leaf.png) no-repeat top 50px left/25%;
  padding: 80px 0;
}
.about-feature__title {
  align-items: center;
  margin-bottom: 35px;
}

.about-feature-point__title {
  border-bottom: 1px solid #6CA224;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-feature-point__title .number {
  color: #EBE03E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.about-feature-point__title .text {
  color: #2D7727;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.about-feature-point__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-feature-point__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-feature-point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-feature-point__img {
  width: 500px;
}
.about-feature-point__contents {
  width: 540px;
}
.about-feature-point__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-feature-point__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 40px 0;
  }
  .about-feature__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-feature-point__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-feature-point__title .number {
    font-size: 2.8rem;
  }
  .about-feature-point__title .text {
    font-size: 1.8rem;
  }
  .about-feature-point__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .about-feature-point__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .about-feature-point__item:nth-child(even) {
    flex-direction: column;
  }
  .about-feature-point__img {
    width: 100%;
  }
  .about-feature-point__contents {
    width: 100%;
  }
  .about-feature-point__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-feature-point__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.about-involvement {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 80px 0;
}
.about-involvement__box {
  width: 1080px;
  background: #ffffff;
  margin: -130px auto 0;
  padding: 50px 55px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.about-involvement__box::after {
  content: "";
  display: block;
  width: 177px;
  aspect-ratio: 177/134;
  background: url(../img/pages/top/business/leaf.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.about-involvement__title {
  align-items: center;
  margin-bottom: 35px;
}

.about-involvement-support {
  display: flex;
  gap: 30px;
}
.about-involvement-support__img {
  width: 400px;
}
.about-involvement-support__contents {
  width: 540px;
}
.about-involvement-support__title {
  color: #2D7727;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-involvement-support__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about-involvement {
    padding: 40px 0;
  }
  .about-involvement__box {
    width: 90%;
    margin: -30px auto 0;
    padding: 30px 15px;
    position: relative;
    z-index: 10;
  }
  .about-involvement__box::after {
    width: 80px;
    aspect-ratio: 177/134;
    position: absolute;
    bottom: -30px;
    right: -20px;
  }
  .about-involvement__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-involvement-support {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .about-involvement-support__img {
    width: 100%;
  }
  .about-involvement-support__contents {
    width: 100%;
  }
  .about-involvement-support__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-involvement-support__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.company-greeting {
  background: url(../img/pages/company/greeting/leaf.png) no-repeat top 30px right/25%, url(../img/pages/company/greeting/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.company-greeting__title {
  align-items: center;
  margin-bottom: 35px;
}
.company-greeting__wrapper {
  display: flex;
  gap: 40px;
}
.company-greeting__img {
  width: 420px;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 620px;
}
.company-greeting__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0;
  }
  .company-greeting__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .company-greeting__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .company-greeting__img {
    width: 100%;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.company-info {
  background: url(../img/pages/company/info/bg--leaf.png) no-repeat top 50px left/25%;
}
.company-info__inner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.company-info__title {
  margin-bottom: 80px;
}
.company-info__definition {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.company-info__row {
  display: flex;
  gap: 5%;
  border-bottom: 1px solid #a4b5a4;
  padding: 20px 0;
}
.company-info__term {
  width: 18%;
  color: #2D7727;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__desc {
  width: 77%;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__map {
  width: 100%;
  height: 450px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 40px 0;
  }
  .company-info__title {
    margin-bottom: 35px;
  }
  .company-info__definition {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .company-info__row {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 20px 0;
  }
  .company-info__term {
    width: 25%;
    font-size: 1.5rem;
  }
  .company-info__desc {
    width: 70%;
    font-size: 1.5rem;
  }
  .company-info__map {
    width: 100%;
    height: 350px;
  }
  .company-info__map iframe {
    width: 100%;
    height: 100%;
  }
}
.news-archive {
  background: url(../img/pages/news/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-archive__title {
  margin-bottom: 35px;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item {
  display: flex;
}
.news-archive__link {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.news-archive__link:hover {
  opacity: 0.6;
}
.news-archive__thumbnail {
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/pages/news/archive/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.news-archive__contents {
  width: 900px;
}
.news-archive__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}
.news-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-archive__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-archive__headline {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 50px 0;
  }
  .news-archive__title {
    margin-bottom: 25px;
  }
  .news-archive__list {
    display: flex;
    flex-direction: column;
  }
  .news-archive__item {
    display: flex;
  }
  .news-archive__link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
  .news-archive__thumbnail {
    width: 150px;
  }
  .news-archive__contents {
    width: 100%;
  }
  .news-archive__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-archive__time {
    font-size: 1.6rem;
  }
  .news-archive__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-archive__tag {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 2px 10px;
  }
  .news-archive__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.news-single {
  background: url(../img/pages/news/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.news-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0;
  }
  .news-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .news-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-single__tag {
    font-size: 1.2rem;
  }
  .news-single__time {
    font-size: 1.4rem;
  }
  .news-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.column-archive {
  background: url(../img/pages/column/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-archive__title {
  margin-bottom: 35px;
}
.column-archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 2%;
}
.column-archive__item {
  display: flex;
  width: 32%;
}
.column-archive__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.column-archive__link:hover {
  opacity: 0.6;
}
.column-archive__thumbnail {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
}
.column-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.column-archive__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.column-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.column-archive__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.column-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}

@media only screen and (max-width: 767px) {
  .column-archive {
    padding: 50px 0;
  }
  .column-archive__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .column-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .column-archive__item {
    display: flex;
    width: 48.5%;
  }
  .column-archive__link {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-archive__thumbnail {
    margin-bottom: 20px;
  }
  .column-archive__time {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .column-archive__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .column-archive__tags {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .column-archive__tag {
    font-size: 1.2rem;
  }
}
.column-single {
  background: url(../img/pages/column/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.column-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.column-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.column-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .column-single {
    padding: 50px 0;
  }
  .column-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .column-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .column-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .column-single__tag {
    font-size: 1.2rem;
  }
  .column-single__time {
    font-size: 1.4rem;
  }
  .column-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.complete__title {
  align-items: center;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
/* 設定 */
/* トップページスタイルシート */
/* =================================
パーツ
 ================================= */
.top-section-ttl.center {
  text-align: center;
}
.top-section-ttl.row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-section-ttl__ttl {
  color: #de832b;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .top-section-ttl__ttl {
    font-size: 54px;
  }
}
@media (max-width: 820px) {
  .top-section-ttl__ttl {
    font-size: 34px;
  }
}
.top-section-ttl__ttl--s {
  font-size: 66px;
}
@media (max-width: 1200px) {
  .top-section-ttl__ttl--s {
    font-size: 46px;
  }
}
@media (max-width: 820px) {
  .top-section-ttl__ttl--s {
    font-size: 34px;
  }
}
.top-section-ttl__ttl--w {
  color: #fff;
}
.top-section-ttl__jp {
  font-size: 13px;
  border-bottom: 1px solid #463f3c;
  padding: 0 2px 2px;
  margin: 8px 0 0;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .top-section-ttl__jp {
    font-size: 12px;
    padding: 0 0 2px;
    margin: 6px 0 0;
  }
}
.top-section-ttl__jp--center {
  text-align: center;
}

.top-btn-style {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 40px;
  border-radius: 999px;
  background-color: #e1974f;
  color: #fff;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 820px) {
  .top-btn-style {
    padding: 10px 32px;
    font-size: 14px;
  }
}
.top-btn-style:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}
.top-btn-style:active {
  transform: translateY(0);
}
.top-btn-style.white {
  background-color: #fff;
  color: #e1974f;
  padding: 10px 12px;
}
.top-btn-style.white:hover {
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}
.top-btn-style__text {
  line-height: 1;
  white-space: nowrap;
}
.top-btn-style__icon {
  width: 19px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* =================================
メインビジュアル
 ================================= */
.main-visual {
  background-image: url(../img/top/main-visual-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 0 0 80px;
}
@media (max-width: 820px) {
  .main-visual {
    padding: 40px 0;
  }
}
.main-visual__inner {
  background-image: url(../img/top/main-visual-inner-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 60%;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 820px) {
  .main-visual__inner {
    flex-direction: column;
    background-position: top right;
    padding: 0 16px;
  }
}
.main-visual__left {
  max-width: 660px;
  margin: 60px -80px 0 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .main-visual__left {
    max-width: 360px;
  }
}
@media (max-width: 820px) {
  .main-visual__left {
    margin: 0;
  }
}
.main-visual__lead {
  margin: 0 0 24px 0;
}
.main-visual__text {
  padding: 0 0 0 12px;
}
.main-visual__right {
  flex: 1;
  padding: 40px 0 0;
}
.main-visual__right-img {
  border-radius: 40px;
}
@media (max-width: 820px) {
  .main-visual__right-img {
    border-radius: 24px;
  }
}

/* =====================================
   イベント
===================================== */
.top-event {
  background-image: url(../img/top/top-event-bg.png);
  background-size: cover;
  padding: 80px 60px;
}
@media (max-width: 820px) {
  .top-event {
    padding: 80px 16px 40px;
  }
}
.top-event__content {
  background-color: #fbfaf3;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 54px 0;
}
@media (max-width: 820px) {
  .top-event__content {
    border-radius: 24px;
    padding: 32px 0;
  }
}
.top-event__ttl-wrap {
  margin: -130px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 820px) {
  .top-event__ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: -90px 0 0;
  }
}
.top-event__ttl {
  background-color: #fbfaf3;
  padding: 24px 32px;
  border-radius: 32px 32px 0 0;
}
@media (max-width: 820px) {
  .top-event__ttl {
    border-radius: 20px 20px 0 0;
    padding: 16px 20px;
  }
}
.top-event__lead {
  margin: 14px 0 0;
}
@media (max-width: 820px) {
  .top-event__lead {
    padding: 0 20px;
    margin: 0;
  }
}
.top-event__article-wrap {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 820px) {
  .top-event__article-wrap {
    padding: 16px;
    margin: 0;
  }
}
.top-event__illust {
  position: absolute;
  max-width: 300px;
  top: -105px;
  right: 37px;
}
@media (max-width: 1200px) {
  .top-event__illust {
    display: none;
  }
}
@media (max-width: 820px) {
  .top-event__illust {
    top: -94px;
  }
}
@media (max-width: 600px) {
  .top-event__illust {
    top: -92px;
  }
}
.top-event__link-wrap {
  text-align: right;
  padding: 0 40px;
  margin: 24px 0 0;
}
.top-event__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 2px 4px;
  position: relative;
  border-bottom: 1px solid #463f3c;
}
.top-event__link .top-event__icon {
  width: 20px;
  height: 20px;
}

/* =====================================
   私たちについて
===================================== */
.top-about {
  background-image: url(../img/top/top-about-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 60px;
  background-color: #fbfaf3;
}
@media (max-width: 820px) {
  .top-about {
    padding: 40px 16px;
  }
}
.top-about__content {
  background-image: url(../img/top/top-about-content-bg.png);
  background-position: right 140px top 0;
  background-repeat: no-repeat;
  background-size: 40%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .top-about__content {
    border-radius: 24px;
    flex-wrap: wrap;
    background-position: right 0 bottom 0;
    background-size: 70%;
  }
}
.top-about__left {
  flex: 1;
}
@media (max-width: 820px) {
  .top-about__left {
    flex: auto;
    width: 90%;
  }
}
.top-about__lead {
  width: 86px;
  margin: 0 0 0 -20px;
}
@media (max-width: 1200px) {
  .top-about__lead {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .top-about__lead {
    width: 50px;
    margin: 0 0 0 -40px;
  }
}
.top-about__right {
  max-width: 480px;
  margin: 0 0 0 40px;
}
@media (max-width: 820px) {
  .top-about__right {
    width: 100%;
    margin: 32px 0 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .top-about__right {
    margin: 32px 0 0 0;
  }
}
.top-about__ttl {
  margin: 0 0 32px;
}
.top-about__text-wrap {
  margin: 0 0 40px;
}
.top-about__text {
  margin: 0 0 16px;
}
@media (max-width: 820px) {
  .top-about__btn {
    text-align: center;
  }
}

/* =====================================
   動画
===================================== */
.top-movie {
  background-image: url(../img/top/top-movie-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0;
}
@media (max-width: 820px) {
  .top-movie {
    padding: 40px 0 0;
  }
}
.top-movie__inner {
  padding: 0 16px;
}
.top-movie__ttl {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .top-movie__ttl {
    margin: 0 0 24px;
  }
}
.top-movie__content {
  max-width: 920px;
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .top-movie__content {
    margin: 0 auto 40px;
  }
}
.top-movie__content video {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 820px) {
  .top-movie__content video {
    border-radius: 24px;
  }
}
.top-movie__bottom-img {
  width: 100%;
}
.top-movie__bottom-img img {
  vertical-align: bottom;
}
.top-movie__jp {
  position: relative;
}
.top-movie__illust {
  position: absolute;
  width: 88px;
  top: -70px;
  right: -157px;
}
@media (max-width: 820px) {
  .top-movie__illust {
    width: 58px;
    top: -45px;
    right: -80px;
  }
}

/* =====================================
   事業内容
===================================== */
.top-service {
  background-image: url(../img/top/top-service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.top-service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4%;
  width: 30%;
  height: 92%;
  background: #eacc7a;
  border-radius: 0 48px 48px 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .top-service::before {
    top: 2%;
  }
}
@media (max-width: 820px) {
  .top-service {
    padding: 60px 0;
  }
}
.top-service__item {
  display: flex;
  max-width: 1400px;
  margin: 0 0 60px auto;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 0 0 0 16px;
}
.top-service__item--reverse {
  margin: 0 auto 60px 0;
  flex-direction: row-reverse;
  padding: 0 16px 0 0;
}
@media (max-width: 820px) {
  .top-service__item {
    flex-direction: column-reverse;
    padding: 0 0 40px 0;
    align-items: center;
  }
}
.top-service__text-wrap {
  max-width: 540px;
  background-color: #fff;
  padding: 24px;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 820px) {
  .top-service__text-wrap {
    margin: 0 16px;
    padding: 18px;
  }
}
.top-service__ttl {
  margin: 0 0 24px;
}
.top-service__text {
  margin: 0 0 24px;
}
.top-service__img {
  flex: 1;
}
.top-service__img img {
  border-radius: 32px 0 0 32px;
}
@media (max-width: 820px) {
  .top-service__img {
    margin: 0 0 0 40px;
  }
}
.top-service__img--reverse img {
  border-radius: 0 32px 32px 0;
}
@media (max-width: 820px) {
  .top-service__img--reverse {
    margin: 0 40px 0 0;
  }
}
.top-service__illust {
  position: absolute;
  width: 200px;
  bottom: -40px;
  right: 0;
}
@media (max-width: 820px) {
  .top-service__illust {
    width: 100px;
    bottom: 40px;
    right: 10px;
  }
}
.top-service__illust--flow {
  width: 300px;
  bottom: -100px;
  right: 20px;
}
@media (max-width: 820px) {
  .top-service__illust--flow {
    width: 100px;
    bottom: 30px;
    right: 20px;
  }
}
.top-service__bottom-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* =====================================
   施工事例
===================================== */
.top-works {
  background-color: #e1974f;
  background-image: url("../img/top/top-works-bg-top3.png"), url("../img/top/top-works-bg-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  padding: 120px 0 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 820px) {
  .top-works {
    padding: 20px 0 40px;
    background-image: url("../img/top/top-works-bg-top.png"), url("../img/top/top-works-bg-bottom.png");
    background-size: contain;
  }
}
.top-works__ttl-wrap {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 16px;
}
.top-works__lead {
  max-width: 400px;
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .top-works__lead {
    left: 30%;
  }
}
@media (max-width: 820px) {
  .top-works__lead {
    max-width: 200px;
    left: 30%;
    top: 5%;
  }
}
.top-works__link-wrap {
  text-align: center;
}
.top-works__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 2px 4px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
}
.top-works__link .top-works__icon {
  width: 20px;
  height: 20px;
}
.top-works__slide-wrap {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .top-works__slide-wrap {
    margin: 0 0 8px;
  }
}
.top-works__jp {
  position: relative;
}
.top-works__illust {
  max-width: 260px;
  padding: 0 0 0 24px;
}
@media (max-width: 820px) {
  .top-works__illust {
    max-width: 140px;
    padding: 0 0 8px 24px;
  }
}

.p-slider {
  position: relative;
  overflow: hidden;
}
.p-slider .slick-list {
  overflow: visible;
}
.p-slider .slick-slide {
  padding: 0 40px;
}
@media (max-width: 820px) {
  .p-slider .slick-slide {
    padding: 0 10px;
  }
}
.p-slider .slick-prev,
.p-slider .slick-next {
  z-index: 10;
  width: 26px;
  height: 26px;
}
.p-slider .slick-prev {
  left: 24px;
}
.p-slider .slick-next {
  right: 24px;
}
.p-slider .slick-prev::before,
.p-slider .slick-next::before {
  display: none;
}
.p-slider .slick-dots {
  bottom: -33px;
}
@media (max-width: 820px) {
  .p-slider .slick-dots {
    bottom: -29px;
  }
}
.p-slider .slick-dots li {
  margin: 0;
}
.p-slider .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  opacity: 1;
}
.p-slider .slick-dots li.slick-active button::before {
  color: #eacc7a;
  opacity: 1;
}
.p-slider__item {
  padding: 0 12px;
}
.p-slider__img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 820px) {
  .p-slider__img {
    border-radius: 24px;
  }
}
.p-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* =====================================
   代表紹介
===================================== */
.top-introduce-wrap {
  background-color: #f5f4eb;
  padding: 180px 0;
  background-image: url(../img/top/top-introduce-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .top-introduce-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 820px) {
  .top-introduce-wrap {
    padding: 40px 0;
  }
}
.top-introduce-wrap__dec {
  width: 240px;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .top-introduce-wrap__dec {
    display: none;
  }
}

.top-introduce {
  padding: 0 60px;
}
@media (max-width: 820px) {
  .top-introduce {
    padding: 0 16px;
  }
}
.top-introduce__box {
  display: flex;
  max-width: 1320px;
  margin: 0 auto 180px;
  align-items: flex-start;
  padding: 0 24px 0 0;
}
@media (max-width: 1200px) {
  .top-introduce__box {
    justify-content: center;
    margin: 0 auto 160px;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .top-introduce__box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    margin: 0 auto 60px;
  }
}
.top-introduce__img {
  margin: -120px -160px 0 0;
  z-index: 1;
  padding: 0 16px;
  width: 460px;
}
@media (max-width: 1200px) {
  .top-introduce__img {
    margin: -40px -40px 0 0;
    max-width: 300px;
  }
}
@media (max-width: 820px) {
  .top-introduce__img {
    margin: 0;
  }
}
.top-introduce__img img {
  border-radius: 40px;
}
.top-introduce__text-wrap {
  background-image: url(../img/top/top-introduce-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-color: #fff;
  padding: 50px 240px 80px;
  border-radius: 32px;
  flex: 1;
  margin: 0 0 -100px;
}
@media (max-width: 1200px) {
  .top-introduce__text-wrap {
    padding: 40px 60px;
  }
}
@media (max-width: 820px) {
  .top-introduce__text-wrap {
    padding: 18px;
    background-size: 140px auto;
    margin: 0;
  }
}
.top-introduce__ttl {
  margin: 0 0 24px;
}
.top-introduce__text {
  margin: 0 0 24px;
}

/* =====================================
   コラム・会社案内
===================================== */
.top-column {
  padding: 0 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 820px) {
  .top-column {
    padding: 0 16px;
  }
}
.top-column__box {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  gap: 60px;
}
@media (max-width: 820px) {
  .top-column__box {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.top-column__item {
  position: relative;
}
@media (max-width: 820px) {
  .top-column__item {
    max-width: 400px;
  }
}
.top-column__item img {
  border-radius: 40px;
}
.top-column__ttl-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .top-column__ttl-wrap {
    top: 35%;
  }
}
.top-column__btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 820px) {
  .top-column__btn {
    padding: 10px 32px;
    font-size: 14px;
  }
}

/* =====================================
   ニュース
===================================== */
.top-news {
  background-color: #eacc7a;
  padding: 80px 60px;
}
@media (max-width: 820px) {
  .top-news {
    padding: 40px 16px;
  }
}
.top-news__content {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}
@media (max-width: 820px) {
  .top-news__content {
    flex-direction: column;
  }
}
.top-news__ttl {
  max-width: 200px;
}
@media (max-width: 820px) {
  .top-news__ttl {
    max-width: 160px;
  }
}
.top-news__article-wrap {
  flex: 1;
}
@media (max-width: 820px) {
  .top-news__article-wrap {
    flex: auto;
    width: 100%;
  }
}
.top-news__link-wrap {
  max-width: 1280px;
  margin: 40px auto;
  text-align: right;
}

/* =====================================
   お問い合わせ
===================================== */
.contact-section {
  background-image: url(../img/top/top-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 16px;
}
@media (max-width: 820px) {
  .contact-section {
    padding: 40px 16px;
  }
}
.contact-section__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 12px 40px 40px;
  border-radius: 40px;
  background-color: #fff;
}
@media (max-width: 820px) {
  .contact-section__content {
    padding: 24px;
    border-radius: 24px;
  }
}
.contact-section__ttl {
  margin: -60px 0 16px;
}
@media (max-width: 1200px) {
  .contact-section__ttl {
    margin: -40px 0 16px;
  }
}
@media (max-width: 820px) {
  .contact-section__ttl {
    margin: 0 0 16px;
  }
}
.contact-section__tel {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 0 16px;
}
.contact-section__tel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.contact-section__tel-icon {
  width: 17px;
}
.contact-section__tel-num {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 820px) {
  .contact-section__tel-num {
    font-size: 22px;
  }
}
.contact-section__tel-note {
  font-size: 12px;
  white-space: nowrap;
}
.contact-section__tel-span {
  display: inline-block;
  background-color: #e1dfd2;
  padding: 2px 4px 3px;
  line-height: 1;
  margin: 0 6px 0 0;
}
.contact-section__ctas {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .contact-section__ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.contact-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 14px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 64px;
}
@media (max-width: 820px) {
  .contact-section__cta {
    height: 50px;
  }
}
.contact-section__cta--mail {
  background: #e1974f;
}
.contact-section__cta--line {
  background: #eacc7a;
}
.contact-section__cta-icon {
  width: 18px;
  height: auto;
}
.contact-section__insta {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.contact-section__insta-text {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.contact-section__insta-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.6em;
  background: #faedc6;
  z-index: -1;
}
.contact-section__jp {
  position: relative;
}
.contact-section__illust {
  position: absolute;
  width: 81px;
  top: -79px;
  right: -257px;
}
@media (max-width: 820px) {
  .contact-section__illust {
    width: 58px;
    top: -66px;
    right: -120px;
  }
}

/* 固定ページスタイルシート */
/* =================================
会社概要
 ================================= */
.page-company__ttl {
  margin: 0 0 24px;
}
.page-company__table-wrap {
  width: min(1200px, 100%);
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .page-company__table-wrap {
    margin: 0 auto 40px;
  }
}
.page-company__table {
  width: 100%;
  border-collapse: collapse;
}
.page-company__table th,
.page-company__table td {
  padding: 16px 24px;
  vertical-align: middle;
  border-top: 1px solid #8a8277;
  color: #3f3a33;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .page-company__table th,
  .page-company__table td {
    border-top: none;
  }
}
.page-company__table th {
  width: 220px;
  background: #e9e6db;
  font-weight: 700;
  text-align: left;
}
.page-company__table tr:first-child th,
.page-company__table tr:first-child td {
  border-top: none;
}
.page-company__table {
  /* SP */
}
@media (max-width: 820px) {
  .page-company__table th,
  .page-company__table td {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .page-company__table th {
    border-top: 1px solid #d6d0c3;
  }
}
.page-company {
  /* 住所 */
}
.page-company__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #725c52;
}
@media (max-width: 820px) {
  .page-company__address {
    margin-bottom: 18px;
  }
}
.page-company__address-text {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .page-company__address-text {
    font-size: 18px;
  }
}
.page-company__address-icon {
  width: 14px;
  height: auto;
}
.page-company__map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 820px) {
  .page-company__map-wrap {
    border-radius: 16px;
  }
}
.page-company__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =================================
私たちについて
 ================================= */
.page-about__ttl {
  margin: 0 0 24px;
}
.page-about__philosophy {
  display: flex;
  align-items: center;
  gap: 56px;
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-about__philosophy {
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 0 40px;
  }
}
.page-about__philosophy-img {
  flex: 0 0 44vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
@media (max-width: 820px) {
  .page-about__philosophy-img {
    flex: 0 0 76vw;
  }
}
.page-about__philosophy-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-about__philosophy-content {
  flex: 1;
  padding-top: 24px;
}
.page-about__philosophy__ttl {
  margin: 0 0 12px;
}
.page-about__philosophy-lead {
  font-size: 24px;
  margin: 0 0 12px;
  position: relative;
}
.page-about__philosophy-illust {
  position: absolute;
  width: 160px;
  width: 170px;
  top: -4px;
  right: 34px;
}
@media (max-width: 1200px) {
  .page-about__philosophy-illust {
    width: 120px;
    top: -90px;
  }
}
@media (max-width: 600px) {
  .page-about__philosophy-illust {
    width: 100px;
    top: -80px;
  }
}
.page-about__text {
  margin: 0 0 12px;
}
.page-about__text:last-of-type {
  margin: 0;
}
.page-about__feature-item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-bottom: #d6d0c3 dotted 1px;
}
.page-about__feature-item:last-of-type {
  border-bottom: none;
  padding: 24px 0;
}
.page-about__feature-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .page-about__feature-item {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.page-about__feature-img {
  flex: 1;
}
.page-about__feature-img img {
  border-radius: 40px;
}
.page-about__feature-content {
  max-width: 650px;
}
.page-about__feature-ttl-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 12px;
}
@media (max-width: 820px) {
  .page-about__feature-ttl-wrap {
    justify-content: center;
    margin: 0 0 12px;
  }
}
.page-about__feature-num {
  width: 90px;
}
@media (max-width: 820px) {
  .page-about__feature-num {
    width: 70px;
  }
}
.page-about__feature-lead {
  font-size: 28px;
  font-weight: 700;
  color: #463f3c;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .page-about__feature-lead {
    font-size: 20px;
  }
}
.page-about__knowledge {
  background-color: #fff;
  padding: 20px;
  border-radius: 24px;
  margin: 24px 0 0;
}
.page-about__knowledge-ttl {
  display: flex;
  gap: 8px;
  font-size: 17px;
  color: #725c52;
  font-weight: 700;
  margin: 0 0 12px;
}
.page-about__knowledge-icon {
  width: 16px;
}
.page-about__knowledge-span {
  color: #e1974f;
  border-bottom: 2px solid #e1974f;
}

/* =================================
代表紹介
 ================================= */
.page-introduce__ttl {
  margin: 0 0 24px;
}
.page-introduce__text {
  margin: 0 0 12px;
}
.page-introduce__text:last-of-type {
  margin: 0;
}
.page-introduce__message {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-introduce__message {
    margin: 0 0 40px;
  }
}
.page-introduce__message-item {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 40px 0;
  border-bottom: #d6d0c3 dotted 1px;
}
.page-introduce__message-item:last-of-type {
  border-bottom: none;
  padding: 24px 0;
}
.page-introduce__message-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .page-introduce__message-item {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
}
.page-introduce__message-img {
  flex: 1;
}
.page-introduce__message-img img {
  border-radius: 40px;
}
.page-introduce__message-content {
  width: 580px;
}
@media (max-width: 1200px) {
  .page-introduce__message-content {
    width: 480px;
  }
}
@media (max-width: 820px) {
  .page-introduce__message-content {
    width: 100%;
    max-width: 500px;
  }
}
.page-introduce__message-ttl-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 8px;
}
@media (max-width: 820px) {
  .page-introduce__message-ttl-wrap {
    justify-content: center;
    margin: 0 0 4px;
    flex-direction: column;
  }
}
.page-introduce__message-lead {
  font-size: 20px;
  color: #463f3c;
  line-height: 1.6;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 820px) {
  .page-introduce__message-lead {
    font-size: 18px;
  }
}
.page-introduce__profile-ttl {
  margin: 0 0 24px;
}
.page-introduce__profile-box {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .page-introduce__profile-box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.page-introduce__profile-img {
  flex: 1;
}
.page-introduce__profile-img img {
  border-radius: 40px;
}
@media (max-width: 820px) {
  .page-introduce__profile-img img {
    border-radius: 24px;
  }
}
.page-introduce__profile-content {
  width: 650px;
  background-color: #fff;
  padding: 24px;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page-introduce__profile-content {
    width: 550px;
  }
}
@media (max-width: 820px) {
  .page-introduce__profile-content {
    width: 100%;
    border-radius: 24px;
  }
}
.page-introduce__profile-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px;
}
@media (max-width: 820px) {
  .page-introduce__profile-name {
    font-size: 20px;
  }
}
.page-introduce__profile-span {
  display: inline-block;
  color: #e1974f;
  font-size: 15px;
  border-bottom: #e1974f 2px solid;
  margin: 0 16px 0 0;
  padding: 0 0 4px;
}
@media (max-width: 820px) {
  .page-introduce__profile-span {
    font-size: 13px;
  }
}
.page-introduce__profile-content-ttl {
  background-color: #f1eedd;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}

/* =================================
ご依頼の流れ
 ================================= */
.page-flow__ttl {
  margin: 0 0 24px;
}
.page-flow__text {
  margin: 0 0 12px;
}
.page-flow__text:last-of-type {
  margin: 0;
}
.page-flow__item {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
  border-radius: 32px;
  padding: 24px;
}
.page-flow__item + .page-flow__item {
  margin-top: 60px;
}
.page-flow__item {
  /* ▼ 下の△（最後の要素以外） */
}
.page-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 18px solid #e8cf86;
}
@media (max-width: 820px) {
  .page-flow__item {
    flex-direction: column;
    gap: 16px;
    padding: 18px 18px;
    border-radius: 24px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-flow__img {
  flex: 0 0 260px;
  border-radius: 32px;
  overflow: hidden;
}
.page-flow__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 820px) {
  .page-flow__img {
    flex: none;
    width: 100%;
    border-radius: 18px;
  }
  .page-flow__img img {
    aspect-ratio: 16/10;
  }
}
.page-flow__content {
  flex: 1;
}
@media (max-width: 820px) {
  .page-flow__content {
    width: 100%;
  }
}
.page-flow__item-ttl {
  font-size: 28px;
  font-weight: 700;
  color: #6b6258;
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
  border-bottom: #d6d0c3 1px dotted;
  margin: 0 0 12px;
}
@media (max-width: 1200px) {
  .page-flow__item-ttl {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 820px) {
  .page-flow__item-ttl {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .page-flow__item-ttl {
    font-size: 17px;
  }
}
.page-flow__step {
  font-size: 20px;
  color: #e1974f;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.page-flow__step-num {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.page-flow__contact-ttl {
  background-color: #f1eedd;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}
.page-flow__text {
  font-size: 15px;
  line-height: 1.9;
  color: #6b6258;
}
.page-flow__contact-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-flow__contact-wrap {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
@media (max-width: 820px) {
  .page-flow__contact-wrap {
    align-items: center;
  }
}
.page-flow__tel {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.page-flow__tel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.page-flow__tel-icon {
  width: 14px;
}
.page-flow__tel-num {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.page-flow__tel-note {
  font-size: 11px;
  white-space: nowrap;
}
.page-flow__tel-span {
  display: inline-block;
  background-color: #e1dfd2;
  padding: 2px 4px;
  line-height: 1;
  margin: 0 6px 0 0;
}
.page-flow__ctas {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .page-flow__ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.page-flow__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 14px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  width: 170px;
  height: 50px;
}
@media (max-width: 820px) {
  .page-flow__cta {
    height: 50px;
  }
}
.page-flow__cta--mail {
  background: #e1974f;
}
.page-flow__cta--line {
  background: #eacc7a;
}
.page-flow__cta-icon {
  width: 18px;
  height: auto;
}

/* =================================
事業内容
 ================================= */
.page-service__lead-wrap {
  padding: 80px 16px 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .page-service__lead-wrap {
    padding: 40px 16px 40px;
  }
}
.page-service__ttl {
  margin: 0 0 24px;
}
.page-service__top-img {
  margin: 0 0 24px;
}
.page-service__top-img img {
  border-radius: 40px;
}
@media (max-width: 820px) {
  .page-service__top-img img {
    border-radius: 24px;
  }
}
.page-service__top-text {
  text-align: center;
  margin: 0 0 24px;
}
.page-service__top-text:last-of-type {
  margin: 0;
}
@media (max-width: 820px) {
  .page-service__top-text {
    text-align: left;
  }
}
.page-service__content {
  padding: 60px 16px;
  background-color: #f1eedd;
}
@media (max-width: 820px) {
  .page-service__content {
    padding: 80px 16px 40px;
  }
}
.page-service__content-ttl-wrap {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-service__content-ttl-wrap {
    margin: 0 0 24px;
  }
}
.page-service__content-ttl {
  color: #463f3c;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1.5;
  position: relative;
}
@media (max-width: 820px) {
  .page-service__content-ttl {
    font-size: 18px;
  }
}
.page-service__top-illust {
  position: absolute;
  width: 140px;
  top: -30px;
  left: -169px;
}
@media (max-width: 820px) {
  .page-service__top-illust {
    width: 100px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-service__top-illust--bottom {
  width: 110px;
  top: -30px;
  right: -139px;
  left: auto;
}
@media (max-width: 820px) {
  .page-service__top-illust--bottom {
    width: 70px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-service__item-wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 820px) {
  .page-service__item-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-service__item {
  display: flex;
  gap: 22px;
  align-items: center;
  background: #fff;
  border-radius: 36px;
  padding: 26px 28px;
  width: calc((100% - 28px) / 2);
  min-height: 200px;
}
@media (max-width: 820px) {
  .page-service__item {
    width: 100%;
    border-radius: 24px;
    padding: 18px;
    gap: 16px;
    flex-direction: column;
    max-width: 400px;
  }
}
.page-service__icon {
  flex: 0 0 100px;
}
@media (max-width: 820px) {
  .page-service__icon {
    width: 80px;
    flex: 0 0 80px;
  }
}
.page-service__body {
  flex: 1;
  min-width: 0;
}
.page-service__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .page-service__head {
    justify-content: center;
  }
}
.page-service__item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #6b6258;
  margin: 0;
}
@media (max-width: 820px) {
  .page-service__item-ttl {
    font-size: 18px;
  }
}
.page-service__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e1974f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 820px) {
  .page-service__badge {
    font-size: 11px;
    padding: 4px 9px;
  }
}
.page-service__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #d9d0c2;
  margin: 10px 0 12px;
}
@media (max-width: 820px) {
  .page-service__line {
    margin: 6px 0 8px;
  }
}
.page-service__text {
  margin: 0 0 12px;
}
.page-service__text:last-of-type {
  margin: 0;
}

/* 投稿ページスタイルシート */
/* =================================
施工事例
 ================================= */
.archive-works__ttl {
  margin: 0 0 24px;
}
.archive-works__wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .archive-works__wrap {
    flex-direction: column;
  }
}
.archive-works {
  /* 左サイド */
}
.archive-works__side {
  flex: 0 0 200px;
}
@media (max-width: 820px) {
  .archive-works__side {
    flex: none;
    width: 100%;
  }
}
.archive-works__nav {
  border-top: 1px solid #d7d0c3;
}
.archive-works__nav:first-of-type {
  border-top: none;
}
.archive-works__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 48px 8px 0;
  border-bottom: 1px solid #cfc9b8;
  color: #6b645a;
  text-decoration: none;
}
.archive-works__nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon-arw-orange.png") no-repeat center/contain;
  transform: translateY(-50%);
}
.archive-works__nav-item:hover {
  opacity: 0.8;
}
.archive-works {
  /* 右メイン */
}
.archive-works__main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 820px) {
  .archive-works__main {
    width: 100%;
  }
}
.archive-works__item-wrap {
  flex-wrap: wrap;
}

/* =================================
施工事例詳細
 ================================= */
.single-works__img-content {
  margin: 0 auto 24px;
  background-color: #fff;
  padding: 24px 60px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .single-works__img-content {
    padding: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .single-works__img-content {
    padding: 12px;
  }
}
.single-works__img-wrap {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.single-works__img-wrap::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
}
.single-works__img {
  flex: 0 0 auto;
  width: 720px;
  aspect-ratio: 3/2;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .single-works__img {
    width: 70vw;
    border-radius: 12px;
  }
}
.single-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-works__ttl {
  margin: 0 0 12px;
}
.single-works__content {
  padding: 0 8px;
}
.single-works__btn {
  text-align: center;
  margin: 80px 0 0;
}
@media (max-width: 820px) {
  .single-works__btn {
    margin: 60px 0 0;
  }
}

/* =================================
イベント
 ================================= */
.archive-event__ttl {
  margin: 0 0 40px;
}
.archive-event__item-wrap {
  flex-wrap: wrap;
}
.archive-event__nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .archive-event__nav {
    gap: 12px;
  }
}
.archive-event__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 8px 56px 8px 32px;
  border-radius: 999px;
  background: #e1974f;
  color: #fff;
  transition: opacity 0.2s ease;
}
@media (max-width: 820px) {
  .archive-event__btn {
    min-width: 200px;
    padding: 6px 36px 6px 32px;
  }
}
.archive-event__btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon-arw.png") no-repeat center/contain;
  transform: translateY(-50%);
}
.archive-event__btn:hover {
  opacity: 0.85;
}

/* =================================
記事詳細
 ================================= */
.single__ttl {
  margin: 0 0 20px;
}
.single__content {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .single__content {
    padding: 16px;
    border-radius: 12px;
    margin: 0 0 40px;
  }
}

.btn-apply {
  display: block;
  max-width: 620px;
  margin: 0 auto;
  padding: 22px 32px;
  border-radius: 12px;
  background: #e1974f;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.btn-apply:hover {
  opacity: 0.9;
}
.btn-apply__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.btn-apply__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.btn-apply__icon {
  display: block;
}
.btn-apply__icon--left {
  width: 30px;
  height: auto;
}
.btn-apply__icon--right {
  width: 20px;
  height: auto;
}
@media (max-width: 820px) {
  .btn-apply {
    padding: 18px 24px;
  }
  .btn-apply__text {
    font-size: 16px;
  }
  .btn-apply__icon--left {
    width: 22px;
  }
  .btn-apply__icon--right {
    width: 24px;
  }
}

/* サイト全体スタイルシート */
/* =========================
   base（全ページ共通）
========================= */
* {
  word-break: break-word;
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  color: #95857b;
  font-family: "Noto Sans JP", sans-serif;
  background: #f5f4eb;
}

p {
  font-size: 15px;
  color: #463f3c;
  font-weight: 400;
}
@media (max-width: 820px) {
  p {
    font-size: 13px;
  }
}

a {
  color: #463f3c;
  font-size: 15px;
  font-weight: 400;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media (max-width: 820px) {
  a {
    font-size: 13px;
  }
}

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

ul,
ol,
li {
  list-style: none;
  font-size: 15px;
}
@media (max-width: 820px) {
  ul,
  ol,
  li {
    font-size: 13px;
  }
}

table {
  font-size: 15px;
}
@media (max-width: 820px) {
  table {
    font-size: 13px;
  }
}

dd,
dt {
  list-style: none;
  font-size: 15px;
}
@media (max-width: 820px) {
  dd,
  dt {
    font-size: 13px;
  }
}

/* =================================
header
 ================================= */
.g-header {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f5f4eb;
}
.g-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 820px) {
  .g-header__inner {
    align-items: center;
    padding: 10px 16px;
    gap: 12px;
  }
}
.g-header__logo {
  max-width: 160px;
  margin: 8px 0 0;
}
@media (max-width: 820px) {
  .g-header__logo {
    margin: 0;
    line-height: 1;
    max-width: 120px;
  }
}
.g-header__right {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .g-header__right {
    display: none;
  }
}
.g-header__tel {
  text-align: right;
  margin: 4px 0 0;
}
.g-header__tel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.g-header__tel-icon {
  width: 12px;
}
.g-header__tel-num {
  font-size: 22px;
  color: #725c52;
}
.g-header__tel-note {
  font-size: 12px;
  white-space: nowrap;
  margin: -6px 0 0;
  color: #725c52;
}
.g-header__tel-span {
  display: inline-block;
  background-color: #e1dfd2;
  padding: 2px 4px;
  line-height: 1;
  margin: 0 6px 0 0;
}
.g-header__ctas {
  display: flex;
  gap: 10px;
}
.g-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-size: 15px;
  width: 170px;
  height: 52px;
}
.g-header__cta--mail {
  background: #e1974f;
}
.g-header__cta--line {
  background: #eacc7a;
}
.g-header__cta-icon {
  width: 18px;
  height: auto;
}
.g-header {
  /* PCナビ */
}
.g-header__nav {
  padding: 6px 0 12px;
}
@media (max-width: 820px) {
  .g-header__nav {
    display: none;
  }
}
.g-header__nav-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
.g-header {
  /* ハンバーガー（PCは非表示） */
}
.g-header__hamburger {
  display: none;
}
@media (max-width: 820px) {
  .g-header__hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }
}
.g-header__hamburger-line {
  display: block;
  width: 20px;
  height: 1px;
  background: #2d2a26;
  border-radius: 999px;
}

/* PCナビ　スタイル */
.g-nav {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  flex-wrap: wrap;
}
.g-nav__item {
  color: #725c52;
}

/* overlay */
.g-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
.g-drawer-overlay.is-open {
  display: block;
}

/* drawer */
.g-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 86%;
  max-width: 360px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
}
.g-drawer.is-open {
  transform: translateX(0);
}
.g-drawer__head {
  padding: 14px 16px;
  display: flex;
  justify-content: flex-end;
}
.g-drawer__close {
  color: #2d2a26;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  font-weight: 100;
}
.g-drawer__nav {
  padding: 10px 16px 130px;
}
.g-drawer__list {
  margin: 0;
  padding: 0;
}
.g-drawer__item {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.g-drawer__link {
  display: block;
  padding: 14px 6px;
  color: #2d2a26;
}
.g-drawer__ctas {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.g-drawer__cta {
  display: block;
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
  color: #fff;
}
.g-drawer__cta--mail {
  background: #f2b368;
}
.g-drawer__cta--line {
  background: #86c56b;
}
.g-drawer__tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.g-drawer__tel-icon {
  width: 12px;
}
.g-drawer__tel-num {
  font-size: 22px;
}

/* ドロワー開いてる時スクロール止める用 */
body.is-drawer-open {
  overflow: hidden;
}

/* =================================
footer
 ================================= */
.g-footer {
  background: #faf8f1;
  padding: 60px 0 26px;
  position: relative;
}
@media (max-width: 820px) {
  .g-footer {
    padding: 56px 0 22px;
  }
}
.g-footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.g-footer {
  /* ロゴ */
}
.g-footer__logo {
  max-width: 160px;
  display: block;
  margin: 0 auto 12px;
}
.g-footer {
  /* 住所 */
}
.g-footer__address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: #725c52;
}
@media (max-width: 820px) {
  .g-footer__address {
    font-size: 12px;
  }
}
.g-footer__address-icon {
  width: 14px;
  height: auto;
}
.g-footer {
  /* ナビ */
}
.g-footer__nav {
  margin: 0 0 34px;
}
@media (max-width: 820px) {
  .g-footer__nav {
    margin: 0 auto 24px;
    display: flex;
    align-items: flex-start;
    max-width: 380px;
  }
}
.g-footer {
  /* コピー帯（丸み） */
}
.g-footer__copy {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
.g-footer__copy-text {
  display: block;
  background: #e1974f;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 999px;
}
@media (max-width: 820px) {
  .g-footer__copy-text {
    font-size: 11px;
    padding: 4px 10px;
  }
}

/* ナビスタイル */
.f-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .f-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 8px;
  }
}
.f-nav__item::after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #b9aea5;
}
@media (max-width: 820px) {
  .f-nav__item::after {
    display: none;
  }
}
.f-nav__item:last-child::after {
  content: "";
  margin: 0;
}
.f-nav__link {
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 6px 0;
  color: #725c52;
}
.f-nav__link:hover {
  opacity: 0.75;
}
@media (max-width: 820px) {
  .f-nav__link {
    font-size: 11px;
  }
}

/* Page topボタン */
.pagetop {
  position: fixed;
  right: 12px;
  bottom: 70px;
  width: 42px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =================================
追従メニュー
 ================================= */
.side-float {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 200;
  display: grid;
  gap: 18px;
}
@media (max-width: 820px) {
  .side-float {
    display: none;
  }
}
.side-float__item {
  width: 50px;
  padding: 10px 10px 2px;
  border-radius: 12px 0 0 12px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.side-float__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.side-float__icon {
  width: 25px;
  display: grid;
  place-items: center;
}
.side-float__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.side-float__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .side-float__text {
    font-size: 14px;
  }
}
.side-float__arrow {
  width: 20px;
  height: 30px;
}
.side-float__arrow-inner {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transform: translateY(1px);
}

/* =========================
   英数フォント
========================= */
.is-num {
  font-family: "Google Sans Flex", sans-serif;
  letter-spacing: 0.1em;
}

/* =========================
   赤文字
========================= */
.text-red {
  color: #e1974f;
}

/* =========================
   文字を少し大きく
========================= */
.text-big {
  font-size: 120%;
}

/* =========================
   表示制御
========================= */
.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

/* =====================================================
アニメーション設定
===================================================== */
/* ------------------------------
  Base（共通）
------------------------------ */
.fade-in-js {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.fade-in-js.action {
  opacity: 1;
  transform: none;
}

/* ------------------------------
  Variations（動きの種類）
------------------------------ */
/* 下から上へフェードイン（基本） */
.fade-up {
  transform: translateY(30px);
}

/* 上から下へフェードイン */
.fade-down {
  transform: translateY(-30px);
}

/* 左からスライドイン */
.fade-left {
  transform: translateX(-40px);
}

/* 右からスライドイン */
.fade-right {
  transform: translateX(40px);
}

/* ズームイン（控えめ） */
.fade-zoom {
  transform: scale(0.95);
}

/* ズームイン（強め・強調用） */
.fade-zoom-big {
  transform: scale(0.9);
}

/* 回転しながらフェードイン（遊び要素） */
.fade-rotate {
  transform: translateY(20px) rotate(-3deg);
}

/* ------------------------------
  Delay（表示タイミング調整）
------------------------------ */
.fade-delay-1 {
  transition-delay: 0.1s;
}

.fade-delay-2 {
  transition-delay: 0.2s;
}

.fade-delay-3 {
  transition-delay: 0.3s;
}

.fade-delay-4 {
  transition-delay: 0.4s;
}

.fade-delay-5 {
  transition-delay: 0.5s;
}

/* ------------------------------
  Speed（表示速度調整・任意）
------------------------------ */
/* 速く表示したいとき */
.fade-fast {
  transition-duration: 0.35s, 0.5s;
}

/* ゆっくり上品に表示したいとき */
.fade-slow {
  transition-duration: 0.8s, 1.1s;
}

/* =========================
　ロード
========================= */
.fade-in-onload {
  opacity: 0;
  animation: fadeInOnLoad 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInOnLoad {
  to {
    opacity: 1;
  }
}
.fade-in-onload02 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOnLoad02 1.5s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInOnLoad02 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =================================
下層ページ共通
 ================================= */
.subpage__main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 60px;
}
@media (max-width: 820px) {
  .subpage__main {
    padding: 40px 16px 48px;
  }
}

.subpage-top {
  position: relative;
  overflow: hidden;
}
.subpage-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-top__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 800px;
  padding: 40px;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .subpage-top__text {
    width: 600px;
    padding: 12px;
    border-radius: 24px;
  }
}
@media (max-width: 820px) {
  .subpage-top__text {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 0 0;
  }
}
@media (max-width: 600px) {
  .subpage-top__text {
    padding: 12px;
  }
}
.subpage-top__en {
  color: #dedac0;
  font-size: 15px;
}
@media (max-width: 820px) {
  .subpage-top__en {
    font-size: 14px;
  }
}
.subpage-top__ttl {
  color: #de832b;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .subpage-top__ttl {
    font-size: 32px;
  }
}
@media (max-width: 820px) {
  .subpage-top__ttl {
    font-size: 20px;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
}

.subpage-section-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 5px solid #dedac0;
  padding: 0 0 12px;
}
.subpage-section-ttl.left {
  align-items: flex-start;
}
.subpage-section-ttl__en {
  color: #e1974f;
  font-size: 15px;
}
@media (max-width: 820px) {
  .subpage-section-ttl__en {
    font-size: 14px;
  }
}
.subpage-section-ttl__ttl {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1;
  color: #725c52;
}
@media (max-width: 820px) {
  .subpage-section-ttl__ttl {
    font-size: 20px;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
}

/* =========================
   パンくずリスト
========================= */
.breadcrumbs-wrap {
  background-color: #f5f4eb;
}
.breadcrumbs-wrap--white {
  background-color: #fff;
}
.breadcrumbs-wrap__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 12px 0;
  font-size: 11px;
}

/* =========================
   ページャー
========================= */
.pager-style {
  text-align: center;
  margin: 80px 0 0;
}

/* =========================
   記事共通パーツ
========================= */
.article-style {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .article-style {
    gap: 40px 24px;
  }
}
.article-style__item {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1200px) {
  .article-style__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 600px) {
  .article-style__item {
    width: 100%;
  }
}
.article-style__img {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.article-style__img img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 600px) {
  .article-style__img img {
    border-radius: 12px;
  }
}
.article-style__ttl {
  font-size: 12px;
}
.article-style__ttl--works {
  margin: 8px 0;
}
.article-style__date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.article-style__icon {
  width: 12px;
}
.article-style__date {
  font-size: 12px;
  color: #e1974f;
}
.article-style__tags {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.article-style__tag {
  padding: 4px;
  line-height: 1;
  background: #f0ede4;
  border-radius: 4px;
  font-size: 12px;
  color: #7a6a58;
  white-space: nowrap;
}

.news-article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-article__item {
  width: 100%;
}
.news-article__link {
  display: block;
  gap: 24px;
  padding: 20px;
  background: #fffdf5;
  border-radius: 24px;
  color: #5c4a3a;
}
@media (max-width: 820px) {
  .news-article__link {
    padding: 16px;
  }
}
.news-article__content {
  display: flex;
  gap: 8px;
  align-items: center;
  gap: 24px;
  margin: 0 0 12px;
}
@media (max-width: 820px) {
  .news-article__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.news-article__date {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px;
  background: #e79b4e;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
  width: 140px;
}
.news-article__text {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .news-article__text {
    font-size: 13px;
  }
}
.news-article__tags {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.news-article__tag {
  padding: 4px;
  line-height: 1;
  background: #f0ede4;
  border-radius: 4px;
  font-size: 12px;
  color: #7a6a58;
  white-space: nowrap;
}

.single-ttl-style {
  border-bottom: 4px solid #d8d2bf;
}
.single-ttl-style__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 8px;
  flex-wrap: wrap;
}
.single-ttl-style__meta--works {
  gap: 6px;
}
.single-ttl-style__cat {
  padding: 4px;
  line-height: 1;
  background: #f0ede4;
  border-radius: 4px;
  font-size: 12px;
  color: #7a6a58;
  white-space: nowrap;
}
.single-ttl-style__date {
  font-size: 12px;
  color: #e1974f;
}
.single-ttl-style__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #6b6258;
}
@media (max-width: 820px) {
  .single-ttl-style__ttl {
    font-size: 18px;
  }
}

/* =========================
editor style (Rich Editor / Gutenberg)
========================= */
.editor-style {
  /* ブロック間の余白（Gutenberg想定） */
}
.editor-style__block {
  margin: 0 0 40px;
}
.editor-style {
  /* clearfix（alignleft/rightのfloat対策） */
}
.editor-style::after {
  content: "";
  display: block;
  clear: both;
}
.editor-style .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-style .alignright {
  float: right;
  margin: 0 0 16px 16px;
}
.editor-style .alignleft {
  float: left;
  margin: 0 16px 16px 0;
}
.editor-style h1 {
  font-size: 28px;
  margin: 0 0 32px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h1 {
    font-size: 20px;
  }
}
.editor-style h2 {
  font-size: 22px;
  margin: 56px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e1974f;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h2 {
    font-size: 18px;
  }
}
.editor-style h3 {
  font-size: 18px;
  margin: 40px 0 12px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h3 {
    font-size: 15px;
  }
}
.editor-style h4 {
  font-size: 15px;
  margin: 32px 0 8px;
  line-height: 1.4;
}
.editor-style p {
  margin: 0 0 16px;
}
.editor-style strong {
  font-weight: 700;
}
.editor-style em {
  font-style: italic;
}
.editor-style a {
  color: #e1974f;
  text-decoration: underline;
}
.editor-style a:hover {
  text-decoration: none;
}
.editor-style ul,
.editor-style ol {
  margin: 16px 0 24px 1.5em;
  padding: 0;
}
.editor-style li {
  margin-bottom: 8px;
  color: #463f3c;
}
.editor-style ul li {
  list-style: disc;
}
.editor-style ol li {
  list-style: decimal;
}
.editor-style ul ul,
.editor-style ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.editor-style {
  /* --------------------
    Quote（クラシック + ブロック）
  -------------------- */
}
.editor-style blockquote,
.editor-style .wp-block-quote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #f5f7f6;
  border-left: 4px solid #e1974f;
}
.editor-style blockquote p,
.editor-style .wp-block-quote p {
  margin: 0;
}
.editor-style blockquote cite,
.editor-style .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.editor-style .wp-block-pullquote {
  margin: 32px 0;
  padding: 24px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.editor-style .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  border-left: none;
  text-align: center;
}
.editor-style .wp-block-pullquote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .editor-style .wp-block-pullquote p {
    font-size: 16px;
  }
}
.editor-style .wp-block-pullquote cite {
  margin-top: 10px;
}
.editor-style {
  /* --------------------
    Image（ブロック：wp-block-image / classic：wp-caption）
  -------------------- */
}
.editor-style img {
  max-width: 100%;
  height: auto;
  display: block;
}
.editor-style .wp-block-image {
  margin: 24px 0;
}
.editor-style .wp-block-image img {
  height: auto;
}
.editor-style .wp-block-image {
  /* 画像の下のキャプション */
}
.editor-style .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style .wp-caption {
  margin: 32px 0;
  max-width: 100%;
}
.editor-style .wp-caption img {
  margin: 0 auto;
}
.editor-style .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style {
  /* Gallery（ブロック） */
}
.editor-style .wp-block-gallery {
  margin: 24px 0;
}
.editor-style .wp-block-gallery .wp-block-image {
  margin: 0;
}
.editor-style .wp-block-gallery figcaption {
  font-size: 13px;
}
.editor-style {
  /* --------------------
    Columns / Media & Text（ブロック）
  -------------------- */
}
.editor-style .wp-block-columns {
  margin: 24px 0;
  gap: 24px;
}
@media (max-width: 820px) {
  .editor-style .wp-block-columns {
    gap: 16px;
  }
}
.editor-style .wp-block-media-text {
  margin: 24px 0;
}
.editor-style .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.editor-style .wp-block-table {
  margin: 24px 0;
  /* 横スクロール（HTML触らない版） */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.editor-style .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #463f3c;
}
.editor-style .wp-block-table th,
.editor-style .wp-block-table td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.editor-style .wp-block-table th {
  background: #f0f5f2;
  font-weight: 600;
}
.editor-style table:not(.has-fixed-layout) {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  color: #463f3c;
}
.editor-style table:not(.has-fixed-layout) th,
.editor-style table:not(.has-fixed-layout) td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.editor-style table:not(.has-fixed-layout) th {
  background: #f0f5f2;
  font-weight: 600;
}
.editor-style .wp-block-button {
  margin: 24px 0;
}
.editor-style .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.editor-style .wp-block-button .wp-block-button__link:hover {
  opacity: 0.85;
}
.editor-style .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #e1974f;
  color: #e1974f;
}
.editor-style hr,
.editor-style .wp-block-separator {
  margin: 48px 0;
  border: none;
  height: 1px;
  background: #ddd;
}
.editor-style hr.is-style-wide,
.editor-style .wp-block-separator.is-style-wide {
  width: 100%;
}
.editor-style .wp-block-spacer {
  margin: 0;
}
.editor-style pre,
.editor-style .wp-block-code,
.editor-style .wp-block-preformatted {
  margin: 24px 0;
  padding: 16px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  overflow-x: auto;
  border-radius: 6px;
}
.editor-style code {
  font-family: Consolas, Monaco, monospace;
}
.editor-style .wp-block-embed {
  margin: 24px 0;
}
.editor-style .wp-block-embed iframe,
.editor-style .wp-block-embed video {
  max-width: 100%;
}
.editor-style dl {
  margin: 24px 0;
}
.editor-style dt {
  font-weight: 600;
  margin-top: 16px;
}
.editor-style dd {
  margin-left: 0;
  margin-top: 4px;
  padding-left: 16px;
  border-left: 3px solid #e0e0e0;
}/*# sourceMappingURL=style.css.map */