@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

:root {
  --color-default: #333;
  --color-green: #00621e;
  --color-green-dark: #004515;
  --color-white: #fff;
  --color-white02: #f4f4f3;
  --color-white-dark: #eaeae9;
  --color-gold: rgb(212, 175, 55);
  --color-yellow-dark: #d19a00;
  --color-red: #ca4a1f;
  --hover-ease: cubic-bezier(0.4, 0, 0.3, 0);
  --font-serif: "Shippori Mincho", serif;
  --font-sans: "Noto Sans JP", sans-serif;
}

.u-text--red {
  color: var(--color-red);
}

@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

body.ak {
  font-family: var(--font-sans);
  color: var(--color-default);
  background: url(../img/common/bg-paper.webp) repeat left top;
}

.ak,
.ak * {
  box-sizing: border-box;
}

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

.ak .p-page-header__img img {
  height: 100%;
}

.ak .c-load--type1 {
  border: 3px solid rgba(0, 98, 30, 0.2);
  border-top-color: var(--color-green);
}

.ak-pagepath {
  padding-top: 56px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.ak-pagepath ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
  max-width: 1000px;
  margin: 0 auto;
}

.ak-pagepath ul li ~ li {
  position: relative;
  padding-left: 28px;
}

.ak-pagepath ul li ~ li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: url(../img/common/icon-arrow-right.webp);
  background-size: 100% 100%;
}

.ak-pagepath a:link,
.ak-pagepath a:hover,
.ak-pagepath a:visited,
.ak-pagepath a:active {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .ak-pagepath a {
    transition: opacity 0.3s var(--hover-ease);
  }
  .ak-pagepath a:hover {
    opacity: 0.8;
  }
}

.ak-pagepath__home {
  display: block;
  width: 16px;
  height: 16px;
}

.ak-pagepath__home svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .ak-pagepath {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ak-pagepath ul {
    column-gap: 8px;
  }

  .ak-pagepath ul li ~ li {
    padding-left: 16px;
  }
}

.ak-pagetitle {
  position: relative;
}

.ak-pagetitle__bg {
  position: absolute;
  inset: 0;
}

.ak-pagetitle__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ak-pagetitle__bg::after {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.ak-pagetitle__content {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 600px;
  padding: 80px;
  color: var(--color-white);
}

.ak-pagetitle__main {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.2em;
}

.ak-pagetitle__sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  min-width: 250px;
  padding: 12px;
  background-color: var(--color-green);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .ak-pagetitle__main {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.9;
  }
}

@media only screen and (max-width: 767px) {
  .ak-pagetitle__content {
    min-height: 240px;
    padding: 100px 16px 40px;
  }

  .ak-pagetitle__main {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
  }

  .ak-pagetitle__sub {
    min-width: 100px;
    padding: 6px;
    font-size: 18px;
  }
}

.ak-bg-green {
  background-color: rgba(0, 98, 30, 0.05);
}

.ak-bg-yellow {
  background-color: rgba(199, 169, 0, 0.05);
}

.ak-message {
  padding: 56px 0;
  font-family: var(--font-serif);
  text-align: center;
}

.ak-message__inner {
  width: 92.1875%;
  margin: 0 auto;
}

.ak-message__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  color: var(--color-green);
  line-height: 1.4;
}

.ak-message__content {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 991px) {
  .ak-message__inner {
    width: 88.88889%;
  }
}

@media only screen and (max-width: 767px) {
  .ak-message {
    padding: 32px 0;
  }

  .ak-message__inner {
    width: 100%;
    padding: 0 20px;
  }

  .ak-message__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .ak-message__content {
    font-size: 14px;
    text-align: left;
  }

  .ak-message__content br {
    display: none;
  }
}

.ak-point {
  margin-top: 40px;
}

.ak-point dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-yellow-dark);
  line-height: 1.4;
}

.ak-point dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(199, 169, 0, 0.1);
}

.ak-point dd span {
  display: inline-block;
  padding: 6px 16px 7.4px;
  border-radius: 100px;
  vertical-align: middle;
  background-color: var(--color-yellow-dark);
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .ak-point {
    margin-top: 20px;
  }

  .ak-point dd {
    gap: 8px;
    padding: 12px;
  }
}

.ak-section {
  padding: 80px 0 120px;
}

.ak-section__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  color: var(--color-green);
  line-height: 1.4;
  font-family: var(--font-serif);
  text-align: center;
}

.ak-section__lead {
  margin-bottom: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  font-family: var(--font-serif);
  text-align: center;
}

.ak-section__lead a {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .ak-section__lead a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .ak-section {
    padding: 56px 0;
  }

  .ak-section__title {
    margin-bottom: 10px;
    font-size: 28px;
    word-break: auto-phrase;
  }

  .ak-section__lead {
    margin-bottom: 28px;
    text-align: left;
    font-size: 14px;
  }

  .ak-section__lead br {
    display: none;
  }
}

#sect-service {
  position: relative;
}

#sect-service.ak-section {
  padding-top: 120px;
}

#sect-service::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -40px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-right.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

#sect-service .ak-list {
  position: relative;
}

#sect-closing {
  position: relative;
}

#sect-closing::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -60px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-right.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

#sect-closing .ak-inner,
#sect-closing .ak-list {
  position: relative;
}

#sect-flow {
  position: relative;
}

#sect-flow::before {
  content: "";
  position: absolute;
  bottom: 300px;
  left: -60px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-right.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

#sect-flow > * {
  position: relative;
}

#sect-opening {
  position: relative;
}

#sect-opening > * {
  position: relative;
}

#sect-opening::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -40px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-right.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

@media only screen and (max-width: 1200px) {
  #sect-service::before,
  #sect-closing::before,
  #sect-flow::before,
  #sect-opening::before {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  #sect-service.ak-section {
    padding-top: 56px;
  }

  #sect-service::before {
    top: 500px;
    right: -16px;
    width: 88px;
    height: 248px;
  }

  #sect-closing::before {
    top: -40px;
    left: -20px;
    width: 88px;
    height: 248px;
  }

  #sect-flow::before {
    display: none;
  }

  #sect-opening::before {
    top: 16px;
    right: -16px;
    width: 88px;
    height: 248px;
  }
}

.ak-inner {
  width: 92.1875%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .ak-inner {
    width: 88.88889%;
    margin: 0 auto;
  }
}

.ak-flow {
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.ak-flow__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  background-color: var(--color-white);
  box-shadow: 16px 16px 0px 0px rgba(0, 98, 30, 0.25);
}

.ak-flow__item:not(:last-of-type) {
  position: relative;
  margin-bottom: 90px;
}

.ak-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/flow/flow-icon-arrow.webp) no-repeat 0 0;
  background-size: 100% auto;
}

.ak-flow__num,
.ak-flow__content {
  align-content: center;
}

.ak-flow__num {
  background-color: var(--color-green);
  color: var(--color-white);
  font-family: var(--font-serif);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.ak-flow__num strong {
  display: block;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.ak-flow__content {
  padding: 20px 28px 28px 28px;
}

@media only screen and (max-width: 767px) {
  .ak-flow {
    font-size: 14px;
  }

  .ak-flow__item {
    grid-template-columns: 64px 1fr;
    box-shadow: 12px 12px 0px 0px rgba(0, 98, 30, 0.25);
  }

  .ak-flow__num {
    font-size: 14px;
  }

  .ak-flow__num strong {
    font-size: 36px;
  }

  .ak-flow__item:not(:last-of-type) {
    margin-bottom: 56px;
  }

  .ak-flow__item:not(:last-of-type)::after {
    bottom: -43px;
  }

  .ak-flow__content {
    padding: 16px 8px 16px 16px;
  }
}

.ak-faq {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.ak-faq__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.ak-faq__title {
  display: grid;
  grid-template-columns: 150px 1fr 60px;
  gap: 0;
  background-color: var(--color-green);
  cursor: pointer;
}

.ak-faq__content {
  display: none;
}

.ak-faq__contentIn {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0;
}

.ak-faq__contentIn p:not(:last-child) {
  margin-bottom: calc(16px * 1.6);
}

.ak-faq__contentIn a {
  color: var(--color-green);
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .ak-faq__contentIn a:hover {
    color: var(--color-green);
    text-decoration: none;
  }
}

.ak-faq__title > *,
.ak-faq__contentIn > * {
  align-content: center;
}

.ak-faq__titleNum,
.ak-faq__contentNum {
  padding: 12px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--color-white);
  text-align: center;
}

.ak-faq__titleText,
.ak-faq__contentText {
  padding: 14px 28px;
}

.ak-faq__titleNum {
  background-color: var(--color-green-dark);
}

.ak-faq__titleText {
  color: var(--color-white);
}

.ak-faq__contentNum {
  background-color: var(--color-yellow-dark);
}

.ak-faq__contentText {
  background-color: var(--color-white);
  border-bottom: solid 1px var(--color-yellow-dark);
}

.ak-faq__titleIcon {
  width: 30px;
  transition: transform 0.2s linear;
}

.ak-faq__item.active .ak-faq__titleIcon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .ak-faq {
    font-size: 14px;
  }

  .ak-faq__title {
    grid-template-columns: 64px 1fr 36px;
  }

  .ak-faq__contentIn {
    grid-template-columns: 64px 1fr;
  }

  .ak-faq__titleNum,
  .ak-faq__contentNum {
    padding: 12px 4px;
    font-size: 18px;
  }

  .ak-faq__titleText {
    padding: 12px 0 12px 12px;
  }

  .ak-faq__contentText {
    padding: 12px 12px;
  }
}

.ak-button,
.ak .p-btn {
  display: inline-block;
  min-width: 170px;
  height: auto !important;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color-green);
  color: var(--color-white) !important;
  text-align: center;
  line-height: 1.25;
}

