@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@keyframes index_btn_an {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes index_btn_an_mo {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 3px);
  }
  50% {
    transform: scale(0.98, 1.03) translate(0, -3px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 3px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes index_cursor_an {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
.fade {
  opacity: 0;
  transition: 1s;
  transform-origin: bottom;
}
.fade.fadein {
  opacity: 1;
  animation: fade_an_01 1s ease-in-out forwards;
}
@media (768px < width) {
  .fade.delay-1 {
    transition-delay: 0.3s;
  }
  .fade.delay-1.fadein {
    animation-delay: 0.3s;
  }
  .fade.delay-2 {
    transition-delay: 0.6s;
  }
  .fade.delay-2.fadein {
    animation-delay: 0.6s;
  }
}

@keyframes fade_an_01 {
  0% {
    transform: scale(1.3, 0.6) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 1) translate(0%, -4%);
  }
  60% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  70% {
    transform: scale(1, 1) translate(0%, -2%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  70% {
    transform: scale(1, 1) translate(0%, -1%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.fade.fade-balloon {
  transform-origin: bottom;
  opacity: 0;
}
.fade.fade-balloon.fadein {
  animation: fade_an_02 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

@keyframes fade_an_02 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
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;
  vertical-align: baseline;
}

html, body {
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

ruby rt {
  font-feature-settings: "palt";
  ruby-align: center;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 1920px;
  margin-inline: auto;
  background: #f7f6f4;
}
img {
  max-width: 100%;
  width: auto;
}

.dp_pc {
  display: none;
}
@media (769px <= width) {
  .dp_pc {
    display: block;
  }
}

.dp_sp {
  display: block;
}
@media (769px <= width) {
  .dp_sp {
    display: none;
  }
}

.dp_sp_s {
  display: block;
}
@media (480px <= width) {
  .dp_sp_s {
    display: none;
  }
}

.margin-sec + .margin-sec {
  margin-top: 150px;
}
@media (width <= 768px) {
  .margin-sec + .margin-sec {
    margin-top: 90px;
  }
}

.section_title {
  color: #90c31f;
  line-height: 1;
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1.375rem, 0.864rem + 2.18vw, 2.5rem);
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.section_title__icn {
  font-size: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: clamp(1rem, 0.545rem + 1.94vw, 2rem);
}
.section_title__icn::before {
  content: "";
  width: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  height: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem);
  margin-right: 8px;
  display: inline-block;
  background: #90c31f;
  border-radius: 12px;
}

.area_title {
  color: #90c31f;
  background: #fff;
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  text-align: center;
  border: 3px solid #90c31f;
  border-radius: 74px;
  padding: 4px;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
@media (width <= 768px) {
  .area_title {
    border: 2px solid #90c31f;
    padding: 2px;
  }
}

main {
  padding-bottom: clamp(3.75rem, 2.045rem + 7.27vw, 7.5rem);
}
main.index {
  background: #f7f6f4 url("../../assets/image/background/index_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.index {
    background: #f7f6f4 url("../../assets/image/background/index_sp.png") top center/100% auto repeat-y;
  }
}
main.project {
  background: #f7f6f4 url("../../assets/image/background/project_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.project {
    background: #f7f6f4 url("../../assets/image/background/project_sp.png") top center/100% auto repeat-y;
  }
}
main.about {
  background: #f7f6f4 url("../../assets/image/background/henkei_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.about {
    background: #f7f6f4 url("../../assets/image/background/henkei_sp.png") top center/100% auto repeat-y;
  }
}
main.check {
  background: #f7f6f4 url("../../assets/image/background/check_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.check {
    background: #f7f6f4 url("../../assets/image/background/check_sp.png") top center/100% auto repeat-y;
  }
}
main.report {
  background: #f7f6f4 url("../../assets/image/background/report_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.report {
    background: #f7f6f4 url("../../assets/image/background/report_sp.png") top center/100% auto repeat-y;
  }
}
main.report_detail {
  background: #f7f6f4 url("../../assets/image/background/report_detail_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.report_detail {
    background: #f7f6f4 url("../../assets/image/background/report_detail_sp.png") top center/100% auto repeat-y;
  }
}
main.news {
  background: #f7f6f4 url("../../assets/image/background/news_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.news {
    background: #f7f6f4 url("../../assets/image/background/news_sp.png") top center/100% auto repeat-y;
  }
}
main.news_detail {
  background: #f7f6f4 url("../../assets/image/background/news_detail_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.news_detail {
    background: #f7f6f4 url("../../assets/image/background/news_detail_sp.png") top center/100% auto repeat-y;
  }
}
main.contact {
  background: #f7f6f4 url("../../assets/image/background/contact_pc.png") top center/1920px auto repeat-y;
}
@media (width <= 768px) {
  main.contact {
    background: #f7f6f4 url("../../assets/image/background/contact_sp.png") top center/100% auto repeat-y;
  }
}

.contentstitle {
  height: 314px;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  background: #90c31f url("../../assets/image/common/contents_bg.png") center calc(100% + 1px)/100% auto no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: clamp(3rem, 1.636rem + 5.82vw, 6rem);
}
.contentstitle h1 {
  width: 100%;
  height: 245px;
  background: url("../../assets/image/common/contents_icn.png") 8% 50%/171px auto no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
@media (width < 1400px) {
  .contentstitle {
    height: 255px;
  }
  .contentstitle h1 {
    height: 240px;
    background: none;
  }
}
@media (width <= 768px) {
  .contentstitle {
    height: calc(57px + 26.666vw);
  }
  .contentstitle h1 {
    height: calc(26.666vw + 16px);
    background: none;
  }
}

.header {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  padding-top: 30px;
}
.header__frame {
  width: 95%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 74px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 74px;
  gap: 30px;
  position: relative;
}
.header__frame__logo {
  max-width: 160px;
  margin-left: 1.5%;
}
.header__frame__logo img {
  width: 100%;
}
.header__frame__nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}
.header__frame__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.header__frame__nav ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  color: #221815;
  display: block;
  text-align: center;
  transition: 0.2s;
}
@media (769px <= width) {
  .header__frame__nav ul li a {
    font-size: 16px;
  }
  .header__frame__nav ul li a:hover {
    color: #90c31f;
  }
}
@media (width < 1500px) {
  .header__frame__nav ul {
    gap: 30px;
  }
}
.header__frame__btn {
  display: flex;
  gap: 15px;
}
.header__frame__btn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 48px;
  width: 100%;
  width: 170px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}
