<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ::::::::::  事業案内  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
login
========================================================= */
@media (max-width: 767px) {
  .contentsBlock:has(.post-password-form) {
    padding-bottom: 30px;
  }
}

.post-password-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0 15px;
}
@media (max-width: 767px) {
  .post-password-form {
    flex-direction: column;
    padding: 0;
  }
}
.post-password-form input {
  box-sizing: border-box;
  appearance: none;
  border: none;
  border-radius: 30px;
  height: 55px;
  padding: 0 50px;
  margin: 0;
  line-height: 55px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .post-password-form input {
    text-align: center;
    padding: 0 30px;
    font-size: 1.3rem;
  }
}
.post-password-form input[type=password] {
  background: #E9E7EC;
  width: 364px;
}
@media (max-width: 767px) {
  .post-password-form input[type=password] {
    width: 100%;
  }
}
.post-password-form input[type=submit] {
  background: #488163;
  width: 244px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .post-password-form input[type=submit] {
    width: 100%;
  }
}
.post-password-form input[type=submit]:hover {
  opacity: 0.8;
}

/* =========================================================
index
========================================================= */
.member .memberList::after {
  content: "";
  display: block;
  clear: both;
}
.member .memberList .listItem {
  width: 47.748%;
  float: left;
  clear: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .member .memberList .listItem {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.member .memberList .listItem.right {
  float: right;
  clear: right;
}
@media (max-width: 767px) {
  .member .memberList .listItem.right {
    float: none;
  }
}
.member .memberList .listItem:last-of-type {
  margin-bottom: 0;
}
.member .memberList .title {
  margin-bottom: 10px;
  color: #488163;
  font-size: 1.8rem;
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .member .memberList .title {
    font-size: 1.6rem;
  }
}
.member .memberList ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.member .memberList ul li::before {
  content: "・";
  padding-right: 0.75em;
  font-weight: bold;
}
.member .memberList ul li li::before {
  content: none;
  padding-left: 0;
  text-indent: 0;
}
.member .memberList ul a {
  color: #444;
}
.member .memberList ul a:hover {
  color: #29ABE2;
  opacity: 1;
}
@media (max-width: 767px) {
  .member .memberList ul a:hover {
    color: #444;
  }
}
.member .memberList ul a .icon_pdf {
  fill: #c1272d;
}
.member .memberList ul a .icon_ex {
  fill: #444;
}
.member .memberList ul + .title {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .member .memberList ul + .title {
    margin-top: 25px;
  }
}

/* =========================================================
taikai
========================================================= */
.taikai .scheduleList {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .taikai .scheduleList {
    margin-bottom: -20px;
    font-size: 1.5rem;
  }
}
.taikai .scheduleList .row {
  display: flex;
  margin-right: 35px;
  align-items: center;
}
@media (max-width: 767px) {
  .taikai .scheduleList .row {
    display: block;
    margin-bottom: 20px;
  }
}
.taikai .scheduleList .row:last-of-type {
  margin-right: 0;
}
.taikai .scheduleList dt {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .taikai .scheduleList dt {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.taikai .scheduleList dd {
  font-size: 2.7rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .taikai .scheduleList dd {
    font-size: 2.1rem;
  }
}
.taikai .table02 {
  margin-top: 40px;
}
.taikai .table02 th.bg {
  background: #488163;
  color: #fff;
}
.taikai .table02 td.bg {
  background: #F5F5F5;
}
.taikai .table02 + .table02 {
  margin-top: 20px;
}
.taikai .tableBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .taikai .tableBlock {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .taikai .tableBlock .tabList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .taikai .tableBlock .tabList li {
    margin-top: 5px;
    margin-right: 20px;
  }
  .taikai .tableBlock .tabList li a {
    color: #444;
    text-decoration: none;
  }
  .taikai .tableBlock .tabList li.active a {
    color: #488163;
    border-bottom: 1px solid currentColor;
  }
}
.taikai .tableBlock .blockItem {
  width: 24.325%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .taikai .tableBlock .blockItem {
    display: block !important;
  }
}
@media screen and (max-width: 1140px) {
  .taikai .tableBlock .blockItem {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .taikai .tableBlock .blockItem {
    width: 100%;
  }
}
.taikai .tableBlock .secTitle03 {
  margin-bottom: 15px;
}
.taikai .tableBlock .table02 {
  margin-top: 0;
}
.taikai .tableBlock .table02 th,
.taikai .tableBlock .table02 td {
  width: 46%;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .taikai .tableBlock .table02 th,
  .taikai .tableBlock .table02 td {
    width: 50%;
  }
}
.taikai .tableBlock .table02 td {
  width: 54%;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .taikai .tableBlock .table02 td {
    width: 50%;
  }
}

/* =========================================================
document01
========================================================= */
.document01 .btn a {
  width: auto;
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .document01 .btn.sp_row02 a {
    padding: 7px 30px 6px 20px;
    line-height: 1.5;
  }
}

/* =========================================================
document02
========================================================= */
/* =========================================================
document03
========================================================= */
@media (max-width: 767px) {
  .document03 .btn {
    margin-top: 20px;
  }
}
.document03 .btn a {
  width: auto;
  padding-left: 20px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .document03 .btn.sp_row02 a {
    width: 100%;
    padding: 7px 30px 6px 20px;
    line-height: 1.5;
  }
}

/* =========================================================
document04
========================================================= */
.document04 .lead {
  margin-bottom: 30px;
}
.document04 p + p {
  margin-top: 30px;
}
.document04 .btnList {
  justify-content: center;
}
@media (max-width: 767px) {
  .document04 .btnList {
    margin-top: 30px;
  }
}

/* =========================================================
hygiene01
========================================================= */
.hygiene01 p + p {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .hygiene01 p + p {
    margin-top: 30px;
  }
}
.hygiene01 .btn a {
  width: 395px;
}
@media (max-width: 767px) {
  .hygiene01 .btn.sp_row02 a {
    padding-top: 7px;
    padding-bottom: 6px;
    line-height: 1.5;
  }
}
.hygiene01 .movieBlock {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hygiene01 .movieBlock {
    margin-top: 55px;
  }
}
.hygiene01 .movieBlock iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* =========================================================
hygiene02
========================================================= */
.hygiene02 .secTitle03 {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hygiene02 .secTitle03 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.hygiene02 .table02 {
  margin-top: 50px;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .hygiene02 .table02 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.hygiene02 .table02 th:nth-of-type(1) {
  width: 273px;
}
@media (max-width: 767px) {
  .hygiene02 .table02 th:nth-of-type(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hygiene02 .table02 th:only-child {
    padding: 5px 8px;
    text-align: left;
  }
}
.hygiene02 .table02 td {
  width: calc(50% - 137px);
}
@media (max-width: 767px) {
  .hygiene02 .table02 td {
    width: 50%;
  }
}
.hygiene02 ul + ul {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .hygiene02 ul + ul {
    margin-top: 25px;
  }
}

/* =========================================================
hygiene03
========================================================= */
.hygiene03 .secTitle03 {
  margin-top: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hygiene03 .secTitle03 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .hygiene03 ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.hygiene03 .table02 {
  margin-top: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hygiene03 .table02 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hygiene03 .table02 tbody th {
    padding: 5px 8px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hygiene03 .table02 td img {
    width: 23px;
    height: auto;
  }
}

/* =========================================================
hygiene04
========================================================= */
.hygiene04 .picBlock {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hygiene04 .picBlock {
    margin-top: 0;
  }
}
.hygiene04 .btnList {
  margin-top: 40px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .hygiene04 .btnList {
    margin-top: 30px;
  }
}
.hygiene04 .btnList li {
  width: auto;
  min-width: 345px;
}
@media (max-width: 767px) {
  .hygiene04 .btnList li {
    width: 100%;
    min-width: 0;
  }
}
.hygiene04 .btnList li a {
  padding-right: 45px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .hygiene04 .btnList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 55px;
    padding: 8px 40px 8px 25px;
    border-radius: 100vmax;
    line-height: 1.5;
  }
}
.hygiene04 .btnList li a:has(svg) {
  background: #488163;
}
.hygiene04 p a {
  color: #488163;
}
.hygiene04 p.btn a {
  color: #fff !important;
}

/* =========================================================
hygiene05
========================================================= */
.hygiene05 .secTitle03 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 2.25em;
  text-indent: -2.25em;
}
@media (max-width: 767px) {
  .hygiene05 .secTitle03 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.hygiene05 .secTitle03 + p {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.hygiene05 * + .secTitle04:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .hygiene05 * + .secTitle04 {
    margin-top: 55px;
  }
}
.hygiene05 .btnList {
  margin-top: 40px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .hygiene05 .btnList {
    margin-top: 30px;
  }
}
.hygiene05 .btnList li {
  width: auto;
}
@media (max-width: 767px) {
  .hygiene05 .btnList li {
    width: 100%;
    min-width: 0;
  }
}
.hygiene05 .btnList li a {
  padding-right: 60px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .hygiene05 .btnList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 55px;
    padding: 8px 40px 8px 25px;
    border-radius: 100vmax;
    line-height: 1.5;
  }
}
.hygiene05 .btnList li a:has(svg) {
  background: #488163;
}

/* =========================================================
hygiene06
========================================================= */
.hygiene06 .linkList {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .hygiene06 .linkList {
    margin-top: 30px;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.hygiene06 .linkList li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .hygiene06 .linkList li {
    margin-top: 20px;
  }
}
.hygiene06 .linkList a {
  color: #488163;
  font-weight: 500;
}
.hygiene06 ol {
  letter-spacing: 0.04em;
}
.hygiene06 ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.hygiene06 ol li[id^=link] {
  margin-top: 30px;
}
.hygiene06 ol ol li {
  padding-left: 3em;
  text-indent: -3em;
}
@media (max-width: 767px) {
  .hygiene06 ol ol li {
    padding-left: 0;
    text-indent: 0;
  }
}
.hygiene06 ol ol ol li {
  padding-left: 2em;
  text-indent: -2em;
}
.hygiene06 ol ol ol ol li {
  padding-left: 3em;
  text-indent: -3em;
}
.hygiene06 ol .no_indent {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.hygiene06 ol .indent01 {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}
.hygiene06 ol .indent02 {
  padding-left: 2.5em !important;
  text-indent: -2.5em !important;
}
.hygiene06 ol .indent03 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
.hygiene06 .table02 {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hygiene06 .table02 {
    margin-bottom: 10px;
  }
}
.hygiene06 .table02 .min {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .hygiene06 .table02 .min {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_02 th,
  .hygiene06 .table02_02 td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.hygiene06 .table02_02 th:nth-of-type(1),
.hygiene06 .table02_02 td:nth-of-type(1) {
  width: 34%;
}
.hygiene06 .table02_02 th:nth-of-type(2),
.hygiene06 .table02_02 td:nth-of-type(2) {
  width: 28%;
}
.hygiene06 .table02_02 th:nth-of-type(3),
.hygiene06 .table02_02 td:nth-of-type(3) {
  width: 38%;
}
@media (max-width: 767px) {
  .hygiene06 .table02_03 th,
  .hygiene06 .table02_03 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hygiene06 .table02_03 th:nth-of-type(1),
.hygiene06 .table02_03 td:nth-of-type(1) {
  width: 70%;
}
@media (max-width: 767px) {
  .hygiene06 .table02_03 th:nth-of-type(1),
  .hygiene06 .table02_03 td:nth-of-type(1) {
    width: 63%;
  }
}
.hygiene06 .table02_03 th:nth-of-type(2),
.hygiene06 .table02_03 td:nth-of-type(2) {
  width: 30%;
}
@media (max-width: 767px) {
  .hygiene06 .table02_03 th:nth-of-type(2),
  .hygiene06 .table02_03 td:nth-of-type(2) {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_04 th,
  .hygiene06 .table02_04 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hygiene06 .table02_04 th:nth-of-type(1),
.hygiene06 .table02_04 td:nth-of-type(1) {
  width: 70%;
}
@media (max-width: 767px) {
  .hygiene06 .table02_04 th:nth-of-type(1),
  .hygiene06 .table02_04 td:nth-of-type(1) {
    width: 63%;
  }
}
.hygiene06 .table02_04 th:nth-of-type(2),
.hygiene06 .table02_04 td:nth-of-type(2) {
  width: 30%;
}
@media (max-width: 767px) {
  .hygiene06 .table02_04 th:nth-of-type(2),
  .hygiene06 .table02_04 td:nth-of-type(2) {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_05 {
    width: calc(100% + 75px);
    margin-left: -75px;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_05 th,
  .hygiene06 .table02_05 td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hygiene06 .table02_05 th:nth-of-type(1),
  .hygiene06 .table02_05 td:nth-of-type(1) {
    width: 33%;
  }
  .hygiene06 .table02_05 th:nth-of-type(2),
  .hygiene06 .table02_05 td:nth-of-type(2) {
    width: 33%;
  }
  .hygiene06 .table02_05 th:nth-of-type(3),
  .hygiene06 .table02_05 td:nth-of-type(3) {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_06 {
    width: calc(100% + 90px);
    margin-left: -90px;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_06 th,
  .hygiene06 .table02_06 td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .hygiene06 .table02_06 tbody th:nth-of-type(1) {
    width: 8%;
    padding-left: 0;
    padding-right: 0;
  }
  .hygiene06 .table02_06 tbody td:last-of-type {
    width: 30%;
  }
}

/* =========================================================
law common
========================================================= */
.lawList {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lawList {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.lawList dd + dt {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lawList dd + dt {
    margin-top: 25px;
  }
}
.lawList dd + dd {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lawList dd + dd {
    margin-top: 25px;
  }
}

/* =========================================================
法律
========================================================= */
.law02 .paragraph .title {
  display: inline;
  margin-inline-end: 1em;
}
.law02 .paragraph .title02 {
  display: inline;
  margin-inline-end: 1em;
}
.law02 .paragraph .subTitle {
  display: block;
  margin-bottom: 40px;
  text-indent: 3em;
}
@media (max-width: 767px) {
  .law02 .paragraph .subTitle {
    margin-bottom: 30px;
  }
}
.law02 .paragraph p {
  display: inline;
}
.law02 .paragraph .block {
  display: block;
}
.law02 .paragraph + .paragraph {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .law02 .paragraph + .paragraph {
    margin-top: 30px;
  }
}
.law02 .paragraph .paragraph {
  margin-top: 0;
}
.law02 .paragraph .paragraph.mt {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .law02 .paragraph .paragraph.mt {
    margin-top: 30px;
  }
}

/* =========================================================
manual01
========================================================= */
.manual01 .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .manual01 .btn {
    margin-top: 30px;
  }
}
.manual01 .btn a {
  width: auto;
  padding-left: 50px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .manual01 .btn.sp_row02 a {
    height: auto;
    padding: 15px 30px 15px 20px;
    line-height: 1.5;
  }
}
.manual01 .movieBlock {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .manual01 .movieBlock {
    margin-top: 55px;
  }
}
.manual01 .movieBlock iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* =========================================================
manual02
========================================================= */
.manual02 .movieBlock {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .manual02 .movieBlock {
    margin-top: 25px;
  }
}
.manual02 .movieBlock iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.manual02 .movieBlock + p {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .manual02 .movieBlock + p {
    margin-top: 25px;
  }
}

/* =========================================================
manual03
========================================================= */
.manual03 .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .manual03 .btn {
    margin-top: 30px;
  }
}
.manual03 .btn a {
  width: auto;
  padding-left: 50px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .manual03 .btn.sp_row02 a {
    height: auto;
    padding: 15px 30px 15px 20px;
    line-height: 1.5;
  }
  .manual03 .btn.sp_row02 a span {
    display: none;
  }
}
.manual03 .movieBlock {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .manual03 .movieBlock {
    margin-top: 55px;
  }
}
.manual03 .movieBlock iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ::::::::::  NEWS  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.newsTitle {
  margin: 0 0 30px;
  text-align: right;
}
.news .wrapper {
  position: relative;
}
.news .tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 50px 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news .tabList {
    justify-content: flex-start;
    position: static;
    gap: 5px 20px;
    margin-bottom: 20px;
  }
}
.news .tabList li {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .news .tabList li {
    padding: 0;
  }
}
.news .tabList li.active {
  color: #488163;
}
.news .tabList li.active a {
  border-bottom: 1px solid;
}
.news .tabList li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.newsList {
  border-bottom: 1px solid rgba(179, 179, 179, 0.3);
}
.newsList .listItem {
  border-top: 1px solid rgba(179, 179, 179, 0.3);
}
.newsList .listItem a,
.newsList .listItem .noLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 30px 30px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .newsList .listItem a,
  .newsList .listItem .noLink {
    flex-wrap: wrap;
    gap: 0 10px;
    padding: 20px 15px 15px;
  }
}
.newsList .listItem a .cate,
.newsList .listItem .noLink .cate {
  background: #488163;
  width: 200px;
  padding: 0 5px 3px;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .newsList .listItem a .cate,
  .newsList .listItem .noLink .cate {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .newsList .listItem a .cate,
  .newsList .listItem .noLink .cate {
    width: 160px;
    padding: 0 5px 1px;
    font-size: 1.2rem;
  }
}
.newsList .listItem a .titleWrap,
.newsList .listItem .noLink .titleWrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 200px - 40px - 40px - 96px - 20px - 60px);
  font-size: 1.7rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .newsList .listItem a .titleWrap,
  .newsList .listItem .noLink .titleWrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    width: calc(100% - 20px - 60px);
    margin-bottom: 10px;
    white-space: normal;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .newsList .listItem a .titleWrap,
  .newsList .listItem .noLink .titleWrap {
    width: 100%;
  }
}
.newsList .listItem a .new,
.newsList .listItem .noLink .new {
  position: relative;
  padding-right: 0.75em;
  margin-right: 0.75em;
  color: #488163;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .newsList .listItem a .new,
  .newsList .listItem .noLink .new {
    font-size: 1.5rem;
  }
}
.newsList .listItem a .new::after,
.newsList .listItem .noLink .new::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #488163;
  height: 1em;
  width: 1px;
  margin: auto;
}
.newsList .listItem a .title,
.newsList .listItem .noLink .title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .newsList .listItem a .title,
  .newsList .listItem .noLink .title {
    display: inline;
    font-size: 1.5rem;
    white-space: normal;
  }
}
.newsList .listItem a .date,
.newsList .listItem a .by,
.newsList .listItem .noLink .date,
.newsList .listItem .noLink .by {
  color: #999;
  font-family: "AcuminVariableConcept", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-weight: 100;
}
@media (max-width: 767px) {
  .newsList .listItem a .date,
  .newsList .listItem a .by,
  .newsList .listItem .noLink .date,
  .newsList .listItem .noLink .by {
    line-height: 1.7;
  }
}
.newsList .listItem a .date span,
.newsList .listItem a .by span,
.newsList .listItem .noLink .date span,
.newsList .listItem .noLink .by span {
  color: #444;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .newsList .listItem a .date span,
  .newsList .listItem a .by span,
  .newsList .listItem .noLink .date span,
  .newsList .listItem .noLink .by span {
    font-size: 1.3rem;
  }
}
.newsList .listItem a:not(.noLink) .icon_pdf,
.newsList .listItem a:not(.noLink) .icon_ex {
  display: block;
  flex-shrink: 0;
  fill: #488163;
}
.newsList .listItem a:not(.noLink) .icon_pdf {
  width: 15px;
  height: 16px;
}
@media (max-width: 1024px) {
  .newsList .listItem a:not(.noLink)[target=_blank] .titleWrap {
    padding-right: 20px;
  }
  .newsList .listItem a:not(.noLink)[target=_blank] .titleWrap .icon_pdf,
  .newsList .listItem a:not(.noLink)[target=_blank] .titleWrap .icon_ex {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.newsList .listItem a:not(.noLink)::before, .newsList .listItem a:not(.noLink)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .newsList .listItem a:not(.noLink)::before, .newsList .listItem a:not(.noLink)::after {
    content: none;
  }
}
.newsList .listItem a:not(.noLink)::before {
  border-radius: 50%;
  background: #F5F5F5;
  width: 60px;
  height: 60px;
  margin: auto;
}
.newsList .listItem a:not(.noLink)::after {
  right: 47px;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  color: #488163;
  transform: rotate(30deg) skew(-25deg);
}
.newsList .listItem a:hover {
  opacity: 1;
}
.newsList .listItem a:hover .title {
  text-decoration: none;
}
.newsList .listItem a:hover::before {
  background: #488163;
}
.newsList .listItem a:hover::after {
  color: #fff;
}
.newsList .listItem .noLink .title {
  text-decoration: none;
}
.news .moreBtn a {
  position: relative;
  background-image: none;
}
.news .moreBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url("../img/common/icon_arrow_t.svg") no-repeat center;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(180deg);
}
.news_searchForm {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 13px 2.3333%;
  margin: 0 0 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  .news_searchForm {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .news_searchForm {
    gap: 13px 11px;
    margin: 0 0 20px;
  }
}
.news_searchForm select,
.news_searchForm input[type=text],
.news_searchForm input[type=search] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: #F5F5F5;
  height: 42px;
  line-height: 42px;
  padding: 0 40px 0 20px;
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #444;
}
.news_searchForm select {
  background: #F5F5F5 url("../img/common/icon_select2.svg") no-repeat right 20px center;
}
@media (max-width: 767px) {
  .news_searchForm select {
    background-size: 12px 12px;
    background-position: right 12px center;
    padding-right: 30px;
  }
}
.news_searchForm select.category {
  width: 28%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news_searchForm select.category {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .news_searchForm select.category {
    width: 100%;
  }
}
.news_searchForm select.year_month {
  width: 16%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news_searchForm select.year_month {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .news_searchForm select.year_month {
    width: calc((100% - 11px) / 2);
  }
}
.news_searchForm input[type=text],
.news_searchForm input[type=search] {
  border-radius: 21px;
  width: 33%;
}
@media (max-width: 1024px) {
  .news_searchForm input[type=text],
  .news_searchForm input[type=search] {
    width: 100%;
  }
}
.news_searchForm input[type=submit] {
  -webkit-appearance: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border-radius: 50%;
  background: #488163 url("../img/common/icon_search.svg") no-repeat center;
  width: 26px;
  height: 26px;
  margin: auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .news_searchForm input[type=submit] {
    top: auto;
    bottom: 8px;
  }
}
.news_searchForm input[type=submit]:hover {
  opacity: 0.8;
}
.news_searchForm input[type=submit] .icon_search {
  width: 13px;
  height: 13px;
  fill: #fff;
}
.news .searchEmpty {
  padding: 30px 30px;
  border-top: 1px solid rgba(179, 179, 179, 0.3);
  border-bottom: 1px solid rgba(179, 179, 179, 0.3);
}
@media (max-width: 1024px) {
  .news .searchEmpty {
    padding: 20px 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.btn.news {
  margin: 50px 0 30px;
}
@media (max-width: 767px) {
  .btn.news {
    margin: 40px 0 0px;
  }
  .btn.news a {
    height: inherit !important;
    line-height: inherit !important;
    padding: 15px 0;
  }
}
.btn.moreBtn {
  margin: 60px 0 40px;
}
@media (max-width: 767px) {
  .btn.moreBtn {
    margin: 40px 0 0px;
  }
}
.btn.backbtn {
  margin: -10px auto 60px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.3);
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .btn.backbtn {
    margin: 70px auto 50px;
    padding-bottom: 50px;
  }
}
.btnList {
  justify-content: center;
  margin: 30px 0 -20px;
}
@media (max-width: 767px) {
  .btnList {
    margin: 30px 0 20px;
  }
}

/* =========================================================
newsDetail
========================================================= */
.document_news_box {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .document_news_box {
    margin-top: 100px;
  }
}

.documentHeader {
  position: relative;
  border-radius: 15px;
  background: #488163;
  width: 100%;
  max-width: 784px;
  margin: -120px auto 40px;
  padding: 30px 30px 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .documentHeader {
    border-radius: 10px;
    margin: -70px auto 20px;
    padding: 20px 20px;
  }
}
.documentHeader::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10.3923048454px solid #488163;
}
.documentHeaderTitle {
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .documentHeaderTitle {
    margin: 0 0 5px;
    font-size: 1.6rem;
  }
}

.newsDetail {
  display: block;
}
.newsDetail .new {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
}
.newsDetail .new::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #488163;
  height: 1em;
  width: 1px;
  margin: auto;
}
.newsDetail .cate {
  color: #488163;
  font-weight: 400;
  margin-top: 50px;
}
.newsDetailTitle {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .newsDetailTitle {
    padding-right: 60px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .newsDetailTitle {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
.newsDetailinfo {
  display: flex;
  align-items: center;
}
.newsDetailinfo dt {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newsDetailinfo dt {
    width: 40px;
    height: 40px;
  }
}
.newsDetailinfo dd {
  line-height: 1.4;
  color: #999;
  font-family: "AcuminVariableConcept", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-weight: 100;
}
.newsDetailinfo dd span {
  color: #444;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .newsDetailinfo dd span {
    font-size: 1.3rem;
  }
}
.newsDetailContents {
  border-radius: 50px;
  background: #fff;
  margin: 30px 0 40px;
  padding: 60px;
}
@media (max-width: 767px) {
  .newsDetailContents {
    border-radius: 30px;
    padding: 30px 6%;
    margin: 30px 0 30px;
  }
}
.newsDetailContents .btn:first-child {
  margin-top: 0;
}
.newsDetailContents .footerLine {
  border: none;
  border-top: 1px solid rgba(179, 179, 179, 0.3);
  margin: 35px 0;
}
@media (max-width: 767px) {
  .newsDetailContents .footerLine {
    margin: 25px 0;
  }
}
.newsDetailContents .snsList {
  display: flex;
  justify-content: center;
}
.newsDetailContents .snsListBox {
  background: #e6e6e6;
  padding: 24px 0;
}
.newsDetailContents .snsList li {
  margin: 0 0.75em;
}
.newsDetailContents .snsList li a {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .newsDetailContents .snsList li a {
    max-width: 20px;
    max-height: 20px;
  }
}
.newsDetailContents .snsList li a svg {
  max-width: 24px;
  max-height: 24px;
}
@media (max-width: 767px) {
  .newsDetailContents .snsList li a svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.newsDetailContents .snsList .fb .fb1 {
  fill: #1877f2;
}
.newsDetailContents .snsList .fb .fb2 {
  fill: #fff;
}
.newsDetailContents .snsList .x .x1 {
  fill: #000;
}
.newsDetailContents .snsList .x .x2 {
  fill: #fff;
}
.newsDetailContents .snsList .pin svg {
  fill: #e80015;
}
.newsDetailContents .snsList .pocket a {
  padding-top: 2px;
}
.newsDetailContents .snsList .pocket .pocket_white {
  fill: #fff;
}
.newsDetailContents .snsList .pocket .pocket_red {
  fill: #ef4056;
}
.newsDetailContents .snsList .line .line_white {
  fill: #fff;
}
.newsDetailContents .snsList .line .line_green {
  fill: #06c755;
}
.newsDetail .prevNextBtn {
  display: flex;
  justify-content: space-between;
}
.newsDetail .prevNextBtn li a {
  display: flex;
  align-items: center;
  min-height: 55px;
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}
.newsDetail .prevNextBtn li a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #488163 url("../img/common/icon_arrow.svg") no-repeat center;
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.newsDetail .prevNextBtn li.prev a::before {
  transform: scale(-1, 1);
}
.newsDetail .prevNextBtn li.next {
  margin-left: auto;
}
.newsDetail .prevNextBtn li.next a {
  flex-direction: row-reverse;
}
.newsDetail .prevNextBtn li.next a::before {
  margin: 0 0 0 15px;
}
.newsDetail .menuBtn {
  margin: -55px 0 0;
}
@media (max-width: 767px) {
  .newsDetail .menuBtn {
    margin-top: 15px;
  }
}
.newsDetail .menuBtn a {
  background: #488163 url("../img/common/icon_arrow.svg") no-repeat right 20px center;
}/*# sourceMappingURL=document.css.map */</pre></body></html>