.ak-button:link,
.ak-button:active,
.ak-button:visited,
.ak-button:focus {
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .ak-button:hover,
  .ak .p-btn:hover {
    background-color: var(--color-green-dark);
  }
}

.ak-heading-1,
.ak .p-entry__body h3.ak-heading-1 {
  margin-bottom: 16px;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  color: var(--color-green);
}

@media only screen and (max-width: 767px) {
  .ak-heading-1,
  .ak .p-entry__body h3.ak-heading-1 {
    margin-bottom: 16px;
    font-size: 28px;
    word-break: auto-phrase;
  }
}

.ak-heading-2,
.ak .p-entry__body h4.ak-heading-2 {
  margin-bottom: 16px;
  text-align: left;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  color: var(--color-green);
}

@media only screen and (max-width: 767px) {
  .ak-heading-2,
  .ak .p-entry__body h4.ak-heading-2 {
    margin-bottom: 8px;
    font-size: 24px;
    word-break: auto-phrase;
  }
}

.ak-heading-3 {
  margin-bottom: 56px;
  font-size: 32px;
  font-family: var(--font-serif);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: var(--color-green);
}

.ak-heading-3:not(:first-child) {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .ak-heading-3 {
    margin-bottom: 28px;
    font-size: 24px;
    word-break: auto-phrase;
  }

  .ak-heading-3:not(:first-child) {
    margin-top: 28px;
  }
}

.ak-heading-4,
.ak .p-entry__body h4.ak-heading-4 {
  margin-bottom: 36px;
  text-align: left;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  color: var(--color-green);
}

@media only screen and (max-width: 767px) {
  .ak-heading-4,
  .ak .p-entry__body h4.ak-heading-4 {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 24px;
    word-break: auto-phrase;
  }
}

.ak .p-entry__body p.ak-lead {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}

.ak-aboutmsg {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .ak-aboutmsg {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .ak-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.ak-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 100px;
  max-width: 1440px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.ak-list p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
}

.ak-list-sign p {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
  color: var(--color-green);
  font-family: var(--font-serif);
}

.ak-list-sign p small {
  margin-right: 1em;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.4;
}

.ak-list-item {
  scroll-margin-top: 80px;
}

.ak-list-item figure {
  display: block;
}

.ak-list-item figure img {
  width: 100%;
  height: auto;
  box-shadow: 16px 16px 0px 0px rgba(0, 98, 30, 0.25);
}

.ak-list-button {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .ak-list-item {
    display: flex;
    items: center;
    gap: 0;
  }

  .ak-list-item figure {
    width: 55%;
  }

  .ak-list-item figure + div {
    flex: 1;
    display: grid;
    align-content: center;
    width: 100%;
    max-width: 560px;
    padding: 0 2vw 0 6vw;
  }

  .ak-list .ak-list-item:nth-of-type(2n),
  .ak-list.ak-list--reverse .ak-list-item:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }

  .ak-list.ak-list--reverse .ak-list-item:nth-of-type(2n) {
    flex-direction: row;
  }

  .ak-list .ak-list-item:nth-of-type(2n) figure + div,
  .ak-list.ak-list--reverse .ak-list-item:nth-of-type(2n-1) figure + div {
    justify-content: end;
    padding: 0 6vw 0 2vw;
  }

  .ak-list.ak-list--reverse .ak-list-item:nth-of-type(2n) figure + div {
    justify-content: start;
    padding: 0 2vw 0 6vw;
  }

  .ak-section .ak-list:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ak-list {
    gap: 56px;
    padding: 0 20px;
    margin-top: 32px;
  }

  .ak-list p {
    font-size: 14px;
    line-height: 1.8;
  }

  .ak-list-sign p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .ak-list-button {
    margin-top: 20px;
  }

  .ak-list-item figure {
    margin-bottom: 24px;
  }

  .ak-list-item figure img {
    box-shadow: 12px 12px 0px 0px rgba(0, 98, 30, 0.25);
  }

  .ak-section .ak-list:first-child {
    margin-top: 0;
  }
}

.ak-list2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: 52px;
  max-width: 1040px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.ak-list2-wrap:not(:first-child) {
  margin-top: 100px;
}

