@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BioRhyme+Expanded:wght@400;700&family=Inter:wght@300;400;600&display=swap");
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hd_logo {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes hd_logo {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  background: #fff;
  color: #363640;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}

body,
header,
main,
div,
ol, ul, li,
hgroup,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
p,
blockquote,
figure,
picture,
img,
tabl, th, td {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

progress {
  vertical-align: baseline;
}

address {
  font-style: normal;
}

body {
  min-width: 1100px;
  background: #fff;
  color: #363640;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: top;
}

strong {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}

ol li,
ul li {
  list-style: none;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

button,
select {
  cursor: pointer;
}

button {
  border: none;
}

sup {
  font-size: 10px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e2ebef;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #0090d1;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

br.pc {
  display: inline;
}
br.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.btn .file {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #008e66;
  padding: 0 0.4em;
  font-size: 10px;
  letter-spacing: 0.02em;
  font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
  font-weight: 400;
}
.btn.dead, .btn.red, .btn.li_gr, .btn.li_dg {
  max-width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  text-align: left;
}
.btn.dead::after, .btn.red::after, .btn.li_gr::after, .btn.li_dg::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  background-image: url("/img/arr1_wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
}
@media screen and (max-width: 480px) {
  .btn.dead::after, .btn.red::after, .btn.li_gr::after, .btn.li_dg::after {
    background-size: 5px;
  }
}
.btn.dead[href^="#s_"]::after, .btn.dead[href^="#a_"]::after, .btn.red[href^="#s_"]::after, .btn.red[href^="#a_"]::after, .btn.li_gr[href^="#s_"]::after, .btn.li_gr[href^="#a_"]::after, .btn.li_dg[href^="#s_"]::after, .btn.li_dg[href^="#a_"]::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.dead {
  background: #b6c3ca;
  color: #fff;
}
.btn.dead::after {
  background-color: #91a0a8;
}
.btn.red {
  background: #ec6b61;
  color: #fff;
}
.btn.red::after {
  background-color: #c04941;
}
@media (any-hover: hover) {
  .btn.red:hover {
    background: #d9453b;
  }
  .btn.red:hover::after {
    background-color: #fff;
    background-image: url("/img/arr1_re.svg");
  }
}
.btn.li_gr, .btn.li_dg {
  background: #fff;
}
.btn.li_gr[target=_blank]::after, .btn.li_dg[target=_blank]::after {
  background-image: url("/img/i_blank_wh.svg");
  background-size: 12px;
}
.btn.li_gr:has(.file)::after, .btn.li_dg:has(.file)::after {
  background-image: url("/img/i_dl_wh.svg");
  background-size: 11px;
}
@media (any-hover: hover) {
  .btn.li_gr:hover, .btn.li_dg:hover {
    color: #fff;
  }
  .btn.li_gr:hover .file, .btn.li_dg:hover .file {
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.li_gr:hover::after, .btn.li_dg:hover::after {
    background-color: #fff;
  }
}
.btn.li_gr {
  color: #008e66;
  border: 1px solid #008e66;
}
.btn.li_gr .file {
  border: 1px solid #008e66;
}
.btn.li_gr::after {
  background-color: #008e66;
}
@media (any-hover: hover) {
  .btn.li_gr:hover {
    background: #008e66;
  }
  .btn.li_gr:hover::after {
    background-image: url("/img/arr1_gr.svg");
  }
  .btn.li_gr:hover[target=_blank]::after {
    background-image: url("/img/i_blank.svg");
  }
  .btn.li_gr:hover:has(.file)::after {
    background-image: url("/img/i_dl.svg");
  }
}
.btn.li_dg {
  color: #004b36;
  border: 1px solid #004b36;
}
.btn.li_dg::after {
  background-color: #004b36;
}
@media (any-hover: hover) {
  .btn.li_dg:hover {
    background: #004b36;
  }
  .btn.li_dg:hover::after {
    background-image: url("/img/arr1_dg.svg");
  }
  .btn.li_dg:hover[target=_blank]::after {
    background-image: url("/img/i_blank_dg.svg");
  }
  .btn.li_dg:hover:has(.file)::after {
    background-image: url("/img/i_dl_dg.svg");
  }
}
.btn.m {
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  padding: 0 60px 0 28px;
}
.btn.m.li_gr, .btn.m.li_dg {
  line-height: 58px;
}
.btn.m .small {
  font-size: 1.4rem;
}
.btn.m::after {
  width: 48px;
  top: calc(50% - 24px);
  right: 6px;
}
.btn.s {
  min-width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  padding: 0 60px 0 25px;
}
.btn.s.li_gr, .btn.s.li_dg {
  line-height: 48px;
}
.btn.s .file {
  margin: 16px 0 16px 6px;
}
.btn.s::after {
  width: 40px;
  top: calc(50% - 20px);
  right: 4px;
}
@media screen and (max-width: 480px) {
  .btn.m, .btn.s {
    min-width: 170px;
    height: 40px;
    line-height: 38px;
    font-size: 1.4rem;
    padding: 0 50px 0 20px;
  }
  .btn.m.li_gr, .btn.m.li_dg, .btn.s.li_gr, .btn.s.li_dg {
    line-height: 38px;
  }
  .btn.m .small, .btn.s .small {
    font-size: 1.1rem;
  }
  .btn.m .file, .btn.s .file {
    margin: 11px 0 11px 6px;
  }
  .btn.m::after, .btn.s::after {
    width: 32px;
    top: calc(50% - 16px);
  }
}

.btn2 {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  background-color: #f1f5f7;
  border-radius: 4px;
  max-width: 100%;
  text-align: left;
  padding: 12px 55px 12px 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .btn2 {
    padding: 8px 30px 8px 24px;
    font-size: 1.2rem;
  }
}
.btn2::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5px);
}
@media screen and (max-width: 480px) {
  .btn2::before {
    left: 10px;
    width: 5px;
  }
}
.btn2 .file {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  line-height: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #363640;
  margin: calc(1.2rem - 8px) 0 calc(1.125rem - 8px) 8px;
  padding: 0 0.4em;
  font-size: 10px;
  font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .btn2 .file {
    margin: calc(0.9rem - 8px) 0 calc(0.9rem - 8px) 6px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.btn2::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  width: 24px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/img/arr1_gr.svg");
  background-size: 6px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 480px) {
  .btn2::after {
    width: 16px;
    right: 10px;
    top: calc(50% - 8px);
    background-size: 4px;
  }
}
.btn2[href^="#s_"]::after, .btn2[href^="#a_"]::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn2[target=_blank]::after {
  background-image: url("/img/i_blank.svg");
  background-size: 10px;
}
@media screen and (max-width: 480px) {
  .btn2[target=_blank]::after {
    background-size: 8px;
  }
}
.btn2:has(.file)::after {
  background-image: url("/img/i_dl.svg");
  background-size: 11px;
}
@media screen and (max-width: 480px) {
  .btn2:has(.file)::after {
    background-size: 8px;
  }
}
.btn2.wh {
  background-color: #fff;
}
.btn2.wh::after {
  background-color: #f1f5f7;
}
@media (any-hover: hover) {
  .btn2:hover {
    background-color: #e2ebef;
  }
}

.btn3 {
  display: block;
  padding: 13px 40px 13px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  text-decoration: none;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  border-radius: 4px;
  background: #f1f5f7;
}
.btn3 + .btn3 {
  margin-top: 10px;
}
.btn3.m {
  padding: 17px 40px 17px 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .btn3.m {
    padding: 6px 35px 6px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .btn3 {
    padding: 6px 35px 6px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .btn3 + .btn3 {
    margin-top: 5px;
  }
}
.btn3 .file {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  line-height: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #363640;
  margin: calc(1.2rem - 8px) 0 calc(1.2rem - 8px) 8px;
  padding: 0 0.4em;
  font-size: 10px;
  font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .btn3 .file {
    margin: calc(0.9rem - 8px) 0 calc(0.9rem - 8px) 6px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.btn3::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  background-image: url("/img/arr1_gr.svg");
  background-size: 6px;
}
@media screen and (max-width: 480px) {
  .btn3::after {
    width: 16px;
    top: calc(50% - 8px);
    background-size: 4px;
  }
}
.btn3[href^="#s_"]::after, .btn3[href^="#a_"]::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn3[target=_blank]::after {
  background-image: url("/img/i_blank.svg");
  background-size: 10px;
}
@media screen and (max-width: 480px) {
  .btn3[target=_blank]::after {
    background-size: 8px;
  }
}
.btn3:has(.file)::after {
  background-image: url("/img/i_dl.svg");
  background-size: 11px;
}
@media screen and (max-width: 480px) {
  .btn3:has(.file)::after {
    background-size: 8px;
  }
}
.btn3.wh {
  background: #fff;
}
.btn3.wh::after {
  background-color: #f1f5f7;
}
@media (any-hover: hover) {
  .btn3:hover {
    background: #e2ebef;
  }
}

.doc_list a,
.btn4 {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  min-width: 160px;
  padding: 11px 45px 11px 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f5f7;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .doc_list a,
  .btn4 {
    width: auto;
    padding: 8px 30px 8px 10px;
    font-size: 1.2rem;
  }
}
.doc_list a::after,
.btn4::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/img/arr1_gr.svg");
  background-size: 6px;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 480px) {
  .doc_list a::after,
  .btn4::after {
    width: 16px;
    top: calc(50% - 8px);
    background-size: 4px;
  }
}
.doc_list a[href^="#s_"]::after, .doc_list a[href^="#a_"]::after,
.btn4[href^="#s_"]::after,
.btn4[href^="#a_"]::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.doc_list a[target=_blank]::after,
.btn4[target=_blank]::after {
  background-image: url("/img/i_blank.svg");
  background-size: 10px;
}
@media screen and (max-width: 480px) {
  .doc_list a[target=_blank]::after,
  .btn4[target=_blank]::after {
    background-size: 8px;
  }
}
.doc_list a:has(.file)::after,
.btn4:has(.file)::after {
  background-image: url("/img/i_dl.svg");
  background-size: 11px;
}
@media screen and (max-width: 480px) {
  .doc_list a:has(.file)::after,
  .btn4:has(.file)::after {
    background-size: 8px;
  }
}
.doc_list a .file,
.btn4 .file {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #363640;
  margin: calc(0.84rem - 8px) 0 calc(0.84rem - 8px) 8px;
  padding: 0 0.4em;
  font-size: 10px;
  font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .doc_list a .file,
  .btn4 .file {
    margin: calc(0.72rem - 8px) 0 calc(0.72rem - 8px) 6px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.doc_list a.wh,
.btn4.wh {
  background: #fff;
}
.doc_list a.wh::after,
.btn4.wh::after {
  background-color: #f1f5f7;
}
@media (any-hover: hover) {
  .doc_list a:hover,
  .btn4:hover {
    background: #e2ebef;
  }
}

.doc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .doc_list {
    gap: 5px;
  }
}
.doc_list a {
  display: block;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.search_form input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none !important;
  background: transparent !important;
}
.search_form input[type=search]::-webkit-input-placeholder {
  color: #8a8a92;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0;
}
.search_form input[type=search]::-moz-placeholder {
  color: #8a8a92;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0;
}
.search_form input[type=search]:-ms-input-placeholder {
  color: #8a8a92;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0;
}
.search_form input[type=search]::-ms-input-placeholder {
  color: #8a8a92;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0;
}
.search_form input[type=search]::placeholder {
  color: #8a8a92;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0;
}
.search_form button {
  background: transparent;
  color: #008e66;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.search_form button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/i_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

header {
  position: relative;
  height: 185px;
}
header nav {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 1100px;
}
header a {
  display: block;
  text-decoration: none;
  color: inherit;
}
header .close {
  background: #004b36;
  padding: 15px 0;
  position: relative;
}
header .close a {
  width: 130px;
  height: 40px;
  overflow: hidden;
  border-radius: 9999px;
  margin: 0 auto;
  background: #fff;
  color: #004b36;
  text-align: center;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 40px;
}
header .close a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 100%;
  margin-right: 12px;
  background: url("/img/arr1_up_dg.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  header .close a:hover {
    background: #f1f5f7;
  }
}
header .none {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
header.fix nav {
  position: fixed;
  top: 0;
  left: 0;
}
header.fix .glo_nav1 {
  display: none;
}
header.fix .glo_nav2 .hover {
  top: 90px !important;
}
header.fix .glo_nav2 .logo {
  -webkit-animation: 0.25s cubic-bezier(0.12, 0, 0.39, 0) 75ms forwards hd_logo;
  animation: 0.25s cubic-bezier(0.12, 0, 0.39, 0) 75ms forwards hd_logo;
}

@media screen and (max-width: 480px) {
  header {
    height: 70px;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
  }
  header .close {
    padding: 7px 0;
  }
  header .close a {
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 27px;
  }
  header .close a::before {
    width: 6px;
    margin-right: 8px;
  }
}
.glo_nav1,
.glo_nav2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
  position: relative;
  background: #fff;
}

body.hover_open header nav {
  position: fixed;
  top: 0;
  left: 0;
}

.glo_nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  z-index: 1;
  gap: 12px;
}
.glo_nav1 .logo {
  width: 100px;
  height: 40px;
  position: relative;
  margin-right: auto;
}
.glo_nav1 .logo a {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}
.glo_nav1 .logo img {
  width: 100%;
  height: auto;
}
.glo_nav1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.glo_nav1 > ul > li {
  position: relative;
  cursor: pointer;
}
.glo_nav1 > ul > li a,
.glo_nav1 > ul > li span {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.glo_nav1 > ul > li > a {
  border-radius: 5px;
}
@media (any-hover: hover) {
  .glo_nav1 > ul > li > a:hover {
    background: #f1f5f7;
  }
}
.glo_nav1 > ul > li > a,
.glo_nav1 > ul > li span {
  padding: 0 0.6em;
  height: 25px;
  line-height: 25px;
  color: #008e66;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.glo_nav1 > ul > li span {
  display: block;
  border-radius: 5px 5px 0 0;
}
.glo_nav1 > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  background: #f1f5f7;
  border-radius: 0 5px 5px 5px;
  text-align: left;
}
.glo_nav1 > ul > li ul a {
  white-space: nowrap;
  padding: 15px;
}
@media (any-hover: hover) {
  .glo_nav1 > ul > li ul a:hover {
    color: #008e66;
  }
}
.glo_nav1 > ul > li ul li + li {
  position: relative;
  padding-top: 1px;
}
.glo_nav1 > ul > li ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #e2ebef;
}
.glo_nav1 > ul > li.on span {
  background: #008e66;
  color: #fff;
}
.glo_nav1 > ul > li.on ul {
  display: block;
}
.glo_nav1 .search_form {
  width: 150px;
  height: 32px;
  border: 1px solid #008e66;
}
.glo_nav1 .search_form input[type=search] {
  width: calc(100% - 30px);
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 14px;
}
.glo_nav1 .search_form input[type=search]::-webkit-input-placeholder {
  font-size: 12px;
}
.glo_nav1 .search_form input[type=search]::-moz-placeholder {
  font-size: 12px;
}
.glo_nav1 .search_form input[type=search]:-ms-input-placeholder {
  font-size: 12px;
}
.glo_nav1 .search_form input[type=search]::-ms-input-placeholder {
  font-size: 12px;
}
.glo_nav1 .search_form input[type=search]::placeholder {
  font-size: 12px;
}
.glo_nav1 .search_form button {
  width: 30px;
  height: 30px;
}
.glo_nav1 .search_form button::before {
  background-size: 14px;
}

@media screen and (max-width: 480px) {
  .glo_nav1 {
    display: none;
  }
}
.glo_nav2 {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.glo_nav2 .logo {
  opacity: 0;
  width: 11.5%;
  max-width: 160px;
  margin-right: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.glo_nav2 .logo img {
  width: 100%;
  height: auto;
}
.glo_nav2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.glo_nav2 > ul > li {
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
.glo_nav2 > ul > li > a {
  position: relative;
  border-radius: 10px;
  padding: 0 0.8em;
  height: 70px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 70px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .glo_nav2 > ul > li > a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1100px) {
  .glo_nav2 > ul > li > a {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .glo_nav2 > ul > li > a:hover {
    background: #f1f5f7;
  }
}
.glo_nav2 > ul > li .hover {
  display: none;
}
.glo_nav2 > ul > li.on::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 180px;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
}
.glo_nav2 > ul > li.on > a {
  height: 80px;
  border-radius: 10px 10px 0 0;
  background: #004b36;
  color: #fff;
}
.glo_nav2 > ul > li.on > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 6px;
  background: url("/img/arr1_up_wh.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .glo_nav2 > ul > li.on > a:hover {
    background: #003627;
  }
}
.glo_nav2 > ul > li.on .hover {
  display: block;
}
.glo_nav2 .donate {
  margin-left: 25px;
  width: 105px;
  height: 50px;
  line-height: 50px;
  border-radius: 9999px;
  background: #ec6b61;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (any-hover: hover) {
  .glo_nav2 .donate:hover {
    background: #d9453b;
  }
}
.glo_nav2 .all {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #008e66;
  color: #fff;
  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;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.glo_nav2 .all span {
  width: 18px;
  height: 1px;
  background: #fff;
  position: relative;
}
.glo_nav2 .all span::before, .glo_nav2 .all span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.glo_nav2 .all span::before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.glo_nav2 .all span::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
@media (any-hover: hover) {
  .glo_nav2 .all:hover {
    background: #004b36;
  }
}
.glo_nav2 .hover {
  background: #f1f5f7;
  position: fixed;
  top: 180px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 90px);
  overflow: auto;
}
.glo_nav2 .hover > div:not(.close) {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: left;
}
.glo_nav2 .hover > div:not(.close) > .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
.glo_nav2 .hover .desc {
  margin-top: 22px;
  font-size: 1.4rem;
}
.glo_nav2 .hover .desc br {
  display: none;
}
.glo_nav2 .hover .desc + * {
  margin-top: 40px;
}
.glo_nav2 .hover .top {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.glo_nav2 .hover .top a {
  position: relative;
  border-radius: 5px;
  line-height: 60px;
  padding-left: 70px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.glo_nav2 .hover .top a::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #008e66 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) {
  .glo_nav2 .hover .top a:hover {
    background: #f1f5f7;
  }
}
.glo_nav2 .hover .children {
  margin-top: 15px;
}
.glo_nav2 .hover .children > ul,
.glo_nav2 .hover > div > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 15px;
}
.glo_nav2 .hover .children > ul > li,
.glo_nav2 .hover > div > ul > li {
  width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
}
.glo_nav2 .hover .children > ul > li:has(a.btn),
.glo_nav2 .hover > div > ul > li:has(a.btn) {
  padding: 0;
}
.glo_nav2 .hover .children > ul > li > a,
.glo_nav2 .hover > div > ul > li > a {
  position: relative;
  border-radius: 5px;
}
@media (any-hover: hover) {
  .glo_nav2 .hover .children > ul > li > a:hover,
  .glo_nav2 .hover > div > ul > li > a:hover {
    background: #f1f5f7;
  }
}
.glo_nav2 .hover .children > ul > li > a:not(.btn):not(.bnr),
.glo_nav2 .hover .children > ul > li > a.bnr > span,
.glo_nav2 .hover > div > ul > li > a:not(.btn):not(.bnr),
.glo_nav2 .hover > div > ul > li > a.bnr > span {
  padding: 0 15px;
  line-height: 50px;
  font-size: 1.5rem;
}
.glo_nav2 .hover .children > ul > li > a:not(.btn):not(.bnr)::before,
.glo_nav2 .hover .children > ul > li > a.bnr > span::before,
.glo_nav2 .hover > div > ul > li > a:not(.btn):not(.bnr)::before,
.glo_nav2 .hover > div > ul > li > a.bnr > span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 50px;
  margin-right: 14px;
  background: url("/img/arr1_gr.svg") no-repeat center center/contain;
}
.glo_nav2 .hover .children > ul > li > a.btn,
.glo_nav2 .hover > div > ul > li > a.btn {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-size: 1.5rem;
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.glo_nav2 .hover .children > ul > li > a.btn::before,
.glo_nav2 .hover > div > ul > li > a.btn::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 60px;
  margin-right: 14px;
  background: url("/img/arr1_wh.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .glo_nav2 .hover .children > ul > li > a.btn:hover,
  .glo_nav2 .hover > div > ul > li > a.btn:hover {
    background: #004b36;
  }
}
.glo_nav2 .hover .children > ul > li > a.bnr::before,
.glo_nav2 .hover > div > ul > li > a.bnr::before {
  content: "";
  display: block;
  height: 260px;
}
.glo_nav2 .hover .children > ul > li > a.bnr > span,
.glo_nav2 .hover > div > ul > li > a.bnr > span {
  display: block;
  text-align: center;
}
.glo_nav2 .hover .children > ul > li > a.report::before,
.glo_nav2 .hover > div > ul > li > a.report::before {
  background: url("/img/hd_report.png") no-repeat center center/contain;
}
.glo_nav2 .hover .children > ul > li > a.event::before,
.glo_nav2 .hover > div > ul > li > a.event::before {
  background: url("/img/hd_event.png") no-repeat center center/contain;
}
.glo_nav2 .hover .children > ul > li > a.magazine::before,
.glo_nav2 .hover > div > ul > li > a.magazine::before {
  background: url("/img/hd_magazine.png") no-repeat center center/contain;
}
.glo_nav2 .hover .children > ul > li ul,
.glo_nav2 .hover > div > ul > li ul {
  margin: 4px 18px 0;
  position: relative;
  border-top: 1px solid #e2ebef;
  padding-top: 24px;
}
.glo_nav2 .hover .children > ul > li ul li + li,
.glo_nav2 .hover > div > ul > li ul li + li {
  margin-top: 18px;
}
.glo_nav2 .hover .children > ul > li ul a,
.glo_nav2 .hover > div > ul > li ul a {
  font-size: 1.2rem;
}
.glo_nav2 .hover .children > ul > li ul a::before,
.glo_nav2 .hover > div > ul > li ul a::before {
  content: "・";
  color: #008e66;
}
@media (any-hover: hover) {
  .glo_nav2 .hover .children > ul > li ul a:hover,
  .glo_nav2 .hover > div > ul > li ul a:hover {
    color: #008e66;
  }
}
.glo_nav2 .hover .about .top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 276/180;
  width: 138px;
  background: url("/img/hd_img2.png") no-repeat 0 0/contain;
  top: -61px;
  right: 18px;
}
.glo_nav2 .hover .activities .top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 180/314;
  width: 90px;
  background: url("/img/hd_img3.png") no-repeat 0 0/contain;
  bottom: 0;
  right: 60px;
}
.glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 70px;
  height: 50px;
  line-height: 1.4;
  position: relative;
}
.glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine)::before {
  display: none;
}
.glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine).project {
  padding: 0 0 0 60px;
  display: block;
}
.glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine).project .thumb {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -5px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}
.glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine).project .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 50px;
  border-radius: 5px;
}
@media (any-hover: hover) {
  .glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine).project:hover {
    background: transparent;
  }
  .glo_nav2 .hover .activities .children > ul > li > a:not(.report):not(.event):not(.magazine).project:hover .ttl {
    background: #f1f5f7;
  }
}
.glo_nav2 .hover .shidouin .top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 436/270;
  width: 218px;
  background: url("/img/hd_img4.png") no-repeat 0 0/contain;
  bottom: 0;
  right: 48px;
}
.glo_nav2 .hover .corp .top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 230/188;
  width: 115px;
  background: url("/img/hd_img5.png") no-repeat 0 0/contain;
  top: -85px;
  right: 10px;
}
.glo_nav2 .hover .support .top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 200/206;
  width: 100px;
  background: url("/img/hd_img6.png") no-repeat 0 0/contain;
  top: -75px;
  right: 31px;
}
.glo_nav2 .hover .support .children > ul {
  display: grid;
}
.glo_nav2 .hover .support .children > ul > li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.glo_nav2 .hover .support .children > ul > li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.glo_nav2 .hover .support .children > ul > li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/4;
}
.glo_nav2 .hover .support .children > ul li:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.glo_nav2 .hover .support .children > ul li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.glo_nav2 .hover .support .children > ul li:nth-child(6) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.glo_nav2 .hover .support .children > ul li:nth-child(7) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.glo_nav2 .hover .support .children > ul li:nth-child(8) {
  grid-column: 1/2;
  grid-row: 4/5;
}
.glo_nav2 .hover .update > ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 176/162;
  width: 88px;
  background: url("/img/hd_img7.png?v2") no-repeat 0 0/contain;
  top: -113px;
  right: 22px;
}