.header__frame__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 80%;
  width: 20px;
  height: 20px;
  background: url("../image/common/base_icn_cursor_bl.png") center/12px no-repeat;
  transition: 0.3s 0.2s;
}
@media (1400px <= width) {
  .header__frame__btn a:hover {
    color: #2c4399;
  }
  .header__frame__btn a:hover::after {
    left: 83%;
  }
  .header__frame__btn a:hover::before {
    width: 100%;
  }
}
.header__frame__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.3s;
  z-index: -1;
}
.header__frame__btn a:nth-child(1) {
  background: #00b0a0;
  border: 3px solid #00b0a0;
}
.header__frame__btn a:nth-child(1)::after {
  background: url("../image/common/base_icn_cursor_add01.png") center/12px no-repeat;
}
@media (1400px <= width) {
  .header__frame__btn a:nth-child(1):hover {
    color: #00b0a0;
  }
}
.header__frame__btn a:nth-child(2) {
  background: #2c4399;
  border: 3px solid #2c4399;
}
@media (1600px <= width) {
  .header__frame__btn a {
    width: 200px;
  }
}
.header__frame__toggle {
  display: none;
}
@media (width < 1400px) {
  .header {
    transition: 0.5s;
    padding-top: 15px;
  }
  .header__frame {
    height: auto;
    display: block;
    height: 54px;
    transition: 0.3s ease-in-out;
    border-radius: 27px;
    overflow: hidden;
  }
  .header__frame__logo {
    max-width: 160px;
  }
  .header__frame__nav {
    display: block;
  }
  .header__frame__nav ul {
    display: block;
    margin-top: 27px;
  }
  .header__frame__nav ul li {
    border-top: 1px solid #9fa0a0;
  }
  .header__frame__nav ul li a {
    padding: 15px;
    text-align: left;
  }
  .header__frame__nav ul li a br {
    display: none;
  }
  .header__frame__nav ul li:last-child {
    border-bottom: 1px solid #9fa0a0;
  }
  .header__frame__btn {
    width: 100%;
    gap: 4%;
    font-size: 14px;
    display: flex;
    margin-top: 16px;
    justify-content: center;
  }
  .header__frame__btn a {
    width: 48%;
  }
  .header__frame__toggle {
    display: block;
    position: absolute;
    top: 17px;
    right: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header__frame__toggle::before {
    position: absolute;
    top: 30%;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #221815;
    transition: 0.3s ease-in-out;
  }
  .header__frame__toggle::after {
    position: absolute;
    top: 70%;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #221815;
    transition: 0.3s ease-in-out;
  }
  .header__frame.open {
    height: calc(100vh - 50px);
    transition-delay: 0.15s;
    box-shadow: none;
  }
  .header__frame__toggle.open::before {
    transform: rotate(225deg);
    top: 50%;
  }
  .header__frame__toggle.open::after {
    transform: rotate(315deg);
    top: 50%;
  }
  .header.fixed {
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
  }
}
@media (width <= 768px) {
  .header {
    padding-top: 10px;
  }
  .header__frame {
    height: 47px;
    border-radius: 24px;
  }
  .header__frame__logo {
    max-width: 130px;
    margin-left: 0;
  }
  .header__frame__logo picture {
    margin-top: -1px;
    display: block;
  }
  .header__frame__nav ul {
    display: block;
    margin-top: 24px;
  }
  .header__frame__nav ul li a {
    padding: 10px;
  }
  .header__frame__btn a {
    height: 40px;
  }
  .header__frame__toggle {
    top: 15px;
    right: 20px;
    width: 16px;
    height: 16px;
  }
}

.footer {
  background: #90c31f;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  padding: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem) 5% clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.footer__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.footer__nav ul li a {
  text-decoration: none;
  color: #221815;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1.3;
}
.footer__contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.footer__contents__logo {
  width: 226px;
}
.footer__contents__logo a img {
  max-width: 100%;
  width: auto;
}
.footer__contents__txt {
  width: 100%;
}
.footer__contents__txt p {
  color: #fff;
}
.footer__cr {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.footer__cr a {
  color: #fff;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  text-decoration: none;
  display: inline-block;
}
.footer__cr a + a {
  margin-left: 24px;
}
.footer__cr small {
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.footer__btn {
  display: flex;
  width: 400px;
  gap: 4%;
}
.footer__btn a {
  width: 48%;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-radius: 54px;
  width: 100%;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  position: relative;
}
.footer__btn a:nth-child(1) {
  background: #00b0a0;
}
.footer__btn a:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 83%;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #fff url("../image/common/base_icn_cursor_add01.png") 60% center/10px no-repeat;
  transition: 0.3s;
}
.footer__btn a:nth-child(2) {
  background: #2c4399;
}
.footer__btn a:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 83%;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #fff url("../image/common/base_icn_cursor_bl.png") 60% center/10px no-repeat;
  transition: 0.3s;
}
@media (769px <= width) {
  .footer__btn a:hover:nth-child(1)::after {
    transform: translateY(-46%) translateX(20%);
  }
  .footer__btn a:hover:nth-child(2)::after {
    transform: translateY(-46%) translateX(20%);
  }
}
@media (width < 1400px) {
  .footer__nav {
    display: block;
  }
  .footer__nav ul {
    gap: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  .footer__nav ul li {
    width: 32%;
    box-sizing: border-box;
  }
  .footer__btn {
    margin-inline: auto;
    margin-top: 32px;
  }
}
@media (width <= 768px) {
  .footer__logo {
    max-width: 150px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
  .footer__logo a img {
    width: 100%;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav ul li {
    width: 100%;
  }
  .footer__nav ul li a br {
    display: none;
  }
  .footer__contents {
    margin-top: 40px;
    gap: 0;
  }
  .footer__contents__logo {
    display: none;
  }
  .footer__cr {
    display: block;
    justify-content: center;
    margin-top: 32px;
  }
  .footer__cr a + a {
    margin-left: 32px;
  }
  .footer__cr .link {
    text-align: center;
  }
  .footer__cr small {
    margin-top: 16px;
    display: block;
    text-align: center;
  }
  .footer__btn {
    width: 200px;
    display: block;
  }
  .footer__btn a {
    height: 46px;
  }
  .footer__btn a + a {
    margin-top: 8px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index__maintitle {
  background: #90c31f url("../../assets/image/index/head_bg.png") no-repeat center calc(100% + 1px);
  background-size: 100% auto;
}
.index__maintitle__wrap {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 10%;
  opacity: 0;
  animation: fadeIn 1s ease 0.2s 1 forwards;
  position: relative;
}
.index__maintitle__wrap::after {
  position: absolute;
  content: "";
  top: 82%;
  left: 48.2%;
  width: 32px;
  height: 20px;
  transform: translateX(-50%);
  background: url("../../assets/image/index/head_cursor.png") center/contain no-repeat;
  animation: index_cursor_an 2s ease-out infinite;
}
.index__maintitle__wrap__title {
  width: 30%;
  text-align: center;
}
.index__maintitle__wrap__title h1 {
  padding-bottom: 8%;
}
.index__maintitle__wrap__title h1 img {
  max-width: 100%;
  width: auto;
}
.index__maintitle__wrap__face {
  width: 30%;
  text-align: center;
  padding-top: 2%;
}
.index__maintitle__wrap__face img {
  max-width: 100%;
  width: auto;
}
.index__maintitle__wrap__image {
  width: 30%;
  position: relative;
  padding: 5% 0 13%;
}
.index__maintitle__wrap__image img {
  max-width: 100%;
  width: 66%;
  display: block;
  margin: 0 auto;
}
.index__maintitle__wrap__image__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  animation: index_btn_an 4s ease-in-out infinite;
  transform-origin: center 90%;
}
@media (768px <= width) {
  .index__maintitle__wrap__image__btn:hover {
    animation-play-state: paused;
  }
  .index__maintitle__wrap__image__btn:hover img {
    width: 100%;
    animation: index_btn_an_mo 0.4s ease-in-out;
  }
}
.index__maintitle__wrap__image__btn img {
  width: 100%;
}
@media (width <= 768px) {
  .index__maintitle__wrap {
    display: block;
    width: 90%;
    padding-top: 72px;
    padding-bottom: 30%;
  }
  .index__maintitle__wrap::after {
    position: absolute;
    content: "";
    top: 88%;
    left: 46%;
    width: 24px;
    height: 15px;
    transform: translateX(-50%);
    background: url("../../assets/image/index/head_cursor.png") center/contain no-repeat;
    animation: index_cursor_an 2s ease-out infinite;
  }
  .index__maintitle__wrap__title {
    width: 72%;
    max-width: 499px;
    margin-inline: auto;
    padding-bottom: 5%;
  }
  .index__maintitle__wrap__title h1 {
    padding-bottom: 0;
  }
  .index__maintitle__wrap__face {
    width: 50%;
    max-width: 497px;
    margin-inline: auto;
    padding-top: 0;
    padding-bottom: 5%;
  }
  .index__maintitle__wrap__image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  .index__maintitle__wrap__image img {
    max-width: 240px;
    width: 100%;
    width: 43%;
    display: block;
    margin: 0 0 0 2%;
  }
  .index__maintitle__wrap__image__btn {
    position: relative;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .index__maintitle__wrap__image__btn img {
    max-width: 276px;
    width: 100%;
  }
}
.index__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.index__contents__news__frame {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.5);
  padding: clamp(1.25rem, -0.17rem + 6.06vw, 4.375rem) clamp(1.25rem, -1.023rem + 9.7vw, 6.25rem);
}
.index__contents__news__frame ul {
  border-bottom: 1px solid #ddd;
}
.index__contents__news__frame ul li {
  border-top: 1px solid #ddd;
}
.index__contents__news__frame ul li a {
  display: block;
  color: #221815;
  text-decoration: none;
  padding-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  padding-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  padding-right: 17%;
  transition: 0.5s;
  position: relative;
}
.index__contents__news__frame ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  border-radius: 42px;
  background: url("../image/common/base_icn_cursor_gr.png") center/16px no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  border: 2px solid #90c31f;
  transition: 0.3s;
}
@media (769px <= width) {
  .index__contents__news__frame ul li a:hover::after {
    background: #90c31f url("../image/common/base_icn_cursor_white.png") center/16px no-repeat;
    border: 2px solid #90c31f;
  }
}
@media (769px <= width) {
  .index__contents__news__frame ul li a p span {
    display: inline;
    background-image: linear-gradient(to bottom, transparent, #3b5108);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transition: background 0.3s ease-out;
    cursor: pointer;
    padding-bottom: 3px;
  }
  .index__contents__news__frame ul li a:hover p span {
    background-size: 100% 1px;
  }
}
.index__contents__news__frame ul li a time {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.index__contents__news__frame ul li a .category {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1;
  background: #90c31f;
  color: #fff;
  padding: 0 clamp(0.75rem, 0.636rem + 0.48vw, 1rem) 2px;
  border-radius: 16px;
  margin-left: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.index__contents__news__frame ul li a .category.info {
  background: #90c31f;
}
.index__contents__news__frame ul li a .category.company {
  background: #e78c94;
}
.index__contents__news__frame ul li a .category.doctor {
  background: #f39800;
}
.index__contents__news__frame ul li a .category.citizen {
  background: #59b3dd;
}
.index__contents__news__frame ul li a .category.other {
  background: #6170c9;
}
.index__contents__news__frame ul li a p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 400;
  padding-top: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.index__contents__news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.index__contents__news__btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .index__contents__news__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__news__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .index__contents__news__btn {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .index__contents__news__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__news__btn:hover::after {
    right: 8%;
  }
}
.index__contents__project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index__contents__project__txt {
  width: 48%;
}
.index__contents__project__txt p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.index__contents__project__txt p.small {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.index__contents__project__txt p + p {
  margin-top: 24px;
}
.index__contents__project__img {
  width: 48%;
  background: #fff;
  border-radius: 25px;
  padding: clamp(0.938rem, 0.653rem + 1.21vw, 1.563rem);
  box-sizing: border-box;
  text-align: center;
}
.index__contents__project__img img {
  width: 100%;
  max-width: 470px;
}
.index__contents__project__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 360px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.index__contents__project__btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .index__contents__project__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__project__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .index__contents__project__btn {
    width: 100%;
    max-width: 324px;
    height: 55px;
  }
  .index__contents__project__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__project__btn:hover::after {
    right: 8%;
  }
}
@media (width <= 768px) {
  .index__contents__project {
    display: block;
  }
  .index__contents__project__txt {
    width: 100%;
  }
  .index__contents__project__img {
    width: 100%;
    border-radius: 16px;
    margin-top: 32px;
  }
  .index__contents__project__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 300px;
    box-sizing: border-box;
    height: 70px;
    border-radius: 80px;
    margin-inline: auto;
    font-weight: 500;
    color: #90c31f;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 4% 10px 1.5%;
    position: relative;
    border: 3px solid #90c31f;
    transition: 0.3s;
    text-align: center;
  }
  .index__contents__project__btn::after {
    content: "";
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media (width <= 768px) and (769px <= width) {
  .index__contents__project__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__project__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .index__contents__project__btn {
    width: 100%;
    max-width: 270px;
    height: 55px;
  }
  .index__contents__project__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__project__btn:hover::after {
    right: 8%;
  }
}
.index__contents__about__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index__contents__about__title img {
  padding-right: 18%;
}
.index__contents__about__title h2 {
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}
.index__contents__about__title h3 {
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  color: #ed6c00;
  line-height: 1.8;
  font-weight: 600;
  margin-top: -2.333rem;
}
.index__contents__about__txt {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.index__contents__about__txt p {
  width: 48%;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.index__contents__about__txt__img {
  width: 48%;
}
.index__contents__about__txt__img img {
  width: 100%;
  max-width: 562px;
}
.index__contents__about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 360px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.index__contents__about__btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .index__contents__about__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__about__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .index__contents__about__btn {
    width: 100%;
    max-width: 324px;
    height: 55px;
  }
  .index__contents__about__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__about__btn:hover::after {
    right: 8%;
  }
}
@media (width <= 768px) {
  .index__contents__about__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .index__contents__about__title h2 {
    width: 100%;
    margin-bottom: 16px;
  }
  .index__contents__about__title h3 {
    margin-top: 0;
    width: 80%;
  }
  .index__contents__about__title img {
    padding-right: 0;
    width: 20%;
    max-width: 80px;
    order: 3;
  }
  .index__contents__about__txt {
    display: block;
  }
  .index__contents__about__txt p {
    width: 100%;
  }
  .index__contents__about__txt__img {
    margin-top: 24px;
    width: 100%;
  }
  .index__contents__about__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 300px;
    box-sizing: border-box;
    height: 70px;
    border-radius: 80px;
    margin-inline: auto;
    font-weight: 500;
    color: #90c31f;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 4% 10px 1.5%;
    position: relative;
    border: 3px solid #90c31f;
    transition: 0.3s;
    text-align: center;
  }
  .index__contents__about__btn::after {
    content: "";
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media (width <= 768px) and (769px <= width) {
  .index__contents__about__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__about__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .index__contents__about__btn {
    width: 100%;
    max-width: 270px;
    height: 55px;
  }
  .index__contents__about__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__about__btn:hover::after {
    right: 8%;
  }
}
.index__contents__report__wrap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3.5%;
}
.index__contents__report__wrap__list li {
  width: 31%;
  display: block;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  box-sizing: border-box;
  background-color: #fff;
}
.index__contents__report__wrap__list li a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem) clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem) calc(clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem) + clamp(2.5rem, 0.568rem + 3vw, 3.25rem));
}
.index__contents__report__wrap__list li a::after {
  content: "";
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #90c31f;
  background: url("../../assets/image/common/base_icn_cursor_gr.png") center 50%/16px no-repeat;
  transition: 0.3s;
}
.index__contents__report__wrap__list li a .category {
  background: #90c31f;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1;
  padding: 5px 16px;
  border-radius: 16px;
  display: inline-block;
}
.index__contents__report__wrap__list li a .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
  margin: 16px 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.index__contents__report__wrap__list li a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
  height: 100%;
}
.index__contents__report__wrap__list li a time {
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
}
.index__contents__report__wrap__list li a p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
@media (768px < width) {
  .index__contents__report__wrap__list li a:hover::after {
    background: #90c31f url("../../assets/image/common/base_icn_cursor_white.png") center 50%/16px no-repeat;
  }
  .index__contents__report__wrap__list li a:hover img {
    transform: scale(1.1);
  }
}
@media (width <= 768px) {
  .index__contents__report__wrap__list {
    gap: 20px 4%;
  }
  .index__contents__report__wrap__list li {
    width: 48%;
  }
  .index__contents__report__wrap__list li a {
    border-radius: 15px;
  }
  .index__contents__report__wrap__list li a .category {
    padding: 3px 10px;
  }
  .index__contents__report__wrap__list li a img {
    border-radius: 15px;
    margin: 8px 0;
  }
}
.index__contents__report__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 360px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.index__contents__report__btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .index__contents__report__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__report__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .index__contents__report__btn {
    width: 100%;
    max-width: 324px;
    height: 55px;
  }
  .index__contents__report__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__report__btn:hover::after {
    right: 8%;
  }
}
@media (width <= 768px) {
  .index__contents__report__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 300px;
    box-sizing: border-box;
    height: 70px;
    border-radius: 80px;
    margin-inline: auto;
    font-weight: 500;
    color: #90c31f;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 4% 10px 1.5%;
    position: relative;
    border: 3px solid #90c31f;
    transition: 0.3s;
    text-align: center;
  }
  .index__contents__report__btn::after {
    content: "";
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media (width <= 768px) and (769px <= width) {
  .index__contents__report__btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .index__contents__report__btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .index__contents__report__btn {
    width: 100%;
    max-width: 270px;
    height: 55px;
  }
  .index__contents__report__btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .index__contents__report__btn:hover::after {
    right: 8%;
  }
}
.index__contents__comment__wrap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.666%;
}
.index__contents__comment__wrap__list li {
  width: 23%;
}
.index__contents__comment__wrap__list li div {
  display: block;
  padding: clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem);
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  background: #90c31f;
  cursor: pointer;
  border: 2px solid #90c31f;
  box-sizing: border-box;
}
.index__contents__comment__wrap__list li div img {
  width: 100%;
}
.index__contents__comment__wrap__list li div small {
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  display: block;
  padding-top: 8px;
  transition: 0.3s;
}
.index__contents__comment__wrap__list li div p {
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  transition: 0.3s;
}
.index__contents__comment__wrap__list li div .cursor {
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  text-align: right;
  margin-top: 8px;
  padding-right: 35px;
  background: url("../../assets/image/common/btn_cursor.png") 100% center/auto no-repeat;
  transition: 0.3s;
}
@media (768px < width) {
  .index__contents__comment__wrap__list li div:hover {
    background: #fff;
  }
  .index__contents__comment__wrap__list li div:hover small {
    font-weight: 500;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  }
  .index__contents__comment__wrap__list li div:hover p {
    font-weight: 500;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  }
  .index__contents__comment__wrap__list li div:hover .cursor {
    font-weight: 500;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
    background: url("../../assets/image/common/btn_cursor_base.png") 100% center/auto no-repeat;
  }
}
@media (width <= 768px) {
  .index__contents__comment__wrap__list {
    gap: 20px 4%;
  }
  .index__contents__comment__wrap__list li {
    width: 48%;
  }
  .index__contents__comment__wrap__list li div {
    border-radius: 15px;
  }
  .index__contents__comment__wrap__list li div .cursor {
    background: url("../../assets/image/common/btn_cursor.png") 97% center/contain no-repeat;
  }
}
.index__contents__info__wrap {
  text-align: center;
}
.index__contents__info__wrap p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-align: left;
}
.index__contents__info__wrap a {
  display: inline-block;
  margin-top: 32px;
  transition: 0.3s;
}
.index__contents__info__wrap a:hover {
  opacity: 0.7;
}
.index__contents__info__wrap__btn {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.index__contents__info__wrap__btn a {
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  text-decoration: none;
}
.index__contents__info__wrap__btn a img {
  display: block;
}
.index__contents__info__wrap__btn a span {
  display: block;
  padding-top: 16px;
}
@media (width <= 768px) {
  .index__contents__info__wrap__btn {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .index__contents__info__wrap__btn a {
    width: 50%;
    max-width: 290px;
  }
  .index__contents__info__wrap__btn a span {
    padding-top: 8px;
  }
}

.project__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
  box-sizing: border-box;
}
.project__contents__01 {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.project__contents__01 p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  width: 100%;
  margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
}
.project__contents__01 small {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.project__contents__01__txt {
  width: 55%;
}
.project__contents__01__img {
  width: 41%;
}
@media (width <= 768px) {
  .project__contents__01 {
    display: block;
  }
  .project__contents__01__txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .project__contents__01__img {
    width: 90%;
    margin-inline: auto;
    text-align: center;
  }
}
.project__contents__02 {
  text-align: center;
}
.project__contents__02__cursor {
  display: block;
  margin-inline: auto;
  width: clamp(1.813rem, 0.989rem + 3.52vw, 3.625rem);
  margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  margin-top: clamp(-4rem, -2.182rem - 7.76vw, -8rem);
}
.project__contents__02__title {
  display: inline-block;
  font-weight: 700;
  color: #ed6c00;
  line-height: 1.8;
  font-size: clamp(1.375rem, 0.864rem + 2.18vw, 2.5rem);
  line-height: 1.5;
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__contents__02__title::before {
  content: "";
  display: block;
  width: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
  height: 83px;
  background: url("../../assets/image/project/frame.png") center/contain no-repeat;
}
.project__contents__02__title::after {
  content: "";
  display: block;
  width: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
  height: 83px;
  background: url("../../assets/image/project/frame.png") center/contain no-repeat;
  transform: scale(-1, 1);
}
.project__contents__02 p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  width: 100%;
}
@media (width <= 768px) {
  .project__contents__02__cursor {
    margin-top: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
  }
  .project__contents__02__title {
    margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
    position: relative;
    display: inline-block;
    letter-spacing: -0.05em;
    padding: 0 8vw;
  }
  .project__contents__02__title::before {
    content: "";
    width: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
    height: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
    position: absolute;
    left: 0;
    top: 5%;
    height: 14vw;
  }
  .project__contents__02__title::after {
    content: "";
    width: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
    height: clamp(2.813rem, 1.96rem + 3.64vw, 4.688rem);
    position: absolute;
    right: 0;
    top: 5%;
    height: 14vw;
  }
  .project__contents__02 p {
    text-align: left;
  }
}
.project__contents__03 {
  position: relative;
}
.project__contents__03 ul li {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  position: relative;
  padding-left: 3rem;
  padding-bottom: 4px;
}
.project__contents__03 ul li span {
  position: absolute;
  left: 0;
}
.project__contents__03 img {
  display: block;
  margin-left: auto;
  margin-top: -240px;
}
@media (width < 1200px) {
  .project__contents__03 img {
    margin-top: 24px;
  }
}
@media (width <= 768px) {
  .project__contents__03 {
    position: relative;
  }
  .project__contents__03 ul li {
    padding-left: 2rem;
  }
}
.project__contents__04__frame {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: clamp(1.5rem, 0.818rem + 2.91vw, 3rem) clamp(1.25rem, -0.455rem + 7.27vw, 5rem);
}
.project__contents__04__frame__wrap {
  text-align: center;
}
.project__contents__04__frame__wrap:last-child *:last-child {
  margin-bottom: 0;
}
.project__contents__04__frame__wrap h3 {
  font-size: clamp(1.125rem, 1.011rem + 0.48vw, 1.375rem);
  color: #90c31f;
  display: block;
  position: relative;
  margin-bottom: clamp(2rem, 1.545rem + 1.94vw, 3rem);
}
.project__contents__04__frame__wrap h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.project__contents__04__frame__wrap h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  z-index: 0;
}
.project__contents__04__frame__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
  margin-bottom: clamp(2rem, 1.545rem + 1.94vw, 3rem);
}
.project__contents__04__frame__wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #90c31f;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-bottom: clamp(2rem, 1.545rem + 1.94vw, 3rem);
  cursor: pointer;
}
.project__contents__04__frame__wrap .btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .project__contents__04__frame__wrap .btn:hover {
    color: #90c31f;
    background: #fff;
  }
  .project__contents__04__frame__wrap .btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .project__contents__04__frame__wrap .btn {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .project__contents__04__frame__wrap .btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .project__contents__04__frame__wrap .btn:hover::after {
    right: 8%;
  }
}