.ak-list2-item figure {
  display: block;
  margin-bottom: 40px;
  aspect-ratio: 310/193;
  box-shadow: 10px 10px 0px 0px rgba(0, 98, 30, 0.25);
}

.ak-list2-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ak-list2-item figure + div {
  padding: 0 8px;
}

.ak-list2 p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
}

.ak-list2 .ak-heading-2 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .ak-list2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 56px;
    margin-top: 32px;
  }

  .ak-list2-wrap:not(:first-child) {
    margin-top: 56px;
  }

  .ak-list2-item figure {
    margin-bottom: 24px;
    box-shadow: 12px 12px 0px 0px rgba(0, 98, 30, 0.25);
  }

  .ak-list2-item figure + div {
    padding: 0;
  }

  .ak-list2 p {
    font-size: 14px;
    line-height: 1.8;
  }

  .ak-section .ak-list2:first-child {
    margin-top: 0;
  }
}

.ak-list3 {
  max-width: 1000px;
  margin: 60px auto 0;
}

.ak-list3-wrap:not(:first-child) {
  margin-top: 100px;
}

.ak-list3-item:not(:last-of-type) {
  margin-bottom: 50px;
}

.ak-list3-item figure {
  display: block;
  aspect-ratio: 500/310;
  box-shadow: 10px 10px 0px 0px rgba(0, 98, 30, 0.25);
}

.ak-list3-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ak-list3 p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
}