body.nav_open .glo_nav2 .all span {
  background-color: rgba(255, 255, 255, 0);
}
body.nav_open .glo_nav2 .all span::before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
body.nav_open .glo_nav2 .all span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .glo_nav2 {
    height: 70px;
    padding: 0 4.6%;
  }
  .glo_nav2 .logo {
    opacity: 1;
    width: 130px;
  }
  .glo_nav2 .about,
  .glo_nav2 .activities,
  .glo_nav2 .shidouin,
  .glo_nav2 .corp,
  .glo_nav2 .support,
  .glo_nav2 .update {
    display: none;
  }
  .glo_nav2 .donate {
    margin-left: auto;
    width: 84px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  .glo_nav2 .all {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
  .glo_nav2 .all span {
    width: 14px;
  }
  .glo_nav2 .all span::before {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .glo_nav2 .all span::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.all_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.85);
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.all_nav .box {
  position: relative;
  border-radius: 25px;
  margin: 50px 1.5%;
  background: #f1f5f7;
}
.all_nav .inr {
  width: 92%;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.all_nav .all_ttl {
  color: #008e66;
  margin-right: auto;
}
.all_nav .all_ttl .en {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 5rem;
}
.all_nav .all_ttl .ja {
  padding-left: 1em;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.all_nav .search_form {
  width: 200px;
  height: 50px;
  border: 1px solid #e2ebef;
}
.all_nav .search_form input[type=search] {
  width: calc(100% - 48px);
  line-height: 48px;
  padding: 0 0 0 14px;
}
.all_nav .search_form input[type=search]::-webkit-input-placeholder {
  font-size: 14px;
}
.all_nav .search_form input[type=search]::-moz-placeholder {
  font-size: 14px;
}
.all_nav .search_form input[type=search]:-ms-input-placeholder {
  font-size: 14px;
}
.all_nav .search_form input[type=search]::-ms-input-placeholder {
  font-size: 14px;
}
.all_nav .search_form input[type=search]::placeholder {
  font-size: 14px;
}
.all_nav .search_form button {
  width: 48px;
  height: 48px;
}
.all_nav .search_form button::before {
  background-size: 18px;
}
.all_nav .donate {
  margin-left: 20px;
  width: 105px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 9999px;
  background: #ec6b61;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (any-hover: hover) {
  .all_nav .donate:hover {
    background: #d9453b;
  }
}
.all_nav .donate::after {
  content: "する";
}
.all_nav .donate span {
  display: none;
}
.all_nav .all {
  margin-left: 20px;
  margin-right: -2.38vw;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #008e66;
  color: #fff;
  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;
}
.all_nav .all span {
  width: 18px;
  height: 1px;
  background-color: white;
  position: relative;
  -webkit-transition: background-color 0.5s 75ms;
  transition: background-color 0.5s 75ms;
}
.all_nav .all span::before, .all_nav .all span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s 75ms;
  transition: -webkit-transform 0.5s 75ms;
  transition: transform 0.5s 75ms;
  transition: transform 0.5s 75ms, -webkit-transform 0.5s 75ms;
}
.all_nav .all span::before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.all_nav .all span::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
@media (any-hover: hover) {
  .all_nav .all:hover {
    background: #004b36;
  }
}
.all_nav .main {
  width: 100%;
  margin-top: 40px;
  display: grid;
  gap: 15px;
  grid-template-columns: 27fr 46fr 27fr;
}
.all_nav .main > div {
  padding: 15px 15px 40px;
  background: #fff;
  border-radius: 5px;
}
.all_nav .main > div > .ttl,
.all_nav .main > div > .desc {
  display: none;
}
.all_nav .main .top {
  position: relative;
}
.all_nav .main .top a {
  padding: 18px 15px 18px 31px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.all_nav .main .top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 15px;
  width: 6px;
  height: 1.5em;
  background: url("/img/arr1_gr.svg") no-repeat left center/contain;
}
@media (any-hover: hover) {
  .all_nav .main .top a:hover {
    background: #f1f5f7;
    border-radius: 5px;
  }
}
.all_nav .main .children {
  margin: 10px 15px 0;
  border-top: 1px solid #008e66;
  padding-top: 25px;
}
.all_nav .main .children > ul li + li {
  margin-top: 12px;
}
.all_nav .main .children > ul li + li:has(a.btn) {
  margin-top: 20px;
}
.all_nav .main .children > ul > li > a {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.all_nav .main .children > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 1.5em;
  background: url("/img/arr1_lg.svg") no-repeat left center/contain;
}
@media (any-hover: hover) {
  .all_nav .main .children > ul > li > a:not(.btn):hover {
    color: #008e66;
  }
  .all_nav .main .children > ul > li > a:not(.btn):hover::before {
    background: url("/img/arr1_gr.svg") no-repeat left center/contain;
  }
}
.all_nav .main .children > ul > li .btn {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  padding-left: 40px;
  border-radius: 5px;
  font-size: 1.5rem;
}
.all_nav .main .children > ul > li .btn::before {
  left: 16px;
  height: 100%;
  background: url("/img/arr1_wh.svg") no-repeat left center/contain;
}
@media (any-hover: hover) {
  .all_nav .main .children > ul > li .btn:hover {
    background: #004b36;
  }
}
.all_nav .main .children > ul ul {
  margin-top: 12px;
  padding-left: 16px;
}
.all_nav .main .children > ul ul a {
  font-size: 1.2rem;
  line-height: 1.75;
}
.all_nav .main .children > ul ul a::before {
  content: "・";
  color: #008e66;
}
@media (any-hover: hover) {
  .all_nav .main .children > ul ul a:hover {
    color: #008e66;
  }
}
.all_nav .about {
  grid-column: 1/2;
  grid-row: 1/2;
}
.all_nav .activities {
  grid-column: 2/4;
  grid-row: 1/2;
  position: relative;
}
.all_nav .activities::before {
  content: "";
  display: block;
  aspect-ratio: 326/140;
  width: 163px;
  background: url("/img/hd_img1.png") no-repeat 0 0/contain;
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 28px;
}
.all_nav .activities .children > ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.all_nav .activities .children > ul > li > a .thumb {
  display: none;
}
.all_nav .shidouin {
  grid-column: 1/2;
  grid-row: 2/3;
}
.all_nav .support {
  grid-column: 2/3;
  grid-row: 2/3;
}
.all_nav .support .children > ul {
  display: grid;
  gap: 12px 0;
  grid-template-columns: 55fr 45fr;
}
.all_nav .support .children > ul > li + li {
  margin-top: 0 !important;
}
.all_nav .support .children > ul > li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.all_nav .support .children > ul > li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.all_nav .support .children > ul > li:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/8;
}
.all_nav .support .children > ul li:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.all_nav .support .children > ul li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.all_nav .support .children > ul li:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.all_nav .support .children > ul li:nth-child(7) {
  grid-column: 2/3;
  grid-row: 4/5;
}
.all_nav .support .children > ul li:nth-child(8) {
  grid-column: 2/3;
  grid-row: 5/6;
}
.all_nav .corp {
  grid-column: 3/4;
  grid-row: 2/3;
}
.all_nav .update,
.all_nav .supporter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.all_nav .update .ttl,
.all_nav .supporter .ttl {
  width: 115px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.all_nav .update .ttl .ico,
.all_nav .supporter .ttl .ico {
  display: none;
}
.all_nav .update ul,
.all_nav .supporter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 40px;
}
.all_nav .update a,
.all_nav .supporter a {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.all_nav .update a::before,
.all_nav .supporter a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 1.5em;
  background: url("/img/arr1_lg.svg") no-repeat left center/contain;
}
@media (any-hover: hover) {
  .all_nav .update a:hover,
  .all_nav .supporter a:hover {
    color: #008e66;
  }
  .all_nav .update a:hover::before,
  .all_nav .supporter a:hover::before {
    background: url("/img/arr1_gr.svg") no-repeat left center/contain;
  }
}
.all_nav .update {
  width: 100%;
}
.all_nav .update .desc {
  display: none;
}
.all_nav .supporter {
  width: calc((100% - 30px) * 0.73 + 15px);
  margin-right: 15px;
}
.all_nav .contact {
  width: calc((100% - 30px) * 0.27);
  height: 70px;
  margin-top: 15px;
  background: #008e66;
  color: #fff;
  border-radius: 5px;
  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;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.all_nav .contact::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  margin-right: 10px;
  background: url("/img/arr1_wh.svg") no-repeat left center/contain;
}
.all_nav .contact:hover {
  background: #004b36;
}
.all_nav .ft {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 52px;
  margin-right: auto;
  padding-right: 40px;
  font-size: 1.4rem;
}
.all_nav .ft .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 20px 40px;
}
.all_nav .ft .nav a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 1em;
  margin-right: 10px;
  background: url("/img/arr1_gr.svg") no-repeat left center/contain;
}
@media (any-hover: hover) {
  .all_nav .ft .nav a:hover {
    color: #008e66;
  }
}
.all_nav .ft .sns_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.all_nav .ft .sns_list a {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  line-height: 22px;
}
.all_nav .ft .sns_list a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (any-hover: hover) {
  .all_nav .ft .sns_list a:hover {
    color: #008e66;
  }
}
.all_nav .ft .sns_list .fb::before {
  background-image: url("/img/i_fb.svg");
}
.all_nav .ft .sns_list .fb:hover::before {
  background-image: url("/img/i_fb_gr.svg");
}
.all_nav .ft .sns_list .x::before {
  background-image: url("/img/i_x.svg");
}
.all_nav .ft .sns_list .x:hover::before {
  background-image: url("/img/i_x_gr.svg");
}
.all_nav .ft .sns_list .in::before {
  background-image: url("/img/i_in.svg");
}
.all_nav .ft .sns_list .in:hover::before {
  background-image: url("/img/i_in_gr.svg");
}
.all_nav .ft .sns_list .yt::before {
  background-image: url("/img/i_yt.svg");
}
.all_nav .ft .sns_list .yt:hover::before {
  background-image: url("/img/i_yt_gr.svg");
}
.all_nav .ft .copyright {
  margin-top: 40px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.2rem;
}
.all_nav .nacsj {
  margin-top: 50px;
}
.all_nav .nacsj .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.all_nav .nacsj .name_en {
  margin-top: 12px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.2rem;
}
.all_nav .nacsj address {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.all_nav .sp_nav {
  display: none;
}
.all_nav .close {
  border-radius: 0 0 25px 25px;
}

body.nav_open .all_nav {
  width: 100%;
  min-width: 1100px;
  height: 100%;
  opacity: 1;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  body.nav_open .all_nav {
    min-width: 0;
  }
}
body.nav_open .all_nav .all span {
  background-color: rgba(255, 255, 255, 0);
}
body.nav_open .all_nav .all span::before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
body.nav_open .all_nav .all span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .all_nav .box {
    border-radius: 0;
    margin: 0;
  }
  .all_nav .inr {
    width: 93.3%;
    padding: 15px 0 20px;
  }
  .all_nav .all_ttl {
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .all_nav .all_ttl .en {
    font-size: 2.5rem;
  }
  .all_nav .all_ttl .ja {
    font-size: 1.2rem;
  }
  .all_nav .all {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 1.25vw;
    width: 40px;
    height: 40px;
  }
  .all_nav .all span {
    width: 14px;
  }
  .all_nav .all span::before {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .all_nav .all span::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .all_nav .sp_nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .all_nav .sp_nav li {
    width: calc((100% - 12px) / 3);
  }
  .all_nav .sp_nav a {
    background: #fff;
    border-radius: 5px;
    height: 35px;
    padding: 0 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;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .all_nav .sp_nav a::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 1em;
    margin-right: 6px;
    background: url("/img/arr1_gr.svg") no-repeat left center/contain;
  }
  .all_nav .acc > .ttl {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
  }
  .all_nav .acc > .ttl .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: #008e66;
    font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    right: 0;
    top: calc(50% - 8px);
    width: 65px;
    height: 16px;
    line-height: 16px;
    text-align: left;
    padding-left: 20px;
  }
  .all_nav .acc > .ttl .ico::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #008e66 url("/img/i_plusmin_wh.svg") no-repeat center top/16px;
    border-radius: 50%;
  }
  .all_nav .acc > .ttl .ico::after {
    content: "開く";
  }
  .all_nav .acc .desc,
  .all_nav .acc .top,
  .all_nav .acc .children,
  .all_nav .acc > ul {
    display: none;
  }
  .all_nav .acc.on > .ttl .ico::before {
    background: #008e66 url("/img/i_plusmin_wh.svg") no-repeat center bottom/16px;
  }
  .all_nav .acc.on > .ttl .ico::after {
    content: "閉じる";
  }
  .all_nav .acc.on .top,
  .all_nav .acc.on .desc,
  .all_nav .acc.on .children,
  .all_nav .acc.on > ul {
    display: block !important;
  }
  .all_nav .update,
  .all_nav .supporter {
    display: block;
    height: auto;
    padding: 0;
    margin-top: 7px;
  }
  .all_nav .supporter {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-right: 0;
  }
  .all_nav .supporter .ttl {
    line-height: 35px;
    font-size: 1.2rem;
  }
  .all_nav .supporter li {
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .supporter a {
    padding: 8px 28px;
    font-size: 1.2rem;
  }
  .all_nav .supporter a::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 6px;
    height: 1.5em;
    background: url("/img/arr1_gr.svg") no-repeat left center/contain;
  }
  .all_nav .donate {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 7px 0 0;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .all_nav .donate span {
    display: inline;
  }
  .all_nav .donate::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    width: 6px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/img/arr1_wh.svg") no-repeat left center/contain;
  }
  .all_nav .main {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 7px;
  }
  .all_nav .main > div {
    padding: 0;
  }
  .all_nav .main > div > .ttl {
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .all_nav .main > div > .desc {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: -0.25em;
    padding: 0 15px 12px;
  }
  .all_nav .main .top {
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .main .top a {
    padding: 8px 35px;
    font-size: 1.4rem;
  }
  .all_nav .main .top a::before {
    top: 8px;
    left: 15px;
  }
  .all_nav .main .children {
    margin: 0;
    border-top: 1px solid #f1f5f7;
    padding-top: 0;
  }
  .all_nav .main .children > ul li + li {
    margin-top: 0;
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .main .children > ul li + li:has(a.btn) {
    margin-top: 0;
    padding: 10px 15px;
  }
  .all_nav .main .children > ul > li > a {
    font-size: 1.3rem;
    padding: 9px 35px;
  }
  .all_nav .main .children > ul > li > a::before {
    left: 16px;
    top: calc(8.5px + 0.75em);
    width: 5px;
    height: 1px;
    background: #008e66;
  }
  .all_nav .main .children > ul > li .btn {
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 15px;
    font-size: 1.4rem;
  }
  .all_nav .main .children > ul > li .btn::before {
    top: 0;
    left: auto;
    right: 15px;
    width: 6px;
  }
  .all_nav .main .children > ul ul {
    margin: 0 0 0 15px;
    padding-left: 0;
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .main .children > ul ul li + li {
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .main .children > ul ul a {
    padding: 8px 0 8px 20px;
  }
  .all_nav .main .children > ul + ul {
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .activities::before {
    display: none;
  }
  .all_nav .activities .children > ul {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  .all_nav .support .children > ul {
    display: block;
  }
  .all_nav .update {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .all_nav .update .ttl {
    line-height: 50px;
    font-size: 1.5rem;
  }
  .all_nav .update .desc {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: -0.25em;
    padding: 0 15px 12px;
  }
  .all_nav .update li {
    border-top: 1px solid #f1f5f7;
  }
  .all_nav .update li:has(a.bnr) {
    border-top: none;
    padding: 0 15px;
  }
  .all_nav .update li:has(a.bnr) + li {
    margin-top: 7px;
  }
  .all_nav .update a.bnr {
    border: 1px solid #f1f5f7;
    border-radius: 5px;
    width: 100%;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .all_nav .update a.bnr::before {
    display: none;
  }
  .all_nav .update a.bnr span {
    display: none;
  }
}
@media screen and (max-width: 480px) and (max-width: 375px) {
  .all_nav .update a.bnr {
    height: auto;
    aspect-ratio: 32/12;
  }
}
@media screen and (max-width: 480px) {
  .all_nav .update a.report {
    background: url("/img/hd_report_sp.png") no-repeat center center/contain;
  }
  .all_nav .update a.event {
    background: url("/img/hd_event_sp.png") no-repeat center center/contain;
  }
  .all_nav .update a.magazine {
    background: url("/img/hd_magazine_sp.png") no-repeat center center/contain;
  }
  .all_nav .update a:not(.bnr) {
    padding: 9px 28px;
    font-size: 1.3rem;
  }
  .all_nav .update a:not(.bnr)::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 6px;
    height: 1.5em;
    background: url("/img/arr1_gr.svg") no-repeat left center/contain;
  }
  .all_nav .search {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin-top: 7px;
    width: 100%;
  }
  .all_nav .search_form {
    width: 100%;
    height: 40px;
  }
  .all_nav .search_form input[type=search] {
    width: calc(100% - 45px);
    line-height: 38px;
    padding: 0 0 0 15px;
  }
  .all_nav .search_form button {
    width: 38px;
    height: 38px;
  }
  .all_nav .contact {
    display: none;
  }
  .all_nav .ft {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    margin-top: 7px;
    width: 100%;
    padding-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .all_nav .ft .nav {
    width: 100%;
    gap: 6px;
  }
  .all_nav .ft .nav li {
    width: calc(50% - 3px);
  }
  .all_nav .ft .nav li.pc {
    display: none;
  }
  .all_nav .ft .nav a {
    background: #fff;
    border-radius: 5px;
    height: 35px;
    padding: 0 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;
  }
  .all_nav .ft .nav a::before {
    margin-right: 6px;
  }
  .all_nav .ft .sns_list {
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
    font-size: 1rem;
  }
  .all_nav .ft .sns_list a {
    line-height: 16px;
  }
  .all_nav .ft .sns_list a::before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .all_nav .ft .copyright {
    display: none;
  }
  .all_nav .nacsj {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 32px;
    width: 100%;
    text-align: center;
  }
  .all_nav .nacsj .name {
    font-size: 1.4rem;
  }
  .all_nav .nacsj .name_en {
    margin-top: 6px;
    font-size: 1rem;
  }
  .all_nav .nacsj address {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .all_nav .close {
    border-radius: 0;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

.p_ttl1 {
  width: 96%;
  margin: 0 auto;
  height: 500px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f1f5f7;
  color: #fff;
}
.p_ttl1 h2 {
  width: 81.5%;
  text-align: left;
}
.p_ttl1 h2 .en {
  display: block;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 7rem;
}
.p_ttl1 h2 .ja {
  display: block;
  margin-top: 30px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
.p_ttl1 h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p_ttl1 {
    width: 100%;
    height: 200px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .p_ttl1 h2 {
    width: 82.7%;
  }
  .p_ttl1 h2 .en {
    font-size: 2.7rem;
  }
  .p_ttl1 h2 .ja {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .p_ttl1 h2::after {
    width: 90px;
    margin-top: 15px;
  }
}

.p_ttl2 {
  width: 96%;
  margin: 0 auto;
  height: 400px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #e2ebef;
  color: #fff;
  position: relative;
}
.p_ttl2.gr {
  background: #008e66;
}
.p_ttl2 .inr {
  width: 81.5%;
  text-align: left;
}
.p_ttl2 h2 {
  margin-right: -0.5em;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.38;
}
.p_ttl2 h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
  margin-top: 38px;
}
.p_ttl2 .sub {
  margin-top: 35px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.p_ttl2 .sub .en {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 1.8rem;
}
.p_ttl2 .sub .en + .ja {
  padding-left: 1em;
}
.p_ttl2 .sub .ja {
  font-size: 1.6rem;
}
.p_ttl2 .cap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    width: 100%;
    height: 200px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .p_ttl2 .inr {
    width: 82.7%;
  }
  .p_ttl2 h2 {
    font-size: 2.1rem;
  }
  .p_ttl2 h2::after {
    width: 90px;
    margin-top: 20px;
  }
  .p_ttl2 .sub {
    margin-top: 15px;
  }
  .p_ttl2 .sub .en {
    font-size: 1.1rem;
  }
  .p_ttl2 .sub .ja {
    font-size: 1rem;
  }
  .p_ttl2 .cap {
    right: 5px;
    bottom: 5px;
    font-size: 1rem;
  }
}

.breadcrumbs {
  width: 78.24%;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #e2ebef;
  text-align: left;
  font-size: 1.1rem;
  line-height: 50px;
  color: #8b948e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.5em;
}
@media screen and (max-width: 1400px) {
  .breadcrumbs {
    width: 93.3%;
    max-width: 1100px;
  }
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: #008e66;
  }
}
.breadcrumbs li {
  display: inline;
  letter-spacing: 0.05em;
}
.breadcrumbs li:first-child a {
  content: "";
  display: inline-block;
  width: 15px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/img/i_home.svg") no-repeat center center/contain;
}
.breadcrumbs li:not(:first-child)::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 50px;
  background: url("/img/arr1_gray.svg") no-repeat center center/contain;
  margin: 0 12px;
}
.breadcrumbs.wh {
  color: #fff;
}
.breadcrumbs.wh li:first-child a {
  background: url("/img/i_home_wh.svg") no-repeat center center/contain;
}
.breadcrumbs.wh li:not(:first-child)::before {
  background: url("/img/arr1_wh.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .breadcrumbs.wh a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}

.p_anc1 {
  text-align: left;
  position: relative;
}
.p_anc1 p {
  color: #008e66;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
}
.p_anc1 p .ja {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 1.5em;
}
.p_anc1 ul {
  margin-top: 22px;
  border-top: 1px solid #e2ebef;
}
.p_anc1 ul li {
  padding: 7px 0;
  border-bottom: 1px solid #e2ebef;
}
.p_anc1 ul a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
  padding: 10px 75px 10px 50px;
  font-size: 1.6rem;
  border-radius: 10px;
}
.p_anc1 ul a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5px);
}
.p_anc1 ul a::after {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1f5f7;
  background-image: url("/img/arr1_gr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 18px;
  top: calc(50% - 18px);
}
.p_anc1 ul a.link::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p_anc1 ul a .small {
  font-size: 1.2rem;
}
@media (any-hover: hover) {
  .p_anc1 ul a:hover {
    background: #f1f5f7;
  }
  .p_anc1 ul a:hover::after {
    background-color: #e2ebef;
  }
}
@media screen and (max-width: 480px) {
  .p_anc1 {
    width: auto;
    position: relative;
  }
  .p_anc1 p {
    font-size: 2rem;
  }
  .p_anc1 ul {
    margin-top: 18px;
  }
  .p_anc1 ul li {
    padding: 7px 0;
  }
  .p_anc1 ul a {
    padding: 5px 20px 5px 12px;
    font-size: 1.2rem;
  }
  .p_anc1 ul a::before {
    left: 0;
    width: 6px;
  }
  .p_anc1 ul a::after {
    width: 16px;
    background-size: 4px;
    right: 0;
    top: calc(50% - 8px);
  }
}

.p_anc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
}
.p_anc2 a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
  background: #fff;
  padding: 16px 75px 16px 50px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 5px;
}
.p_anc2 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5px);
}
.p_anc2 a::after {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1f5f7;
  background-image: url("/img/arr1_gr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 18px;
  top: calc(50% - 18px);
}
@media (any-hover: hover) {
  .p_anc2 a:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .p_anc2 a:hover::after {
    background-color: #e2ebef;
  }
}
@media screen and (max-width: 480px) {
  .p_anc2 a {
    padding: 5px 28px 5px 20px;
    font-size: 1.2rem;
  }
  .p_anc2 a::before {
    left: 7px;
    width: 6px;
  }
  .p_anc2 a::after {
    width: 16px;
    background-size: 4px;
    right: 7px;
    top: calc(50% - 8px);
  }
}

.p_anc3 {
  margin: 0 -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: calc(100% + 36px);
  overflow: hidden;
  gap: 0 1px;
}
@media screen and (max-width: 480px) {
  .p_anc3 {
    margin: 0;
    gap: 12px 0;
  }
}
.p_anc3 li {
  padding: 0 8px;
  position: relative;
}
.p_anc3 li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: calc(50% - 10px);
  width: 1px;
  height: 20px;
  background: #e2ebef;
}
@media screen and (max-width: 480px) {
  .p_anc3 li {
    padding: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_anc3 li::before {
    top: 0;
    bottom: 0;
    height: auto;
  }
  .p_anc3 li:nth-child(odd) {
    padding-right: 20px;
  }
  .p_anc3 li:nth-child(odd)::before {
    display: none;
  }
  .p_anc3 li:nth-child(even) {
    padding-left: 20px;
  }
}
.p_anc3 a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 23px;
  padding: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .p_anc3 a {
    font-size: 1.2rem;
    line-height: 16px;
    padding: 0;
  }
}
.p_anc3 a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  width: 23px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f1f5f7 url("/img/arr1_gr.svg") no-repeat center center/6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .p_anc3 a::after {
    margin-left: 4px;
    width: 16px;
    background: #f1f5f7 url("/img/arr1_gr.svg") no-repeat center center/4px;
  }
}
@media (any-hover: hover) {
  .p_anc3 a:hover {
    background: #f1f5f7;
  }
  .p_anc3 a:hover::after {
    background: #e2ebef url("/img/arr1_gr.svg") no-repeat center center/6px;
  }
}

.link_list1 {
  text-align: left;
  border-top: 1px solid #e2ebef;
}
.link_list1 li {
  padding: 5px 0;
  border-bottom: 1px solid #e2ebef;
}
.link_list1 a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 40px;
  position: relative;
  padding: 15px 75px 15px 40px;
  font-size: 1.6rem;
  border-radius: 10px;
}
.link_list1 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5px);
}
.link_list1 a::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1f5f7;
  background-image: url("/img/arr1_gr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}
.link_list1 a.red::after {
  background-image: url("/img/arr1_wh.svg");
  background-color: #ec6b61;
}
@media (any-hover: hover) {
  .link_list1 a:hover {
    background: #f1f5f7;
  }
  .link_list1 a:hover::after {
    background-color: #e2ebef;
  }
  .link_list1 a.red:hover {
    background: #fdeeed;
  }
  .link_list1 a.red:hover::after {
    background-color: #d9453b;
  }
}
.link_list1 strong {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.link_list1.wh a::after {
  background-color: #fff;
}
@media (any-hover: hover) {
  .link_list1.wh a:hover {
    background: #e2ebef;
  }
  .link_list1.wh a:hover::after {
    background-color: #f1f5f7;
  }
}
@media screen and (max-width: 480px) {
  .link_list1 li {
    padding: 0;
  }
  .link_list1 a {
    padding: 15px 40px 15px 25px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .link_list1 a::before {
    left: 0;
  }
  .link_list1 a::after {
    width: 30px;
    right: 0;
    top: calc(50% - 15px);
  }
}

.check_list1 {
  border-top: 1px dashed #008e66;
  text-align: left;
  position: relative;
}
.check_list1 li {
  padding: 24px 0 24px 42px;
  border-bottom: 1px dashed #008e66;
  position: relative;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .check_list1 li {
    padding: 14px 0 14px 30px;
    font-size: 1.4rem;
  }
}
.check_list1 li::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url("/img/i_check_gr.svg");
  background-color: #f1f5f7;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(9px + 0.75em);
  background-size: 14px;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .check_list1 li::before {
    background-size: 9px;
    width: 20px;
    top: calc(4px + 0.75em);
  }
}
.check_list1.wh li::before {
  background-color: #fff;
}

.check_list2 {
  border-top: 1px solid #e2ebef;
  text-align: left;
  position: relative;
}
.check_list2 li {
  padding: 24px 0 24px 42px;
  border-bottom: 1px solid #e2ebef;
  position: relative;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .check_list2 li {
    padding: 14px 0 14px 30px;
    font-size: 1.4rem;
  }
}
.check_list2 li::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url("/img/i_check_wh.svg");
  background-color: #004b36;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(9px + 0.75em);
  background-size: 14px;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .check_list2 li::before {
    background-size: 9px;
    width: 20px;
    top: calc(4px + 0.75em);
  }
}

.flow_list1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dashed #008e66;
  border-bottom: 1px dashed #008e66;
  padding-left: 80px;
  text-align: left;
}
.flow_list1.dg {
  border-top: 1px dashed #004b36;
  border-bottom: 1px dashed #004b36;
}
.flow_list1.dg li + li {
  border-top: 1px dashed #004b36;
}
.flow_list1.dg li + li::before {
  background: url("/img/arr1_dg.svg") no-repeat center center/9px;
}
@media screen and (max-width: 480px) {
  .flow_list1 {
    padding-left: 40px;
  }
}
.flow_list1 li {
  padding: 30px 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .flow_list1 li {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.flow_list1 li + li {
  border-top: 1px dashed #008e66;
}
.flow_list1 li + li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -60px;
  top: -10px;
  background: url("/img/arr1_gr.svg") no-repeat center center/9px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .flow_list1 li + li::before {
    left: -40px;
    width: 30px;
  }
}
.flow_list1 .num {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #008e66;
  color: #fff;
  font-family: "BioRhyme Expanded", sans-serif;
  font-weight: 700;
  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;
  position: absolute;
  width: 40px;
  left: -70px;
  top: calc(50% - 20px);
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .flow_list1 .num {
    width: 30px;
    left: -40px;
    top: calc(50% - 15px);
    font-size: 14px;
  }
}

.faq_list1 {
  width: 810px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .faq_list1 {
    width: auto;
  }
}
.faq_list1 li {
  border-bottom: 1px solid #e2ebef;
  padding: 10px 0;
}
@media screen and (max-width: 480px) {
  .faq_list1 li {
    padding: 15px 0;
  }
}
.faq_list1 .que {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px 0 70px;
  cursor: pointer;
  position: relative;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq_list1 .que .ico {
  position: absolute;
  top: 0;
  left: 15px;
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 30px;
  line-height: 80px;
}
.faq_list1 .que::after {
  content: "開く";
  display: block;
  width: 70px;
  height: 24px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  background-image: url("../img/i_plusmin_gr.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left top;
}
@media (any-hover: hover) {
  .faq_list1 .que:hover {
    background: #f1f5f7;
  }
}
@media screen and (max-width: 480px) {
  .faq_list1 .que {
    height: auto;
    padding: 0 60px 0 25px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .faq_list1 .que .ico {
    top: calc(0.975rem - 0.6em);
    left: 0;
    font-size: 18px;
    line-height: 1.2;
  }
  .faq_list1 .que::after {
    width: 50px;
    height: 14px;
    padding-left: 18px;
    right: 0;
    top: calc(50% - 7px);
    font-size: 11px;
    line-height: 14px;
    background-size: 14px;
  }
}
.faq_list1 .ans {
  display: none;
  padding-left: 70px;
  padding-bottom: 20px;
}
.faq_list1 .ans p {
  font-size: 1.6rem;
  line-height: 2;
}
.faq_list1 .ans p + p {
  margin-top: 1em;
}
.faq_list1 .ans .btn4 {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .faq_list1 .ans {
    margin-top: 8px;
    padding-left: 25px;
    padding-bottom: 0;
  }
  .faq_list1 .ans p {
    font-size: 1.4rem;
  }
  .faq_list1 .ans p + p {
    margin-top: 0.5em;
  }
  .faq_list1 .ans .btn4 {
    margin-top: 10px;
  }
}
.faq_list1 li.on .que::after {
  content: "閉じる";
  background-position: left bottom;
}
.faq_list1 li.on .ans {
  display: block;
}

.voice_list1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 35px 0;
  width: 1010px;
}
@media screen and (max-width: 480px) {
  .voice_list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 25px;
  }
}
.voice_list1 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .voice_list1 li {
    width: auto;
    padding: 0 !important;
  }
}
.voice_list1 li:nth-child(4n+1) {
  padding: 0 55px 0 0;
}
.voice_list1 li:nth-child(4n+2) {
  padding: 25px 25px 0 30px;
}
.voice_list1 li:nth-child(4n+3) {
  padding: 0 30px 0 25px;
}
.voice_list1 li:nth-child(4n) {
  padding: 25px 0 0 55px;
}
.voice_list1 .voice {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice {
    margin-right: 6px;
  }
}
.voice_list1 .voice::before, .voice_list1 .voice::after {
  content: "";
  display: block;
  position: absolute;
}
.voice_list1 .voice::before {
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  border-radius: 10px;
  background: url("/img/pat3.png") repeat center bottom/4px 4px;
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice::before {
    bottom: -6px;
    right: -6px;
    border-radius: 7px;
  }
}
.voice_list1 .voice::after {
  background: url("/img/pat3.png") repeat center top/4px 4px;
  width: 20px;
  height: 18px;
  bottom: -26px;
  left: calc(50% - 2px);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice::after {
    width: 16px;
    height: 14px;
    bottom: -20px;
  }
}
.voice_list1 .voice .inr {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice .inr {
    border-radius: 7px;
  }
}
.voice_list1 .voice .inr::before, .voice_list1 .voice .inr::after {
  content: "";
  display: block;
  position: absolute;
}
.voice_list1 .voice .inr::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #008e66;
  border-radius: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, calc(50% + 9px) 100%, 50% 80%, calc(50% - 9px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, calc(50% + 9px) 100%, 50% 80%, calc(50% - 9px) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice .inr::before {
    -webkit-clip-path: polygon(100% 0, 100% 100%, calc(50% + 7px) 100%, 50% 80%, calc(50% - 7px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, calc(50% + 7px) 100%, 50% 80%, calc(50% - 7px) 100%, 0 100%, 0 0);
    border-radius: 7px;
  }
}
.voice_list1 .voice .inr::after {
  width: 20px;
  height: 18px;
  bottom: -17px;
  left: calc(50% - 10px);
  background: url("/img/seminar_voice_bal.png") no-repeat center bottom/20px;
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice .inr::after {
    width: 16px;
    height: 14px;
    bottom: -13px;
    left: calc(50% - 8px);
  }
}
.voice_list1 .voice p {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .voice_list1 .voice p {
    padding: 30px 35px;
    font-size: 1.4rem;
  }
}
.voice_list1 .profile {
  margin-top: 36px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.voice_list1 .profile .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .voice_list1 .profile {
    margin-top: 28px;
    font-size: 1.4rem;
  }
  .voice_list1 .profile .small {
    font-size: 1.2rem;
  }
}

.project_list1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 30px;
  width: 90%;
  max-width: 1010px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .project_list1 {
    gap: 20px;
    width: 93.3%;
  }
}
.project_list1 .project {
  border-radius: 10px;
  padding: 35px 75px 50px;
  position: relative;
  display: grid;
  gap: 35px 25px;
  grid-template-columns: auto 320px;
  background: #f1f5f7;
}
@media screen and (max-width: 480px) {
  .project_list1 .project {
    display: block;
    padding: 25px 18px;
  }
}
.project_list1 .project a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.project_list1 .project > .label {
  position: absolute;
  top: 35px;
  left: 0;
  background: #004b36;
  color: #fff;
  font-family: "BioRhyme Expanded", sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0 0 5px 5px;
  font-size: 10px;
  line-height: 35px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project > .label {
    display: none;
  }
}
.project_list1 .project .ttl {
  grid-column: 1/3;
  grid-row: 1/2;
  border-bottom: 1px solid #e2ebef;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .ttl {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.project_list1 .project .ttl a {
  display: block;
  margin: 0 -25px;
  position: relative;
  padding: 14px 85px 14px 50px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.75;
  border-radius: 5px;
}
.project_list1 .project .ttl a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 25px;
  top: calc(13px + 0.875em);
}
.project_list1 .project .ttl a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
  background: #fff url("/img/arr1_gr.svg") no-repeat center center/6px;
}
@media (any-hover: hover) {
  .project_list1 .project .ttl a:hover {
    background: #e2ebef;
  }
}
@media screen and (max-width: 480px) {
  .project_list1 .project .ttl a {
    margin: 0 0 20px;
    padding: 0 50px 0 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .project_list1 .project .ttl a::before {
    left: 0;
    top: calc(50% - 0.5px);
  }
  .project_list1 .project .ttl a::after {
    width: 32px;
    right: 8px;
    top: calc(50% - 16px);
    background: #fff url("/img/arr1_gr.svg") no-repeat center center/5px;
  }
}
.project_list1 .project .thumb {
  grid-column: 2/3;
  grid-row: 2/3;
  border-radius: 8px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.project_list1 .project .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project_list1 .project .detail {
  grid-column: 1/2;
  grid-row: 2/3;
}
.project_list1 .project .excerpt {
  margin-top: -0.44em;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .excerpt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.project_list1 .project .theme,
.project_list1 .project .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .theme,
  .project_list1 .project .field {
    margin-top: 10px;
    border-top: 1px solid #e2ebef;
    padding-top: 14px;
  }
}
.project_list1 .project .theme .label,
.project_list1 .project .field .label {
  width: 5.8em;
  text-align: left;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .theme .label,
  .project_list1 .project .field .label {
    font-size: 1.1rem;
  }
}
.project_list1 .project .theme .terms,
.project_list1 .project .field .terms {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .theme .terms,
  .project_list1 .project .field .terms {
    gap: 3px 4px;
  }
}
.project_list1 .project .theme a,
.project_list1 .project .field a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .theme a,
  .project_list1 .project .field a {
    font-size: 1rem;
  }
}
.project_list1 .project .theme {
  margin-top: 15px;
}
.project_list1 .project .theme a {
  border: 1px solid #e2ebef;
  background: #fff;
  color: #4c5d67;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media (any-hover: hover) {
  .project_list1 .project .theme a:hover {
    background: #e2ebef;
  }
}
@media screen and (max-width: 480px) {
  .project_list1 .project .theme .label {
    line-height: 22px;
  }
  .project_list1 .project .theme a {
    height: 22px;
  }
}
.project_list1 .project .field {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .field {
    margin-top: 14px;
  }
  .project_list1 .project .field .label {
    line-height: 20px;
  }
}
.project_list1 .project .field a {
  border: none;
  position: relative;
  padding: 0 5px;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  gap: 4px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .field a {
    height: 20px;
    padding: 0 5px 0 4px;
    gap: 3px;
  }
}
.project_list1 .project .field a::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .project_list1 .project .field a::before {
    width: 14px;
  }
}
.project_list1 .project .field a.sea::before {
  background: url("/img/i_sea_s_wh.svg") no-repeat center center/contain;
}
.project_list1 .project .field a.forest::before {
  background: url("/img/i_forest_s_wh.svg") no-repeat center center/contain;
}
.project_list1 .project .field a.satoyama::before {
  background: url("/img/i_satoyama_s_wh.svg") no-repeat center center/contain;
}
.project_list1 .project .field a.river::before {
  background: url("/img/i_river_s_wh.svg") no-repeat center center/contain;
}
.project_list1 .project .field a.wetland::before {
  background: url("/img/i_wetland_s_wh.svg") no-repeat center center/contain;
}
.project_list1 .project .field a.sea {
  background: #0c3688;
}
.project_list1 .project .field a.forest {
  background: #3caf34;
}
.project_list1 .project .field a.satoyama {
  background: #af9d04;
}
.project_list1 .project .field a.river {
  background: #00a6c2;
}
.project_list1 .project .field a.wetland {
  background: #9a5a1b;
}
@media (any-hover: hover) {
  .project_list1 .project .field a:hover {
    opacity: 0.8;
  }
}

.event_list {
  border-top: 1px solid #e2ebef;
  text-align: left;
}
.event_list article {
  border-bottom: 1px solid #e2ebef;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .event_list article {
    padding: 20px 0;
  }
}
.event_list article.host a {
  min-height: 140px;
  position: relative;
  padding-left: 280px;
}
.event_list article.host .thumb_box {
  position: absolute;
  width: 250px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .event_list article.host a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 0 10px;
    padding-left: 0;
  }
  .event_list article.host .thumb_box {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 160px;
  }
  .event_list article.host .label_end {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .event_list article.host .ttl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event_list article.host .subset {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-order: 4px;
    order: 4px;
    width: 100%;
  }
}
.event_list a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media (any-hover: hover) {
  .event_list a:hover .thumb::before {
    opacity: 0.7;
  }
  .event_list a:hover .thumb p:not(.host) {
    -webkit-animation: fade_in 0.5s 75ms forwards;
    animation: fade_in 0.5s 75ms forwards;
  }
  .event_list a:hover .ttl {
    color: #008e66;
  }
}
.event_list .thumb {
  width: 250px;
  border: 1px solid #e2ebef;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event_list .thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004b36;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
.event_list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event_list .thumb p:not(.host) {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.event_list .thumb p:not(.host)::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/img/arr1_wh.svg") no-repeat center center/6px;
}
.event_list .thumb .host {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: #004b36;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0;
  border-radius: 4px;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .event_list .thumb {
    width: 160px;
  }
  .event_list .thumb .host {
    left: 4px;
    bottom: 4px;
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 4px;
  }
}
.event_list .label_end {
  margin-bottom: 15px;
  display: block;
  width: 250px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background: #6f2f6c;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .event_list .label_end {
    margin-bottom: 10px;
    width: 100%;
    line-height: 25px;
    font-size: 12px;
  }
}
.event_list .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 6em;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 480px) {
  .event_list .ttl {
    margin-top: -0.25em;
    font-size: 1.2rem;
    max-height: 7.5em;
    -webkit-line-clamp: 5;
  }
}
.event_list .subset {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px;
}
.event_list .subset p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.event_list .subset p span:not(.label) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .event_list .subset {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 16px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 5px 10px;
  }
  .event_list .subset p {
    gap: 5px;
  }
}
.event_list .label {
  display: block;
  width: 4.25em;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  border-radius: 9999px;
  text-align: center;
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .event_list .label {
    line-height: 16px;
    height: 16px;
    font-size: 1rem;
  }
}

