@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (min-width: 769px) {
  body {
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  body {
    font-size: 1.6rem;
  }
}
@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;
}

.primary_title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .primary_title {
    font-size: 2.8787878788vw;
  }
}
@media (min-width: 1320px) {
  .primary_title {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .primary_title {
    font-size: 2.4rem;
  }
}
.primary_title.before_top {
  text-align: center;
}
@media (min-width: 769px) {
  .primary_title.before_top {
    padding-top: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .primary_title.before_top {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .primary_title.before_top {
    padding-top: 24px;
  }
}
.primary_title.before_top::before {
  top: 0;
  left: 50%;
}
.primary_title.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .primary_title.center {
    text-align: left;
  }
}

.secondary_title {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .secondary_title {
    font-size: 1.9696969697vw;
  }
}
@media (min-width: 1320px) {
  .secondary_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .secondary_title {
    font-size: 2rem;
  }
}
.secondary_title.green {
  color: #008B41;
}

.middle_title {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .middle_title {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1320px) {
  .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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 769px) {
  .page_title {
    font-size: 3.9393939394vw;
    text-shadow: 0.3787878788vw 0.3787878788vw 1.5151515152vw rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1320px) {
  .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);
  }
}
.page_title span {
  font-size: 70%;
}

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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          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;
  font-weight: 500 !important;
}
@media (min-width: 769px) {
  h2.wp-block-heading {
    font-size: 1.9696969697vw;
  }
}
@media (min-width: 1320px) {
  h2.wp-block-heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3 {
  border-bottom: solid 3px #ededed;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500 !important;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6FBA2C;
  border-bottom: solid 3px #a8dfc2;
  bottom: -3px;
  width: 10%;
}

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.6666666667vw;
  }
}
@media (min-width: 1320px) {
  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;
}

h4.wp-block-heading {
  margin-bottom: 1em;
  font-weight: 500 !important;
}
@media (min-width: 769px) {
  h4.wp-block-heading {
    font-size: 1.3636363636vw;
  }
}
@media (min-width: 1320px) {
  h4.wp-block-heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  h4.wp-block-heading {
    font-size: 1.6rem;
  }
}

.single-post p {
  margin: 1em 0;
}

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  a.pdf::after, a.doc::after {
    width: 3.0303030303vw;
    height: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a.text_link {
  text-decoration: underline;
}

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_mt_auto {
    margin-top: auto;
  }
  .pc_add_pt1em {
    padding-top: 1em;
  }
}
.inner {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .inner {
    width: 100vw;
    padding-left: 1.5151515152vw;
    padding-right: 1.5151515152vw;
  }
}
@media (min-width: 1320px) {
  .inner {
    width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .inner.width_l {
    width: 89.3939393939vw;
  }
}
@media (min-width: 1320px) {
  .inner.width_l {
    width: 1180px;
  }
}
@media (min-width: 769px) {
  .inner.width_m {
    width: 86.3636363636vw;
  }
}
@media (min-width: 1320px) {
  .inner.width_m {
    width: 1140px;
  }
}
@media (min-width: 769px) {
  .inner.width_ms {
    width: 82.5757575758vw;
  }
}
@media (min-width: 1320px) {
  .inner.width_ms {
    width: 1090px;
  }
}
@media (min-width: 769px) {
  .inner.width_s {
    width: 80.9090909091vw;
  }
}
@media (min-width: 1320px) {
  .inner.width_s {
    width: 1068px;
  }
}
@media (min-width: 769px) {
  .inner.width_xs {
    width: 69.696969697vw;
  }
}
@media (min-width: 1320px) {
  .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;
  }
  .sp_mt24 {
    margin-top: 24px;
  }
}
.add_mt {
  margin-top: 1.8em;
}