@media only screen and (min-width: 768px) {
  .ak-list3-item {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .ak-list3-item figure {
    align-content: center;
  }

  .ak-list3-item figure + div {
    padding-left: 6vw;
    align-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .ak-list3 {
    margin-top: 32px;
    padding: 0 20px;
  }

  .ak-list3-wrap:not(:first-child) {
    margin-top: 56px;
  }

  .ak-list3-item:not(:last-of-type) {
    margin-bottom: 56px;
  }

  .ak-list3-item figure {
    margin-bottom: 24px;
    box-shadow: 12px 12px 0px 0px rgba(0, 98, 30, 0.25);
  }

  .ak-list3 p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.ak-closing {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 100px;
  max-width: 1040px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.ak-closing p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
}

.ak-closing-item figure {
  display: block;
}

.ak-closing-item figure img {
  width: 100%;
  height: auto;
}

.ak-closing-button {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .ak-closing-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
  }

  .ak-closing-item figure {
    width: 40%;
    max-width: 424px;
  }

  .ak-closing-item figure + div {
    flex: 1;
    display: grid;
    align-content: center;
    width: 100%;
    max-width: 560px;
  }

  .ak-closing .ak-closing-item {
    flex-direction: row-reverse;
  }

  .ak-section .ak-closing:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ak-closing {
    gap: 56px;
    margin-top: 32px;
  }

  .ak-closing p {
    font-size: 14px;
    line-height: 1.8;
  }

  .ak-closing-button {
    margin-top: 20px;
  }

  .ak-closing-item figure {
    max-width: 270px;
    margin: 0 auto 24px;
  }

  .ak-section .ak-closing:first-child {
    margin-top: 0;
  }
}

.ak-dllist {
  max-width: 1000px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.ak-dllist dt {
  background-color: var(--color-green);
  color: var(--color-white);
  align-content: center;
  text-align: center;
}

.ak-dllist dd {
  border-bottom: solid 1px var(--color-green);
  background-color: var(--color-white);
  align-content: center;
  color: var(--color-green);
}

@media only screen and (min-width: 768px) {
  .ak-dllist {
    display: grid;
    grid-template-columns: 200px 1fr;
    row-gap: 2px;
    column-gap: 0;
    margin: 56px auto;
  }

  .ak-dllist dt {
    min-height: 90px;
    padding: 16px;
  }

  .ak-dllist dd {
    padding: 16px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .ak-dllist {
    margin: 28px auto;
    font-size: 14px;
  }

  .ak-dllist dt {
    padding: 5px 16px;
    font-size: 12px;
  }

  .ak-dllist dd {
    padding: 12px 16px;
  }

  .ak-dllist dd:not(:last-child) {
    margin-bottom: 2px;
  }
}

.ak-youtube__video {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 900/500;
  border-radius: 16px;
  overflow: hidden;
}

.ak-youtube__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ak-youtube dl {
  width: 100%;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

.ak-youtube dt {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ak-youtube dl {
    margin-top: 12px;
    padding: 0;
    font-size: 14px;
  }

  .ak-youtube dt {
    font-size: 16px;
  }
}

.ak-access__map {
  position: relative;
  max-width: 900px;
  margin: 56px auto;
  aspect-ratio: 560/315;
  box-shadow: 16px 16px 0px 0px rgba(0, 98, 30, 0.25);
}

.ak-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 767px) {
  .ak-access__map {
    margin: 28px auto;
    box-shadow: 12px 12px 0px 0px rgba(0, 98, 30, 0.25);
  }
}

.ak-access__address,
.ak-access-description {
  max-width: 860px;
  margin: 0 auto;
}

.ak-access__address {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.ak-access-description {
  display: grid;
  margin-top: 12px;
  padding: 16px clamp(20px, 6vw, 60px);
  border-radius: 10px;
  background-color: rgba(0, 98, 30, 0.15);
}

.ak-access-description dt {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-green);
}

.ak-access-description dd {
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .ak-access-description {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ak-access__address {
    font-size: 16px;
  }

  .ak-access-description {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }
}

/* 詳細画面スタイル start */
.ak-post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: var(--color-white02);
}

.ak-post__body {
  font-size: 14px;
  line-height: 1.8;
}

.ak-post__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-green);
  line-height: 1.4;
}

.ak-post__button {
  margin-top: 40px;
  text-align: center;
}

.ak-post__button .ak-button {
  min-width: 284px;
}

@media only screen and (min-width: 768px) {
  .ak-post {
    padding: 80px;
  }

  .ak-post__body {
    font-size: 16px;
    line-height: 1.8;
  }

  .ak-post__title {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .ak-post__button {
    margin-top: 56px;
  }
}

.ak-post__body .wp-block-cover h2,
.ak-post__body .wp-block-cover-image h2,
.ak-post__body .wp-block-heading h2,
.ak-post__body h2,
.ak-post__body .h2 {
  position: relative;
  margin-top: 56px;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.ak-post__body .wp-block-cover h2::before,
.ak-post__body .wp-block-cover-image h2::before,
.ak-post__body .wp-block-heading h2::before,
.ak-post__body h2::before,
.ak-post__body .h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #231815;
}

.ak-post__body .wp-block-cover h2::after,
.ak-post__body .wp-block-cover-image h2::after,
.ak-post__body .wp-block-heading h2::after,
.ak-post__body h2::after,
.ak-post__body .h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
}

@media only screen and (min-width: 768px) {
  .ak-post__body .wp-block-cover h2,
  .ak-post__body .wp-block-cover-image h2,
  .ak-post__body .wp-block-heading h2,
  .ak-post__body h2,
  .ak-post__body .h2 {
    margin-top: 80px;
    margin-bottom: 64px;
    font-size: 28px;
    line-height: 1.25;
  }
}

.ak-post__body .wp-block-cover h3,
.ak-post__body .wp-block-cover-image h3,
.ak-post__body .wp-block-heading h3,
.ak-post__body h3,
.ak-post__body .h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ak-post__body .wp-block-cover h3,
  .ak-post__body .wp-block-cover-image h3,
  .ak-post__body .wp-block-heading h3,
  .ak-post__body h3,
  .ak-post__body .h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.ak-post__body .wp-block-cover h4,
.ak-post__body .wp-block-cover-image h4,
.ak-post__body .wp-block-heading h4,
.ak-post__body h4,
.ak-post__body .h4,
.ak-post__body .wp-block-cover h5,
.ak-post__body .wp-block-cover-image h5,
.ak-post__body .wp-block-heading h5,
.ak-post__body h5,
.ak-post__body .h5,
.ak-post__body .wp-block-cover h6,
.ak-post__body .wp-block-cover-image h6,
.ak-post__body .wp-block-heading h6,
.ak-post__body h6,
.ak-post__body .h6 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ak-post__body .wp-block-cover h4,
  .ak-post__body .wp-block-cover-image h4,
  .ak-post__body .wp-block-heading h4,
  .ak-post__body h4,
  .ak-post__body .h4,
  .ak-post__body .wp-block-cover h5,
  .ak-post__body .wp-block-cover-image h5,
  .ak-post__body .wp-block-heading h5,
  .ak-post__body h5,
  .ak-post__body .h5,
  .ak-post__body .wp-block-cover h6,
  .ak-post__body .wp-block-cover-image h6,
  .ak-post__body .wp-block-heading h6,
  .ak-post__body h6,
  .ak-post__body .h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.ak-post__body h2:first-child,
.ak-post__body h3:first-child,
.ak-post__body h4:first-child,
.ak-post__body h5:first-child,
.ak-post__body h6:first-child {
  margin-top: 0 !important;
}

.ak-post__body ul,
.ak-post__body ol {
  padding-left: 1.5em;
}

.ak-post__body ul li {
  list-style-type: disc;
}

.ak-post__body ol li {
  list-style-type: decimal;
}

.ak-post__body .wp-block-button__link {
  position: relative;
  padding: 8px 36px 8px 24px;
  background-color: #231815;
  font-size: 16px;
}

.ak-post__body .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
}

.ak-post__body a:not(.wp-block-button__link, .wp-element-button) {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .ak-post__body .wp-block-button__link {
    transition: background-color 0.2s linear;
  }
  .ak-post__body .wp-block-button__link:hover {
    background-color: #f9bf30;
  }
  .ak-post__body a:not(.wp-block-button__link, .wp-element-button):hover {
    color: #f9bf30;
    text-decoration: none;
  }
}

.ak-post__body .wp-element-caption {
  text-align: left;
  font-size: 90%;
}

.ak-post__body :where(figure):not(:last-child),
.ak-post__body :where(.wp-block-image):not(:last-child),
.ak-post__body :where(p):not(:last-child),
.ak-post__body :where(ul):not(:last-child),
.ak-post__body :where(ol):not(:last-child) {
  margin: 0 0 1em;
}

.ak-post__body :where(.wp-block-columns) {
  margin-top: 56px;
  margin-bottom: 56px;
}

.ak-post__body :where(.wp-block-buttons):not(:last-child) {
  margin: 1em 0;
}

@media only screen and (min-width: 768px) {
  .ak-post__body :where(.wp-block-columns) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.ak-post__body :where(.wp-block-columns.is-layout-flex) {
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .ak-post__body :where(.wp-block-columns.is-layout-flex) {
    gap: 32px;
  }
}
/* 詳細画面スタイル end */

.ak .p-pager {
  margin-top: 64px;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ak .p-pager span {
  background-color: var(--color-green);
}

.ak .p-pager span.page-numbers.dots {
  background-color: transparent;
  color: var(--color-default);
}

.ak .p-pager__item a {
  background-color: var(--color-white);
}

.ak .p-pager__item a:hover {
  background-color: var(--color-green);
}

.ak .l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: url(../img/common/bg-paper.webp) repeat left top;
  font-family: var(--font-serif);
}

.ak .l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 88, 30, 0.7);
  filter: contrast(1.33);
}