.sort1 {
  border-top: 1px solid #e2ebef;
  text-align: left;
}
.sort1 > li {
  padding: 25px 0;
  border-bottom: 1px solid #e2ebef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .sort1 > li {
    padding: 12px 0;
    gap: 10px;
  }
}
.sort1 .ttl {
  width: 145px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .sort1 .ttl {
    width: 65px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.sort1 .list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sort1 .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .sort1 .cat_list {
    gap: 4px;
  }
}
.sort1 .cat_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 30px;
  color: #4c5d67;
  background: #f1f5f7;
  border: 1px solid #e2ebef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.8em;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  font-size: 1.4rem;
  border-radius: 4px;
}
.sort1 .cat_list a.field {
  padding: 0 9px 0 6px;
  gap: 3px;
}
@media screen and (max-width: 480px) {
  .sort1 .cat_list a.field {
    padding: 0 4px;
    gap: 3px;
  }
}
.sort1 .cat_list a.field::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
}
@media screen and (max-width: 480px) {
  .sort1 .cat_list a.field::before {
    width: 14px;
  }
}
.sort1 .cat_list a.field.sea::before {
  background: url("/img/i_sea_s.svg") no-repeat center center/contain;
}
.sort1 .cat_list a.field.forest::before {
  background: url("/img/i_forest_s.svg") no-repeat center center/contain;
}
.sort1 .cat_list a.field.satoyama::before {
  background: url("/img/i_satoyama_s.svg") no-repeat center center/contain;
}
.sort1 .cat_list a.field.river::before {
  background: url("/img/i_river_s.svg") no-repeat center center/contain;
}
.sort1 .cat_list a.field.wetland::before {
  background: url("/img/i_wetland_s.svg") no-repeat center center/contain;
}
.sort1 .cat_list a.lock {
  background: #008e66;
  border: none;
  color: #fff;
  gap: 4px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.sort1 .cat_list a.lock::before {
  content: "";
  display: block;
  width: 11px;
  height: 1em;
  background: url("/img/i_lock.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .sort1 .cat_list a:hover {
    background: #e2ebef;
  }
  .sort1 .cat_list a.lock:hover {
    background: #004b36;
  }
}
@media screen and (max-width: 480px) {
  .sort1 .cat_list a {
    font-size: 1.1rem;
    padding: 0 0.5em;
    font-size: 1.1rem;
    height: 20px;
  }
}
.sort1 .search_form {
  margin: -8px 0;
  width: 300px;
  height: 40px;
  border: 1px solid #e2ebef;
  background: #f7f9fa;
}
@media screen and (max-width: 480px) {
  .sort1 .search_form {
    width: 100%;
  }
}
.sort1 .search_form input[type=search] {
  width: calc(100% - 45px);
  line-height: 30px;
  padding: 0 0 0 15px;
  background: transparent;
}
.sort1 .search_form input[type=search]::-webkit-input-placeholder {
  font-size: 14px;
}
.sort1 .search_form input[type=search]::-moz-placeholder {
  font-size: 14px;
}
.sort1 .search_form input[type=search]:-ms-input-placeholder {
  font-size: 14px;
}
.sort1 .search_form input[type=search]::-ms-input-placeholder {
  font-size: 14px;
}
.sort1 .search_form input[type=search]::placeholder {
  font-size: 14px;
}
.sort1 .search_form button {
  width: 38px;
  height: 38px;
}
.sort1 .search_form button::before {
  background-size: 18px;
}

.article_list1 {
  border-top: 1px solid #e2ebef;
  text-align: left;
}
.article_list1 article {
  border-bottom: 1px solid #e2ebef;
  padding: 30px 0;
}

@media screen and (max-width: 480px) {
  .article_list1.full article {
    padding: 20px 0;
  }
}
.article_list1.full a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media (any-hover: hover) {
  .article_list1.full a:hover .thumb::before {
    opacity: 0.7;
  }
  .article_list1.full a:hover .thumb p {
    -webkit-animation: fade_in 0.5s 75ms forwards;
    animation: fade_in 0.5s 75ms forwards;
  }
}
@media screen and (max-width: 480px) {
  .article_list1.full a {
    gap: 10px;
  }
}
.article_list1.full .thumb {
  width: 250px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2ebef;
}
.article_list1.full .thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004b36;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
.article_list1.full .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article_list1.full .thumb p:not(.host) {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.article_list1.full .thumb p:not(.host)::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media screen and (max-width: 480px) {
  .article_list1.full .thumb {
    width: 170px;
  }
}
.article_list1.full .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article_list1.full .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 480px) {
  .article_list1.full .ttl {
    margin-top: -0.25em;
    font-size: 1.3rem;
  }
}
.article_list1.full .date {
  margin-top: 10px;
  font-size: 1.2rem;
  padding-left: 18px;
  position: relative;
  color: #4c5d67;
  line-height: 1;
  letter-spacing: 0.02em;
}
.article_list1.full .date::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
}
@media screen and (max-width: 480px) {
  .article_list1.full .date {
    margin-top: 6px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .article_list1.min article {
    padding: 15px 0;
  }
}
.article_list1.min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  .article_list1.min a:hover .ttl {
    color: #008e66;
  }
}
@media screen and (max-width: 480px) {
  .article_list1.min a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 7px;
  }
}
.article_list1.min .date {
  width: 150px;
  font-size: 1.2rem;
  padding-left: 18px;
  position: relative;
  color: #4c5d67;
  line-height: 1;
  letter-spacing: 0.02em;
}
.article_list1.min .date::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
}
@media screen and (max-width: 480px) {
  .article_list1.min .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1rem;
  }
}
.article_list1.min .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -0.25em 0;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.article_list1.min .ttl * {
  color: inherit !important;
}
@media screen and (max-width: 480px) {
  .article_list1.min .ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.3rem;
  }
}