.about__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
  scroll-margin-top: 110px;
}
@media (width < 1400px) {
  .about__contents {
    scroll-margin-top: 75px;
  }
}
@media (width < 769px) {
  .about__contents {
    scroll-margin-top: 65px;
  }
}
.about__contents__henkei {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__contents__henkei__txt {
  width: 45%;
}
.about__contents__henkei__txt h3 {
  font-weight: 700;
  color: #ed6c00;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  margin-bottom: clamp(0.5rem, 0.273rem + 0.97vw, 1rem);
}
.about__contents__henkei__txt p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.about__contents__henkei__img {
  width: 50%;
}
@media (width <= 768px) {
  .about__contents__henkei {
    display: block;
  }
  .about__contents__henkei__txt {
    width: 100%;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__henkei__txt h3 {
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__henkei__img {
    width: 100%;
    text-align: center;
  }
}
.about__contents__toc ul li a {
  margin: 2px 0;
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  text-decoration: none;
  display: inline-block;
  padding-left: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  transition: 0.3s;
  position: relative;
}
.about__contents__toc ul li a::before {
  content: "";
  background: #90c31f url("../../assets/image/common/btn_cursor_bottom_gr.png") top center/20px 20px repeat-y;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: clamp(0.5rem, 0.415rem + 0.36vw, 0.688rem);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.about__contents__toc ul li a:hover::before {
  background-position-y: 20px;
}
@media (width <= 768px) {
  .about__contents__toc ul li a::before {
    content: "";
    background: url("../../assets/image/common/btn_cursor_bottom_gr.png") top center/clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem) no-repeat;
    width: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
    height: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
    top: clamp(0.5rem, 0.415rem + 0.36vw, 0.688rem);
  }
  .about__contents__toc ul li a:hover::before {
    background-position-y: 0;
  }
}
.about__contents__structure {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
}
.about__contents__structure img {
  width: 26.5%;
}
.about__contents__structure p {
  width: 73.5%;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  padding-left: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
@media (width <= 768px) {
  .about__contents__structure {
    display: block;
  }
  .about__contents__structure img {
    width: 40%;
    max-width: 265px;
    display: block;
    margin-inline: auto;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__structure p {
    width: 100%;
    padding-left: 0;
  }
}
.about__contents__symptom__wrap {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.about__contents__symptom__wrap p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
@media (769px <= width) {
  .about__contents__symptom__wrap__slider li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about__contents__symptom__wrap__slider li picture {
    width: 30%;
  }
  .about__contents__symptom__wrap__slider li picture img {
    width: 100%;
  }
  .about__contents__symptom__wrap__slider li p {
    width: 67%;
  }
  .about__contents__symptom__wrap__slider li:nth-child(1) {
    align-items: flex-end;
    padding-bottom: 24px;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2) {
    align-items: center;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 30px;
    background: url("../../assets/image/about/symptom_cursor.png") bottom center/contain no-repeat;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 30px;
    background: url("../../assets/image/about/symptom_cursor.png") bottom center/contain no-repeat;
  }
  .about__contents__symptom__wrap__slider li:nth-child(3) {
    padding-top: 24px;
    align-items: flex-start;
  }
}
@media (width <= 768px) {
  .about__contents__symptom__wrap {
    max-width: auto;
  }
  .about__contents__symptom__wrap__slider {
    display: block;
  }
  .about__contents__symptom__wrap__slider li {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about__contents__symptom__wrap__slider li picture {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about__contents__symptom__wrap__slider li picture img {
    width: 100%;
    max-width: 675px;
  }
  .about__contents__symptom__wrap__slider li p {
    padding-top: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
    width: 100%;
  }
  .about__contents__symptom__wrap__slider li:nth-child(1) {
    padding-bottom: 0;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2) {
    align-items: center;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2)::before {
    display: none;
  }
  .about__contents__symptom__wrap__slider li:nth-child(2)::after {
    display: none;
  }
  .about__contents__symptom__wrap__slider li:nth-child(3) {
    padding-top: 0;
  }
}
.about__contents__mechanism__head {
  display: flex;
  justify-content: space-between;
}
.about__contents__mechanism__head p {
  width: 41.666%;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.about__contents__mechanism__head__img {
  width: 55.416%;
  position: relative;
  aspect-ratio: 665/419;
}
.about__contents__mechanism__head__img img {
  position: absolute;
  top: 0;
  right: 0;
}
.about__contents__mechanism__head__img img.parts02 {
  width: 45.714%;
}
@media (width <= 768px) {
  .about__contents__mechanism__head {
    display: block;
  }
  .about__contents__mechanism__head p {
    width: 100%;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__mechanism__head__img {
    width: 100%;
    margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  }
}
.about__contents__mechanism__list .dp_pc {
  margin-top: clamp(-1.25rem, -3.194rem - 9.26vw, -3.75rem);
}
@media (width <= 768px) {
  .about__contents__mechanism__list__slider {
    max-width: 100%;
    margin-inline: auto;
  }
  .about__contents__mechanism__list__slider li {
    text-align: center;
  }
  .about__contents__mechanism__list__slider li img {
    max-width: 375px;
    width: 100%;
    display: block;
    margin-inline: auto;
  }
}
.about__contents__factor__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.about__contents__factor__head__txt {
  width: 68%;
}
.about__contents__factor__head__txt p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  padding-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.about__contents__factor__head__txt p.factor {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
}
.about__contents__factor__head__txt p.factor span {
  display: block;
  position: relative;
  padding-left: 24px;
}
.about__contents__factor__head__txt p.factor span::before {
  content: "●";
  color: #90c31f;
  position: absolute;
  left: 0;
}
.about__contents__factor__head__txt p:last-child {
  padding-bottom: 0;
}
.about__contents__factor__head__txt h3 {
  font-weight: 600;
  color: #ed6c00;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  padding-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.about__contents__factor__head__img {
  width: 29.25%;
  position: relative;
}
.about__contents__factor__head__img .parts02 {
  position: absolute;
  top: 0;
  left: 0;
}
.about__contents__factor__list {
  text-align: center;
}
.about__contents__factor__list h4 {
  display: inline-block;
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  padding: 0 16px;
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.about__contents__factor__list h4::after {
  content: "";
  width: calc(100% + 32px);
  transform: translateX(-16px);
  text-align: center;
  height: 6px;
  border-radius: 6px;
  background: #90c31f;
  display: block;
}
.about__contents__factor__list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(3rem, 1.222rem + 3.7vw, 4rem);
}
@media (width <= 768px) {
  .about__contents__factor__head {
    display: block;
  }
  .about__contents__factor__head__txt {
    width: 100%;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__factor__head__txt p.factor {
    font-weight: 600;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  }
  .about__contents__factor__head__txt p.factor span {
    padding-left: 14px;
  }
  .about__contents__factor__head__img {
    max-width: 351px;
    width: 60%;
    margin-inline: auto;
  }
  .about__contents__factor__list h4 {
    padding: 0 8px;
  }
  .about__contents__factor__list h4::after {
    width: calc(100% + 16px);
    transform: translateX(-8px);
    height: 4px;
    border-radius: 4px;
  }
  .about__contents__factor__list ul {
    display: block;
    margin-inline: auto;
  }
  .about__contents__factor__list ul li + li {
    margin-top: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__factor__list ul li img.icn_01 {
    width: 70.149%;
    max-width: 318px;
  }
  .about__contents__factor__list ul li img.icn_02 {
    width: 53.731%;
    max-width: 248px;
  }
  .about__contents__factor__list ul li img.icn_03 {
    width: 67.164%;
    max-width: 300px;
  }
}
.about__contents__treatment__head p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.about__contents__treatment__head__img ul {
  display: flex;
  justify-content: space-between;
}
.about__contents__treatment__head__img ul li {
  width: 49%;
}
.about__contents__treatment__head__img ul li img {
  width: 100%;
}
.about__contents__treatment__head__cursor {
  display: block;
  text-align: center;
}
.about__contents__treatment__head__cursor img {
  width: 76.25%;
}
.about__contents__treatment__list {
  margin-top: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
}
@media (768px <= width) {
  .about__contents__treatment__list ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .about__contents__treatment__list ul li {
    width: 31%;
  }
  .about__contents__treatment__list ul li h4 {
    font-weight: 700;
    color: #90c31f;
    line-height: 1.8;
    font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
    line-height: 1.5;
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
    border-left: 8px solid #90c31f;
    padding-left: 12px;
  }
  .about__contents__treatment__list ul li p {
    font-weight: 400;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  }
}
@media (width <= 768px) {
  .about__contents__treatment__head__img ul {
    display: flex;
    flex-direction: column;
  }
  .about__contents__treatment__head__img ul li {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__treatment__head__cursor img {
    width: 7.7333%;
    max-width: 58px;
  }
  .about__contents__treatment__list__slider li {
    margin-bottom: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
  }
  .about__contents__treatment__list__slider li h4 {
    font-weight: 700;
    color: #90c31f;
    line-height: 1.8;
    font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
    line-height: 1.5;
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
    border-left: 5px solid #90c31f;
    padding-left: 8px;
    background: url("../../assets/image/about/treatment_cursor_sp.png") 95% center/40px auto no-repeat;
  }
  .about__contents__treatment__list__slider li p {
    font-weight: 400;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__treatment__list__slider li img {
    display: block;
    margin-inline: auto;
  }
  .about__contents__treatment__list__slider li .slide_img01 {
    max-width: 321px;
    width: 60%;
  }
  .about__contents__treatment__list__slider li .slide_img02 {
    max-width: 550px;
    width: 73.333%;
  }
  .about__contents__treatment__list__slider li .slide_img03 {
    max-width: 450px;
    width: 80%;
  }
}
.about__contents__prevention__block h3 {
  font-weight: 700;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  padding-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.about__contents__prevention__block p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.about__contents__prevention__block picture {
  display: block;
  margin-top: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
}
.about__contents__prevention__block + .about__contents__prevention__block {
  margin-top: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.about__contents__prevention__block__column {
  margin-top: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 8%;
}
.about__contents__prevention__block__column small {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.about__contents__prevention__block__column__item {
  width: 46%;
  max-width: 480px;
}
.about__contents__prevention__block__column__item h4 {
  font-weight: 600;
  color: #ed6c00;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  margin-bottom: clamp(0.5rem, 0.273rem + 0.97vw, 1rem);
}
.about__contents__prevention__block__column__item ol {
  margin-bottom: clamp(1rem, 0.545rem + 1.94vw, 2rem);
}
.about__contents__prevention__block__column__item ol li {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  position: relative;
  padding-left: clamp(1.313rem, 1.199rem + 0.48vw, 1.563rem);
}
.about__contents__prevention__block__column__item ol li span {
  position: absolute;
  top: clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  font-weight: bold;
  left: 0;
  width: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  height: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  background: #ed6c00;
  color: #fff;
  border-radius: 24px;
}
@media (width <= 768px) {
  .about__contents__prevention__block picture {
    max-width: 412px;
    width: 90%;
    margin-inline: auto;
  }
  .about__contents__prevention__block__column {
    display: block;
  }
  .about__contents__prevention__block__column__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  }
  .about__contents__prevention__block__column__item ol li span {
    font-size: 11px;
  }
  .about__contents__prevention__block__column__item img {
    display: block;
    margin-inline: auto;
    margin: 0 auto;
  }
  .about__contents__prevention__block__column__item:nth-child(1) img {
    width: 70%;
  }
  .about__contents__prevention__block__column__item:nth-child(2) ol {
    margin-bottom: -1rem;
  }
  .about__contents__prevention__block__column__item:nth-child(2) img {
    width: 75%;
    max-width: 287px;
    margin-inline: unset;
    margin: -13% 0 0 auto;
  }
  .about__contents__prevention__block__column__item:first-child {
    margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  }
  .about__contents__prevention__block__column small {
    text-align: left;
  }
}
.about__contents__consultation__head p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-bottom: clamp(2rem, 1.091rem + 3.88vw, 4rem);
}
.about__contents__consultation__frame {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  position: relative;
}
.about__contents__consultation__frame__txt p {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  margin-bottom: clamp(1.75rem, 0.955rem + 3.39vw, 3.5rem);
}
.about__contents__consultation__frame__txt ul {
  margin-bottom: clamp(1.75rem, 0.955rem + 3.39vw, 3.5rem);
  width: 60%;
}
.about__contents__consultation__frame__txt ul li {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  padding-left: 24px;
  position: relative;
}
.about__contents__consultation__frame__txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(0.375rem, 0.261rem + 0.48vw, 0.625rem);
  border-radius: 20px;
  width: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  height: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  background: #E9D154;
  background: linear-gradient(90deg, rgb(233, 209, 84) 0%, rgb(127, 177, 95) 100%);
  display: block;
}
.about__contents__consultation__frame__img {
  position: absolute;
  top: clamp(3.75rem, 2.045rem + 7.27vw, 7.5rem);
  right: clamp(3.75rem, 2.045rem + 7.27vw, 7.5rem);
  width: 26%;
}
.about__contents__consultation__frame small {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
@media (width <= 768px) {
  .about__contents__consultation__frame {
    border-radius: 15px;
  }
  .about__contents__consultation__frame__txt p {
    font-weight: 500;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  }
  .about__contents__consultation__frame__txt ul {
    margin-bottom: clamp(1.75rem, 0.955rem + 3.39vw, 3.5rem);
    width: 100%;
  }
  .about__contents__consultation__frame__txt ul li {
    padding-left: 18px;
    font-weight: 500;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    margin-bottom: 2px;
  }
  .about__contents__consultation__frame__txt ul li::before {
    content: "";
    position: absolute;
    left: 0;
  }
  .about__contents__consultation__frame__img {
    top: 1.5rem;
    right: clamp(1.75rem, 0.955rem + 3.39vw, 3.5rem);
    width: 32%;
  }
}
.about__contents__supervision {
  padding: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
  border: 3px solid #2c4399;
  background: #fff;
}
.about__contents__supervision dl {
  font-weight: 500;
  color: #2c4399;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  display: flex;
  flex-wrap: wrap;
}
.about__contents__supervision dl dt {
  width: clamp(4.375rem, 2.714rem + 3.46vw, 5.313rem);
}
.about__contents__supervision dl dd {
  width: calc(100% - 85px);
}
.about__contents__supervision dl dd span {
  display: block;
}
.about__contents__supervision dl dd + dt {
  padding-top: 16px;
}
.about__contents__supervision dl dd + dt + dd {
  padding-top: 16px;
}
@media (width <= 768px) {
  .about__contents__supervision dl dt {
    line-height: 1.5;
  }
  .about__contents__supervision dl dd {
    line-height: 1.5;
    width: calc(100% - 70px);
  }
  .about__contents__supervision dl dd span + span {
    margin-top: 8px;
  }
}

.check__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}
.check__contents.active {
  display: block;
}
.check__contents.fade-in {
  opacity: 1;
}
.check__contents__txt {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-bottom: 130px;
}
@media (width <= 768px) {
  .check__contents__txt {
    margin-bottom: 80px;
  }
}
.check__contents__block__list {
  background: #fff;
  border-radius: 0 25px 25px 0;
  border: 3px solid #90c31f;
  position: relative;
  padding: clamp(1.5rem, 0.818rem + 2.91vw, 3rem) clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.check__contents__block__list h2 {
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0) translateY(-78%);
}
.check__contents__block__list ul li {
  font-size: 20px;
  background: url("../../assets/image/check/check_off.png") left 2px/clamp(1.563rem, 1.42rem + 0.61vw, 1.875rem) auto no-repeat;
  padding-left: clamp(2rem, 1.545rem + 1.94vw, 3rem);
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.5;
}
.check__contents__block__list ul li.checked {
  background: url("../../assets/image/check/check_on.png") left 2px/clamp(1.563rem, 1.42rem + 0.61vw, 1.875rem) auto no-repeat;
}
.check__contents__block__list ul li span {
  display: inline-block;
  padding: 0 2px;
}
.check__contents__block__list ul li + li {
  margin-top: 20px;
}
@media (width <= 768px) {
  .check__contents__block__list {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    border: 2px solid #90c31f;
    padding: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
    padding-top: 2.5rem;
  }
  .check__contents__block__list h2 {
    width: 90px;
    transform: translateX(0%) translateY(-70%);
  }
  .check__contents__block__list ul li {
    background-position: left 0 !important;
    font-size: 15px;
  }
}
.check__contents__block__result {
  background: #fff;
  border-radius: 25px;
  border: 2px solid #90c31f;
  position: relative;
  padding: calc(clamp(1rem, 0.318rem + 2.91vw, 2.5rem) + 16px) clamp(1rem, 0.318rem + 2.91vw, 2.5rem) clamp(1rem, 0.318rem + 2.91vw, 2.5rem);
  text-align: center;
}
.check__contents__block__result h2 {
  position: absolute;
  top: 0;
  left: 24px;
  background: #90c31f;
  padding: 6px 16px 8px;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1;
}
.check__contents__block__result p {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
}
.check__contents__block__cursor {
  text-align: center;
  margin: clamp(2rem, 1.091rem + 3.88vw, 4rem) 0;
}
.check__contents__block small {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  padding-top: 12px;
  display: block;
}
.check__contents__btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  max-width: 800px;
  margin-inline: auto;
}
.check__contents__btn div {
  cursor: pointer;
}
@media (width <= 768px) {
  .check__contents__btn.col2 {
    flex-direction: column-reverse;
  }
}
.check__contents__btn a,
.check__contents__btn .next {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 300px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
}
.check__contents__btn a::after,
.check__contents__btn .next::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .check__contents__btn a:hover,
  .check__contents__btn .next:hover {
    background: #90c31f;
    color: #fff;
  }
  .check__contents__btn a:hover::after,
  .check__contents__btn .next:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .check__contents__btn a,
  .check__contents__btn .next {
    width: 100%;
    max-width: 270px;
    height: 55px;
  }
  .check__contents__btn a::after,
  .check__contents__btn .next::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .check__contents__btn a:hover::after,
  .check__contents__btn .next:hover::after {
    right: 8%;
  }
}
.check__contents__btn .back {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 300px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 1.5% 10px 4%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
}
.check__contents__btn .back::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media (769px <= width) {
  .check__contents__btn .back:hover {
    background: #90c31f;
    color: #fff;
  }
  .check__contents__btn .back:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    left: 6%;
  }
}
@media (width <= 768px) {
  .check__contents__btn .back {
    width: 100%;
    max-width: 270px;
    height: 55px;
  }
  .check__contents__btn .back::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .check__contents__btn .back:hover::after {
    right: 8%;
  }
}

.report__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.report__contents__frame__block {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.report__contents__frame__block ul li a {
  text-decoration: none;
  display: block;
}
.report__contents__frame__block ul li a .category {
  background: #90c31f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 32px;
  margin-bottom: 16px;
}
.report__contents__frame__block ul li a .report_item {
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  position: relative;
}
.report__contents__frame__block ul li a .report_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  border-radius: 42px;
  background: url("../image/common/base_icn_cursor_gr.png") center/16px no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  border: 2px solid #90c31f;
  transition: 0.3s;
}
.report__contents__frame__block ul li a .report_item__img {
  width: 25%;
}
.report__contents__frame__block ul li a .report_item__img .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.report__contents__frame__block ul li a .report_item__img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
  width: 100% !important;
  height: auto !important;
}
.report__contents__frame__block ul li a .report_item__txt {
  width: 72%;
  padding-right: 17%;
  box-sizing: border-box;
}
.report__contents__frame__block ul li a .report_item__txt time {
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
}
.report__contents__frame__block ul li a .report_item__txt p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-top: 8px;
}
@media (769px <= width) {
  .report__contents__frame__block ul li a .report_item__txt p span {
    display: inline;
    background-image: linear-gradient(to bottom, transparent, #3b5108);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transition: background 0.3s ease-out;
    cursor: pointer;
    padding-bottom: 3px;
  }
}
@media (768px < width) {
  .report__contents__frame__block ul li a:hover .report_item img {
    transform: scale(1.1);
  }
  .report__contents__frame__block ul li a:hover .report_item::after {
    background: #90c31f url("../image/common/base_icn_cursor_white.png") center/16px no-repeat;
    border: 2px solid #90c31f;
  }
  .report__contents__frame__block ul li a:hover p span {
    background-size: 100% 1px;
  }
}
.report__contents__frame__block ul li + li {
  border-top: 1px solid #a5a6a6;
  margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  padding-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
@media (width <= 768px) {
  .report__contents__frame__block {
    border-radius: 15px;
  }
  .report__contents__frame__block ul li a .category {
    font-size: 12px;
  }
  .report__contents__frame__block ul li a .report_item {
    display: block;
    padding-bottom: 48px;
  }
  .report__contents__frame__block ul li a .report_item::after {
    top: auto;
    bottom: -30px;
    background: url("../image/common/base_icn_cursor_gr.png") center/12px no-repeat;
    width: 36px;
    height: 36px;
  }
  .report__contents__frame__block ul li a .report_item__img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 8px;
  }
  .report__contents__frame__block ul li a .report_item__img img {
    aspect-ratio: 1.36/1;
    border-radius: 15px;
  }
  .report__contents__frame__block ul li a .report_item__txt {
    width: 100%;
    padding-right: 0;
  }
  .report__contents__frame__block ul li a .report_item__txt p {
    margin-top: 0;
  }
  .report__contents__frame__block ul li a:hover .report_item {
    background-position: 100% bottom;
  }
  .report__contents__frame__block ul li + li {
    border-top: 1px solid #a5a6a6;
    margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
    padding-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  }
}

.report_detail__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.report_detail__contents__block__title {
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
  padding-bottom: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.report_detail__contents__block__title time {
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 32px;
}
.report_detail__contents__block__title .category {
  background: #90c31f;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 32px;
  margin-bottom: 32px;
}
.report_detail__contents__block__title h2 {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}
.report_detail__contents__block__contents > * {
  margin-top: 5rem;
}
.report_detail__contents__block__contents p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.report_detail__contents__block__contents p + p {
  margin-top: 2rem;
}
.report_detail__contents__block__contents h3 {
  font-weight: 700;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
}
.report_detail__contents__block__contents h3 + * {
  margin-top: 1.5rem;
}
.report_detail__contents__block__contents h4 {
  font-weight: 700;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  line-height: 1.6;
  border-left: 8px solid #90c31f;
  padding-left: 8px;
}
.report_detail__contents__block__contents h4 + * {
  margin-top: 1.5rem;
}
.report_detail__contents__block__contents img {
  display: block;
  margin-inline: auto;
}
.report_detail__contents .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 1.5% 10px 4%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.report_detail__contents .btn_list::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media (769px <= width) {
  .report_detail__contents .btn_list:hover {
    background: #90c31f;
    color: #fff;
  }
  .report_detail__contents .btn_list:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    left: 6%;
  }
}
@media (width <= 768px) {
  .report_detail__contents .btn_list {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .report_detail__contents .btn_list::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .report_detail__contents .btn_list:hover::after {
    right: 8%;
  }
}

.news__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.news__contents__frame__block {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.news__contents__frame__block ul {
  border-bottom: 1px solid #9fa0a0;
}
.news__contents__frame__block ul li {
  border-top: 1px solid #9fa0a0;
}
.news__contents__frame__block ul li a {
  display: block;
  color: #221815;
  text-decoration: none;
  padding-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  padding-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  padding-right: 17%;
  transition: 0.5s;
  position: relative;
}
.news__contents__frame__block ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  border-radius: 42px;
  background: url("../image/common/base_icn_cursor_gr.png") center/16px no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  border: 2px solid #90c31f;
  transition: 0.3s;
}
@media (769px <= width) {
  .news__contents__frame__block ul li a:hover::after {
    background: #90c31f url("../image/common/base_icn_cursor_white.png") center/16px no-repeat;
    border: 2px solid #90c31f;
  }
}
@media (769px <= width) {
  .news__contents__frame__block ul li a p span {
    display: inline;
    background-image: linear-gradient(to bottom, transparent, #3b5108);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transition: background 0.3s ease-out;
    cursor: pointer;
    padding-bottom: 3px;
  }
  .news__contents__frame__block ul li a:hover p span {
    background-size: 100% 1px;
  }
}
.news__contents__frame__block ul li a time {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.news__contents__frame__block ul li a .category {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1;
  background: #90c31f;
  color: #fff;
  padding: 0 clamp(0.75rem, 0.636rem + 0.48vw, 1rem) 2px;
  border-radius: 16px;
  margin-left: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}
.news__contents__frame__block ul li a .category.info {
  background: #90c31f;
}
.news__contents__frame__block ul li a .category.company {
  background: #e78c94;
}
.news__contents__frame__block ul li a .category.doctor {
  background: #f39800;
}
.news__contents__frame__block ul li a .category.citizen {
  background: #59b3dd;
}
.news__contents__frame__block ul li a .category.other {
  background: #6170c9;
}
.news__contents__frame__block ul li a p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 400;
  padding-top: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}

.news_detail__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.news_detail__contents__block__title {
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
  padding-bottom: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.news_detail__contents__block__title time {
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 32px;
}
.news_detail__contents__block__title .category {
  background: #90c31f;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 32px;
  margin-bottom: 32px;
}
.news_detail__contents__block__title .category.info {
  background: #90c31f;
}
.news_detail__contents__block__title .category.company {
  background: #e78c94;
}
.news_detail__contents__block__title .category.doctor {
  background: #f39800;
}
.news_detail__contents__block__title .category.citizen {
  background: #59b3dd;
}
.news_detail__contents__block__title .category.other {
  background: #6170c9;
}
.news_detail__contents__block__title h2 {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}
.news_detail__contents__block__contents > * {
  margin-top: 5rem;
}
.news_detail__contents__block__contents p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.news_detail__contents__block__contents p + p {
  margin-top: 2rem;
}
.news_detail__contents__block__contents h2 {
  font-weight: 700;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
}
.news_detail__contents__block__contents h2 + * {
  margin-top: 1.5rem;
}
.news_detail__contents__block__contents h3 {
  font-weight: 700;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  line-height: 1.6;
  border-left: 8px solid #90c31f;
  padding-left: 8px;
}
.news_detail__contents__block__contents h3 + * {
  margin-top: 1.5rem;
}
.news_detail__contents__block__contents img {
  display: block;
  margin-inline: auto;
}
.news_detail__contents__block__contents .wp-block-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c4399;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px calc(1.5% + 25px) 10px 1.5%;
  position: relative;
  border: 3px solid #2c4399;
}
.news_detail__contents__block__contents .wp-block-button a::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.news_detail__contents__block__contents .wp-block-button a:hover::after {
  right: 6%;
}
@media (width <= 768px) {
  .news_detail__contents__block__contents .wp-block-button a {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .news_detail__contents__block__contents .wp-block-button a::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .news_detail__contents__block__contents .wp-block-button a:hover::after {
    right: 8%;
  }
}
.news_detail__contents__block__img {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
}
.news_detail__contents__block__img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news_detail__contents .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 1.5% 10px 4%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.news_detail__contents .btn_list::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media (769px <= width) {
  .news_detail__contents .btn_list:hover {
    background: #90c31f;
    color: #fff;
  }
  .news_detail__contents .btn_list:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    left: 6%;
  }
}
@media (width <= 768px) {
  .news_detail__contents .btn_list {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .news_detail__contents .btn_list::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .news_detail__contents .btn_list:hover::after {
    right: 8%;
  }
}

.list_pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.list_pagenation .page-numbers {
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  background: #fff;
  border: 2px solid #90c31f;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 56px;
  text-decoration: none;
  transition: 0.3s;
}
.list_pagenation .page-numbers.current {
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  background: #90c31f;
}
.list_pagenation .page-numbers.next {
  background: #fff url("../../assets/image/common/btn_cursor_gr.png") center/auto no-repeat;
}
.list_pagenation .page-numbers.prev {
  background: #fff url("../../assets/image/common/btn_cursor_gr.png") center/auto no-repeat;
  transform: rotate(180deg);
}
@media (width <= 768px) {
  .list_pagenation .page-numbers {
    width: 32px;
    height: 32px;
  }
  .list_pagenation .page-numbers.next {
    background-size: 50%;
  }
  .list_pagenation .page-numbers.prev {
    background-size: 50%;
  }
}
@media (769px <= width) {
  .list_pagenation .page-numbers:hover {
    opacity: 0.7;
  }
  .list_pagenation .page-numbers:hover.current {
    opacity: 1;
  }
}
.list_pagenation .cursor {
  width: 66px;
}

.contact__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.contact__contents .orange {
  color: #ed6c00;
}
.contact__contents .head {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.contact__contents__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.contact__contents__list dt {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  width: 25%;
  padding: clamp(1rem, 0.545rem + 1.94vw, 2rem) 0;
}
.contact__contents__list dt span {
  color: #ed6c00;
}
.contact__contents__list dd {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  width: 73%;
  padding: clamp(1rem, 0.545rem + 1.94vw, 2rem) 0;
}
.contact__contents__list input[type=text],
.contact__contents__list input[type=tel],
.contact__contents__list textarea {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #90c31f;
  width: 100%;
}
.contact__contents__list textarea {
  height: 300px;
}
.contact__contents__privacy {
  margin-top: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  max-width: 850px;
  margin-inline: auto;
}
.contact__contents__privacy a {
  color: #2c4399;
}
.contact__contents__privacy a:hover {
  text-decoration: none;
}
.contact__contents__agree {
  text-align: center;
  margin: clamp(2rem, 1.091rem + 3.88vw, 4rem) 0;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.contact__contents__agree p {
  margin-bottom: 2rem;
}
.contact__contents__agree input,
.contact__contents__agree label {
  cursor: pointer;
}
.contact__contents__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #90c31f;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}
.contact__contents__button::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .contact__contents__button:hover {
    color: #90c31f;
    background: #fff;
  }
  .contact__contents__button:hover::after {
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .contact__contents__button {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .contact__contents__button::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .contact__contents__button:hover::after {
    right: 8%;
  }
}
.contact__contents__tel {
  margin-top: clamp(6.125rem, 3.341rem + 11.88vw, 12.25rem);
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding: clamp(2rem, 1.091rem + 3.88vw, 4rem);
  background: #fff;
  text-align: center;
  border: 1px solid #90c31f;
  box-sizing: border-box;
  border-radius: 5px;
}
.contact__contents__tel p {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}
.contact__contents__tel .num {
  display: block;
  font-size: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  color: #90c31f;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-top: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  letter-spacing: 0.1em;
}
.contact__contents__tel small {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  display: block;
  margin-top: clamp(0.75rem, 0.409rem + 1.45vw, 1.5rem);
}
@media (width <= 768px) {
  .contact__contents__list {
    display: block;
  }
  .contact__contents__list dt {
    margin-top: clamp(2rem, 1.091rem + 3.88vw, 4rem);
    width: 100%;
    padding: 0;
  }
  .contact__contents__list dd {
    width: 100%;
    padding: clamp(0.5rem, 0.273rem + 0.97vw, 1rem) 0 0;
  }
  .contact__contents__list input[type=text],
  .contact__contents__list input[type=tel],
  .contact__contents__list textarea {
    padding: 8px;
    box-sizing: border-box;
  }
  .contact__contents__list textarea {
    height: 150px;
  }
}

.notfound__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.notfound__contents__frame__block {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.notfound__contents__frame__block p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-bottom: 24px;
}
.notfound__contents__frame__block a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #90c31f;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 4% 10px 1.5%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
}
.notfound__contents__frame__block a::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (769px <= width) {
  .notfound__contents__frame__block a:hover {
    color: #90c31f;
    background: #fff;
  }
  .notfound__contents__frame__block a:hover::after {
    background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
    right: 6%;
  }
}
@media (width <= 768px) {
  .notfound__contents__frame__block a {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .notfound__contents__frame__block a::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .notfound__contents__frame__block a:hover::after {
    right: 8%;
  }
}

.column__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.column__contents__category {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  padding: 32px;
}
.column__contents__category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  max-width: 700px;
  margin-inline: auto;
}
.column__contents__category ul li {
  width: 22%;
}
.column__contents__category ul li a {
  display: flex;
  width: 100%;
  height: 32px;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  font-weight: 500;
  line-height: 1;
  border: 2px solid #90c31f;
  color: #fff;
}
.column__contents__category ul li a.all {
  background-color: #90c31f;
  color: #fff;
}
.column__contents__category ul li a.all.current {
  background-color: #fff;
  color: #90c31f;
}
.column__contents__category ul li a.preparation {
  background-color: #6ac6d6;
  border-color: #6ac6d6;
}
.column__contents__category ul li a.preparation.current {
  background-color: #fff;
  color: #6ac6d6;
}
.column__contents__category ul li a.diagnosis {
  background-color: #83c35e;
  border-color: #83c35e;
}
.column__contents__category ul li a.diagnosis.current {
  background-color: #fff;
  color: #83c35e;
}
.column__contents__category ul li a.rehabilitation {
  background-color: #b47ab2;
  border-color: #b47ab2;
}
.column__contents__category ul li a.rehabilitation.current {
  background-color: #fff;
  color: #b47ab2;
}
.column__contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.5%;
  margin-top: 100px;
}
.column__contents__list__block {
  width: 31%;
}
.column__contents__list__block__img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.column__contents__list__block__img img {
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  height: auto;
}
.column__contents__list__block__date {
  padding: 16px 20px 8px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.column__contents__list__block__date__new {
  background-color: #90c31f;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.625rem, 0.568rem + 0.24vw, 0.75rem);
  line-height: 1;
  padding: 4px 8px;
  border-radius: 2rem;
  margin-left: 0.5rem;
}
.column__contents__list__block__text {
  padding: 0 20px;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.column__contents__list__block__category {
  padding: 10px 20px 20px;
  height: 60px;
  display: flex;
  align-items: center;
}
.column__contents__list__block__category span {
  display: flex;
  width: 110px;
  height: 27px;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  text-decoration: none;
  color: #fff;
}
.column__contents__list__block__category span.preparation {
  background-color: #6ac6d6;
}
.column__contents__list__block__category span.diagnosis {
  background-color: #83c35e;
}
.column__contents__list__block__category span.rehabilitation {
  background-color: #b47ab2;
}
.column__contents__list__block__cursor {
  transition: 0.3s;
  background: #fff url("../image/common/base_icn_cursor_gr.png") 55% center/18px no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50px;
  border: 2px solid #90c31f;
}
.column__contents__list__block a {
  border: 2px solid #90c31f;
  box-sizing: border-box;
  background: #fff;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(144, 195, 31, 0.2);
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  position: relative;
}
.column__contents__list__block a:hover .column__contents__list__block__cursor {
  background: #90c31f url("../image/common/base_icn_cursor_white.png") 55% center/18px no-repeat;
}
.column__contents__list__block a:hover .column__contents__list__block__img img {
  transform: scale(1.1);
}
@media (width <= 768px) {
  .column__contents__category {
    border-radius: 16px;
    padding: 16px;
  }
  .column__contents__category ul {
    flex-wrap: wrap;
    gap: 2vw 5%;
    width: 90%;
  }
  .column__contents__category ul li {
    width: 45%;
    font-size: 12px;
  }
  .column__contents__category ul li a {
    height: 27px;
  }
  .column__contents__list {
    gap: 4vw 4%;
    margin-top: 30px;
  }
  .column__contents__list__block {
    width: 48%;
  }
  .column__contents__list__block__date {
    padding: 3vw 3vw 2vw;
  }
  .column__contents__list__block__text {
    padding: 0 3vw;
  }
  .column__contents__list__block__category {
    padding: 3vw 3vw 6vw;
    height: 6vw;
    display: flex;
    align-items: center;
  }
  .column__contents__list__block__category span {
    width: 20vw;
    height: auto;
    max-width: 90px;
    line-height: 1;
    padding: 3px 10px;
    box-sizing: border-box;
  }
  .column__contents__list__block__cursor {
    background: #fff url("../image/common/base_icn_cursor_gr.png") 55% center/3vw no-repeat;
    bottom: 4.5vw;
    right: 3vw;
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
  }
  .column__contents__list__block a {
    border-radius: 16px;
  }
  .column__contents__list__block a:hover .column__contents__list__block__cursor {
    background: #fff url("../image/common/base_icn_cursor_gr.png") 55% center/4vw no-repeat;
  }
  .column__contents__list__block a:hover .column__contents__list__block__img img {
    transform: scale(1);
  }
}

.policy__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.policy__contents h2 {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #757575;
}
.policy__contents p,
.policy__contents ol,
.policy__contents ul,
.policy__contents h3,
.policy__contents small,
.policy__contents address {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.policy__contents h3 {
  margin-bottom: 30px;
}
.policy__contents ol {
  list-style: decimal;
  margin-left: 24px;
  margin-top: 30px;
}
.policy__contents ol li {
  position: relative;
}
.policy__contents ol.parentheses {
  list-style: none;
  margin-left: 36px;
}
.policy__contents ol.parentheses li::before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}
.policy__contents ul {
  list-style: disc;
  margin-left: 24px;
  margin-top: 30px;
}
.policy__contents ul li {
  position: relative;
}
.policy__contents small {
  display: block;
  text-align: right;
  padding: 30px 0;
}
.policy__contents address {
  font-style: normal;
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  border: 2px solid #90c31f;
  margin-top: 30px;
}
.policy__contents address a {
  color: #90c31f;
}
.policy__contents address a:hover {
  text-decoration: none;
}
.policy__contents address span {
  display: inline-block;
}
.policy__contents address span + span {
  margin-left: 24px;
}
.policy__contents section {
  margin-top: 40px;
}
@media (width <= 768px) {
  .policy__contents h2 {
    margin-bottom: 11vw;
    padding-bottom: 11vw;
  }
  .policy__contents h3 {
    margin-bottom: 4vw;
  }
  .policy__contents ol {
    margin-left: 5vw;
    margin-top: 4vw;
  }
  .policy__contents ol.parentheses {
    margin-left: 7vw;
  }
  .policy__contents small {
    padding: 4vw 0;
  }
  .policy__contents address {
    padding: 3vw;
    border-radius: 3vw;
    margin-top: 4vw;
  }
  .policy__contents address span + span {
    margin-left: 0;
    display: block;
  }
  .policy__contents section {
    margin-top: 5.25vw;
  }
}

.hospital__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.hospital__contents p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.hospital__contents__index_title {
  font-weight: 600;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  padding-bottom: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
}
.hospital__contents__index_title__type {
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  width: 340px;
  height: 44px;
  border-radius: 44px;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  background: #90c31f;
  color: #fff;
}
.hospital__contents__index_title__type img {
  margin-right: 8px;
  max-width: 32px;
  vertical-align: middle;
}
@media (width <= 768px) {
  .hospital__contents__index_title {
    text-align: center;
    margin-inline: auto;
  }
  .hospital__contents__index_title__type {
    margin: 0 0 4px;
    margin-inline: auto;
    width: 300px;
    height: 44px;
    font-size: 14px;
  }
  .hospital__contents__index_title__type img {
    max-width: 27px;
  }
}
.hospital__contents__index_link {
  display: flex;
  gap: 4%;
  border-bottom: 1px solid #9fa0a0;
  padding-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  padding-bottom: clamp(3.125rem, 1.705rem + 6.06vw, 6.25rem);
  margin-bottom: clamp(3.125rem, 1.705rem + 6.06vw, 6.25rem);
}
.hospital__contents__index_link__block {
  width: 48%;
}
.hospital__contents__index_link__block p {
  line-height: 1.4;
  color: #221815;
  font-weight: 600;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  margin-bottom: 20px;
  text-align: center;
}
.hospital__contents__index_link__block a {
  background: #00b0a0;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 430px;
  height: 140px;
  margin-inline: auto;
  border-radius: 24px;
  font-weight: 600;
  font-size: clamp(1rem, 0.716rem + 1.21vw, 1.625rem);
  padding-right: 6%;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #00b0a0;
  transition: 0.3s;
}
.hospital__contents__index_link__block a img {
  transition: 0.3s;
  transition-delay: 0.2s;
}
.hospital__contents__index_link__block a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background: #fff url("../image/common/base_icn_cursor_add01.png") 55% center/16px no-repeat;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  display: block;
  transition: 0.3s;
}
@media (769px <= width) {
  .hospital__contents__index_link__block a:hover {
    background: #fff;
    color: #00b0a0;
  }
  .hospital__contents__index_link__block a:hover::after {
    background: #00b0a0 url("../image/common/base_icn_cursor_white.png") 55% center/16px no-repeat;
    width: 27px;
    height: 27px;
  }
  .hospital__contents__index_link__block a:hover img {
    transform: translateY(-5px);
  }
}
.hospital__contents__index_note h3 {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  border-left: 10px solid #90c31f;
  padding-left: 12px;
  line-height: 1.5;
}
.hospital__contents__index_note p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-top: clamp(1rem, 0.579rem + 1.73vw, 1.875rem);
}
.hospital__contents__index_note + .hospital__contents__index_note {
  margin-top: clamp(1.875rem, 1.273rem + 2.47vw, 3.125rem);
}
.hospital__contents__back_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 320px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 80px;
  margin-inline: auto;
  font-weight: 500;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 1.5% 10px 4%;
  position: relative;
  border: 3px solid #90c31f;
  transition: 0.3s;
  text-align: center;
}
.hospital__contents__back_btn::after {
  content: "";
  background: url("../../assets/image/common/btn_cursor_base.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media (769px <= width) {
  .hospital__contents__back_btn:hover {
    background: #90c31f;
    color: #fff;
  }
  .hospital__contents__back_btn:hover::after {
    background: url("../../assets/image/common/btn_cursor_gr.png") no-repeat;
    left: 6%;
  }
}
@media (width <= 768px) {
  .hospital__contents__back_btn {
    width: 100%;
    max-width: 288px;
    height: 55px;
  }
  .hospital__contents__back_btn::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .hospital__contents__back_btn:hover::after {
    right: 8%;
  }
}
.hospital__contents__map {
  background: url("../image/hospital/map.png") no-repeat top center;
  position: relative;
  aspect-ratio: 1200/800;
  overflow: hidden;
}
.hospital__contents__map__item {
  width: 280px;
  border: 3px solid #00b0a0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.hospital__contents__map__item h3 {
  background: #00b0a0;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 100%;
  position: relative;
}
.hospital__contents__map__item ul {
  display: flex;
  flex-wrap: wrap;
  width: 230px;
  gap: 0 25px;
  margin-inline: auto;
  padding: 8px 0;
}
.hospital__contents__map__item ul li {
  width: 60px;
}
.hospital__contents__map__item ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  text-decoration: none;
  color: #221815;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  transition: 0.3s;
}
.hospital__contents__map__item ul li a::after {
  content: "";
  transform: translateY(0);
  margin-left: 8px;
  background: #00b0a0 url("../image/common/base_icn_cursor_white.png") 55% center/8px no-repeat;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.hospital__contents__map__item ul li a:hover {
  color: #00b0a0;
}
@media (769px <= width) {
  .hospital__contents__map__item ul.adjust {
    gap: 0 15px;
  }
  .hospital__contents__map__item ul.adjust li:nth-child(1), .hospital__contents__map__item ul.adjust li:nth-child(4), .hospital__contents__map__item ul.adjust li:nth-child(7) {
    width: 80px;
  }
}
@media (1280px <= width) {
  .hospital__contents__map__item.hokkaido-tohoku {
    position: absolute;
    right: 0;
    top: 18.75%;
  }
  .hospital__contents__map__item.kanto {
    position: absolute;
    right: 0;
    top: 43.75%;
  }
  .hospital__contents__map__item.chubu {
    position: absolute;
    left: 38%;
    top: 7.5%;
  }
  .hospital__contents__map__item.kinki {
    position: absolute;
    left: 57.166%;
    top: 68.375%;
  }
  .hospital__contents__map__item.chugoku {
    position: absolute;
    left: 25.333%;
    top: 29%;
  }
  .hospital__contents__map__item.shikoku {
    position: absolute;
    left: 38.416%;
    top: 72.125%;
    width: 190px;
  }
  .hospital__contents__map__item.shikoku ul {
    width: 150px;
  }
  .hospital__contents__map__item.kyushu-okinawa {
    position: absolute;
    top: 41.625%;
  }
}
.hospital__contents__detail__item {
  padding: 16px;
  border: 2px solid #00b0a0;
  box-shadow: 0 0 10px rgba(0, 176, 160, 0.5);
  border-radius: 16px;
  margin-bottom: 64px;
}
.hospital__contents__detail__item dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  gap: 12px 0;
}
.hospital__contents__detail__item dl dt {
  width: 140px;
  box-sizing: border-box;
  background: #00b0a0;
  color: #fff;
  border-radius: 8px;
  padding: 4px 12px;
}
.hospital__contents__detail__item dl dt.add + dd {
  width: calc(60% - 140px);
}
.hospital__contents__detail__item dl dt.tel + dd {
  width: calc(40% - 140px);
}
.hospital__contents__detail__item dl dd {
  width: calc(100% - 140px);
  box-sizing: border-box;
  padding: 4px 16px;
}
.hospital__contents__detail__item dl dd h3 {
  font-weight: 600;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  line-height: 1.5;
}
.hospital__contents__detail__item dl dd a {
  text-decoration: none;
  color: #221815;
  transition: 0.3s;
}
.hospital__contents__detail__item dl dd a:hover {
  color: #00b0a0;
}
@media (width <= 1279px) {
  .hospital__contents__map {
    background: none;
    aspect-ratio: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
    justify-content: space-between;
  }
  .hospital__contents__map__item {
    width: 48%;
    box-sizing: border-box;
    border: 3px solid #00b0a0;
    background: #fff;
  }
  .hospital__contents__map__item h3 {
    height: 40px;
  }
}
@media (width <= 768px) {
  .hospital__contents__index_link {
    display: flex;
    flex-direction: column;
    gap: 10vw;
  }
  .hospital__contents__index_link__block {
    width: 100%;
  }
  .hospital__contents__index_link__block p {
    margin-bottom: 16px;
  }
  .hospital__contents__index_link__block a {
    width: 90%;
    max-width: 320px;
    gap: 16px;
    height: 100px;
    border-radius: 16px;
  }
  .hospital__contents__index_link__block a::after {
    background: #fff url("../image/common/base_icn_cursor_add01.png") 55% center/12px no-repeat;
    width: 20px;
    height: 20px;
  }
  .hospital__contents__index_link__block a img {
    width: 50px;
  }
  .hospital__contents__map__item {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    background: none;
    border: none;
  }
  .hospital__contents__map__item h3 {
    background: #00b0a0;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 40px;
    position: relative;
  }
  .hospital__contents__map__item ul {
    display: flex;
    justify-content: flex-start;
    gap: 0 25px;
    flex-wrap: wrap;
    width: 290px;
    margin-inline: auto;
  }
  .hospital__contents__map__item ul li {
    width: 80px;
  }
  .hospital__contents__map__item ul li a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 32px;
    text-decoration: none;
    color: #221815;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
  }
  .hospital__contents__map__item ul li a::after {
    content: "";
    transform: translateY(0);
    margin-left: 8px;
    background: #00b0a0 url("../image/common/base_icn_cursor_white.png") 55% center/8px no-repeat;
    width: 16px;
    height: 16px;
    border-radius: 16px;
  }
  .hospital__contents__map__item + .hospital__contents__map__item {
    margin-top: 16px;
  }
  .hospital__contents__detail__item dl dt {
    width: 100px;
    padding: 4px 6px;
  }
  .hospital__contents__detail__item dl dt.add + dd {
    width: calc(100% - 100px);
  }
  .hospital__contents__detail__item dl dt.tel + dd {
    width: calc(100% - 100px);
  }
  .hospital__contents__detail__item dl dd {
    width: calc(100% - 100px);
    padding: 4px 8px;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(144, 195, 31, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 101;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1200px;
  width: 90%;
}
.modal-container .modal-body.thin {
  max-width: 700px;
}
.modal-container .modal-body .modal-content {
  background: #fff;
  border-radius: 15px;
  text-align: left;
  position: relative;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal-container .modal-body .modal-content::after {
  content: "";
  box-sizing: border-box;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border-radius: 15px;
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  border: 2px solid #90c31f;
}
@media (width <= 768px) {
  .modal-container .modal-body .modal-content {
    border-radius: 15px;
    padding: 30px;
  }
  .modal-container .modal-body .modal-content::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 15px;
    top: 10px;
    left: 10px;
  }
}
.modal-container .modal-body .modal-content .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  right: 6px;
  width: 50px;
  height: 50px;
  background: #90c31f;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
}
.modal-container .modal-body .modal-content .modal-close::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  transition: 0.3s;
}
.modal-container .modal-body .modal-content .modal-close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  transition: 0.3s;
}
.modal-container .modal-body .modal-content .modal-close:hover::before {
  width: 28px;
}
.modal-container .modal-body .modal-content .modal-close:hover::after {
  width: 28px;
}
@media (width <= 768px) {
  .modal-container .modal-body .modal-content .modal-close {
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .modal-container .modal-body .modal-content .modal-close::before {
    content: "";
    width: 16px;
    top: 20px;
  }
  .modal-container .modal-body .modal-content .modal-close::after {
    content: "";
    width: 16px;
    top: 20px;
  }
  .modal-container .modal-body .modal-content .modal-close:hover::before {
    width: 16px;
  }
  .modal-container .modal-body .modal-content .modal-close:hover::after {
    width: 16px;
  }
}
.modal-container .modal-body .modal-content h3 {
  font-weight: 700;
  color: #90c31f;
  line-height: 1.8;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  line-height: 1;
  border-bottom: 3px solid #90c31f;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (width <= 768px) {
  .modal-container .modal-body .modal-content h3 {
    border-bottom: 2px solid #90c31f;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.modal-container .modal-body .modal-content p {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.modal-container .modal-body .modal-content ul {
  margin: 30px 0;
}
.modal-container .modal-body .modal-content ul li {
  font-weight: 400;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  position: relative;
  padding-left: 170px;
  margin: 15px 0;
}
.modal-container .modal-body .modal-content ul li span {
  position: absolute;
  left: 0;
}
@media (width <= 768px) {
  .modal-container .modal-body .modal-content ul {
    margin: 20px 0;
  }
  .modal-container .modal-body .modal-content ul li {
    font-weight: 400;
    color: #221815;
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
    position: relative;
    padding-left: 0;
    margin: 10px 0;
    text-indent: -0.875rem;
    padding-left: 0.875rem;
  }
  .modal-container .modal-body .modal-content ul li span {
    position: relative;
    left: 0;
    display: block;
    font-weight: 600;
  }
}
.modal-container .modal-body .modal-content__comment__photo {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.modal-container .modal-body .modal-content__comment__photo img {
  max-width: 200px;
  width: 40%;
}
.modal-container .modal-body .modal-content__comment__photo p {
  font-weight: 500;
  color: #221815;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
.modal-container .modal-body .modal-content__comment__photo p small {
  display: block;
}
.modal-container .modal-body .modal-content__comment__txt {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 2px dotted #90c31f;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -33px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #90c31f;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #90c31f;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}