.ak .l-header__inner {
  position: relative;
  height: 70px;
}

.ak .l-header__logo {
  width: 140px;
  height: auto;
}

.ak .l-header__logo a {
  display: block;
}

.ak .l-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ak .l-header__logo {
    margin-left: 5.55556%;
  }
}

@media only screen and (max-width: 1199px) {
  .ak .l-header {
    height: auto;
    line-height: 1.4;
  }

  .ak .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }

  .ak .l-header__logo {
    width: 100px;
    height: auto;
    padding-left: 0;
  }

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

  .ak .p-menu-btn {
    height: 100%;
    line-height: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ak .l-header__logo a {
    transition: opacity 0.3s var(--hover-ease);
  }

  .ak .l-header__logo a:hover {
    opacity: 0.8;
  }
}

.ak .p-global-nav {
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
  .ak .p-global-nav {
    background: var(--color-white02);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  }

  .ak .p-global-nav > ul > li > a,
  .ak .p-global-nav > ul > li > a:hover,
  .ak .p-global-nav a,
  .ak .p-global-nav a:hover,
  .ak .p-global-nav .sub-menu a,
  .ak .p-global-nav .sub-menu a:hover {
    color: var(--color-default) !important;
  }

  .ak .p-global-nav li:not(:last-child) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  }

  .ak .p-global-nav a {
    font-size: 15px;
    font-family: var(--font-sans);
    font-weight: 500;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ak .p-global-nav a {
    transition: color 0.3s var(--hover-ease);
  }

  .ak .p-global-nav a:hover {
    color: var(--color-gold);
  }
}

.ak .p-footer-link {
  height: auto;
}

.ak .p-footer-link .l-inner {
  width: 100%;
  max-width: 100%;
}

.ak-contact {
  display: grid;
  place-content: center;
  padding: 60px 0;
  background-image: url(../img/common/bg-footer-contact.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--color-white);
}

@media only screen and (min-width: 768px) {
  .ak-contact {
    min-height: 500px;
  }
}

.ak-contact__inner {
  padding: 0 20px;
}

.ak-contact__heading {
  margin-bottom: 16px;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  color: white;
  text-align: center;
}

.ak-contact__lead {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.ak-contact__btnwrap {
  margin-top: 40px;
  text-align: center;
}

.ak-contact__btn {
  display: inline-block;
  min-width: 170px;
  height: auto !important;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color-white);
  color: var(--color-green) !important;
  text-align: center;
  line-height: 1.25;
}

.ak-contact__btn:link,
.ak-contact__btn:active,
.ak-contact__btn:visited,
.ak-contact__btn:focus {
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .ak-contact__btn:hover {
    background-color: var(--color-white-dark);
  }
}

.ak .p-footer-link {
  padding: 0 !important;
}