.article_list2 {
  text-align: left;
}
.article_list2 article {
  position: relative;
  background: #fff;
}
.article_list2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (any-hover: hover) {
  .article_list2 a:hover .thumb::before {
    opacity: 0.7;
  }
  .article_list2 a:hover .thumb p {
    -webkit-animation: fade_in 0.5s 75ms forwards;
    animation: fade_in 0.5s 75ms forwards;
  }
  .article_list2 a:hover .ttl {
    color: #008e66;
  }
}
.article_list2 .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article_list2 .thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004b36;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
.article_list2 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article_list2 .thumb p:not(.host) {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.article_list2 .thumb p:not(.host)::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/img/arr1_wh.svg") no-repeat center center/6px;
}
.article_list2 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
  padding: 20px;
}
.article_list2 .ttl {
  margin-bottom: auto;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.article_list2 .date {
  font-size: 1.1rem;
  padding-left: 18px;
  position: relative;
  color: #4c5d67;
  line-height: 1;
  letter-spacing: 0.02em;
}
.article_list2 .date::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
}
@media screen and (max-width: 480px) {
  .article_list2 .txt {
    gap: 8px;
    padding: 10px 14px 14px;
  }
  .article_list2 .ttl {
    font-size: 1.2rem;
  }
  .article_list2 .date {
    font-size: 1rem;
  }
}

