@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: "AvenirNextLTPro-Regular", "TazuganeGothicStdN-Light", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -ms-hyphens: auto;
  hyphens: auto;
  -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: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}

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: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
  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);
  }
}

.windows .btn {
  overflow: hidden;
}
.windows .btn.m {
  line-height: 60px;
}
.windows .btn.s {
  line-height: 50px;
}
@media screen and (max-width: 480px) {
  .windows .btn.m, .windows .btn.s {
    line-height: 40px;
  }
}

.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[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.anc::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.anc::after,
.btn4.anc::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;
}

header {
  position: relative;
  height: 185px;
}
@media screen and (max-width: 480px) {
  header {
    height: 70px;
  }
}
header nav {
  position: relative;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 480px) {
  header nav {
    min-width: 0;
  }
}
header a {
  display: block;
  text-decoration: none;
  color: inherit;
}
header .glo_nav {
  width: 100%;
  height: 185px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  header .glo_nav {
    height: 70px;
    padding: 0 4.6%;
  }
}
header .glo_nav .logo {
  width: 100px;
  position: relative;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  header .glo_nav .logo {
    width: 138px;
  }
}
header .glo_nav .logo img {
  width: 100%;
  height: auto;
}
header .glo_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  header .glo_nav ul {
    gap: 5px;
  }
}
header .glo_nav ul a {
  width: 106px;
  height: 50px;
  border-radius: 9999px;
  line-height: 48px;
  color: #008e66;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  header .glo_nav ul a {
    width: 75px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
}
header .glo_nav ul a.lang {
  border: 1px solid #008e66;
}
@media (any-hover: hover) {
  header .glo_nav ul a.lang:hover {
    background: #008e66;
    color: #fff;
  }
}
header .glo_nav ul a.contact {
  border: 1px solid #004b36;
  background: #004b36;
  color: #fff;
}
@media (any-hover: hover) {
  header .glo_nav ul a.contact:hover {
    background: #003627;
    border: 1px solid #003627;
  }
}
header .glo_nav .tagline {
  position: absolute;
  color: #008e66;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 1.4rem;
  right: 3%;
  bottom: 25px;
}
@media screen and (max-width: 480px) {
  header .glo_nav .tagline {
    display: none;
  }
}

.windows header .glo_nav ul a {
  overflow: hidden;
  line-height: 51px;
}
@media screen and (max-width: 480px) {
  .windows header .glo_nav ul a {
    line-height: 30px;
  }
}

main {
  width: 100%;
  overflow: hidden;
}

.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: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}
.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);
  }
}

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

footer {
  width: 78.24%;
  margin: 0 auto;
  border-top: 1px solid #e2ebef;
  padding: 100px 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  footer {
    width: 93.3%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    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;
    padding: 60px 0 20px;
    gap: 0 6.7vw;
  }
  footer .txt {
    width: 54vw;
  }
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .logo {
  position: absolute;
  right: 0;
  top: 100px;
  width: 140px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  footer .logo {
    position: relative;
    top: 0;
    width: 57px;
  }
}
footer .name {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  footer .name {
    font-size: 1.4rem;
    line-height: 1.43;
    margin-top: -0.215em;
  }
}
footer address {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  footer address {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.75;
  }
}
footer .btn {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  footer .btn {
    margin-top: 20px;
  }
}
footer .copyright {
  margin-top: 30px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    margin: 25px -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;
  }
}