.ak .p-footer-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 16px;
  padding: 16px 20px;
  border-bottom: 0;
  background: rgba(0, 98, 30, 0.5);
  color: white;
  font-family: var(--font-serif);
  font-weight: 700;
}

.ak .p-footer-nav a {
  color: white;
  transition: all 0.3s var(--hover-ease);
}

.ak .p-footer-nav li {
  font-size: 14px;
  line-height: 1.4;
}

.ak .p-footer-nav li + li::before {
  display: none;
}

.ak .p-info {
  background: transparent;
}

.ak .p-info__address {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.ak .p-info__tel {
  font-size: 32px;
  font-weight: 700;
}

.ak .p-info__logo {
  margin-bottom: 24px;
}

.ak .p-info__logo a {
  display: block;
  width: 200px;
}

.ak .p-copyright {
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 12px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.4;
}

.ak .p-copyright__recaptcha {
  font-size: 10px;
  font-family: var(--font-sans);
  font-weight: 400;
  margin-bottom: 4px;
}

.ak .p-pagetop {
  background: var(--color-green) !important;
}

.ak .p-pagetop::after {
  display: grid;
  place-content: center;
  width: 100% !important;
  height: 100% !important;
  font-size: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .ak .p-footer-nav a {
    transition: opacity 0.3s var(--hover-ease);
  }

  .ak .p-footer-nav a:hover {
    color: var(--color-white);
    opacity: 0.7;
  }

  .ak .p-pagetop:hover {
    background: var(--color-green-dark) !important;
  }

  .ak .p-index-content01__link:hover {
    background: var(--color-green-dark) !important;
  }
}

@media only screen and (max-width: 991px) {
  .ak .p-footer-link .l-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ak .p-info__logo {
    margin-bottom: 16px;
  }

  .ak-contact__heading {
    font-size: 28px;
    word-break: auto-phrase;
  }

  .ak-contact__lead {
    font-size: 14px;
    text-align: left;
  }

  .ak-contact__btnwrap {
    margin-top: 28px;
  }

  .ak .p-footer-link .l-inner {
    padding: 0;
  }

  .ak .p-footer-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    padding: 16px 20px;
  }

  .ak .p-footer-nav li {
    width: auto;
    line-height: 1.4;
  }

  .ak .p-info__address {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
  }

  .ak .p-info__tel {
    font-size: 20px;
    font-weight: 700;
  }

  .ak .p-info__logo a {
    width: 160px;
  }

  .ak .p-copyright {
    font-size: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .ak .p-copyright {
    justify-content: left;
  }
}

.ak .p-header-slider {
  position: relative;
  height: 100svh;
  min-height: 520px;
  max-height: 800px;
}

@media (orientation: portrait) {
  @media only screen and (min-width: 768px) {
    .ak .p-header-slider {
      max-height: 620px;
    }
  }
}

.ak .p-header-slider::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "心に寄り添い\A想いをつなぐ。";
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: white;
  font-size: 34px;
  font-family: var(--font-serif);
  font-weight: 600;
  white-space: pre;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .ak .p-header-slider {
    min-height: 420px;
    max-height: 520px;
  }

  .ak .p-header-slider::after {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}

.ak .p-header-slider .slick-list,
.ak .p-header-slider .slick-track,
.ak .p-header-slider__item,
.ak .p-header-slider__item-img {
  height: 100%;
}

.ak .p-header-slider__item-img {
  background-position: center;
}

.ak .p-header-slider__item-img::before {
  background: transparent !important;
}

.ak .p-header-slider .slick-arrow,
.ak .p-header-slider .slick-arrow::before {
  display: none;
  pointer-events: none;
}

.ak .p-header-content__title {
  display: none;
}

.ak .p-index-content01 {
  margin-bottom: 0;
  padding: 56px 0;
  background: transparent !important;
  font-family: var(--font-serif);
  font-weight: 600;
  z-index: 1;
}

.ak .p-index-content01__link::before {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 30px;
}

.ak .p-index-content01__title {
  margin-bottom: 20px;
  font-family: var(--font-serif) !important;
  font-size: 36px;
  color: var(--color-green);
}

.ak .p-index-content01__desc {
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (min-width: 1200px) {
  .ak .p-index-content01__title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ak .p-index-content01 {
    padding: 32px 0 56px;
  }

  .ak .p-index-content01__link {
    display: block;
  }

  .ak .p-index-content01__title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .ak .p-index-content01__desc {
    text-align: left;
  }

  .ak .p-index-content01__desc br {
    display: none;
  }
}

.ak .p-cb {
  padding: 0;
}

.ak .p-index-content02 {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: rgba(0, 98, 30, 0.05);
  font-family: var(--font-serif) !important;
  font-weight: 600;
}

.ak .p-index-content02.l-inner {
  width: 100%;
  max-width: 100%;
}

.ak .p-index-content02.l-inner > * {
  width: 92.1875%;
  margin-right: auto;
  margin-left: auto;
}

.ak .p-index-content02__title {
  max-width: 900px;
  margin: 0 auto 20px;
  font-family: var(--font-serif) !important;
  font-size: 36px;
  color: var(--color-green);
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ak .p-index-content02__content {
  padding: 40px 20px;
}

.ak .p-index-content02__desc {
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 991px) {
  .ak .p-index-content02.l-inner {
    width: 100%;
  }

  .ak .p-index-content02.l-inner > * {
    width: 88.88889%;
  }
}

@media only screen and (max-width: 767px) {
  .ak .p-index-content02 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .ak .p-index-content02.l-inner > * {
    width: 100%;
  }

  .ak .p-index-content02__title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .ak .p-index-content02__content {
    padding: 24px 16px;
  }

  .ak .p-index-content02__desc {
    font-size: 14px;
    text-align: left;
  }

  .ak .p-index-content02__desc br {
    display: none;
  }
}

.ak .p-entry__body.l-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.ak .p-cb__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .ak .p-cb__item {
    margin-bottom: 0;
  }
}

.ak-free-area-01 {
  position: relative;
  padding-bottom: 120px;
  background-color: rgba(0, 98, 30, 0.05);
}

.ak-free-area-01::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -16px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-right.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.ak-free-area-01 .ak-inner,
.ak-free-area-01 .ak-list {
  position: relative;
}

.ak-free-area-02 {
  position: relative;
  padding-bottom: 120px;
}

.ak-free-area-02::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 217px;
  height: 612px;
  background-image: url(../img/common/bg-flower-left.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.ak-free-area-02 .ak-inner,
.ak-free-area-02 .ak-list {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .ak-free-area-01::before,
  .ak-free-area-02::before {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .ak-free-area-01,
  .ak-free-area-02 {
    padding-bottom: 56px;
  }

  .ak-free-area-01::before {
    top: -36px;
    right: -8px;
    width: 88px;
    height: 248px;
  }

  .ak-free-area-02::before {
    top: -36px;
    left: -20px;
    width: 88px;
    height: 248px;
  }
}

.ak #cb_content3.p-cb__item.p-index-content08 {
  margin-top: 120px;
  margin-bottom: 100px;
}

.ak .p-headline02 {
  margin-bottom: 40px;
}

.ak .p-index-content08 .p-headline02__title {
  font-family: var(--font-serif) !important;
  font-size: 36px;
  color: var(--color-green);
}

.ak .p-blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}

.ak .p-blog-list:last-child {
  margin-bottom: 0 !important;
}

.ak .p-blog-list__item {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  border: none;
  background-color: rgba(0, 98, 30, 0.05);
}

.ak:not(.home) .p-blog-list__item {
  background-color: var(--color-white);
}

.ak .p-blog-list__item .p-article01__content {
  border: none;
}

.ak .p-triangle {
  padding-top: 10px;
  width: 125px;
  height: 125px;
}

.ak .p-triangle::before {
  border-width: 60px;
}

.ak .p-triangle p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-green);
}