.spacer40 {
  margin-bottom: 40px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .spacer_l {
    margin-bottom: 5.4545454545vw;
  }
}
@media (min-width: 1320px) {
  .spacer_l {
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .spacer_l {
    margin-bottom: 32px;
  }
}

@media (min-width: 769px) {
  .spacer_m {
    margin-bottom: 4.2424242424vw !important;
  }
}
@media (min-width: 1320px) {
  .spacer_m {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 768px) {
  .spacer_m {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 769px) {
  .spacer_ms {
    margin-bottom: 3.0303030303vw !important;
  }
}
@media (min-width: 1320px) {
  .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.4242424242vw !important;
  }
}
@media (min-width: 1320px) {
  .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.8181818182vw !important;
  }
}
@media (min-width: 1320px) {
  .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.2121212121vw !important;
  }
}
@media (min-width: 1320px) {
  .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: 6.0606060606vw;
    padding-bottom: 6.0606060606vw;
  }
}
@media (min-width: 1320px) {
  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: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  section.reduce_pt {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section.reduce_pt {
    padding-top: 32px;
  }
}
section.add_bgc {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#c7f2db), to(#ecfaf3));
  background-image: -webkit-linear-gradient(top left, #c7f2db 0%, #ecfaf3 100%);
  background-image: linear-gradient(to bottom right, #c7f2db 0%, #ecfaf3 100%);
}

@media (min-width: 769px) {
  .page-template-template_narrow main {
    margin-bottom: 4.2424242424vw;
  }
}
@media (min-width: 1320px) {
  .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;
}

figure.wp-block-image {
  margin: 1.8em 0;
}

.link_primary {
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .link_primary:hover {
    opacity: 0.7;
  }
}
.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: 1320px) {
  .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;
  }
}

.link_add_arrow {
  display: block;
  border-bottom: solid 1px #333333;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .link_add_arrow:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .link_add_arrow {
    width: 18.1818181818vw;
    padding: 1.8181818182vw 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .link_add_arrow {
    width: 240px;
    padding: 24px 8px;
  }
}
@media (max-width: 768px) {
  .link_add_arrow {
    padding: 24px 8px;
  }
}
.link_add_arrow::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-image: url(../images/modules/arrow_icon.svg);
  background-size: contain;
}
@media (min-width: 769px) {
  .link_add_arrow::after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1320px) {
  .link_add_arrow::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .link_add_arrow::after {
    width: 24px;
    height: 24px;
  }
}
.link_add_arrow.remove_border {
  border-bottom: none;
}
@media (min-width: 769px) {
  .link_add_arrow.remove_border {
    width: initial;
    padding: 1.8181818182vw 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .link_add_arrow.remove_border {
    width: initial;
    padding: 24px 8px;
  }
}
@media (max-width: 768px) {
  .link_add_arrow.remove_border {
    padding: 24px 8px;
  }
}
.link_add_arrow.remove_border::after {
  right: initial;
}

button.toggle_btn {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 初期状態（右上用） */
  width: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 769px) {
  button.toggle_btn {
    display: none;
  }
}
button.toggle_btn .button_name {
  font-size: 1.2rem;
  color: #000000;
  display: none;
}
button.toggle_btn .button_parts > span {
  background-color: #000000;
  width: 14px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
button.toggle_btn .button_parts > span:last-child {
  margin-bottom: 0;
}
button.toggle_btn.open span:nth-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
  -webkit-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}
button.toggle_btn.open span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-10px) scaleX(0);
          transform: translateX(-10px) scaleX(0);
}
button.toggle_btn.open span:nth-child(3) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transform: translateY(-7px) rotate(-135deg);
          transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-6px) 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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button_primary:hover {
    background-color: #ECFAF3;
    color: #008B41;
  }
}
.button_primary {
  text-align: center;
}
@media (min-width: 769px) {
  .button_primary {
    border-radius: 0.6060606061vw;
    padding: 1.2121212121vw;
    width: 24.2424242424vw;
  }
}
@media (min-width: 1320px) {
  .button_primary {
    border-radius: 8px;
    padding: 16px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .button_primary {
    border-radius: 8px;
    padding: 16px;
    width: min(100%, 320px);
  }
}
.button_primary.small {
  line-height: 1.4;
}
@media (min-width: 769px) {
  .button_primary.small {
    width: 100%;
    padding: 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .button_primary.small {
    width: 100%;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .button_primary.small {
    width: 100%;
    padding: 8px;
  }
}
.button_primary.small.pdf {
  position: relative;
  text-decoration: none;
  width: 100%;
  margin-bottom: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button_primary.small.pdf:hover {
    opacity: 0.7;
  }
}
.button_primary.small.pdf::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url(../images/modules/icon_pdf.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .button_primary.small.pdf {
    padding: 1.4393939394vw;
  }
  .button_primary.small.pdf::after {
    width: 3.0303030303vw;
    height: 3.0303030303vw;
    right: 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .button_primary.small.pdf {
    padding: 19px;
  }
  .button_primary.small.pdf::after {
    width: 40px;
    height: 40px;
    right: 8px;
  }
}
@media (max-width: 768px) {
  .button_primary.small.pdf {
    padding: 18px;
  }
  .button_primary.small.pdf::after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
.button_primary.small.pdf a {
  padding-right: 1em;
}

.button_jstage {
  display: block;
  font-weight: 600;
  border: solid 1px #008B41;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  color: #008B41;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button_jstage:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .button_jstage {
    font-size: 1.3636363636vw;
    border-radius: 0.3787878788vw;
    padding: 1.0606060606vw 1.2121212121vw;
    width: 13.6363636364vw;
  }
}
@media (min-width: 1320px) {
  .button_jstage {
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 14px 16px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  .button_jstage {
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 8px;
    width: 140px;
  }
}

.button_pdf {
  display: block;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button_pdf:hover {
    opacity: 0.7;
  }
}
.button_pdf::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url(../images/modules/icon_pdf.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .button_pdf {
    font-size: 1.3636363636vw;
    border-radius: 0.3787878788vw;
    padding: 1.0606060606vw 1.2121212121vw;
    width: 18.9393939394vw;
  }
  .button_pdf::after {
    width: 3.0303030303vw;
    height: 3.0303030303vw;
    right: 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .button_pdf {
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 14px 16px;
    width: 250px;
  }
  .button_pdf::after {
    width: 40px;
    height: 40px;
    right: 8px;
  }
}
@media (max-width: 768px) {
  .button_pdf {
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 8px;
    width: 200px;
  }
  .button_pdf::after {
    width: 24px;
    height: 24px;
    right: 8px;
  }
}
.button_pdf.small {
  background-color: #fff;
}
@media (min-width: 769px) {
  .button_pdf.small {
    width: 13.6363636364vw;
  }
}
@media (min-width: 1320px) {
  .button_pdf.small {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .button_pdf.small {
    width: 140px;
  }
}

.page_top {
  position: fixed;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
}
@media (min-width: 769px) {
  .page_top {
    width: 7.5757575758vw;
    height: 7.5757575758vw;
    right: 1.8181818182vw;
    bottom: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .page_top {
    width: 100px;
    height: 100px;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page_top {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
  }
}
.page_top.fadein {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap8 {
  gap: 8px 8px;
}

.gap1em {
  gap: 1em 1em;
}

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

@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) {
  .col50 {
    width: 50%;
  }
}

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

@media (min-width: 769px) {
  .col32 {
    width: 32%;
  }
}

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

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

@media (min-width: 769px) {
  .col49 {
    width: 49%;
  }
}

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

@media (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_space_between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc_flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pc_flex_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc_align_items_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gap_4per {
  gap: 4%;
}

.gap_2per {
  gap: 2%;
}

@media (max-width: 768px) {
  .post_list {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
.post_list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .post_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8181818182vw 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .post_list li a {
    padding: 24px 8px;
  }
}
@media (max-width: 768px) {
  .post_list li a {
    padding: 16px;
  }
}
.post_list li a:hover {
  background-color: #f6f6f6;
}
@media (min-width: 769px) {
  .post_list li a .post_info {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .post_list li a .post_info {
    margin-bottom: 8px;
  }
}
.post_list li a .post_info .date {
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  .post_list li a .title {
    width: 70%;
  }
}
@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;
}
.post_list.post_list_block {
  overflow-y: scroll;
}
@media (min-width: 769px) {
  .post_list.post_list_block {
    max-height: 28.9393939394vw;
  }
}
@media (min-width: 1320px) {
  .post_list.post_list_block {
    max-height: 382px;
  }
}
@media (max-width: 768px) {
  .post_list.post_list_block {
    max-height: 420px;
  }
}

.list_header {
  border-bottom: solid 1px #000000;
  font-weight: 600;
}
@media (min-width: 769px) {
  .list_header {
    padding: 4.2424242424vw 1.2121212121vw 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .list_header {
    padding: 56px 16px 16px;
  }
}
@media (max-width: 768px) {
  .list_header {
    display: none;
  }
}

@media (min-width: 769px) {
  .time {
    width: 9.8484848485vw;
  }
}
@media (min-width: 1320px) {
  .time {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .time {
    font-weight: 500;
  }
}

@media (min-width: 769px) {
  .date_presentation {
    width: 18.1818181818vw;
  }
}
@media (min-width: 1320px) {
  .date_presentation {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .date_presentation.date_document {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .place {
    width: calc(100% - 9.8484848485vw - 18.1818181818vw);
  }
}
@media (min-width: 1320px) {
  .place {
    width: calc(100% - 130px - 240px);
  }
}

@media (min-width: 769px) {
  .name {
    width: 37.1212121212vw;
  }
}
@media (min-width: 1320px) {
  .name {
    width: 490px;
  }
}
@media (max-width: 768px) {
  .name {
    font-weight: 500;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .name.document_title {
    margin-bottom: 8px;
  }
}

@media (min-width: 769px) {
  .link_url {
    width: calc(100% - 37.1212121212vw - 18.1818181818vw);
  }
}
@media (min-width: 1320px) {
  .link_url {
    width: calc(100% - 490px - 240px);
  }
}
@media (max-width: 768px) {
  .link_url {
    width: 80px;
    margin-left: 20px;
  }
}
.link_url span {
  display: inline-block;
  border: solid 1px #000000;
  border-radius: 3px;
  font-size: 74%;
  padding: 0.4em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .link_url span {
    width: 6.0606060606vw;
  }
}
@media (min-width: 1320px) {
  .link_url span {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .link_url span {
    width: 80px;
  }
}
.link_url span.pdf {
  padding-left: 1.5em;
  position: relative;
}
.link_url span.pdf::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url(../images/modules/icon_pdf.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .link_url span.pdf::after {
    width: 1.5151515152vw;
    height: 1.5151515152vw;
    right: 1em;
  }
}
@media (min-width: 1320px) {
  .link_url span.pdf::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .link_url span.pdf::after {
    width: 20px;
    height: 20px;
    right: 1em;
  }
}
.link_url span.onedrive {
  text-align: center;
}

.past_list li {
  border-bottom: solid 1px #cdcdcd;
}
@media (min-width: 769px) {
  .past_list li a {
    padding: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .past_list li a {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .past_list li a {
    padding: 16px;
  }
}
.past_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .past_list li a:hover {
    background-color: #f6f6f6;
    color: #000;
  }
}
@media (min-width: 769px) {
  .past_list li > div {
    padding: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .past_list li > div {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .past_list li > div {
    padding: 16px;
  }
}

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

.history_list li {
  border-bottom: solid 1px #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .history_list li {
    padding: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .history_list li {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .history_list li {
    padding: 16px 8px;
  }
}
@media (min-width: 769px) {
  .history_list li .year {
    width: 7.196969697vw;
  }
}
@media (min-width: 1320px) {
  .history_list li .year {
    width: 95px;
  }
}
@media (max-width: 768px) {
  .history_list li .year {
    width: 80px;
  }
}
@media (min-width: 769px) {
  .history_list li .text {
    width: calc(100% - 7.196969697vw);
  }
}
@media (min-width: 1320px) {
  .history_list li .text {
    width: calc(100% - 95px);
  }
}
@media (max-width: 768px) {
  .history_list li .text {
    width: calc(100% - 80px);
  }
}

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;
  margin: 1.8em 0;
}
.wp-block-list .wp-block-list {
  margin-top: 0.5em;
  margin-bottom: 0;
}

ul.wp-block-list {
  list-style-type: "・  ";
  list-style-position: outside;
  margin-left: 1.2em;
}

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;
}

.board_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .board_list li.list_header {
    display: none;
  }
}
.board_list li:not(.list_header) {
  border-bottom: solid 1px #b3b3b3;
}
@media (min-width: 769px) {
  .board_list li {
    padding: 1.2121212121vw;
    gap: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .board_list li {
    padding: 16px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .board_list li {
    padding: 16px 8px;
  }
}
.board_list .role {
  font-weight: 500;
}
@media (min-width: 769px) {
  .board_list .role {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .board_list .role {
    margin-right: 1em;
  }
}
@media (min-width: 769px) {
  .board_list .name {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .board_list .work_place {
    width: calc(38% - 3.6363636364vw);
  }
}
@media (min-width: 1320px) {
  .board_list .work_place {
    width: calc(38% - 32px);
  }
}
@media (max-width: 768px) {
  .board_list .work_place {
    width: 100%;
    margin-top: 5px;
  }
  .board_list .work_place::before {
    content: "勤務先：";
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .board_list.board_list_en li {
    padding: initial;
  }
}
@media (min-width: 1320px) {
  .board_list.board_list_en li {
    padding: initial;
  }
}
@media (min-width: 769px) {
  .board_list.board_list_en div {
    padding: 1.2121212121vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1320px) {
  .board_list.board_list_en div {
    padding: 16px;
  }
}
@media (min-width: 769px) {
  .board_list.board_list_en li:not(.list_header) div + div {
    border-left: dotted 1px #b3b3b3;
  }
}
.board_list.board_list_en .role {
  font-weight: 500;
}
@media (min-width: 769px) {
  .board_list.board_list_en .role {
    width: 32%;
  }
}
@media (min-width: 769px) {
  .board_list.board_list_en .name {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .board_list.board_list_en .work_place {
    width: calc(38% - 3.6363636364vw);
  }
}
@media (min-width: 1320px) {
  .board_list.board_list_en .work_place {
    width: calc(38% - 32px);
  }
}
@media (max-width: 768px) {
  .board_list.board_list_en .work_place::before {
    content: "Organization：";
    display: inline-block;
  }
}

li a.text {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list li:not(.list_header) {
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
  padding-bottom: 1em;
}
.list li:last-child {
  border-bottom: none;
}
.list li.list_header {
  padding: 0 0 0.5em;
}
.list li .type {
  width: 20%;
  font-weight: 500;
}
@media (min-width: 769px) {
  .list li .type {
    padding-right: 1.2121212121vw;
    padding-left: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .list li .type {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.list li .description {
  width: 80%;
  letter-spacing: 0.03em;
}

.grid_list {
  display: grid;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (min-width: 769px) {
  .grid_list {
    grid-template-columns: repeat(auto-fit, minmax(10.6060606061vw, 1fr));
  }
}
@media (min-width: 1320px) {
  .grid_list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
@media (max-width: 768px) {
  .grid_list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.grid_list > * {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_list a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .grid_list a:hover {
    background-color: #ECFAF3;
    color: #000;
  }
}
.grid_list span {
  display: block;
  width: 100%;
  padding: 8px;
  color: #b3b3b3;
}

.paper_list {
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
}
.paper_list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .paper_list li a:hover {
    background-color: #f6f6f6;
    color: #000000;
  }
}
.paper_list li + li {
  border-top: solid 1px #b3b3b3;
}
.paper_list li .paper_author {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .paper_list li .paper_author span {
    display: inline-block;
  }
}
.paper_list li .paper_author span:nth-child(2) {
  margin-left: 1em;
}
.paper_list li .paper_main {
  position: relative;
}
@media (min-width: 769px) {
  .paper_list li .paper_main {
    width: calc(100% - 12.1212121212vw);
    padding: 1.2121212121vw 1.8181818182vw 1.2121212121vw 3.9393939394vw;
  }
}
@media (min-width: 1320px) {
  .paper_list li .paper_main {
    width: calc(100% - 160px);
    padding: 16px 24px 16px 52px;
  }
}
@media (max-width: 768px) {
  .paper_list li .paper_main {
    padding: 8px 16px 16px 42px;
  }
}
.paper_list li .paper_main::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/modules/arrow_icon.svg);
  background-size: contain;
}
@media (min-width: 769px) {
  .paper_list li .paper_main::before {
    width: 1.8181818182vw;
    height: 1.8181818182vw;
    top: 1.5151515152vw;
    left: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .paper_list li .paper_main::before {
    width: 24px;
    height: 24px;
    top: 20px;
    left: 16px;
  }
}
@media (max-width: 768px) {
  .paper_list li .paper_main::before {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 16px;
  }
}
@media (min-width: 769px) {
  .paper_list li .paper_meta span.page {
    display: block;
  }
}
@media (max-width: 768px) {
  .paper_list li .paper_meta span.page {
    margin-left: 0.5em;
  }
}
@media (min-width: 769px) {
  .paper_list li .paper_meta {
    width: 12.1212121212vw;
    padding: 1.2121212121vw;
  }
  .paper_list li .paper_meta span.year {
    display: block;
  }
}
@media (min-width: 1320px) {
  .paper_list li .paper_meta {
    width: 160px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .paper_list li .paper_meta {
    padding: 16px 16px 0px 16px;
    font-size: 90%;
  }
}

.paper_details {
  display: grid;
}
@media (min-width: 769px) {
  .paper_details {
    grid-template-columns: 11.3636363636vw 1fr;
  }
}
@media (min-width: 1320px) {
  .paper_details {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 768px) {
  .paper_details {
    grid-template-columns: 1fr;
  }
}
.paper_details dt {
  grid-column: 1;
  font-weight: 600;
}
@media (min-width: 769px) {
  .paper_details dt {
    border-bottom: solid 1px #b3b3b3;
    padding: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .paper_details dt {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .paper_details dt {
    padding: 16px 16px 8px;
  }
}
.paper_details dd {
  grid-column: 2;
  border-bottom: solid 1px #b3b3b3;
}
@media (min-width: 769px) {
  .paper_details dd {
    padding: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .paper_details dd {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .paper_details dd {
    grid-column: 1;
    padding: 0 16px 16px;
  }
}

.feature_list li {
  border-bottom: solid 1px #b3b3b3;
}
.feature_list li a {
  position: relative;
  font-weight: 500;
}
@media (min-width: 769px) {
  .feature_list li a {
    padding: 1.2121212121vw 4.2424242424vw 1.2121212121vw 1.8181818182vw;
    font-size: 1.5151515152vw;
  }
}
@media (min-width: 1320px) {
  .feature_list li a {
    padding: 16px 56px 16px 24px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .feature_list li a {
    padding: 16px 40px 16px 16px;
    font-size: 16px;
    display: block;
  }
}
.feature_list li a span {
  display: block;
}
@media (min-width: 769px) {
  .feature_list li a span:nth-child(1) {
    width: 13.6363636364vw;
  }
  .feature_list li a span:nth-child(2) {
    width: calc(100% - 13.6363636364vw);
  }
}
@media (min-width: 1320px) {
  .feature_list li a span:nth-child(1) {
    width: 180px;
  }
  .feature_list li a span:nth-child(2) {
    width: calc(100% - 180px);
  }
}
.feature_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .feature_list li a:hover {
    background-color: #f6f6f6;
    color: #000000;
  }
}
.feature_list li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "";
  display: block;
  background-image: url(../images/modules/arrow_down.svg);
  background-size: contain;
}
@media (min-width: 769px) {
  .feature_list li a::after {
    width: 1.5151515152vw;
    height: 1.5151515152vw;
    right: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .feature_list li a::after {
    width: 20px;
    height: 20px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .feature_list li a::after {
    width: 16px;
    height: 16px;
    right: 24px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .breadcrumb {
    font-size: 1.0606060606vw;
    margin-top: 1.8181818182vw;
    padding-left: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .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;
}

.block {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .block {
    padding: 4.2424242424vw 4.2424242424vw;
    border-radius: 2.2727272727vw;
  }
}
@media (min-width: 1320px) {
  .block {
    padding: 56px 56px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .block {
    padding: 24px;
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .block.pc_remove_pb {
    padding-bottom: 0;
  }
}
.block.remove_pt {
  padding-top: 0;
}
@media (min-width: 769px) {
  .block.padding_small {
    padding: 2.4242424242vw;
  }
}
@media (min-width: 1320px) {
  .block.padding_small {
    padding: 32px;
  }
}
@media (min-width: 769px) {
  .block.padding_m {
    padding: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  .block.padding_m {
    padding: 40px;
  }
}
@media (min-width: 769px) {
  .block.padding_lg {
    padding-right: 8.4848484848vw;
    padding-left: 8.4848484848vw;
  }
}
@media (min-width: 1320px) {
  .block.padding_lg {
    padding-right: 112px;
    padding-left: 112px;
  }
}
.block.add_bgc {
  background-color: #F2F9F5;
}
.block.add_border {
  border: solid 2px #e6e6e6;
}

::-webkit-input-placeholder {
  color: #777777;
  opacity: 1; /* Firefox対策 */
}

::-moz-placeholder {
  color: #777777;
  opacity: 1; /* Firefox対策 */
}

:-ms-input-placeholder {
  color: #777777;
  opacity: 1; /* Firefox対策 */
}

::-ms-input-placeholder {
  color: #777777;
  opacity: 1; /* Firefox対策 */
}

::placeholder {
  color: #777777;
  opacity: 1; /* Firefox対策 */
}

.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 input[type=date],
.contact_form textarea,
.contact_form select {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-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 input[type=date],
  .contact_form textarea,
  .contact_form select {
    padding: 0.9090909091vw;
    border-radius: 0.6060606061vw;
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .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 input[type=date],
  .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 input[type=date],
  .contact_form textarea,
  .contact_form select {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .contact_form input[type=date] {
    width: 13.6363636364vw;
  }
}
@media (min-width: 1320px) {
  .contact_form input[type=date] {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .contact_form input[type=date] {
    width: 180px;
  }
}
.contact_form {
  /* フォーカス時 */
}
.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  border-color: #0077ff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
          box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
  outline: none;
}
.contact_form {
  /* textarea */
}
.contact_form textarea {
  resize: vertical;
}
.contact_form {
  /* ボタン */
}
.contact_form button,
.contact_form input[type=submit],
.contact_form input[type=button] {
  display: inline-block;
  background: #008B41;
  border: solid 1px #008B41;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .contact_form button,
  .contact_form input[type=submit],
  .contact_form input[type=button] {
    border-radius: 0.6060606061vw;
    padding: 1.2121212121vw;
    width: 24.2424242424vw;
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .contact_form button,
  .contact_form input[type=submit],
  .contact_form input[type=button] {
    border-radius: 8px;
    padding: 16px;
    width: 320px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .contact_form button,
  .contact_form input[type=submit],
  .contact_form input[type=button] {
    border-radius: 8px;
    padding: 16px;
    width: min(100%, 320px);
    font-size: 1.6rem;
  }
}
.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-top: 16px;
    padding-bottom: 20px;
  }
}
.contact_form .form_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .contact_form .form_btn {
    margin-top: 2.4242424242vw;
    gap: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_box input[type=search] {
  border: 1px solid #cccccc;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-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: 29.5454545455vw;
    font-size: 1.2121212121vw;
    border-radius: 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  .search_box input[type=search] {
    width: 390px;
    font-size: 16px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .search_box input[type=search] {
    width: 260px;
    border-radius: 3px;
  }
}
.search_box input[type=submit] {
  padding: 0;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .search_box input[type=submit] {
    border-top-right-radius: 0.6060606061vw;
    border-bottom-right-radius: 0.6060606061vw;
    width: 3.0303030303vw;
    height: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  .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;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
          box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
  outline: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
fieldset label {
  margin-right: 1em;
}
@media (max-width: 768px) {
  fieldset label {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  fieldset dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
fieldset dd p {
  width: 100%;
  margin-bottom: 20px !important;
}

#wpmem_login {
  margin: auto;
}
#wpmem_login legend {
  display: none;
}
#wpmem_login .button_div {
  text-align: left !important;
}
#wpmem_login .button_div .buttons {
  display: block;
  margin: 1em auto;
  padding: 12px 24px;
  background: #008B41;
  border: solid 1px #008B41;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  #wpmem_login .button_div .buttons {
    padding: 0.9090909091vw 1.8181818182vw;
    border-radius: 0.6060606061vw;
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  #wpmem_login .button_div .buttons {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
}
#wpmem_login .button_div .buttons:hover {
  opacity: 0.7;
}
#wpmem_login .link-text {
  text-align: center !important;
}
#wpmem_login .link-text a {
  color: #00a1db;
  text-decoration: underline;
  display: inline-block;
}
#wpmem_login input[type=text],
#wpmem_login input[type=password] {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 100%;
}
@media (min-width: 769px) {
  #wpmem_login input[type=text],
  #wpmem_login input[type=password] {
    padding: 0.9090909091vw;
    border-radius: 0.6060606061vw;
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  #wpmem_login input[type=text],
  #wpmem_login input[type=password] {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #wpmem_login input[type=text],
  #wpmem_login input[type=password] {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
}
#wpmem_login input:focus {
  border-color: #0077ff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
          box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
  outline: none;
}

#wpmem_login, #wpmem_reg {
  color: #2b2b2b;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #wpmem_login, #wpmem_reg {
    font-size: 1.2121212121vw !important;
  }
}
@media (min-width: 1320px) {
  #wpmem_login, #wpmem_reg {
    font-size: 16px !important;
  }
}

@media (min-width: 769px) {
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: min(75%, 27.2727272727vw) !important;
  }
}
@media (min-width: 1320px) {
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: min(75%, 360px) !important;
  }
}
@media (max-width: 768px) {
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: min(90%, 360px) !important;
  }
}

.wpmem_msg {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}

#wpmem_reg .button_div {
  text-align: center;
}

#wpmem_login .div_text {
  margin-bottom: 1.5em;
}

.wpmem_link li:first-child a {
  border: solid 1px #008B41;
  color: #008B41;
  background-color: #ffffff;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .wpmem_link li:first-child a:hover {
    background-color: #ECFAF3;
    color: #008B41;
  }
}
.wpmem_link li:first-child a {
  text-align: center;
}
@media (min-width: 769px) {
  .wpmem_link li:first-child a {
    border-radius: 0.6060606061vw;
    padding: 1.2121212121vw;
    width: 24.2424242424vw;
  }
}
@media (min-width: 1320px) {
  .wpmem_link li:first-child a {
    border-radius: 8px;
    padding: 16px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .wpmem_link li:first-child a {
    border-radius: 8px;
    padding: 16px;
    width: min(100%, 320px);
  }
}

#papers_message {
  margin-top: 1em;
}

#papers_results li {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1em;
}
#papers_results li a:hover {
  text-decoration: underline;
}

input[readonly] {
  background-color: transparent;
}

label:has(input[readonly]) {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

input[readonly]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

table {
  width: 100%;
}
table th {
  border-bottom: solid 1px #b3b3b3;
  padding: 16px;
  text-align: left;
  font-weight: 500;
}
table thead th {
  border-bottom: solid 1px #000000;
}
table td {
  border-bottom: solid 1px #b3b3b3;
  padding: 16px;
}
table.table_en td {
  border-left: dotted 1px #b3b3b3;
}
table.table_en thead th {
  border-left: none;
}

@media (max-width: 768px) {
  .reprint_fee {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    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;
  }
}
.reprint_fee td span {
  font-size: 80%;
  padding-left: 0.25em;
}

/* 横スクロールのヒント。 */
.scroll_hint {
  -webkit-animation: hintShake 1.6s ease-in-out infinite;
          animation: hintShake 1.6s ease-in-out infinite;
  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;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-color: #008B41;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .scroll_hint {
    display: none;
  }
}

@media (max-width: 768px) {
  .table_wrap {
    position: relative;
  }
}

@media (max-width: 768px) {
  .fade_right {
    position: absolute;
    top: 0;
    right: -5px;
    width: 40px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .fade_right.hidden {
    opacity: 0;
  }
}

/* 揺れるアニメーション */
@-webkit-keyframes hintShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hintShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wp-block-table {
  margin: 1.8em 0;
}

.wp-block-table thead {
  border-bottom: 2px solid #008B41;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.accordion {
  border-bottom: solid 1px #b3b3b3;
}

.accordion_item dt {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  border-top: solid 1px #b3b3b3;
}
@media (min-width: 769px) {
  .accordion_item dt {
    font-size: 1.5151515152vw;
    padding: 1.2121212121vw 4.2424242424vw 1.2121212121vw 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item dt {
    font-size: 20px;
    padding: 16px 56px 16px 24px;
  }
}
@media (max-width: 768px) {
  .accordion_item dt {
    font-size: 16px;
    padding: 16px 40px 16px 16px;
  }
}
.accordion_item dt::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../images/modules/arrow_down.svg);
  background-size: contain;
}
@media (min-width: 769px) {
  .accordion_item dt::after {
    width: 1.5151515152vw;
    height: 1.5151515152vw;
    right: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item dt::after {
    width: 20px;
    height: 20px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .accordion_item dt::after {
    width: 16px;
    height: 16px;
    right: 24px;
  }
}
.accordion_item dt span {
  display: inline-block;
}
@media (min-width: 769px) {
  .accordion_item dt span:nth-child(1) {
    width: 13.6363636364vw;
  }
  .accordion_item dt span:nth-child(2) {
    width: calc(100% - 13.6363636364vw);
  }
}
@media (min-width: 1320px) {
  .accordion_item dt span:nth-child(1) {
    width: 180px;
  }
  .accordion_item dt span:nth-child(2) {
    width: calc(100% - 180px);
  }
}
@media (max-width: 768px) {
  .accordion_item dt span {
    display: block;
  }
}
.accordion_item dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .accordion_item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item dd {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .accordion_item dd {
    padding: 0 16px;
  }
}
@media (min-width: 769px) {
  .accordion_item dd .link_btn {
    width: 15.1515151515vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item dd .link_btn {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .accordion_item dd .link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .accordion_item dd .link_btn a + a {
    margin-top: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item dd .link_btn a + a {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .accordion_item dd .toc {
    width: calc(100% - 15.1515151515vw);
  }
}
@media (min-width: 1320px) {
  .accordion_item dd .toc {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .accordion_item dd .toc {
    margin-top: 1em;
  }
}
.accordion_item.is-open dt::after {
  position: absolute;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
@media (min-width: 769px) {
  .accordion_item.is-open dd {
    padding: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .accordion_item.is-open dd {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .accordion_item.is-open dd {
    padding: 0 16px 16px;
  }
}

@media (min-width: 769px) {
  .toc p {
    padding-left: 1em;
  }
}

.collapse_content {
  display: none;
}
@media (min-width: 769px) {
  .collapse_content {
    padding-top: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  .collapse_content {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .collapse_content {
    padding-top: 32px;
  }
}

.collapse .collapse_trigger {
  cursor: pointer;
  position: relative;
}
.collapse .collapse_trigger::after {
  content: "";
  display: block;
  background-image: url(../images/modules/arrow_down.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .collapse .collapse_trigger::after {
    width: 1.0606060606vw;
    height: 1.0606060606vw;
    right: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  .collapse .collapse_trigger::after {
    width: 14px;
    height: 14px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .collapse .collapse_trigger::after {
    width: 12px;
    height: 12px;
    right: 24px;
  }
}
.collapse .collapse_trigger.is_hidden {
  display: none;
}
.collapse.is_open .collapse_content {
  display: block;
}
.collapse.is_open .collapse_trigger::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

article a {
  text-decoration: underline;
}
article a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(../images/modules/icon_pdf.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 769px) {
  article a[href$=".pdf"]::after {
    width: 3.0303030303vw;
    height: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  article a[href$=".pdf"]::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  article a[href$=".pdf"]::after {
    width: 24px;
    height: 24px;
  }
}
article a[href$=".docx"]::after {
  content: "";
  display: inline-block;
  background-image: url(../images/modules/icon_doc.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 769px) {
  article a[href$=".docx"]::after {
    width: 3.0303030303vw;
    height: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  article a[href$=".docx"]::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  article a[href$=".docx"]::after {
    width: 24px;
    height: 24px;
  }
}

.head_wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), url(../images/modules/line_chart.svg), url(../images/modules/grid.svg);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgb(255, 255, 255) 100%), url(../images/modules/line_chart.svg), url(../images/modules/grid.svg);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgb(255, 255, 255) 100%), url(../images/modules/line_chart.svg), url(../images/modules/grid.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 10px center, top 10px center, center center;
}
@media (min-width: 769px) {
  .head_wrap {
    background-size: auto, 160.1515151515vw 54.3939393939vw, 1.9696969697vw 1.9696969697vw;
    padding-bottom: 4.2424242424vw;
  }
}
@media (min-width: 1320px) {
  .head_wrap {
    background-size: auto, 2114px 718px, 26px 26px;
    padding-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .head_wrap {
    background-position: top center, top center, center center;
    background-size: auto, 1057px 359px, 18px 18px;
    padding-bottom: 24px;
  }
}

.home .head_wrap {
  background-image: url(../images/modules/line_chart.svg), url(../images/modules/bar_chart.svg), url(../images/modules/grid.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 10px center, bottom center, center center;
}
@media (min-width: 769px) {
  .home .head_wrap {
    background-size: 160.1515151515vw 54.3939393939vw, 192.7272727273vw 28.9393939394vw, 1.9696969697vw 1.9696969697vw;
  }
}
@media (min-width: 1320px) {
  .home .head_wrap {
    background-size: 2114px 718px, 2544px 382px, 26px 26px;
  }
}
@media (max-width: 768px) {
  .home .head_wrap {
    background-position: top center, bottom center, center center;
    background-size: 1057px 359px, 1272px 191px, 18px 18px;
  }
}

header .inner {
  position: relative;
}
@media (min-width: 769px) {
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 2.4242424242vw;
    padding-bottom: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  header .inner {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
@media (min-width: 769px) {
  header .site_title {
    padding-bottom: 8px;
  }
}
@media (min-width: 1320px) {
  header .site_title {
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  header .site_title {
    padding: 16px 0 16px;
  }
}
header .site_title.sp_visible {
  padding: 16px 16px 16px;
}
header .site_title a {
  display: block;
}
@media (min-width: 769px) {
  header .site_title img {
    width: 24.2424242424vw;
    height: 4.696969697vw;
  }
}
@media (min-width: 1320px) {
  header .site_title img {
    width: 320px;
    height: 62px;
  }
}
@media (max-width: 768px) {
  header .site_title img {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 768px) {
  header .header_link {
    position: fixed;
    inset: 0 -100% 0 100%;
    z-index: 100;
    background: #ECFAF3;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    height: 100vh;
    padding-bottom: 120px;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  header .gnav {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  header .gnav ul:not(.child_menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header .gnav ul:not(.child_menu) a {
  display: block;
}
@media (min-width: 769px) {
  header .gnav ul:not(.child_menu) a {
    padding-top: 0.6060606061vw;
    padding-bottom: 0.6060606061vw;
  }
}
@media (min-width: 1320px) {
  header .gnav ul:not(.child_menu) a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  header .gnav ul:not(.child_menu) a {
    padding: 16px;
  }
}
@media (min-width: 769px) {
  header .gnav ul:not(.child_menu) > li + li {
    margin-left: 1.8181818182vw;
  }
}
@media (min-width: 1320px) {
  header .gnav ul:not(.child_menu) > li + li {
    margin-left: 24px;
  }
}
@media (min-width: 769px) {
  header .gnav ul:not(.child_menu) > li {
    position: relative;
  }
}
@media (min-width: 769px) {
  header .gnav .child_menu {
    position: absolute;
    top: 3.1818181818vw;
    left: 0;
    background-color: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 10;
    font-size: 1.1363636364vw;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  header .gnav .child_menu li a {
    display: block;
    padding: 0.6060606061vw 1.2121212121vw;
  }
  header .gnav .child_menu li a:hover {
    background-color: #f6f6f6;
  }
}
@media (min-width: 1320px) {
  header .gnav .child_menu {
    top: 42px;
    font-size: 15px;
  }
  header .gnav .child_menu li a {
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  header .gnav .child_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding-left: 1em;
    padding-bottom: 16px;
  }
}
@media (min-width: 769px) {
  header .gnav .parent.show .child_menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header .gnav .menu > li {
    border-bottom: solid 1px #b3b3b3;
  }
}
@media (max-width: 768px) {
  header .gnav .menu > li > a {
    font-weight: 500;
  }
}
@media (min-width: 769px) {
  header .btn_header {
    position: absolute;
    top: 0;
    right: 1.5151515152vw;
  }
}
@media (min-width: 1320px) {
  header .btn_header {
    right: 20px;
  }
}
@media (max-width: 768px) {
  header .btn_header {
    margin-top: 16px;
  }
}
header .btn_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  header .btn_header ul {
    border: solid 1px #cccccc;
    border-bottom-left-radius: 0.8333333333vw;
    border-bottom-right-radius: 0.8333333333vw;
  }
}
@media (min-width: 1320px) {
  header .btn_header ul {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media (max-width: 768px) {
  header .btn_header ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  header .btn_header ul li:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 768px) {
  header .btn_header ul li:nth-child(2) {
    width: 38%;
  }
}
header .btn_header ul a {
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  header .btn_header ul a {
    padding: 0.9090909091vw;
  }
}
@media (min-width: 1320px) {
  header .btn_header ul a {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  header .btn_header ul a {
    font-size: 1.4rem;
    padding: 12px;
    height: 72px;
    border: solid 1px #008B41;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .btn_header ul a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  header .btn_header ul a:hover {
    opacity: 0.7;
  }
}
header .btn_header ul a.btn_login {
  background-color: #008B41;
  color: #ffffff;
}
@media (min-width: 769px) {
  header .btn_header ul a.btn_login {
    width: 9.8484848485vw;
    border-bottom-left-radius: 0.7575757576vw;
  }
}
@media (min-width: 1320px) {
  header .btn_header ul a.btn_login {
    width: 130px;
    border-bottom-left-radius: 10px;
  }
}
header .btn_header ul a.btn_en {
  background-color: #ffffff;
  color: inherit;
}
@media (min-width: 769px) {
  header .btn_header ul a.btn_en {
    width: 6.0606060606vw;
    border-bottom-right-radius: 0.7575757576vw;
  }
}
@media (min-width: 1320px) {
  header .btn_header ul a.btn_en {
    width: 80px;
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 768px) {
  header .btn_header ul a.btn_en {
    border: solid 1px #cdcdcd;
  }
}

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

footer {
  background-color: #f0f0f0;
  background-color: #f2fff8;
  background-color: #F2F9F5;
}
@media (min-width: 769px) {
  footer {
    padding-top: 3.6363636364vw;
    padding-bottom: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  footer {
    padding-top: 48px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
@media (min-width: 769px) {
  footer .site_title {
    margin-bottom: 2.4242424242vw;
  }
}
@media (min-width: 1320px) {
  footer .site_title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  footer .site_title {
    margin-bottom: 24px;
  }
}
footer .site_title img {
  height: auto;
}
@media (min-width: 769px) {
  footer .site_title img {
    width: 31.2121212121vw;
  }
}
@media (min-width: 1320px) {
  footer .site_title img {
    width: 412px;
  }
}
@media (max-width: 768px) {
  footer .site_title img {
    width: 206px;
  }
}
footer .office {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
footer .office_name {
  font-weight: 500;
}
@media (min-width: 769px) {
  footer .office_name {
    font-size: 1.3636363636vw;
  }
}
@media (min-width: 1320px) {
  footer .office_name {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  footer .office_name {
    font-size: 1.6rem;
  }
}
footer .office_address {
  font-weight: 400;
}
@media (min-width: 769px) {
  footer .office_address {
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  footer .office_address {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  footer .office_address {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  footer .office_tel_fax {
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  footer .office_tel_fax {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  footer .office_tel_fax {
    font-size: 1.6rem;
  }
}
footer .btn_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (min-width: 769px) {
  footer .btn_footer {
    gap: 0.7575757576vw;
  }
}
@media (min-width: 1320px) {
  footer .btn_footer {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  footer .btn_footer {
    margin-top: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .btn_footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #cdcdcd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  footer .btn_footer a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  footer .btn_footer a {
    width: 11.9696969697vw;
    height: 7.196969697vw;
    border-radius: 0.7575757576vw;
  }
}
@media (min-width: 1320px) {
  footer .btn_footer a {
    width: 158px;
    height: 95px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  footer .btn_footer a {
    width: 36.6%;
    height: 72px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
footer .btn_footer a.btn_login {
  background-color: #008B41;
  color: #ffffff;
  border: solid 1px #008B41;
}
@media (min-width: 769px) {
  footer .btn_footer a.btn_en {
    width: 7.196969697vw;
  }
}
@media (min-width: 1320px) {
  footer .btn_footer a.btn_en {
    width: 95px;
  }
}
@media (max-width: 768px) {
  footer .btn_footer a.btn_en {
    width: 22%;
  }
}
@media (min-width: 769px) {
  footer .footer_link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.2424242424vw;
    margin-bottom: 4.2424242424vw;
  }
}
@media (min-width: 1320px) {
  footer .footer_link {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  footer .footer_link {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) {
  footer .footer_link .footer_nav {
    width: 17.6%;
  }
}
footer .footer_link .footer_nav > a {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #000000;
}
@media (min-width: 769px) {
  footer .footer_link .footer_nav > a {
    font-size: 1.2121212121vw;
    padding-bottom: 1.2121212121vw;
    margin-bottom: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  footer .footer_link .footer_nav > a {
    font-size: 1.6rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer_link .footer_nav > a {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
}
footer .footer_link .footer_nav ul li a {
  color: #4d4d4d;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  footer .footer_link .footer_nav ul li a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  footer .footer_link .footer_nav ul li a {
    padding-top: 0.3787878788vw;
    padding-bottom: 0.3787878788vw;
  }
}
@media (min-width: 1320px) {
  footer .footer_link .footer_nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  footer .footer_link .footer_nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
footer .footer_link .footer_nav ul.child li a {
  font-weight: 400;
  letter-spacing: 0.05em;
}
footer .footer_link .footer_nav ul.child li a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  footer .sub_nav {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  footer .sub_nav {
    margin-bottom: 24px;
  }
}
footer .sub_nav li + li {
  border-left: 1px solid #000000;
}
footer .sub_nav li a {
  display: block;
  line-height: 1;
  padding-right: 1em;
  padding-left: 1em;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  footer .sub_nav li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  footer .sub_nav li a {
    font-size: 1.6rem;
  }
}
footer .sub_nav li:last-child a {
  padding-right: 0;
}
@media (max-width: 768px) {
  footer .sub_nav li:first-child a {
    padding-left: 0;
  }
}
footer .copyright {
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  footer .copyright {
    font-size: 1.0606060606vw;
  }
}
@media (min-width: 1320px) {
  footer .copyright {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 1.1rem;
  }
}

#kv .inner {
  position: relative;
}
@media (min-width: 769px) {
  #kv .inner.add_pt {
    padding-top: 6.0606060606vw;
  }
}
@media (min-width: 1320px) {
  #kv .inner.add_pt {
    padding-top: 80px;
  }
}
#kv .kv {
  width: 100%;
  height: 0;
  background-image: url(../images/kv/kv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 25.15625%;
}
#kv .kv.front {
  background-image: url(../images/front/kv.png);
  padding-top: 35.3125%;
}
@media (min-width: 769px) {
  #kv .kv_text {
    position: absolute;
    top: 2.2727272727vw;
    left: 11.2121212121vw;
  }
}
@media (min-width: 1320px) {
  #kv .kv_text {
    top: 30px;
    left: 148px;
  }
}
#kv .kv_text h1 {
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (min-width: 769px) {
  #kv .kv_text h1 {
    font-size: 3.9393939394vw;
    padding-top: 1.2121212121vw;
    margin-bottom: 2.4242424242vw;
  }
}
@media (min-width: 1320px) {
  #kv .kv_text h1 {
    font-size: 5.2rem;
    padding-top: 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text h1 {
    position: absolute;
    top: 5.46875vw;
    left: 7.8125vw;
    font-size: 4.6875vw;
  }
}
@media (min-width: 769px) {
  #kv .kv_text p {
    font-weight: 600;
    font-size: 105%;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  #kv .kv_text p {
    margin-top: 16px;
  }
}

@media (min-width: 769px) {
  .page_nav ul {
    gap: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  .page_nav ul {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .page_nav ul {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .page_nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .page_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_nav ul li a {
  display: block;
  border: solid 1px #008B41;
  color: #008B41;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .page_nav ul li a:hover {
    background-color: #ECFAF3;
    color: #008B41;
  }
}
@media (min-width: 769px) {
  .page_nav ul li a {
    padding: 0.7575757576vw 0.7575757576vw 0.6060606061vw;
    border-radius: 0.3787878788vw;
  }
}
@media (min-width: 1320px) {
  .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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 1.0606060606vw;
    height: 1.0606060606vw;
  }
}
@media (min-width: 1320px) {
  .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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .page_nav ul.en_nav li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.single_post .post_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  margin-top: -1em;
}
.single_post .post_info .post_date {
  position: relative;
  padding-left: 1.4em;
}
.single_post .post_info .post_date::before {
  content: "";
  display: inline-block;
  background-image: url(../images/modules/icon_calendar.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .single_post .post_info .post_date::before {
    width: 1.3636363636vw;
    height: 1.3636363636vw;
  }
}
@media (min-width: 1320px) {
  .single_post .post_info .post_date::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .single_post .post_info .post_date::before {
    width: 16px;
    height: 16px;
  }
}
.single_post .post_info .post_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}
.single_post .post_info .post_category li a {
  display: block;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
.single_post .post_info .post_category li a::before {
  content: "【";
}
.single_post .post_info .post_category li a::after {
  content: "】";
}

@media (min-width: 769px) {
  .pagination {
    margin-top: 3.0303030303vw;
  }
}
@media (min-width: 1320px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .pagination .nav-links .page-numbers {
    width: 2.4242424242vw;
    height: 2.4242424242vw;
  }
}
.pagination .nav-links .page-numbers.current {
  background-color: #008B41;
  color: #ffffff;
  border-color: #008B41;
}
/*# sourceMappingURL=styles.css.map */