.partner_list {
  border-top: 1px solid #e2ebef;
  text-align: left;
}
.partner_list article {
  border-bottom: 1px solid #e2ebef;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .partner_list article {
    padding: 20px 0;
  }
}
.partner_list a {
  display: block;
  padding-left: 270px;
  min-height: 140px;
  position: relative;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 480px) {
  .partner_list a {
    display: grid;
    padding-left: 0;
    min-height: inherit;
    gap: 6px 10px;
    grid-template-columns: 160px auto;
  }
}
@media (any-hover: hover) {
  .partner_list a:hover .thumb::before {
    opacity: 0.7;
  }
  .partner_list a:hover .thumb p {
    -webkit-animation: fade_in 0.5s 75ms forwards;
    animation: fade_in 0.5s 75ms forwards;
  }
}
.partner_list .thumb_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}
@media screen and (max-width: 480px) {
  .partner_list .thumb_box {
    position: relative;
    width: 160px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.partner_list .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2ebef;
}
.partner_list .thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004b36;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
.partner_list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partner_list .thumb p:not(.host) {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.partner_list .thumb p:not(.host)::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media screen and (max-width: 480px) {
  .partner_list .txt {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.partner_list .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 480px) {
  .partner_list .ttl {
    margin-top: -0.25em;
    font-size: 1.2rem;
  }
}
.partner_list .date {
  margin-top: 10px;
  font-size: 1.2rem;
  padding-left: 18px;
  position: relative;
  color: #4c5d67;
  line-height: 1;
  letter-spacing: 0.02em;
}
.partner_list .date::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
}
@media screen and (max-width: 480px) {
  .partner_list .date {
    margin-top: 6px;
    font-size: 1rem;
  }
}
.partner_list .partner {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.partner_list .partner .label {
  padding: 0 6px;
  background: #008e66;
  color: #fff;
  border-radius: 4px;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0;
}
.partner_list .partner .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 480px) {
  .partner_list .partner {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .partner_list .partner .label {
    margin-top: 0.1em;
    font-size: 1rem;
    line-height: 1.6;
  }
  .partner_list .partner .name {
    margin-bottom: -0.32em;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4c5d67;
}
@media screen and (max-width: 480px) {
  .pagination {
    margin-top: 25px;
    gap: 5px;
  }
}
.pagination > * {
  border-radius: 50%;
  aspect-ratio: 1;
  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;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .pagination > * {
    width: 24px;
    font-size: 12px;
  }
}
.pagination a {
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  .pagination a:not(.prev):not(.next):hover {
    background: #f1f5f7;
  }
}
.pagination .prev,
.pagination .next {
  background: #e2ebef url("/img/arr1_gr.svg") no-repeat center center/6px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .pagination .prev:not(.dead):hover,
  .pagination .next:not(.dead):hover {
    background: #008e66 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.pagination .prev.dead,
.pagination .next.dead {
  opacity: 0.3;
}
.pagination .prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .current {
  background: #008e66;
  color: #fff;
}

.windows .pagination > * {
  padding-top: 0.25em;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal.on .layer {
  opacity: 0.8;
}
#modal .layer {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
#modal .movie {
  position: relative;
  width: 960px;
}
#modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#modal .close span {
  width: 100%;
  height: 1px;
  position: relative;
}
#modal .close span::before, #modal .close span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#modal .close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal .close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  #modal .close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  #modal {
    min-width: 100%;
  }
  #modal .movie {
    width: 90%;
    height: auto;
  }
  #modal .movie:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #modal .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal .close {
    right: 20px;
    top: 20px;
  }
}

footer {
  width: 78.24%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  footer {
    width: 93.3%;
    max-width: 1100px;
  }
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .name .ja {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
footer .name .en {
  padding-left: 2em;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.2rem;
}
footer .logo {
  position: absolute;
  right: 0;
  bottom: 85px;
  width: 140px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer address {
  margin-top: 20px;
  font-size: 1.4rem;
}
footer .nav {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
footer .nav a {
  display: block;
  background: #f1f5f7;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  padding: 0 0.5em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media (any-hover: hover) {
  footer .nav a:hover {
    background: #e2ebef;
  }
}
footer .copyright {
  margin-top: 32px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 48px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .name .ja {
    font-size: 1.4rem;
  }
  footer .name .en {
    display: block;
    margin-top: 8px;
    padding-left: 0;
    font-size: 1rem;
  }
  footer .logo {
    position: relative;
    bottom: 0;
    width: 57px;
  }
  footer address {
    margin-top: -0.375em;
    margin-left: 15px;
    font-size: 1.1rem;
    line-height: 1.75;
  }
  footer .nav {
    margin-top: 20px;
  }
  footer .nav a {
    font-size: 1rem;
    height: 18px;
    line-height: 18px;
  }
  footer .copyright {
    margin: 20px -10px 0;
    font-size: 1rem;
    letter-spacing: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}