.ak .p-triangle p em {
  display: block;
  font-style: normal;
  font-family: var(--font-serif);
  font-size: 30px;
  letter-spacing: 0;
  transform: translateX(-3px);
}

@media only screen and (max-width: 767px) {
  .ak #cb_content3.p-cb__item.p-index-content08 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .ak .p-headline02 {
    margin-bottom: 28px;
    justify-content: center;
  }

  .ak .p-index-content08 .p-headline02__title {
    font-size: 28px;
  }

  .ak .p-blog-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .ak .p-blog-list ~ .p-index-content08__btn {
    margin-top: 20px;
  }
}

.ak-form {
  max-width: 1000px;
  margin: 0 auto;
}

.ak-heading-1 ~ .ak-form {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .ak-heading-1 ~ .ak-form {
    margin-top: 28px;
  }
}

.ak-icon-required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  padding: 2px 6px 3px;
  border-radius: 2px;
  font-style: normal;
  background-color: var(--color-red);
  color: var(--color-white);
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.ak .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.ak .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
}

.ak .wpcf7 .wpcf7-submit,
.ak .wpcf7 .wpcf7-previous {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: var(--color-green);
}

@media only screen and (min-width: 768px) {
  .ak .wpcf7 form {
    padding: 3em 3em 1.5em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ak .wpcf7 .wpcf7-submit:hover,
  .ak .wpcf7 .wpcf7-previous:hover {
    opacity: 1;
    background-color: var(--color-green-dark);
  }
}

.ak .grecaptcha-badge {
  visibility: hidden;
}
