@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media (min-width: 769px) {
  body {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.en {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.03em;
}

p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
p + p {
  margin-top: 1em;
}
@media (min-width: 769px) {
  p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

.primary_title {
  font-weight: 700;
}
@media (min-width: 769px) {
  .primary_title {
    font-size: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .primary_title {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .primary_title {
    font-size: 2.4rem;
    text-align: left;
    display: inline-block;
  }
}
.primary_title.add_icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .primary_title.add_icon {
    justify-content: center;
  }
}
.primary_title.add_icon::before {
  content: "";
  background-image: url(../images/modules/logo.svg);
  width: 108px;
  height: 108px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  .primary_title.add_icon::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .primary_title.add_icon::before {
    width: 108px;
    height: 108px;
  }
}
@media (max-width: 768px) {
  .primary_title.add_icon::before {
    width: 62px;
    height: 62px;
  }
}
.primary_title.add_icon.icon_star::before {
  background-image: url(../images/modules/icon_star.svg);
}
@media (min-width: 769px) {
  .primary_title.add_icon.icon_star::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .primary_title.add_icon.icon_star::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .primary_title.add_icon.icon_star::before {
    width: 34px;
    height: 34px;
  }
}
.primary_title.add_icon.icon_cart::before {
  background-image: url(../images/modules/icon_cart.svg);
}
@media (min-width: 769px) {
  .primary_title.add_icon.icon_cart::before {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .primary_title.add_icon.icon_cart::before {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 768px) {
  .primary_title.add_icon.icon_cart::before {
    width: 32px;
    height: 32px;
  }
}
.primary_title span.en {
  font-size: 42.86%;
  display: block;
  letter-spacing: 0;
}

.secondary_title {
  font-weight: 600;
}
@media (min-width: 769px) {
  .secondary_title {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .secondary_title {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .secondary_title {
    font-size: 1.8rem;
  }
}

.middle_title {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .middle_title {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .middle_title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .middle_title {
    font-size: 1.8rem;
  }
}

.small_title {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .small_title {
    font-size: 1.8rem;
  }
}

.page_title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 769px) {
  .page_title {
    font-size: 3.6111111111vw;
    text-shadow: 0.3472222222vw 0.3472222222vw 1.3888888889vw rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1440px) {
  .page_title {
    font-size: 52px;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 768px) {
  .page_title {
    font-size: 20px;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  }
}

h5 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

.section_title {
  font-size: 4.4rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 2.8rem;
  }
}
.section_title span {
  display: block;
  color: #008B41;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section_title span {
    font-size: 1.6rem;
  }
}
.section_title span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  border-radius: 1px;
  background-color: #008B41;
  margin-left: 1em;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  vertical-align: text-bottom;
}
.section_title.small {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .section_title.small {
    font-size: 2.4rem;
  }
}
.section_title.white {
  color: #ffffff;
}
.section_title.white span {
  color: #ffffff;
}
.section_title.white span::after {
  background-color: #ffffff;
}

.wp-block-heading {
  letter-spacing: 0.05em;
  margin-top: 2em;
}

h2.wp-block-heading {
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  h2.wp-block-heading {
    font-size: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  h2.wp-block-heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3.wp-block-heading {
  margin-bottom: 0.5em;
  border-bottom: solid 3px #ededed;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500 !important;
}
@media (min-width: 769px) {
  h3.wp-block-heading {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  h3.wp-block-heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  h3.wp-block-heading {
    font-size: 1.8rem;
  }
}
h3.wp-block-heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6FBA2C;
  border-bottom: solid 3px #a8dfc2;
  bottom: -3px;
  width: 10%;
}

h4 {
  margin-bottom: 1em;
  font-weight: 500 !important;
}

.page_content strong {
  font-weight: 500;
}
.page_content h2 {
  padding-top: 1em;
  margin-bottom: 1em;
}
.page_content h3 {
  padding-top: 1em;
  margin-bottom: 1em;
}
.page_content p {
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.8;
}
.page_content ul {
  list-style-type: "・ ";
  list-style-position: inside;
  margin-bottom: 1em;
}
.page_content ul li {
  line-height: 1.8;
  text-indent: -0.75em;
  padding-left: 0.75em;
}

.wp-block-table table, .wp-block-table td, .wp-block-table th {
  border: 1px solid #999999;
}
.fz_small {
  font-size: 80%;
}

.page p {
  margin-bottom: 1em;
}

a.text {
  text-decoration: underline;
}

a.pdf, a.doc {
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-decoration: underline;
}
a.pdf::after, a.doc::after {
  content: "";
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  a.pdf::after, a.doc::after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  a.pdf::after, a.doc::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  a.pdf::after, a.doc::after {
    width: 24px;
    height: 24px;
  }
}
a.pdf::after {
  background-image: url(../images/modules/icon_pdf.svg);
}
a.doc::after {
  background-image: url(../images/modules/icon_doc.svg);
}

.fz112 {
  font-size: 112.5%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  color: #000000;
}

body {
  overflow-x: hidden;
  transition: transform 0.3s ease;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
ul, ol {
  list-style-type: none;
}

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

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

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  line-height: 1.25;
  font-weight: 400;
}

.inline_block {
  display: inline-block;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.red {
  color: tomato;
}

.indent_block {
  padding-left: 1em;
  padding-right: 1em;
}

.indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_1_5em {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.add_pl1em {
  padding-left: 1em;
}

.add_pt1em {
  padding-top: 1em;
}

.remove_mb {
  margin-bottom: initial !important;
}

.remove_pt {
  padding-top: initial !important;
}

.margin_rl_auto {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp_visible {
    display: none;
  }
  .pc_align_center {
    text-align: center;
  }
  .pc_align_right {
    text-align: right;
  }
  .pc_add_pt1em {
    padding-top: 1em;
  }
  .inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner {
    width: 100vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner {
    width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner.width_l {
    width: 81.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner.width_l {
    width: 1180px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner.width_m {
    width: 83.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner.width_m {
    width: 1200px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner.width_ms {
    width: 75.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner.width_ms {
    width: 1090px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner.width_s {
    width: 74.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner.width_s {
    width: 1068px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .inner.width_xs {
    width: 63.8888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .inner.width_xs {
    width: 920px;
  }
}
@media (max-width: 768px) {
  .pc_visible {
    display: none;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc_col2 + .pc_col2,
  .pc_col3 + .pc_col3 {
    margin-top: 24px;
  }
  .sp_reduce_pb {
    padding-bottom: 10px !important;
  }
  .sp_margin_rl_auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .spacer_l {
    margin-bottom: 5vw;
  }
}
@media (min-width: 1440px) {
  .spacer_l {
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .spacer_l {
    margin-bottom: 32px;
  }
}

@media (min-width: 769px) {
  .spacer_m {
    margin-bottom: 5.5555555556vw !important;
  }
}
@media (min-width: 1440px) {
  .spacer_m {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .spacer_m {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 769px) {
  .spacer_ms {
    margin-bottom: 2.7777777778vw !important;
  }
}
@media (min-width: 1440px) {
  .spacer_ms {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .spacer_ms {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 769px) {
  .spacer_sl {
    margin-bottom: 2.2222222222vw !important;
  }
}
@media (min-width: 1440px) {
  .spacer_sl {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .spacer_sl {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 769px) {
  .spacer_s {
    margin-bottom: 1.6666666667vw !important;
  }
}
@media (min-width: 1440px) {
  .spacer_s {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .spacer_s {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 769px) {
  .spacer_xs {
    margin-bottom: 1.1111111111vw !important;
  }
}
@media (min-width: 1440px) {
  .spacer_xs {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .spacer_xs {
    margin-bottom: 16px !important;
  }
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  section {
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 769px) {
  section.reduce_pt {
    padding-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  section.reduce_pt {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section.reduce_pt {
    padding-top: 32px;
  }
}
section.add_bgc {
  background-image: linear-gradient(to bottom right, #c7f2db 0%, #ecfaf3 100%);
}

@media (min-width: 769px) {
  .page-template-template_narrow main {
    margin-bottom: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .page-template-template_narrow main {
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .page-template-template_narrow main {
    margin-bottom: 24px;
  }
}

.display_block {
  display: block;
}

figcaption {
  margin-top: 0.5em;
}

.add_bg_wall {
  background-image: url(../images/modules/bg_wall.jpg);
  background-size: auto;
  background-repeat: repeat;
}

.mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.mask.hidden {
  display: none;
}

@media (min-width: 769px) {
  main {
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.btn_primary {
  font-weight: 600;
  display: block;
  color: #ffffff;
  background-color: #000000;
  line-height: 1;
  text-align: center;
  padding-top: 1.672em;
  padding-bottom: 1.772em;
  transition: all 0.3s;
}
.btn_primary:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .btn_primary {
    width: 27.7777777778vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .btn_primary {
    width: 400px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .btn_primary {
    font-size: 1.6rem;
  }
}
.btn_primary.small {
  padding-top: 1.2em;
  padding-bottom: 1.3em;
}
@media (min-width: 769px) {
  .btn_primary.small {
    width: 12.5vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .btn_primary.small {
    width: 180px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .btn_primary.small {
    width: 180px;
    font-size: 1.5rem;
  }
}
.btn_primary.white {
  background-color: #ffffff;
  color: #000000;
}

.link_primary {
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s;
}
.link_primary:hover {
  opacity: 0.6;
}
.link_primary::after {
  content: "";
  display: inline-block;
  background-image: url(../images/modules/arrow_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 1em;
}
@media (min-width: 769px) {
  .link_primary::after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .link_primary::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .link_primary::after {
    width: 24px;
    height: 24px;
    margin-left: 0.5em;
    vertical-align: bottom;
  }
}

button.toggle_btn {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 769px) {
  button.toggle_btn {
    display: none;
  }
}
button.toggle_btn .button_parts > span {
  background-color: #000000;
  width: 16px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
  transition: transform 0.7s;
}
button.toggle_btn .button_parts > span:last-child {
  margin-bottom: 0;
}
button.toggle_btn.open span:nth-child(1) {
  transition-delay: 25ms;
  transform: translateY(7px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
}
button.toggle_btn.open span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-10px) scaleX(0);
}
button.toggle_btn.open span:nth-child(3) {
  transition-delay: 50ms;
  transform: translateY(-7px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}

.button_primary {
  border: solid 1px #008B41;
  color: #008B41;
  background-color: #ffffff;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: all 0.3s;
}
.button_primary:hover {
  background-color: #ECFAF3;
  color: #008B41;
}
.button_primary {
  text-align: center;
}
@media (min-width: 769px) {
  .button_primary {
    border-radius: 0.5555555556vw;
    padding: 1.1111111111vw;
    width: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .button_primary {
    border-radius: 8px;
    padding: 16px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .button_primary {
    border-radius: 8px;
    padding: 16px;
    width: min(100%, 320px);
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify_center {
  justify-content: center;
}

.space_between {
  justify-content: space-between;
}

.gap8 {
  gap: 8px 8px;
}

.gap1em {
  gap: 1em 1em;
}

.width50 {
  width: calc(50% - 4px);
}

@media (min-width: 769px) {
  .pc_width50 {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .col46_4 {
    width: 46.4%;
  }
}

@media (min-width: 769px) {
  .col53_6 {
    width: 53.6%;
  }
}

@media (min-width: 769px) {
  .col52_5 {
    width: 52.5%;
  }
}

@media (min-width: 769px) {
  .col47_5 {
    width: 47.5%;
  }
}

@media (min-width: 769px) {
  .pc_col20 {
    width: 20%;
  }
}

@media (min-width: 769px) {
  .pc_col30 {
    width: 30%;
  }
}

@media (min-width: 769px) {
  .pc_col70 {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .pc_col80 {
    width: 80%;
  }
}

@media (min-width: 769px) {
  .col46 {
    width: 46%;
  }
}

@media (min-width: 769px) {
  .col54 {
    width: 54%;
  }
}

@media (min-width: 769px) {
  .col52 {
    width: 52%;
  }
}

@media (min-width: 769px) {
  .col40 {
    width: 40%;
  }
}

@media (min-width: 769px) {
  .col48 {
    width: 48%;
  }
}

@media (min-width: 769px) {
  .col56 {
    width: 56%;
  }
}

@media (min-width: 769px) {
  .pc_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_space_between {
    justify-content: space-between;
  }
  .pc_center {
    justify-content: center;
  }
  .pc_flex_reverse {
    flex-direction: row-reverse;
  }
  .pc_col2 {
    width: 48%;
  }
  .pc_col3 {
    width: 32%;
    margin-right: 2%;
  }
  .pc_col3:nth-child(3n+3) {
    margin-right: 0;
  }
  .pc_align_items_center {
    align-items: center;
  }
  .pc_align_items_end {
    align-items: flex-end;
  }
}
.flex_column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .post_list {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
.post_list li a {
  font-weight: 400;
  display: block;
  transition: all 0.3s;
  transition: all 0.3s;
}
.post_list li a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .post_list li a {
    display: flex;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .post_list li a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .post_list li a {
    padding: 16px;
  }
}
@media (min-width: 769px) {
  .post_list li a .post_info {
    width: 20.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .post_list li a .post_info {
    width: 295px;
  }
}
@media (max-width: 768px) {
  .post_list li a .post_info {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .post_list li a .post_info .date {
    width: 11.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .post_list li a .post_info .date {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .post_list li a .post_info .date {
    width: 140px;
  }
}
.post_list li a .post_info .category span {
  line-height: 1;
  border: solid 1px #b2b2b2;
  text-align: center;
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
}
@media (min-width: 769px) {
  .post_list li a .post_info .category span {
    width: 9.3055555556vw;
  }
}
@media (min-width: 1440px) {
  .post_list li a .post_info .category span {
    width: 134px;
  }
}
@media (max-width: 768px) {
  .post_list li a .post_info .category span {
    width: 110px;
  }
}
@media (min-width: 769px) {
  .post_list li a .title {
    width: calc(100% - 20.4861111111vw);
    padding-left: 1em;
  }
}
@media (min-width: 1440px) {
  .post_list li a .title {
    width: calc(100% - 295px);
  }
}
@media (min-width: 769px) {
  .post_list li:not(:last-child) {
    border-bottom: solid 1px #b3b3b3;
  }
}
@media (max-width: 768px) {
  .post_list li {
    border-bottom: solid 1px #b3b3b3;
  }
}
.post_list.add_bgc li a:hover {
  background-color: #deeee5;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}
ol li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

ul.list_primary li {
  list-style-type: "・ ";
  list-style-position: inside;
  line-height: 1.5;
  padding-left: 0.75em;
  text-indent: -0.75em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

.wp-block-list {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

ol.wp-block-list ol {
  list-style: none;
  counter-reset: sub-counter;
}
ol.wp-block-list ol > li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 1.8em;
  text-indent: 0em;
}
ol.wp-block-list ol > li::before {
  content: "(" counter(sub-counter) ")";
  position: absolute;
  left: 0; /* 調整 */
  text-align: center;
  width: 1.8em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .breadcrumb {
    font-size: 1vw;
    margin-top: 1.6666666667vw;
    padding-left: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    font-size: 1.4rem;
    margin-top: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 1.4rem;
    margin-top: 2.0833333333vw;
  }
}
.breadcrumb li:first-child {
  color: #008B41;
}
.breadcrumb li + li::before {
  content: ">";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.contact_form h4 {
  background-color: #a8dfc2;
  padding: 0.5em 1em;
  font-size: 120%;
}
.contact_form .group_block {
  background-color: #ECFAF3;
  background-color: #f6f6f6;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.contact_form .group_block dl {
  padding-right: 2em;
  padding-left: 2em;
}
.contact_form .group_block2 {
  background-color: #f6f6f6;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.contact_form .group_block2 dl {
  padding-right: 2em;
  padding-left: 2em;
}
.contact_form dl div, .contact_form dl label {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .contact_form dl div, .contact_form dl label {
    display: block;
    padding-top: initial;
    padding-bottom: 20px;
  }
}
.contact_form dl dt {
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_form dl dt {
    margin-bottom: 8px;
  }
}
.contact_form dl dt .required {
  color: tomato;
  margin-left: 0.5em;
}
.contact_form {
  /* input・textarea・select をまとめて指定 */
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=number],
.contact_form input[type=password],
.contact_form textarea,
.contact_form select {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 769px) {
  .contact_form input[type=text],
  .contact_form input[type=email],
  .contact_form input[type=tel],
  .contact_form input[type=number],
  .contact_form input[type=password],
  .contact_form textarea,
  .contact_form select {
    padding: 0.8333333333vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .contact_form input[type=text],
  .contact_form input[type=email],
  .contact_form input[type=tel],
  .contact_form input[type=number],
  .contact_form input[type=password],
  .contact_form textarea,
  .contact_form select {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact_form input[type=text],
  .contact_form input[type=email],
  .contact_form input[type=tel],
  .contact_form input[type=number],
  .contact_form input[type=password],
  .contact_form textarea,
  .contact_form select {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
}
.contact_form {
  /* フォーカス時 */
}
.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  border-color: #0077ff;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
  outline: none;
}
.contact_form {
  /* textarea */
}
.contact_form textarea {
  min-height: 160px;
  resize: vertical;
}
.contact_form {
  /* ボタン */
}
.contact_form button,
.contact_form input[type=submit],
.contact_form input[type=button] {
  display: inline-block;
  padding: 12px 24px;
  background: #008B41;
  border: solid 1px #008B41;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact_form input[type=button].return {
  color: #008B41;
  background: #fff;
  border: solid 1px #008B41;
}
.contact_form button:hover,
.contact_form input[type=submit]:hover {
  opacity: 0.7;
}
.contact_form.confirm dl {
  border-top: solid 1px #ccc;
}
.contact_form.confirm dl div, .contact_form.confirm dl label {
  border-bottom: solid 1px #ccc;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .contact_form.confirm dl div, .contact_form.confirm dl label {
    display: block;
    padding-top: initial;
    padding-bottom: 20px;
  }
}
.contact_form .form_btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .contact_form .form_btn {
    margin-top: 2.2222222222vw;
    gap: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .contact_form .form_btn {
    margin-top: 32px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .contact_form .form_btn {
    margin-top: 24px;
    gap: 16px;
  }
}
.contact_form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; /* Safari用 */
  background-color: #fff;
  color: inherit;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px; /* 矢印の大きさを16pxに */
  padding-right: 48px;
}

.wpcf7-spinner {
  display: none;
}

.search_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search_box input[type=search] {
  border: 1px solid #cccccc;
  padding: 0.5em;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
@media (min-width: 769px) {
  .search_box input[type=search] {
    width: 27.0833333333vw;
    font-size: 1.1111111111vw;
    border-top-left-radius: 0.5555555556vw;
    border-bottom-left-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .search_box input[type=search] {
    width: 390px;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media (max-width: 768px) {
  .search_box input[type=search] {
    width: 240px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
.search_box input[type=submit] {
  padding: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  background: #008B41;
  background-image: url("../images/modules/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #008B41;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .search_box input[type=submit] {
    border-top-right-radius: 0.5555555556vw;
    border-bottom-right-radius: 0.5555555556vw;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .search_box input[type=submit] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .search_box input[type=submit] {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    width: 40px;
    height: 40px;
  }
}
.search_box input:focus {
  border-color: #0077ff;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
  outline: none;
}

table, td, th {
  border-collapse: collapse;
}

table {
  width: 100%;
}
table th {
  border-bottom: solid 1px #008B41;
  padding: 16px;
  text-align: left;
  font-weight: 500;
}
table thead th {
  border-bottom: solid 1px #000000;
}
table td {
  border-bottom: solid 1px #ccc;
  padding: 16px;
}

.reprint_fee {
  overflow: scroll;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .reprint_fee table {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .reprint_fee tbody th {
    width: 120px;
    white-space: break-spaces;
  }
}
@media (max-width: 768px) {
  .reprint_fee th:first-child {
    background-color: #ffffff;
    position: sticky;
    left: 0;
  }
}

/* 横スクロールのヒント。 */
.scroll_hint {
  animation: hintShake 1.6s ease-in-out infinite;
  background-color: #a8dfc2;
  font-weight: 500;
  line-height: 1;
  padding: 8px 8px 10px;
  display: inline-block;
  font-size: 14px;
  padding-left: 2.25em;
  border-radius: 3px;
  position: relative;
}
.scroll_hint::before {
  content: "←";
  color: #008B41;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 0 3px 3px 0;
}
@media (min-width: 769px) {
  .scroll_hint {
    display: none;
  }
}

/* 揺れるアニメーション */
@keyframes hintShake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
#cta {
  background-color: #000000;
  padding: initial;
  color: #ffffff;
}
#cta .block_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #cta .block_text {
    padding: 32px 16px;
  }
}
#cta .block_text h2 {
  margin-bottom: 1.2em;
  letter-spacing: 0;
}
#cta .block_text p {
  margin-bottom: 1em;
  font-weight: 600;
}
@media (min-width: 769px) {
  #cta .block_text p {
    font-size: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  #cta .block_text p {
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  #cta .block_text .btn_primary {
    width: 28.4722222222vw !important;
  }
}
@media (min-width: 1440px) {
  #cta .block_text .btn_primary {
    width: 410px !important;
  }
}
@media (max-width: 768px) {
  #cta .block_text .btn_primary {
    width: min(100%, 280px);
  }
}
#cta .block_text .btn_primary + .btn_primary {
  margin-top: 0.83em;
}

header .inner {
  position: relative;
}
@media (min-width: 769px) {
  header .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 1.1111111111vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  header .inner {
    padding-top: 16px;
    padding-bottom: 12px;
  }
}
@media (min-width: 769px) {
  header .site_title {
    padding-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  header .site_title {
    padding-bottom: 8px;
  }
}
header .site_title a {
  display: block;
  transition: all 0.3s;
}
header .site_title a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  header .site_title a {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 769px) {
  header .site_title img {
    width: 24.0277777778vw;
    height: 5.1388888889vw;
    padding-top: 0.2em;
  }
}
@media (min-width: 1440px) {
  header .site_title img {
    width: 346px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  header .site_title img {
    width: 240px;
    height: auto;
    padding-right: 0.5em;
    padding-top: 0.2em;
  }
}
@media (min-width: 769px) {
  header .header_link {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  header .header_link {
    position: fixed;
    inset: 0 -100% 0 100%;
    z-index: 100;
    background: #ffffff;
    transition: transform 0.3s ease;
    height: 100vh;
    padding-bottom: 120px;
    overflow: auto;
  }
}
@media (min-width: 769px) {
  header ul.gnav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  header ul.gnav {
    border-top: solid 1px #b3b3b3;
  }
}
header ul.gnav a {
  display: block;
  font-weight: 500;
  transition: all 0.3s;
}
header ul.gnav a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  header ul.gnav a {
    padding-top: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  header ul.gnav a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  header ul.gnav a {
    padding: 16px;
  }
}
@media (min-width: 769px) {
  header ul.gnav li + li {
    margin-left: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  header ul.gnav li + li {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  header ul.gnav li {
    border-bottom: solid 1px #b3b3b3;
  }
}
@media (max-width: 768px) {
  header ul.gnav li a {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  header .link_btn {
    margin-top: 24px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  header .btn_primary {
    width: 15.2777777778vw !important;
  }
}
@media (min-width: 1440px) {
  header .btn_primary {
    width: 230px !important;
  }
}
@media (min-width: 769px) {
  header .btn_primary {
    margin-left: 2.5em;
  }
}
@media (max-width: 768px) {
  header .btn_primary {
    margin: auto;
  }
}

@media (max-width: 768px) {
  body.open .header_link {
    transform: translateX(-100%);
    width: 280px;
    padding-top: 70px;
  }
}

footer {
  background-color: #f4ece0;
}
@media (min-width: 769px) {
  footer {
    font-size: 1.1111111111vw;
    padding-top: 2.2222222222vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  footer {
    font-size: 16px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  footer .block1 .site_title {
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .block1 .site_title a {
  display: block;
  transition: all 0.3s;
}
footer .block1 .site_title a:hover {
  opacity: 0.6;
}
footer .block1 .site_title img {
  height: auto;
}
@media (min-width: 769px) {
  footer .block1 .site_title img {
    width: 29.0277777778vw;
  }
}
@media (min-width: 1440px) {
  footer .block1 .site_title img {
    width: 418px;
  }
}
@media (max-width: 768px) {
  footer .block1 .site_title img {
    width: min(100%, 418px);
    padding-right: 0.5em;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .block1 .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 0.5em;
}
@media (min-width: 769px) {
  footer .block1 .sns {
    padding-left: 9.7222222222vw;
    margin-bottom: 0.8em;
  }
}
@media (min-width: 1440px) {
  footer .block1 .sns {
    padding-left: 140px;
  }
}
@media (max-width: 768px) {
  footer .block1 .sns {
    justify-content: center;
    margin-bottom: 24px;
  }
}
footer .block1 .sns a {
  display: block;
  transition: all 0.3s;
}
footer .block1 .sns a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  footer .block1 .sns a img {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  footer .block1 .sns a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  footer .block1 .sns a img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  footer .block2 {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  footer .block2 .link_btn {
    float: right;
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  footer .block2 .link_btn {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  footer .block2 .btn_primary {
    width: 15.2777777778vw !important;
  }
}
@media (min-width: 1440px) {
  footer .block2 .btn_primary {
    width: 230px !important;
  }
}
@media (max-width: 768px) {
  footer .block2 .btn_primary {
    margin-right: auto;
    margin-left: auto;
  }
}
footer ul.footer_nav li {
  font-weight: 500;
}
footer ul.footer_nav li a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: all 0.3s;
}
footer ul.footer_nav li a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  footer ul.footer_nav li a {
    text-align: center;
  }
}
@media (min-width: 769px) {
  footer ul.footer_nav li + li {
    padding-left: 2em;
  }
}
@media (min-width: 769px) {
  footer .sub_nav {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  footer .sub_nav {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  footer .sub_nav li + li {
    border-left: 1px solid #000000;
  }
}
footer .sub_nav li a {
  display: block;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
footer .sub_nav li a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  footer .sub_nav li a {
    line-height: 1;
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 768px) {
  footer .sub_nav li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
  }
}
@media (min-width: 769px) {
  footer .sub_nav li:last-child a {
    padding-right: 0;
  }
}
footer .copyright {
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  footer .copyright {
    margin-left: 2em;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
    font-size: 1.2rem;
  }
}

#kv {
  position: relative;
}
@media (min-width: 769px) {
  #kv {
    width: 100%;
    height: 0;
    background-image: url(../images/kv/image1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 48.25%;
  }
}
@media (max-width: 768px) {
  #kv {
    background-image: url(../images/kv/image1.jpg);
    height: 600px;
    background-size: cover;
    background-position: center;
  }
}
#kv .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  #kv .inner {
    padding-left: 5vw;
  }
}
@media (min-width: 1440px) {
  #kv .inner {
    padding-left: 72px;
  }
}
@media (max-width: 768px) {
  #kv .inner {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#kv .kv_text {
  color: #ffffff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#kv .kv_text span {
  display: inline-block;
}
@media (max-width: 768px) {
  #kv .kv_text {
    text-align: center;
  }
}
#kv .kv_text h1 {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}
@media (min-width: 769px) {
  #kv .kv_text h1 {
    font-size: 2.9166666667vw;
    margin-bottom: 2.2222222222vw;
    margin-top: 1.4em;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text h1 {
    font-size: 4.2rem;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text h1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
    text-align: center;
  }
}
#kv .kv_text p {
  line-height: 1.95;
  font-weight: 500;
}
@media (min-width: 769px) {
  #kv .kv_text p {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text p {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #kv .kv_text p {
    font-size: 15px;
  }
}
#kv .kv_logo {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  #kv .kv_logo {
    bottom: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_logo {
    bottom: 32px;
  }
}
@media (min-width: 769px) {
  #kv .kv_logo img {
    width: 31.9444444444vw;
    height: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_logo img {
    width: 460px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  #kv .kv_logo img {
    width: 254px;
    height: 104px;
  }
}

@media (min-width: 769px) {
  .page_nav ul {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .page_nav ul {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .page_nav ul {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .page_nav ul li {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .page_nav ul li {
    display: flex;
  }
}
.page_nav ul li a {
  display: block;
  border: solid 1px #008B41;
  color: #008B41;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
}
.page_nav ul li a:hover {
  background-color: #ECFAF3;
  color: #008B41;
}
@media (min-width: 769px) {
  .page_nav ul li a {
    padding: 0.6944444444vw 0.6944444444vw 0.5555555556vw;
    border-radius: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .page_nav ul li a {
    padding: 10px 10px 8px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .page_nav ul li a {
    padding: 10px 10px 8px;
    font-size: 1.4rem;
    border-radius: 3px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page_nav ul li a::after {
  content: "";
  display: block;
  background-image: url(../images/modules/arrow_down.svg);
  background-size: contain;
  margin-top: 0.25em;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .page_nav ul li a::after {
    width: 1vw;
    height: 1vw;
  }
}
@media (min-width: 1440px) {
  .page_nav ul li a::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .page_nav ul li a::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .page_nav ul li {
    width: calc(50% - 8px);
  }
}
@media (min-width: 769px) {
  .page_nav ul.en_nav {
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .page_nav ul.en_nav li {
    flex: initial;
  }
}
/*# sourceMappingURL=styles.css.map */
