@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

button,
input,
select,
textarea {
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

img,
video {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

main p {
  line-height: 1.7rem;
  margin-bottom: 2rem;
}
main p.right {
  text-align: right;
}
main p a,
main li a,
main th a,
main td a {
  color: #222222;
  position: relative;
  padding: 0 0.1rem;
  display: inline-block;
  transform: all 0.3s ease-in-out;
  color: var(--color-secondary);
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
main p a::after,
main li a::after,
main th a::after,
main td a::after {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
  font-size: 0.8em;
}
main p a[target=_blank]::after,
main li a[target=_blank]::after,
main th a[target=_blank]::after,
main td a[target=_blank]::after {
  content: "\f35d";
}
main p a[download]::after,
main li a[download]::after,
main th a[download]::after,
main td a[download]::after {
  content: "\f019";
}
main p a[href^="#"]::after,
main li a[href^="#"]::after,
main th a[href^="#"]::after,
main td a[href^="#"]::after {
  content: "\f13a";
  top: calc(50% - 0.4rem);
}
main p a:hover,
main li a:hover,
main th a:hover,
main td a:hover {
  color: #237e54;
}
main p a:hover::before,
main li a:hover::before,
main th a:hover::before,
main td a:hover::before {
  background-color: #237e54;
}
main p a:active,
main li a:active,
main th a:active,
main td a:active {
  color: var(--color-green-hover);
}
main p a:focus,
main li a:focus,
main th a:focus,
main td a:focus {
  color: var(--color-green-hover);
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 0px 0px 0px 0px;
  line-height: 1.6em;
}
main h1 {
  font-size: 1.8rem; /* 28.8px assuming 16px base */
}
main h2 {
  font-size: 1.6rem; /* 25.6px */
}
main h3 {
  font-size: 1.4rem; /* 22.4px */
}
main h4 {
  font-size: 1.2rem; /* 19.2px */
}
main h5 {
  font-size: 1.1rem; /* 17.6px */
}
main h6 {
  font-size: 1rem; /* 16px */
}
main b {
  background-color: rgba(255, 255, 0, 0.5);
}

html {
  font-size: 18px;
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container .row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  width: 100%;
  overflow: hidden;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.active-link-border {
  position: relative;
  padding: 0px 0px 7px 0px;
  text-decoration: none;
}
.active-link-border::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #237e54;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.active-link-border:hover {
  color: #237e54;
}
.active-link-border:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.active-link-arrow {
  position: relative;
  padding-left: 20px;
}
.active-link-arrow::before {
  position: absolute;
  left: 0px;
  top: calc(50% - 14px);
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
}
.active-link-arrow:hover {
  color: #237e54;
}

.arrow-right, .btn-anchor-current::after, .btn-anchor::after, .btn-large::after, .btn-small-current::after, .btn-small-border::after, .btn-small-blue::after, .btn-small-red::after, .btn-small-secondary::after, .btn-small-primary::after, .btn-small::after, .btn-current::after, .common-btn-list ul li a.current::after, .btn-shadow::after, .btn-border::after, .common-btn-list ul li a::after, .btn-blue::after, .btn-red::after, .btn-secondary::after, .btn-primary::after, .center-btn a::after, .btn::after, main p a::after,
main li a::after,
main th a::after,
main td a::after, .active-link-arrow.simple::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.arrow-left {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.arrow-top {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.arrow-bottom, .btn-anchor-current[href^="#"]::after, .btn-anchor[href^="#"]::after, .btn-large[href^="#"]::after, .btn-small-current[href^="#"]::after, .btn-small-border[href^="#"]::after, .btn-small-blue[href^="#"]::after, .btn-small-red[href^="#"]::after, .btn-small-secondary[href^="#"]::after, .btn-small-primary[href^="#"]::after, .btn-small[href^="#"]::after, .btn-current[href^="#"]::after, .btn-shadow[href^="#"]::after, .btn-border[href^="#"]::after, .common-btn-list ul li a[href^="#"]::after, .btn-blue[href^="#"]::after, .btn-red[href^="#"]::after, .btn-secondary[href^="#"]::after, .btn-primary[href^="#"]::after, .center-btn a[href^="#"]::after, .btn[href^="#"]::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.bk-dark {
  background: #ededed;
}

.btn {
  background: #093329;
  color: #f7f7f7;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #093329;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #f7f7f7;
  transition: all 0.3s;
  transform: scale(1);
}
.btn[target=_blank]::after {
  content: "\f35d";
}
.btn[download]::after {
  content: "\f019";
}
.btn:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn:hover:hover {
  background: #115e4c;
}

.btn-primary, .center-btn a {
  background: #01532d;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #01532d;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-primary::after, .center-btn a::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-primary[target=_blank]::after, .center-btn a[target=_blank]::after {
  content: "\f35d";
}
.btn-primary[download]::after, .center-btn a[download]::after {
  content: "\f019";
}
.btn-primary:hover, .center-btn a:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-primary:hover:hover, .center-btn a:hover:hover {
  background: #028548;
}

.btn-secondary {
  background: #237e54;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #237e54;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-secondary::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-secondary[target=_blank]::after {
  content: "\f35d";
}
.btn-secondary[download]::after {
  content: "\f019";
}
.btn-secondary:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-secondary:hover:hover {
  background: #2ea66f;
}

.btn-red {
  background: #ff6600;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #ff6600;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-red::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-red[target=_blank]::after {
  content: "\f35d";
}
.btn-red[download]::after {
  content: "\f019";
}
.btn-red:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-red:hover:hover {
  background: #ff8533;
}

.btn-blue {
  background: #0988cd;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #0988cd;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-blue::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-blue[target=_blank]::after {
  content: "\f35d";
}
.btn-blue[download]::after {
  content: "\f019";
}
.btn-blue:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-blue:hover:hover {
  background: #14a6f5;
}

.btn-border, .common-btn-list ul li a {
  background: #f7f7f7;
  color: #222222;
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
  border: 1px solid #bebebe;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-border::after, .common-btn-list ul li a::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #222222;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-border[target=_blank]::after, .common-btn-list ul li a[target=_blank]::after {
  content: "\f35d";
}
.btn-border[download]::after, .common-btn-list ul li a[download]::after {
  content: "\f019";
}
.btn-border:hover, .common-btn-list ul li a:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-border:hover:hover, .common-btn-list ul li a:hover:hover {
  background: white;
}
.btn-border:hover:hover, .common-btn-list ul li a:hover:hover {
  background: #efefef;
}

.btn-shadow {
  background: #fff;
  color: #222222;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.12);
  padding: 1rem 2.5rem 1rem 1rem;
  transition: all 0.3s;
}
.btn-shadow::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #222222;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-shadow[target=_blank]::after {
  content: "\f35d";
}
.btn-shadow[download]::after {
  content: "\f019";
}
.btn-shadow:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-shadow:hover:hover {
  background: white;
}
.btn-shadow:hover {
  box-shadow: none;
}
.btn-shadow:hover:hover {
  background: #efefef;
}

.btn-current, .common-btn-list ul li a.current {
  background: #f7f7f7;
  color: #bebebe;
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
  border: 1px solid #bebebe;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  box-shadow: none;
}
.btn-current::after, .common-btn-list ul li a.current::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #bebebe;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-current[target=_blank]::after, .common-btn-list ul li a[target=_blank].current::after {
  content: "\f35d";
}
.btn-current[download]::after, .common-btn-list ul li a[download].current::after {
  content: "\f019";
}
.btn-current:hover, .common-btn-list ul li a.current:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-current:hover:hover, .common-btn-list ul li a.current:hover:hover {
  background: white;
}

.btn-small {
  background: #093329;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #093329;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small[target=_blank]::after {
  content: "\f35d";
}
.btn-small[download]::after {
  content: "\f019";
}
.btn-small:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small:hover:hover {
  background: #115e4c;
}

.btn-small-primary {
  background: #01532d;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #01532d;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small-primary::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-primary[target=_blank]::after {
  content: "\f35d";
}
.btn-small-primary[download]::after {
  content: "\f019";
}
.btn-small-primary:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-primary:hover:hover {
  background: #028548;
}

.btn-small-secondary {
  background: #237e54;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #237e54;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small-secondary::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-secondary[target=_blank]::after {
  content: "\f35d";
}
.btn-small-secondary[download]::after {
  content: "\f019";
}
.btn-small-secondary:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-secondary:hover:hover {
  background: #2ea66f;
}

.btn-small-red {
  background: #ff6600;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #ff6600;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small-red::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-red[target=_blank]::after {
  content: "\f35d";
}
.btn-small-red[download]::after {
  content: "\f019";
}
.btn-small-red:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-red:hover:hover {
  background: #ff8533;
}

.btn-small-blue {
  background: #0988cd;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #0988cd;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small-blue::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-blue[target=_blank]::after {
  content: "\f35d";
}
.btn-small-blue[download]::after {
  content: "\f019";
}
.btn-small-blue:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-blue:hover:hover {
  background: #14a6f5;
}

.btn-small-border {
  background: #f7f7f7;
  color: #222222;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #bebebe;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-small-border::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #222222;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-border[target=_blank]::after {
  content: "\f35d";
}
.btn-small-border[download]::after {
  content: "\f019";
}
.btn-small-border:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-border:hover:hover {
  background: white;
}
.btn-small-border:hover:hover {
  background: #efefef;
}

.btn-small-current {
  background: #f7f7f7;
  color: #bebebe;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #bebebe;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  box-shadow: none;
}
.btn-small-current::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #bebebe;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-small-current[target=_blank]::after {
  content: "\f35d";
}
.btn-small-current[download]::after {
  content: "\f019";
}
.btn-small-current:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-small-current:hover:hover {
  background: white;
}

.btn-large {
  background: #01532d;
  color: #fff;
  padding: 1.5rem 3rem;
  position: relative;
  border: 1px solid #237e54;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1.2rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-large::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-large[target=_blank]::after {
  content: "\f35d";
}
.btn-large[download]::after {
  content: "\f019";
}
.btn-large:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-large:hover:hover {
  background: #028548;
}

.btn-anchor {
  background: #f7f7f7;
  color: #222222;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #bebebe;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100vh;
}
.btn-anchor::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #222222;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-anchor[target=_blank]::after {
  content: "\f35d";
}
.btn-anchor[download]::after {
  content: "\f019";
}
.btn-anchor:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-anchor:hover:hover {
  background: white;
}
.btn-anchor[href^="#"]::after {
  content: "\f13a";
  color: #01532d;
  font-size: 1rem;
  top: calc(50% - 0.5rem);
}
.btn-anchor:hover:hover {
  background: #efefef;
}

.btn-anchor-current {
  background: #01532d;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  border: 1px solid #01532d;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100vh;
}
.btn-anchor-current::after {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  top: calc(50% - 0.3rem);
  color: #fff;
  transition: all 0.3s;
  transform: scale(1);
}
.btn-anchor-current[target=_blank]::after {
  content: "\f35d";
}
.btn-anchor-current[download]::after {
  content: "\f019";
}
.btn-anchor-current:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.btn-anchor-current:hover:hover {
  background: #028548;
}
.btn-anchor-current[href^="#"]::after {
  content: "\f13a";
  color: #fff;
  font-size: 1rem;
  top: calc(50% - 0.5rem);
}
.btn-anchor-current:hover:hover {
  background: #014425;
}

button.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
button.icon-button:hover::after {
  background-color: #237e54;
  transform: scale(1.1);
}
button.icon-button:hover i {
  transform: scale(1.1);
  color: #fff;
}
button.icon-button::after {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 1;
  border-radius: 100vh;
  transition: all 0.3s;
}
button.icon-button i {
  font-size: 1rem;
  transform: scale(1);
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.center-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-btn a {
  min-width: calc(33.333% - 0.6665rem);
  text-align: center;
}
@media (max-width: 768px) {
  .center-btn a {
    min-width: auto;
    width: 100%;
  }
}

.common-btn-list {
  margin-bottom: 2rem;
}
.common-btn-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.common-btn-list ul li {
  width: calc(33.333% - 0.6665rem);
}
.common-btn-list ul li a.current {
  pointer-events: none;
  font-size: 0.8889rem;
}
.common-btn-list ul li a {
  width: 100%;
  font-size: 0.8889rem;
}
.common-btn-list ul li a::before {
  display: none;
}
@media (max-width: 992px) {
  .common-btn-list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 768px) {
  .common-btn-list ul li {
    width: 100%;
  }
}

.file-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.file-wrap .file-card {
  background-color: #f2f6f4;
  padding: 20px;
  border-radius: 10px;
  width: calc(33.333% - 20px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.file-wrap .file-card h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #222222;
}
.file-wrap .file-card p {
  font-size: 0.8889rem;
  margin-bottom: 15px;
}
.file-wrap .file-card img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}
.file-wrap .file-card select {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 0.8889rem;
  border: 1px solid #bebebe;
  border-radius: 5px;
  width: 100%;
}
.file-wrap .file-card a.btn {
  padding: 15px 30px;
  background-color: #01532d;
  color: #fff;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.3s;
  width: 100%;
}
.file-wrap .file-card a.btn:hover {
  background-color: #002112;
}

@media (max-width: 768px) {
  .file-wrap .file-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .file-wrap .file-card {
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */