@charset "UTF-8";

.sub-top {
  margin-bottom: 7.5rem;
}

.sub-top .tit {
  font-size: 2.8125rem;
  line-height: 1.11111;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sub-top {
    margin-bottom: 5rem;
  }

  .sub-top .tit {
    font-size: 30px;
  }
}

.sub-container {
  padding: 7.5rem 0 12.5rem;
  letter-spacing: -0.04em;
  overflow: hidden;
}

.sub-container .container {
  position: relative;
  max-width: 1488px;
}

.sub-container .container.container-md {
  max-width: 1568px;
}

.sub-container .container.container-lg {
  max-width: 1648px;
}

@media (max-width: 1024px) {
  .sub-container {
    padding: 70px 0 8rem;
  }
}

.sub-contents .cont:not(.cont-summary, .cont-wide, .cont-doctor) {
  margin-bottom: 160px;
}

.sub-contents .cont-banner {
  margin-top: 160px;
}

.sub-contents > .bg-gray {
  margin-top: 7.5rem;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  background-color: #f6f6f6;
}

.sub-contents > .bg-gray .cont-sub-tit {
  color: #5aa933;
}

@media (max-width: 768px) {
  .sub-contents .cont:not(.cont-summary, .cont-wide, .cont-doctor) {
    margin-bottom: 100px;
  }

  .sub-contents .cont-banner {
    margin-top: 100px;
  }

  .sub-contents > .bg-gray {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.bg-color,
.bg-img {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
}

.bg-img {
  color: #fff;
}

.bg-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.bg-img .cont-card-item .bx {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-img:not(.cont-top, .text-gray-1) .cont-tit:before {
  background: #fff;
  opacity: 0.2;
}

.bg-img .img-wrp.border-effect.aos-animate img {
  border-radius: 1.5em !important;
}

@media (max-width: 768px) {
  .bg-img {
    padding: 70px 0;
  }

  .bg-img .img-wrp.border-effect.aos-animate img {
    border-radius: 12px !important;
  }
}

.bg-color.bg-darkgreen .cont-tit:before {
  background: #d3dbce;
  opacity: 1;
}

.bg-color.bg-darkgreen .bx {
  max-width: 1100px;
}

.bg-color.bg-darkgreen .badge {
  border-color: #60a837;
  color: #60a837;
}

.cont-top {
  color: #111;
}

.cont-top .cont-tit {
  margin-bottom: 2.5rem;
  padding-bottom: 4.375rem;
  color: #333;
}

.cont-top .cont-tit img {
  height: 6.0625rem;
}

.cont-top .cont-tit h3 {
  font-size: 2.5rem;
  line-height: 1.6;
}

.cont-top .cont-tit p {
  padding: 10px;
}

@media (max-width: 768px) {
  .cont-top .cont-tit {
    margin-bottom: 25px;
    padding-bottom: 45px;
  }

  .cont-top .cont-tit img {
    height: 40px;
  }

  .cont-top .cont-tit h3 {
    font-size: 23px;
    line-height: 1.4;
  }
}

.txt-box .tit {
  padding-bottom: 5px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 1.2;
  font-weight: 400;
}

.txt-box .tit strong {
  font-weight: 700;
}

.txt-box .tit .small {
  font-size: 2.5rem;
  color: #2d7301;
}

.txt-box .tit .small span {
  display: inline-block;
  background: #fff;
  padding: 3px 5px;
}

.txt-box .typo {
  display: block;
  font-size: 1.875em;
  font-weight: 600;
  color: #daedbf;
  line-height: 0.1;
}

@media (max-width: 768px) {
  .txt-box .tit {
    font-size: 33px;
  }

  .txt-box .tit .small {
    font-size: 24px;
  }

  .txt-box .tit .small span {
    padding: 1px 3px;
  }
}

.cont-bottom {
  text-align: center;
}

.cont-bottom .tit {
  font-size: 3.75rem;
  font-weight: 700;
}

.cont-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #5aa933;
  line-height: 1.5;
}

.cont-bottom ul li {
  position: relative;
  padding: 0 1.5em;
}

.cont-bottom ul li:first-child {
  padding-left: 0;
}

.cont-bottom ul li:last-child {
  padding-right: 0;
}

.cont-bottom ul li:last-child:before {
  display: none;
}

.cont-bottom ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 0.8333em;
  background-color: #5aa933;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cont-bottom .tit {
    font-size: 30px;
    line-height: 1.3;
  }

  .cont-bottom ul {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .cont-bottom ul li {
    padding: 0 16px;
  }
}

.cont-summary {
  margin-bottom: 2.5rem;
  padding: 2.5rem 0 3.75rem;
  text-align: center;
}

.cont-summary > strong {
  display: block;
  padding-bottom: 0.375em;
  font-size: 5rem;
  color: #e6e6e6;
}

.cont-summary h3 {
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1.6;
}

.cont-summary h4 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
}

.cont-summary .text-primary {
  display: inline-block;
  font-size: 2.8125rem;
  font-weight: 700;
}

.cont-summary .txt-wrp {
  margin-top: 2.5rem;
}

@media (max-width: 1024px) {
  .cont-summary {
    padding: 30px 0 70px;
  }

  .cont-summary > strong {
    font-size: 45px;
  }

  .cont-summary h3 {
    font-size: 24px;
  }

  .cont-summary .text-primary {
    margin: 5px 0;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .cont-summary {
    padding: 15px 0 50px;
  }

  .cont-summary > strong {
    font-size: 30px;
  }

  .cont-summary h3 {
    font-size: 18px;
  }

  .cont-summary .text-primary {
    font-size: 23px;
    line-height: 1.4;
  }
}

.cont-wide {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .cont-wide {
    margin-bottom: 80px;
  }
}

.cont-keyword {
  position: relative;
  padding: 10.25rem 0;
  background: url(../images/sub/m_clinic1_bg1.jpg);
}

.cont-keyword:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68);
}

.cont-keyword .bx-grid-wrp {
  color: #fff;
}

.cont-keyword .bx-grid-list {
  gap: 5.6%;
}

.cont-keyword .bx-grid-item {
  max-width: 297px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1em;
}

.cont-keyword .bx-grid-item:before {
  content: '';
  display: block;
  padding-top: 102.034%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cont-keyword .bx-grid-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.cont-keyword .bx-grid-item .icon-keyword {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.75rem;
}

.cont-keyword .bx-grid-item h5 {
  font-size: 1.375rem;
}

.cont-keyword .bx-grid-item p {
  margin-top: 0.556em;
}

.cont-keyword .bx-grid-item:first-child .icon-keyword {
  background: url(../images/sub/icon-keyword-01.svg) no-repeat center/auto 100%;
}

.cont-keyword .bx-grid-item:nth-child(2) .icon-keyword {
  background: url(../images/sub/icon-keyword-02.svg) no-repeat center/auto 100%;
}

.cont-keyword .bx-grid-item:nth-child(3) .icon-keyword {
  background: url(../images/sub/icon-keyword-03.svg) no-repeat center/auto 100%;
}

@media (max-width: 1024px) {
  .cont-keyword .bx-grid-list {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .cont-keyword {
    margin-bottom: 70px;
    padding: 90px 0;
  }

  .cont-keyword .bx-grid-list {
    gap: 35px;
  }

  .cont-keyword .bx-grid-item .icon-keyword {
    width: 50px;
    height: 50px;
  }

  .cont-keyword .bx-grid-item:before {
    padding-top: 110px;
  }
}

.bx-grid-wrp {
  position: relative;
}

.bx-grid-list {
  display: flex;
  align-items: unset;
  justify-content: center;
  gap: 2.5rem;
}

.bx-grid-list.small {
  max-width: 840px;
  margin: 0 auto;
}

.bx-grid-list.small .bx {
  min-height: auto;
  padding: 4.75rem;
  margin: 0;
}

.bx-grid-list.small .bx > div {
  width: 100%;
}

.bx-grid-list.flex-bx {
  align-items: center;
}

.bx-grid-list.flex-bx .bx-grid-item {
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.bx-grid-list.flex-bx .bx-grid-item:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}

.bx-grid-list.flex-bx .bx-grid-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  text-align: center;
}

.bx-grid-item {
  flex: 1;
  position: relative;
  font-size: 1.75rem;
  overflow: hidden;
}

.bx-grid-item.bx {
  align-items: flex-start;
  justify-content: center;
  padding: 5.625rem 4.375rem;
  text-align: center;
}

.bx-grid-item h4 {
  font-size: 2.5rem;
  font-weight: 600;
}

.bx-grid-item h5 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.17857;
}

.bx-grid-item p {
  margin-top: 3.125rem;
  font-size: 1.125rem;
}

.bx-grid-item i {
  width: 6.25rem;
  height: 5.625rem;
  margin-bottom: 1.875rem;
}

.bx-grid-item .list-bullet {
  margin-top: 1.875rem;
  text-align: left;
}

.bx-grid-item .arr-wrp {
  position: relative;
  padding: 1.25rem;
  font-size: 4.375rem;
  color: #5aa933;
  font-weight: 600;
}

.bx-grid-item .arr-wrp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sub/bg_arr.png) no-repeat center bottom/100%;
}

.bx-grid-item .arr-wrp.reverse:before {
  transform: scale(1, -1);
}

.bx-grid-item .arr-wrp span {
  position: relative;
}

@media (max-width: 1024px) {
  .bx-grid-item.bx {
    padding: 42px;
  }

  .bx-grid-item i {
    width: 80px;
    height: 72px;
  }
}

@media (max-width: 768px) {
  .bx-grid-list {
    gap: 20px;
  }

  .bx-grid-list:not(.small) {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .bx-grid-list.small .bx {
    padding: 16px 10px;
  }

  .bx-grid-list.flex-bx .bx-grid-item {
    max-width: 250px;
  }

  .bx-grid-list.flex-bx .bx-grid-item ~ * {
    margin-top: 20px;
  }

  .bx-grid-list.flex-bx .bx-grid-item i {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }

  .bx-grid-list.flex-bx .bx-grid-item h5 {
    font-size: 17px;
  }

  .bx-grid-list.flex-bx .bx-grid-item p {
    font-size: 14px;
  }

  .bx-grid-item {
    flex: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .bx-grid-item.bx {
    padding: 30px 24px;
  }

  .bx-grid-item h4 {
    font-size: 23px;
  }

  .bx-grid-item h5 {
    font-size: 20px;
  }

  .bx-grid-item p {
    font-size: 14px;
    margin-top: 27px;
  }

  .bx-grid-item i {
    width: 60px;
    height: 50px;
  }

  .bx-grid-item .arr-wrp {
    font-size: 25px;
  }
}

.cont-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cont-grid.grid-fix {
  align-items: unset;
}

.cont-grid.grid-fix > * {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0;
}

.cont-grid.flex-column .img-wrp {
  max-width: 100%;
  margin-top: 2.5rem;
}

.cont-grid.flex-column .txt-wrp {
  margin: 0 !important;
  text-align: center;
}

.cont-grid .img-wrp + .txt-wrp {
  margin-left: 6.25rem;
}

.cont-grid .bx-wrp,
.cont-grid .img-wrp {
  flex: 0 0 auto;
  width: auto;
  max-width: 52.1528%;
}

.cont-grid .bx-wrp {
  margin-left: 5%;
  text-align: center;
}

.cont-grid .bx-wrp .bx {
  min-width: 29.1875rem;
  min-height: auto;
  padding: 32px 40px;
}

.cont-grid .bx-wrp .bx .bx-inner {
  justify-content: center;
}

.cont-grid .txt-wrp {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  text-align: left;
}

.cont-grid .txt-wrp .list-bullet li + li:not(.nudge) {
  margin-top: 1.25rem;
}

@media (max-width: 1024px) {
  .cont-grid .img-wrp {
    max-width: 33.33%;
  }
}

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

  .cont-grid.grid-fix > *,
  .cont-grid > * {
    display: block;
    width: 100%;
  }

  .cont-grid.grid-fix > * + *,
  .cont-grid > * + * {
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
  }

  .cont-grid .img-wrp {
    max-width: 100%;
    text-align: center !important;
  }

  .cont-grid .img-wrp img {
    margin: 0 auto;
  }

  .cont-grid .img-wrp + .txt-wrp {
    margin-left: 0;
  }

  .cont-grid .bx-wrp {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .cont-grid .bx-wrp .bx {
    min-width: auto !important;
  }
}

.reverse .img-wrp {
  order: 2;
}

.reverse .img-wrp:before {
  right: 0;
  left: auto;
}

@media (min-width: 768.02px) {
  .reverse .img-wrp + .txt-wrp {
    margin-right: 6.25rem;
    margin-left: 0;
  }
}

.img-wrp {
  position: relative;
  text-align: center;
}

.img-wrp .img {
  display: inline-block;
  width: 100%;
}

.img-wrp img {
  max-width: 100%;
}

.img-wrp:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  transition: width 1.1s 0.5s ease;
}

.img-wrp.aos-animate:before {
  width: 0;
}

.img-wrp.border-effect:before {
  display: none;
}

.img-wrp.border-effect.aos-animate img {
  border-radius: 0 !important;
  width: 100%;
}

.img-wrp.border-effect img {
  border-radius: 120px;
  transition: all 0.8s 0.5s ease;
}

.img-wrp.normal:before {
  display: none;
}

@media (max-width: 768px) {
  .img-wrp.border-effect img {
    border-radius: 60px;
  }
}

.img-caption {
  position: relative;
}

.img-caption > p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1em;
  background-color: #5aa933;
  border-radius: 1em 0 1em 0;
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
}

.img-caption .bx {
  justify-content: center;
  margin-top: -1px;
  width: 100%;
  min-height: auto;
  padding: 3.125rem 2rem;
  border-radius: 0 0 1em 1em !important;
}

.img-caption .bx strong {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 600;
}

.img-caption .bx p {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.img-caption > img {
  border-radius: 1.5em;
}

@media (max-width: 1024px) {
  .img-caption > p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .img-caption > p {
    padding: 10px;
    font-size: 14px;
  }

  .img-caption .bx {
    padding: 14px;
  }

  .img-caption .bx strong {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .img-caption .bx p {
    font-size: 12px;
  }
}

.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
}

.cover strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
}

.cover p {
  margin-top: 1rem;
}

.cover h4 {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cover strong {
    font-size: 17px;
  }

  .cover p {
    font-size: 14px;
    margin-top: 10px;
  }

  .cover h4 {
    font-size: 24px;
  }
}

.txt-group .num {
  display: inline-flex;
  font-size: 1.25rem;
  color: #5aa933;
  font-weight: 500;
}

.txt-group .desc {
  display: inline-block;
  position: relative;
  font-size: 1.1875rem;
  padding-left: 3.7em;
  color: #666;
}

.txt-group .desc:before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 2.5em;
  height: 1px;
  margin: 0.6em;
  background: #999;
  opacity: 0.2;
}

.txt-group .tit {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.txt-group .txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.778;
  letter-spacing: -0.04em;
}

.txt-group .text-primary {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.txt-group > * + * {
  margin-top: 1.25rem;
}

.txt-group .label {
  margin-bottom: 0.625em;
  padding: 0.3125em 0.75em;
  min-width: 60px;
}

.txt-group [class*='list-bullet']:not(.list-bullet-num.v2) li {
  font-weight: 500;
  font-size: 1.125rem;
}

table .txt-group .desc:before {
  display: none;
}

table .txt-group td > * {
  vertical-align: middle;
  margin: 0 !important;
  padding: 1.25rem 0;
  line-height: 1;
}

table .txt-group .num {
  padding-right: 0.75rem;
}

table .txt-group .desc {
  padding-right: 1.25rem;
}

table .txt-group .tit {
  padding-right: 2.5rem;
}

@media (max-width: 768px) {
  .txt-group .num {
    font-size: 12px;
  }

  .txt-group .desc {
    margin-top: 2px;
    padding-left: calc(20px + 1.2em);
    font-size: 10px;
  }

  .txt-group .desc:before {
    width: 20px;
  }

  .txt-group .tit {
    margin-top: 6px;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .txt-group .txt {
    font-size: 14px;
    text-align: left;
  }

  .txt-group .text-primary {
    margin-top: 20px;
    font-size: 15px;
  }

  .txt-group > * + * {
    margin-top: 8px;
  }

  .txt-group .label {
    font-size: 12px;
  }

  table .txt-group td,
  table .txt-group tr {
    display: block;
    width: 100%;
    padding: 0;
  }

  table .txt-group td > * {
    padding: 5px 0;
  }

  table .txt-group td.table-cell {
    display: inline-block;
    width: auto;
  }

  table .txt-group .tit {
    padding-top: 15px;
  }

  table .txt-group > * + * {
    margin-top: 30px;
  }
}

.cont-tit {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 6.25rem;
  text-align: center;
}

.cont-tit:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 3.75rem;
  background: #999;
}

.cont-tit.normal {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cont-tit.normal .tit {
  margin-bottom: 2.5rem;
}

.cont-tit.normal h3 {
  font-size: 2.8125rem;
}

.cont-tit.normal h4 {
  font-size: 2.0625rem;
}

.cont-tit.normal:before {
  display: none;
}

.cont-tit.border-0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cont-tit.border-0:before {
  display: none;
}

.cont-tit + .tab {
  margin-top: -2.5rem;
}

.cont-tit ~ .txt-wrp {
  margin-bottom: 5rem;
}

.cont-tit h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.cont-tit > h3.tit strong {
  font-size: 3.4375rem;
  font-weight: 600;
}

.cont-tit > p {
  margin-bottom: 0.6em;
  font-size: 1.25rem;
  font-weight: 500;
}

.cont-tit .badge {
  padding: 0.3188em 0.918em;
  border-radius: 2em;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.182;
}

.cont-tit.v2 {
  margin-bottom: 2.5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .cont-tit {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }

  .cont-tit:before {
    height: 25px;
  }

  .cont-tit + .tab {
    margin-top: 0;
  }

  .cont-tit h3 {
    font-size: 24px;
  }

  .cont-tit > p {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .cont-tit ~ .txt-wrp {
    margin-bottom: 50px;
  }

  .cont-tit ~ .txt-wrp p {
    font-size: 14px;
    font-weight: 500;
  }

  .cont-tit.normal .tit {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .cont-tit.normal h3 {
    font-size: 2.8125rem;
  }

  .cont-tit.normal h4 {
    font-size: 2.0625rem;
  }

  .cont-tit.v2 {
    margin-bottom: 40px;
    padding-bottom: 48px;
  }
}

.cont-body {
  margin: 0 auto 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ddd;
}

.cont-body.border-0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cont-doctor {
  margin-top: 1.25rem;
}

.cont-doctor .cont-body {
  max-width: 1280px;
}

.cont-doctor > :not(:first-child) {
  margin-top: 3.75rem;
}

.cont-group {
  text-align: center;
}

.cont-group + .cont-group {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .cont-group + .cont-group {
    margin-top: 45px;
  }
}

.category-wrp {
  max-width: 505px;
  font-size: 1.375rem;
  font-weight: 500;
}

.category-wrp .badge {
  padding: 0.5em 0.909em;
  background: #666;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: inherit;
}

.category-list {
  margin-top: 2.5rem;
  text-align: center;
}

.category-list li {
  line-height: 2;
}

.category-list li:nth-child(1n + 5) {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .category-wrp {
    font-size: 14px;
  }

  .category-list {
    margin-top: 25px;
  }

  .category-list:nth-child(1n + 5) {
    margin-top: 12px;
  }
}

.doctor-wrp {
  text-align: center;
  line-height: 1.3;
}

.doctor-wrp .name {
  font-size: 1.5rem;
  font-weight: 600;
}

.doctor-wrp .name span {
  display: inline-block;
  margin-left: 4px;
  color: #5aa933;
  font-size: 1.125rem;
  font-weight: 500;
}

.doctor-wrp .ppl {
  display: flex;
  padding-right: 1rem;
}

.doctor-wrp .ppl dt {
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}

.doctor-wrp .ppl dd {
  flex: 1;
  color: #666;
  font-size: 1.0625rem;
  text-align: left;
}

.doctor-list li > * + * {
  margin-top: 1rem;
}

.doctor-list li:nth-child(1n + 5) {
  margin-top: 5rem;
}

@media (min-width: 1024.02px) {
  .doctor-list li {
    max-width: 346px;
  }
}

.doctor-cate {
  display: block;
  padding: 0.4167em;
  font-size: 1.5rem;
  background-color: #5aa933;
  border-radius: 0 0.6em 0 0;
  color: #fff;
}

.doctor-img {
  position: relative;
  margin-top: 1rem;
}

.doctor-img:before {
  content: '';
  display: block;
  padding-top: 115.031%;
  background: #f6f6f6;
}

.doctor-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-info {
  font-size: 1.25rem;
}

.doctor-info > * + * {
  margin-top: 30px;
}

.doctor-info .name {
  display: block;
  margin-top: 0.5em;
  font-weight: 600 !important;
}

.doctor-info .name span {
  margin-right: 5px;
  font-size: 1.5rem;
  color: #5aa933;
}

.doctor-info .career li {
  font-size: 1.25rem;
}

.doctor-info .career li + li {
  margin-top: 5px;
}

.doctor-info .box {
  display: block;
  max-width: 500px;
  min-height: auto;
  margin-right: 0;
  margin-left: 0;
  padding: 2.75rem 1.875rem;
  background-color: #5aa933;
  border-radius: 0 1em 0 1em;
  font-size: 1.25rem;
  color: #fff;
}

.doctor-info .box dl:not(:last-child) {
  margin-bottom: 20px;
}

.doctor-info .box dl dt {
  font-weight: 600;
}

.doctor-info .box dl dd {
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 1024px) {
  .doctor-wrp .name {
    font-size: 20px;
  }

  .doctor-wrp .name span {
    font-size: 16px;
  }

  .doctor-cate {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .doctor-cate {
    font-size: 17px;
  }

  .doctor-list li > * + * {
    margin-top: 12px;
  }

  .doctor-list li:nth-child(1n + 3) {
    margin-top: 70px;
  }

  .doctor-info > * + * {
    margin-top: 20px;
  }

  .doctor-info .box {
    padding: 24px 20px;
    font-size: 15px;
  }

  .doctor-info .career li {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .doctor-wrp .name {
    font-size: 14px;
  }

  .doctor-wrp .name span {
    font-size: 12px;
  }

  .doctor-wrp .ppl {
    padding-right: 0;
  }

  .doctor-wrp .ppl dt {
    font-size: 14px;
  }

  .doctor-wrp .ppl dd {
    font-size: 13px;
  }

  .doctor-cate {
    padding: 5px;
    font-size: 14px;
  }

  .doctor-list li > * + * {
    margin-top: 10px;
  }

  .doctor-list li:nth-child(1n + 3) {
    margin-top: 50px;
  }
}

.cont-visual-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.cont-visual-wrp:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 42.848%;
}

.cont-visual-wrp img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: width 0.75s 0.2s ease-out;
}

.cont-visual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont-visual-txt p {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.3);
}

.cont-visual-txt h3 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .cont-visual-wrp {
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
  }

  .cont-visual-wrp:before {
    padding-top: 30vh;
  }

  .cont-visual-txt p {
    font-size: 14px;
    font-weight: 400;
  }

  .cont-visual-txt h3 {
    font-size: 21px;
  }
}

.cont-info-list {
  text-align: left;
}

.cont-info-list.row .cont-info-item {
  padding-top: 0;
  border: 0;
}

.cont-info-item:not(:first-child) {
  padding-top: 2.5rem;
}

.cont-info-item:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.cont-info-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5aa933;
}

.cont-info-item h4 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #999;
  opacity: 0.5;
}

.cont-info-item > * + * {
  margin-top: 20px;
  font-size: 1.125rem;
}

.cont-info-item .txt-group {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .cont-info-item:not(:first-child) {
    padding-top: 24px !important;
  }

  .cont-info-item:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .cont-info-item h4 {
    font-size: 16px;
  }

  .cont-info-item h4 span {
    font-size: 12px;
  }

  .cont-info-item > * + * {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
  }
}

.cont-card-list {
  align-items: unset;
}

.cont-card-item {
  color: #111;
}

.cont-card-item:not(:first-child) {
  margin-top: 1.875rem;
}

.cont-card-item .bx {
  height: 100%;
  min-height: auto;
  padding: 2.5rem 2.8125rem;
}

.cont-card-item .bx [class*='icon'] {
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 20px;
}

.cont-card-item .bx .txt-wrp {
  flex: 1;
  text-align: left;
}

.cont-card-item .bx h5 {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 600;
}

.cont-card-item .bx p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .cont-card-item:not(:first-child) {
    margin-top: 15px;
  }

  .cont-card-item .bx {
    padding: 26px;
  }

  .cont-card-item .bx [class*='icon'] {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cont-card-item .bx h5 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .cont-card-item .bx p {
    margin-top: 5px;
    font-size: 13px;
  }
}

.icon-c-1 {
  background-image: url(../images/sub/icon-c-1.png);
}

.icon-c-2 {
  background-image: url(../images/sub/icon-c-2.png);
}

.icon-c-3 {
  background-image: url(../images/sub/icon-c-3.png);
}

.icon-c-4 {
  background-image: url(../images/sub/icon-c-4.png);
}

.icon-c-5 {
  background-image: url(../images/sub/icon-c-5.png);
}

.icon-c-6 {
  background-image: url(../images/sub/icon-c-6.png);
}

.icon-c-7 {
  background-image: url(../images/sub/icon-c-7.png);
}

.icon-c-8 {
  background-image: url(../images/sub/icon-c-8.png);
}

.icon-c-9 {
  background-image: url(../images/sub/icon-c-9.png);
}

.icon-c-10 {
  background-image: url(../images/sub/icon-c-10.png);
}

.icon-c-11 {
  background-image: url(../images/sub/icon-c-11.png);
}

.icon-c-12 {
  background-image: url(../images/sub/icon-c-12.png);
}

.icon-c-13 {
  background-image: url(../images/sub/icon-c-13.png);
}

.icon-c-14 {
  background-image: url(../images/sub/icon-c-14.png);
}

.icon-c-15 {
  background-image: url(../images/sub/icon-c-15.png);
}

.icon-c-16 {
  background-image: url(../images/sub/icon-c-16.png);
}

.icon-c-17 {
  background-image: url(../images/sub/icon-c-17.png);
}

.icon-c-18 {
  background-image: url(../images/sub/icon-c-18.png);
}

.icon-c-19 {
  background-image: url(../images/sub/icon-c-19.png);
}

.icon-c-20 {
  background-image: url(../images/sub/icon-c-20.png);
}

.icon-c-21 {
  background-image: url(../images/sub/icon-c-21.png);
}

.icon-c-22 {
  background-image: url(../images/sub/icon-c-22.png);
}

.icon-c-23 {
  background-image: url(../images/sub/icon-c-23.png);
}

.icon-c-24 {
  background-image: url(../images/sub/icon-c-24.png);
}

.icon-c-25 {
  background-image: url(../images/sub/icon-c-25.png);
}

.icon-c-26 {
  background-image: url(../images/sub/icon-c-26.png);
}

.icon-c-27 {
  background-image: url(../images/sub/icon-c-27.png);
}

.icon-c-28 {
  background-image: url(../images/sub/icon-c-28.png);
}

.icon-c-29 {
  background-image: url(../images/sub/icon-c-29.png);
}

.icon-c-30 {
  background-image: url(../images/sub/icon-c-30.png);
}

.icon-c-31 {
  background-image: url(../images/sub/icon-c-31.png);
}

.icon-c-32 {
  background-image: url(../images/sub/icon-c-32.png);
}

.icon-c-33 {
  background-image: url(../images/sub/icon-c-33.png);
}

.icon-c-34 {
  background-image: url(../images/sub/icon-c-34.png);
}

.icon-c-35 {
  background-image: url(../images/sub/icon-c-35.png);
}

.icon-c-36 {
  background-image: url(../images/sub/icon-c-36.png);
}

.icon-c-37 {
  background-image: url(../images/sub/icon-c-37.png);
}

.icon-c-38 {
  background-image: url(../images/sub/icon-c-38.png);
}

.icon-c-39 {
  background-image: url(../images/sub/icon-c-39.png);
}

.icon-c-40 {
  background-image: url(../images/sub/icon-c-40.png);
}

.icon-c-41 {
  background-image: url(../images/sub/icon-c-41.png);
}

.icon-c-42 {
  background-image: url(../images/sub/icon-c-42.png);
}

.icon-c-43 {
  background-image: url(../images/sub/icon-c-43.png);
}

.icon-c-44 {
  background-image: url(../images/sub/icon-c-44.png);
}

.icon-c-45 {
  background-image: url(../images/sub/icon-c-45.png);
}

.icon-c-46 {
  background-image: url(../images/sub/icon-c-46.png);
}

.icon-c-47 {
  background-image: url(../images/sub/icon-c-47.png);
}

.icon-c-48 {
  background-image: url(../images/sub/icon-c-48.png);
}

.icon-c-49 {
  background-image: url(../images/sub/icon-c-49.png);
}

.banner-wrp {
  position: relative;
  color: #fff;
}

.banner-wrp:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 32.9167%;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-txt h4 {
  font-weight: 600;
  font-size: 2.8125rem;
}

.banner-txt .txt {
  margin-top: 1em;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.banner-txt .small {
  margin-top: 0.667em;
  font-size: 1.125rem;
  font-weight: 500;
}

.banner-txt .list-bullet {
  display: inline-block;
  margin-top: 3.75rem;
  text-align: left;
}

.banner-txt .txt-top {
  font-size: 1.375rem;
  color: #fff;
}

.banner-txt .txt-top img {
  height: 4.125rem;
  margin: 1.25rem 0;
}

.banner-txt .txt-top p {
  opacity: 0.3;
}

.banner-txt-deco {
  width: auto;
  min-width: 760px;
  padding: 0 7.5rem;
}

.banner-txt-deco:after,
.banner-txt-deco:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 3%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sub/bg_banner1_2.png) no-repeat center left/auto 100%;
  transform: translateY(-50%);
}

.banner-txt-deco:after {
  transform: translateY(-50%) scale(-1, 1);
}

@media (max-width: 1024px) {
  .banner-wrp:before {
    padding-top: 40vw !important;
  }

  .banner-txt h4 {
    font-size: 30px;
  }

  .banner-txt-deco {
    width: 95%;
    min-width: 0;
    padding: 0;
  }

  .banner-txt-deco:after,
  .banner-txt-deco:before {
    max-height: 120px;
  }
}

@media (max-width: 768px) {
  .banner-wrp:before {
    padding-top: 50vh !important;
  }

  .banner-txt h4 {
    font-size: 22px;
  }

  .banner-txt .txt {
    font-size: 17px;
  }

  .banner-txt .small {
    font-size: 14px;
  }

  .banner-txt .list-bullet {
    margin-top: 25px;
    font-size: 14px;
  }

  .banner-txt .txt-top img {
    height: 40px;
    margin: 10px 0;
  }
}

.tab-content.animated .cont-visual-wrp img {
  width: 100%;
}

.tab-pane:not(.show) .Symptoms-wrp img {
  width: 0;
}

[class*='list-bullet'] {
  font-size: 1.125rem;
}

[class*='list-bullet'] li {
  position: relative;
  font-size: inherit;
}

[class*='list-bullet'] li:before {
  position: absolute;
  top: -0.05em;
  left: 0;
}

[class*='list-bullet'] li.nudge {
  margin-top: 0;
}

[class*='list-bullet'] li.nudge span {
  font-weight: 400;
  font-size: 1rem;
}

[class*='list-bullet'] li.nudge:before {
  background: none !important;
}

[class*='list-bullet'] li + li {
  margin-top: 0.556em;
}

.list-bullet {
  font-weight: 500;
}

.list-bullet li {
  padding-left: 1.7778em;
}

.list-bullet li + li {
  margin-top: 0.4445em;
}

.list-bullet li:before {
  content: '';
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83268 12.3334L13.7077 6.45835L12.541 5.29169L7.83268 10L5.45768 7.62502L4.29102 8.79169L7.83268 12.3334ZM8.99935 16.8334C7.84657 16.8334 6.76324 16.6146 5.74935 16.1771C4.73546 15.7396 3.85352 15.1459 3.10352 14.3959C2.35352 13.6459 1.75977 12.7639 1.32227 11.75C0.884766 10.7361 0.666016 9.6528 0.666016 8.50002C0.666016 7.34724 0.884766 6.26391 1.32227 5.25002C1.75977 4.23613 2.35352 3.35419 3.10352 2.60419C3.85352 1.85419 4.73546 1.26044 5.74935 0.822937C6.76324 0.385437 7.84657 0.166687 8.99935 0.166687C10.1521 0.166687 11.2355 0.385437 12.2493 0.822937C13.2632 1.26044 14.1452 1.85419 14.8952 2.60419C15.6452 3.35419 16.2389 4.23613 16.6764 5.25002C17.1139 6.26391 17.3327 7.34724 17.3327 8.50002C17.3327 9.6528 17.1139 10.7361 16.6764 11.75C16.2389 12.7639 15.6452 13.6459 14.8952 14.3959C14.1452 15.1459 13.2632 15.7396 12.2493 16.1771C11.2355 16.6146 10.1521 16.8334 8.99935 16.8334ZM8.99935 15.1667C10.8605 15.1667 12.4368 14.5209 13.7285 13.2292C15.0202 11.9375 15.666 10.3611 15.666 8.50002C15.666 6.63891 15.0202 5.06252 13.7285 3.77085C12.4368 2.47919 10.8605 1.83335 8.99935 1.83335C7.13824 1.83335 5.56185 2.47919 4.27018 3.77085C2.97852 5.06252 2.33268 6.63891 2.33268 8.50002C2.33268 10.3611 2.97852 11.9375 4.27018 13.2292C5.56185 14.5209 7.13824 15.1667 8.99935 15.1667Z' fill='%235AA933'/%3E%3C/svg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.list-bullet.text-white li {
  color: #fff;
}

.list-bullet.text-white li:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83268 12.3334L13.7077 6.45835L12.541 5.29169L7.83268 10L5.45768 7.62502L4.29102 8.79169L7.83268 12.3334ZM8.99935 16.8334C7.84657 16.8334 6.76324 16.6146 5.74935 16.1771C4.73546 15.7396 3.85352 15.1459 3.10352 14.3959C2.35352 13.6459 1.75977 12.7639 1.32227 11.75C0.884766 10.7361 0.666016 9.6528 0.666016 8.50002C0.666016 7.34724 0.884766 6.26391 1.32227 5.25002C1.75977 4.23613 2.35352 3.35419 3.10352 2.60419C3.85352 1.85419 4.73546 1.26044 5.74935 0.822937C6.76324 0.385437 7.84657 0.166687 8.99935 0.166687C10.1521 0.166687 11.2355 0.385437 12.2493 0.822937C13.2632 1.26044 14.1452 1.85419 14.8952 2.60419C15.6452 3.35419 16.2389 4.23613 16.6764 5.25002C17.1139 6.26391 17.3327 7.34724 17.3327 8.50002C17.3327 9.6528 17.1139 10.7361 16.6764 11.75C16.2389 12.7639 15.6452 13.6459 14.8952 14.3959C14.1452 15.1459 13.2632 15.7396 12.2493 16.1771C11.2355 16.6146 10.1521 16.8334 8.99935 16.8334ZM8.99935 15.1667C10.8605 15.1667 12.4368 14.5209 13.7285 13.2292C15.0202 11.9375 15.666 10.3611 15.666 8.50002C15.666 6.63891 15.0202 5.06252 13.7285 3.77085C12.4368 2.47919 10.8605 1.83335 8.99935 1.83335C7.13824 1.83335 5.56185 2.47919 4.27018 3.77085C2.97852 5.06252 2.33268 6.63891 2.33268 8.50002C2.33268 10.3611 2.97852 11.9375 4.27018 13.2292C5.56185 14.5209 7.13824 15.1667 8.99935 15.1667Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .list-bullet {
    font-size: 15px;
  }
}

.list-bullet-dot li {
  padding-left: 0.778em;
}

.list-bullet-dot li:before {
  content: '•';
  color: #5aa933;
}

.list-bullet-num li {
  padding-left: 1.7em;
}

.list-bullet-num li:before {
  content: '';
}

.list-bullet-num li > b {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
  border: 2px solid #5aa933;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3;
  color: #5aa933;
}

.list-bullet-num.v2 li {
  padding-left: 1.2em;
}

.list-bullet-num.v2 li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.list-bullet-num.v2 li + li {
  margin-top: 0;
}

.bx {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 400px;
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding: 6.25rem;
  background-color: #f6f6f6;
  border-radius: 1em;
  font-size: 1.25rem;
  text-align: left;
  color: #111;
}

.bx.mx-100 {
  max-width: 100%;
}

.bx.h-auto {
  min-height: auto;
}

.bx.wide {
  padding: 3.75rem 6.25rem;
}

.bx.wide .bx-inner {
  justify-content: center;
}

.bx > .label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}

.bx-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.bx-inner > ul {
  min-width: 40%;
}

.bx-inner .tit {
  width: 100%;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 3.75rem;
}

.bx-inner p.nudge {
  flex-basis: 100%;
  font-size: 1rem;
  margin-top: 1.875rem;
  text-align: center;
}

.bx.bx-green {
  background-color: #f2ffed;
}

.bx.bx-green2 {
  background-color: #d3dbce;
}

.bx.bg-blue,
.bx.bg-dark {
  border-radius: 1em;
  color: #fff;
}

.bx.bx-bg {
  padding: 6.25rem;
  max-width: 100%;
  background: url(../images/sub/m_clinic3_bg1.jpg) no-repeat center/cover;
  border-radius: 1em;
  color: #fff;
}

.bx.bx-bg .bx-inner {
  justify-content: center;
}

@media (max-width: 768px) {
  .bx {
    min-height: auto;
    padding: 32px 28px;
    border-radius: 12px;
  }

  .bx.wide {
    padding: 36px 32px;
  }

  .bx-inner {
    display: block;
  }

  .bx-inner ul + ul {
    margin-top: 0.4445em;
  }

  .bx-inner ul li {
    font-size: 13px;
  }

  .bx-inner ul li:before {
    width: 14px;
    height: 14px;
  }

  .bx-inner .tit {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .bx.bx-bg {
    padding: 60px 25px;
  }

  .bx .img-wrp {
    max-width: 200px;
    margin: 0 auto;
  }
}

.cont-sub-tit {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.cont-sub-tit.h5 {
  font-size: 1.5rem;
}

.cont-sub-tit.h5 ~ .cont-group:not(:first-child) {
  margin-top: 2.5rem;
}

.cont-sub-tit ~ .cont-group:not(:first-child) {
  margin-top: 3.75rem;
}

.cont-sub-tit.v2 {
  margin-bottom: 5rem;
  font-size: 2.25rem;
  color: #333;
  line-height: 1.5;
}

.cont-sub-tit.v2 > .text-secondary {
  margin-bottom: 0.6em;
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .cont-sub-tit {
    font-size: 20px;
    margin-bottom: 1em;
  }

  .cont-sub-tit.h5 ~ .cont-group:not(:first-child) {
    margin-top: 40px;
  }

  .cont-sub-tit ~ .cont-group:not(:first-child) {
    margin-top: 60px;
  }

  .cont-sub-tit.v2 {
    margin-bottom: 50px;
    font-size: 25px;
  }

  .cont-sub-tit.v2 > .text-secondary {
    font-size: 15px;
  }
}

.bg-circle {
  position: relative;
  background-color: #fbfbfb;
  overflow: hidden;
}

.bg-circle .container {
  z-index: 1;
}

.bg-circle:after,
.bg-circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101vw;
  height: 101vw;
  border-radius: 50%;
  border: 2px solid #3e3e3e;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.bg-circle:after {
  width: 96vw;
  height: 96vw;
}

@media (max-width: 768px) {
  .bg-circle:after,
  .bg-circle:before {
    display: none;
  }
}

.caption {
  margin-top: 1em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.btn-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6.25rem;
  text-align: center;
}

.btn-bottom p {
  text-align: left;
}

.btn-flex {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-flex.btn-flex-fix {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.btn-flex.btn-flex-fix .btn:not(.btn-full) {
  min-width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .btn-flex {
    gap: 0;
  }

  .btn-flex.btn-flex-fix {
    max-width: 100%;
    gap: 5px;
  }

  .btn-flex.btn-flex-fix .btn:not(.btn-full) {
    width: calc(50% - 2.5px);
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .caption {
    font-size: 12px;
  }

  .btn-bottom {
    margin-top: 50px;
  }

  .btn-bottom > * + * {
    margin-top: 12px;
  }

  .btn-bottom .btn {
    width: 100%;
  }

  .mt-10 {
    margin-top: 30px !important;
  }

  .mt-15 {
    margin-top: 40px !important;
  }

  .mt-20 {
    margin-top: 50px !important;
  }

  .mt-25 {
    margin-top: 60px !important;
  }
}

.a-intro-c1 {
  position: relative;
}

.a-intro-c1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 31.25rem;
  height: 31.25rem;
  background: url(../images/sub/a_intro_bg1.png) no-repeat center/100% auto;
  transform: translate(43%, -37%);
}

.a-intro-c1 .img-caption > p {
  left: auto;
  width: auto;
  padding: 1em 1.5em;
}

@media (max-width: 1024px) {
  .a-intro-c1 .img-caption > p {
    width: 100%;
    padding: 1em;
  }
}

@media (max-width: 768px) {
  .a-intro-c1:before {
    width: 15rem;
    height: 15rem;
    transform: translate(47%, -45%);
  }
}

.a-intro-c2 {
  justify-content: center;
  flex-wrap: wrap;
  margin: 5rem 0 -7%;
}

.a-intro-c2 .img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.1);
}

.a-intro-c2 * {
  text-align: center;
}

.a-intro-c2 .inner {
  padding: 7rem 0 0;
  margin-bottom: -0.8125rem;
}

.a-intro-c2 .img-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 3%;
  transform: translateY(-50%);
}

.a-intro-c2 .img-group > :first-child {
  width: 22.015%;
  margin-top: auto;
}

.a-intro-c2 .img-group > :last-child {
  width: 25.973%;
  margin-bottom: 6%;
}

.a-intro-c2 h2.tit {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
}

.a-intro-c2 h2.tit span {
  font-weight: 500;
}

.a-intro-c2 .btn-wrp {
  margin-top: 3.75rem;
}

@media (max-width: 1024px) {
  .a-intro-c2 h2.tit {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .a-intro-c2 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-bottom: 0;
    padding: 0;
  }

  .a-intro-c2 .img-group {
    height: 120%;
    padding-top: 0;
  }

  .a-intro-c2 .img-group > :first-child {
    width: 19vh;
    min-width: 110px;
  }

  .a-intro-c2 .img-group > :last-child {
    width: 23vh;
    min-width: 160px;
    margin-bottom: auto;
  }

  .a-intro-c2 .position-relative {
    margin-top: 4vh;
  }

  .a-intro-c2 .txt-wrp {
    margin-top: 8vh;
  }

  .a-intro-c2 h2.tit {
    font-size: 34px;
  }

  .a-intro-c2 .btn-wrp {
    margin-top: 30px;
  }
}

.a-intro-roller {
  overflow: hidden;
}

.a-intro-roller .roller-txt {
  margin: 0;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #fff;
  opacity: 0.15;
}

.a-intro-c3 > .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56vw;
  height: 56vw;
  border-radius: 50%;
  border: 2px solid #3e3e3e;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.a-intro-c3 .bx-grid-list {
  align-items: center;
  gap: 4%;
}

.a-intro-c3 .bx-grid-item {
  max-width: 400px;
  border-radius: 50% !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.a-intro-c3 .bx-grid-item i {
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
}

.a-intro-c3 .bx-grid-item p {
  margin-top: 15px;
  font-size: 1.1875rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .a-intro-c3 > .line {
    display: none;
  }
}

.a-intro-c4 {
  text-align: center;
}

.a-intro-c4 .bubble {
  position: relative;
  z-index: 1;
  padding: 0.433em 1em;
  background-color: #3e3e3e;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.a-intro-c4 .bubble:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.25rem solid #3e3e3e;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  transform: translateX(-50%);
}

.a-intro-c4 .bx-grid-wrp {
  margin-top: 3rem;
}

.a-intro-c4 .bx-grid-list {
  max-width: 1140px;
  margin: 0 auto;
}

.a-intro-c4 .bx-grid-item {
  max-width: 27.5rem;
  font-size: 1.5rem;
}

.a-intro-c4 .bx-grid-item i {
  width: 8.3125rem;
  height: 8.3125rem;
  margin-bottom: 0;
}

.a-intro-c4 .bx-grid-item + i {
  display: block;
  width: 3.75rem;
  height: 3.125rem;
  align-self: center;
  background: url(../images/sub/a_intro_arr.svg) no-repeat center/100% auto;
}

.a-intro-c4 .bx-grid-item .cover {
  height: calc(100% - 5.556em);
  top: auto;
  bottom: 0;
  margin: 0;
  background: url(../images/sub/a_intro_bg3.jpg) no-repeat center/100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.a-intro-c4 .bx-grid-item .cover p:not(.caption) {
  margin-top: 0.5em;
  font-size: 1.25rem;
}

.a-intro-c4 .bx-grid-item .caption {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5.556em;
  margin: 0;
  font-size: inherit !important;
  font-weight: 600;
  line-height: 5.556em;
}

.a-intro-c4 .bx-grid-item .caption span {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .a-intro-c4 .bubble {
    font-size: 18px;
  }

  .a-intro-c4 .bx-grid-item + i {
    transform: rotate(90deg);
    width: 40px;
    height: 30px;
  }

  .a-intro-c4 .bx-grid-item .cover {
    font-size: 10px;
  }

  .a-intro-c4 .bx-grid-item .cover p:not(.caption) {
    font-size: 15px;
  }

  .a-intro-c4 .bx-grid-item .caption span {
    font-size: 16px;
  }
}

.a-dr-c1 .roller-txt {
  margin: 0;
  padding: 0;
  font-size: 6.25rem;
  color: rgba(0, 0, 0, 0.05);
  letter-spacing: 0;
  line-height: 1.2;
}

.a-dr-c1 .roller-txt + * {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .a-dr-c1 .roller-txt {
    font-size: 10vw;
  }
}

.a-dr-c2 .dr-wrp .dr-details {
  margin: 0 7.5rem;
}

.a-dr-c2 .dr-wrp .dr-details-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 1.125rem;
}

.dr-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.dr-wrp + .dr-wrp {
  margin-top: 5rem;
}

.dr-wrp .dr-details {
  margin: 0 7.5rem;
}

.dr-wrp .dr-details-group:last-child {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}

.dr-img .img {
  position: relative;
}

.dr-img .img:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../images/sub/a_dr_bg1_1.png) no-repeat center/cover;
}

.dr-img .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 20px 0px 20px;
}

.dr-img .name {
  margin-right: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #5aa933;
}

.dr-details {
  flex: 1;
  position: relative;
  letter-spacing: -0.04em;
}

.dr-details > * {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.dr-details-top {
  padding-top: 0 !important;
  font-size: 1.5rem;
}

.dr-details-top p {
  font-weight: 500;
  color: #666;
}

.dr-details-top .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  line-height: 1;
}

.dr-details-top .inner .name {
  display: inline-flex;
  flex: 1;
  align-items: flex-end;
  flex-wrap: wrap;
}

.dr-details-top .inner .name > * {
  /* margin-top: 20px; */
  line-height: 1;
}

.dr-details-top .inner .name strong {
  margin-right: 10px;
  font-size: 3rem;
  color: #5aa933;
}

.dr-details-top .inner span {
  display: inline-block;
  margin-top: 15px;
  vertical-align: bottom;
  font-weight: 600;
  line-height: 1.4;
}

.dr-details-top .inner .btn {
  flex: 0 0 auto;
  width: auto;
  min-width: auto;
  margin-top: 20px;
}

.dr-details-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dr-details-group > strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.25rem;
  color: #1950ad;
  line-height: 1.2;
}

.dr-details-group * + strong {
  margin-top: 3.125rem;
}

.dr-details-group .tit {
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.dr-details-group .list-bullet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.dr-details-group .list-bullet li + li {
  margin-top: 12px;
}

.dr-details-group .desc {
  margin-top: 3.125rem;
  padding: 1.875rem;
  border: 2px solid rgba(90, 169, 51, 0.3);
  border-radius: 0 1.111em 0 1.111em;
  font-size: 1.875rem;
}

.dr-details-group .desc strong {
  display: block;
  margin-bottom: 1.2rem;
}

.dr-details-group .desc .list-bullet li {
  font-size: 1.5rem;
  color: #666;
}

.dr-details-group .desc .list-bullet + strong {
  margin-top: 1.875rem;
}

.dr-details-group .career {
  position: relative;
  margin-left: 5px;
}

.dr-details-group .career:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.15em;
  width: 1px;
  height: calc(100% - 1em);
  background: #ddd;
}

.dr-details-group .career li {
  padding-left: 1.333em;
}

.dr-details-group .career li:after,
.dr-details-group .career li:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.333em;
  height: 0.333em;
  background-color: #5aa933;
  border-radius: 50%;
}

.dr-details-group .career li:before {
  width: 1em;
  height: 1em;
  opacity: 0.3;
  transform: translate(-31%, -32%);
}

.dr-details-group .card {
  padding: 1.875rem;
  border: 3px solid #ddd;
  border-radius: 1em;
  font-size: 1.125rem;
}

.dr-details-group .card strong {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125;
}

.dr-details-group .card .text-blue {
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 500;
}

.dr-details-group .card + .card {
  margin-top: 20px;
}

.dr-details-group .card > * + * {
  margin-top: 1.25rem;
}

.dr-details-group .card .ppl {
  margin-top: 2rem;
}

.dr-details-group .card .ppl span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 2px;
  padding: 10px 15px;
  background-color: #eee;
  border-radius: 2em;
  line-height: 1.1;
}

.dr-columns .dr-wrp {
  display: block;
  width: 100%;
}

.dr-columns .dr-wrp .dr-img {
  position: relative;
  width: 100%;
  top: unset;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.dr-columns .dr-wrp .dr-img .img:before {
  padding-top: 69.46%;
  background: rgba(221, 221, 221, 0.5);
}

.dr-columns .dr-wrp .dr-img .img img {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.dr-columns .dr-wrp .dr-details {
  margin: 1.75rem 2.5rem 0 2.5rem;
}

.dr-columns .dr-wrp .dr-details-top {
  padding-bottom: 20px;
}

.dr-columns .dr-wrp .dr-details-group {
  padding-bottom: 0;
  border-bottom: 0;
}

.dr-columns .dr-wrp .dr-details-group .desc strong {
  color: #5aa933;
}

.dr-columns .dr-wrp .dr-details-group .desc * + strong {
  margin-top: 1rem;
}

.dr-columns .dr-wrp .dr-details-group .btn {
  margin-top: 1.875rem;
  min-width: 0;
}

@media (min-width: 768.02px) {
  .dr-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .dr-columns .dr-wrp {
    display: block;
    width: 100%;
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    margin-top: 0;
  }

  .dr-columns .dr-wrp:nth-child(1n + 3) {
    margin-top: 1.875rem;
  }
}

.dr_view .dr-wrp {
  align-items: unset;
}

.dr_view .dr-wrp + .dr-details .dr-details-group:last-child {
  padding-bottom: 0;
}

.dr_view .dr-wrp .dr-details:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: url(../images/sub/a_dc_bg1_2.png) no-repeat right bottom/100% auto;
}

.dr_view .dr-wrp .dr-details-group:last-child {
  padding-bottom: 3.75rem;
}

.dr_view .dr-details > * {
  padding: 3.75rem 0;
}

.dr_view .dr-details-top p {
  font-weight: 600;
  color: #000;
}

.dr_view .dr-details-top .inner span {
  font-weight: 500;
  color: #333;
}

@media (min-width: 1024.02px) {
  .dr_view .dr-details-group strong {
    font-size: 1.875rem;
  }

  .dr_view .dr-details-group * + strong {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  .dr-wrp * + .dr-wrp {
    margin-top: 100px;
  }

  .dr-wrp .dr-details {
    margin: 0 0 0 8% !important;
  }
}

@media (max-width: 768px) {
  .dr-wrp {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .dr-wrp * + .dr-wrp {
    margin-top: 70px;
  }

  .dr-wrp .dr-details {
    margin: 40px 0 0 !important;
  }

  .dr-img {
    position: relative;
    top: 0;
    width: 99%;
  }

  .dr-details {
    width: 100%;
  }

  .dr-details:before {
    max-width: 8rem;
  }

  .dr-details > * {
    width: 100%;
    padding: 28px 0;
  }

  .dr-details-top {
    font-size: 15px;
  }

  .dr-details-top .inner {
    display: block;
  }

  .dr-details-top .inner .name > * {
    margin-top: 14px;
  }

  .dr-details-top .inner .name strong {
    font-size: 26px;
  }

  .dr-details-top .inner .btn {
    width: 100%;
    margin-top: 40px;
  }

  .dr-details-group {
    font-size: 14px;
  }

  .dr-details-group strong {
    font-size: 17px;
  }

  .dr-details-group * + strong {
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .dr-details-group .tit {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .dr-details-group .desc {
    margin-top: 25px;
    padding: 20px;
  }

  .dr-details-group .desc strong {
    font-size: 15px;
  }

  .dr-details-group .desc .list-bullet + strong {
    margin-top: 20px;
  }

  .dr-details-group .career {
    font-size: 15px;
  }

  .dr-details-group .card {
    padding: 24px;
    font-size: 15px;
  }

  .dr-details-group .card + .card {
    margin-top: 14px;
  }

  .dr-details-group .card > * + * {
    margin-top: 12px;
  }

  .dr-details-group .card strong {
    margin-right: 5px;
    font-size: 18px;
  }

  .dr-details-group .card .text-blue {
    font-size: 16px;
  }

  .dr-details-group .card .ppl {
    margin-top: 20px;
  }

  .dr-details-group .card .ppl span {
    padding: 5px 12px;
  }

  .dr-details-group .list-bullet {
    font-size: 15px;
  }

  .dr-details-group .list-bullet li + li {
    margin-top: 8px;
  }

  .dr_view .dr-wrp .dr-details:before {
    bottom: -13%;
  }

  .dr_view .dr-wrp .dr-details-group:last-child {
    padding-bottom: 40px;
  }

  .dr_view .dr-details-top {
    font-size: 16px;
  }

  .dr_view .dr-details-top .inner .name > * {
    font-size: 17px;
    margin-top: 12px;
  }

  .dr_view .dr-details-top .inner .name strong {
    font-size: 25px;
  }

  .dr_view .dr-details > * {
    padding: 40px 0;
  }

  .dr_view .dr-details-group strong {
    font-size: 20px;
  }

  .dr_view .dr-details-group .list-bullet {
    font-size: 16px;
  }

  .dr_view .dr-details-group * + strong {
    margin-top: 32px;
  }

  .dr-columns .dr-details-top .inner .name strong {
    font-size: 24px;
  }
}

.profile-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.75rem;
}

.profile-item {
  width: calc(50% - 1.875rem);
}

.profile-top {
  font-size: 1.25rem;
}

.profile-top > * + * {
  margin-bottom: 1.25rem;
}

.profile-top .name {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5aa933;
}

.profile-top .text-secondary {
  font-size: 1.0625rem;
}

.profile-img {
  position: relative;
  width: 41.323%;
  top: unset;
  height: 100%;
  background: #ddd;
}

.profile-img .img {
  height: 100%;
}

.profile-img .img:before {
  display: none;
}

.profile-box {
  display: flex;
  align-items: center;
  height: 358px;
  border: 1px solid #ddd;
  border-radius: 1em;
  overflow: hidden;
}

.profile-details {
  flex: 1;
  height: 100%;
  padding: 1.875rem 1.5rem 1.875rem 2.5rem;
  font-size: 16px;
}

.profile-details .inner {
  overflow-y: auto;
  height: 100%;
  padding-right: 1rem;
}

.profile-details .inner::-webkit-scrollbar {
  width: 4px;
}

.profile-details .inner::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.profile-details .inner::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.profile-details .inner::-webkit-scrollbar:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.875rem;
  background: inherit;
}

.profile-details .inner strong {
  display: block;
  margin-bottom: 0.625em;
  font-weight: 600;
  color: #5aa933;
  line-height: 1;
}

.profile-details .inner > * + strong {
  margin-top: 1em;
}

.profile-details .inner .list-bullet-dot {
  font-size: inherit;
}

.profile-details .inner .btn {
  min-width: auto;
  margin-top: 1.875rem;
}

@media (max-width: 1024px) {
  .profile-img {
    max-width: 15rem;
  }

  .profile-item {
    width: 100%;
  }

  .profile-box {
    height: 280px;
  }

  .profile-details {
    padding: 20px 18px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .profile-box {
    height: 200px;
  }

  .profile-details {
    padding: 17px 15px;
    font-size: 14px;
  }
}

.map-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  font-size: 1.375rem;
}

.map-info-item i {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 10px;
}

.map-info-item strong {
  display: inline-block;
  width: 4.54em;
  margin-right: 20px;
  font-weight: 600;
}

.map-info-item + li {
  margin-top: 12px;
}

.map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.map-link .icon {
  margin-right: 0.9375rem;
}

@media (max-width: 768px) {
  .map-img {
    height: 40vh;
  }

  .map-info {
    margin-top: 20px;
    font-size: 15px;
  }

  .map-info-item strong {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }

  .map-info-item i {
    width: 24px;
    height: 24px;
  }

  .map-info-item + li {
    margin-top: 20px;
  }

  .map-link {
    font-size: 15px;
    margin-left: auto;
  }

  .map-link .icon img {
    height: 30px;
  }
}

.m-c2-c1 {
  width: 100%;
  max-width: 35.5rem !important;
  margin: 0 auto;
  font-size: 1.875rem;
  letter-spacing: -0.04em;
}

.m-c2-c1 strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8em;
}

.m-c2-c1 strong span {
  display: block;
  color: #ff0000;
}

.m-c2-c1 .circle {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 15.3125rem;
  border-radius: 50%;
  color: #fff;
}

.m-c2-c1 .circle:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.m-c2-c1 .circle > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.m-c2-c1 p {
  margin-top: 3.125rem;
  padding: 0.367em 0.5em;
  border-radius: 2em;
  background-color: #eee;
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .m-c2-c1 {
    font-size: 19px;
  }

  .m-c2-c1 .circle > span {
    font-size: 17px;
  }

  .m-c2-c1 p {
    margin-top: 20px;
  }
}

.i-c4-c1 .img-caption > p {
  top: 50%;
  right: 10.2083vw;
  bottom: auto;
  left: auto;
  width: auto;
  border-radius: 0 0.5em 0 0.5em;
  padding: 2.0833vw 5.05208vw;
  font-size: 2.125rem;
  font-weight: 600;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .i-c4-c1 .img-caption > p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .i-c4-c1 .img-caption > p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .i-c4-c1 .img-caption > p {
    right: 8px;
    padding: 9px;
    font-size: 13px;
    font-weight: 500;
  }
}

.i-c4-c1 img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.i-c6-c1 {
  border-radius: 1em;
  overflow: hidden;
}

.i-c6-c1:before {
  padding-top: 43.889%;
}

.i-c6-c1 .banner-txt {
  text-align: left;
}

.i-c6-c1 .banner-txt h4 {
  position: relative;
}

.i-c6-c1 .banner-txt h4:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: calc(100% - 1.333em);
  right: calc(100% - 0.6665em);
  width: 2.333em;
  height: 2.333em;
  background: url(../images/sub/i_clinic6_bg1_2.png) no-repeat top left/auto 100%;
}

@media (max-width: 768px) {
  .i-c6-c1 .banner-txt {
    padding-left: 8%;
  }
}

.i-c6-c2:before {
  padding-top: 41.25%;
}

.i-c6-c2 h5 {
  padding-bottom: 0.5em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

.i-c6-c2 h4 {
  font-size: 5rem;
  line-height: 1.2;
}

.i-c6-c2 .small {
  margin-top: 4em;
  font-size: 1.25rem;
}

@media (max-width: 1024px) {
  .i-c6-c2 h5 {
    font-size: 25px;
  }

  .i-c6-c2 h4 {
    font-size: 40px;
  }

  .i-c6-c2 .small {
    margin-top: 3rem;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .i-c6-c2 h5 {
    font-size: 20px;
  }

  .i-c6-c2 h4 {
    font-size: 32px;
  }

  .i-c6-c2 .small {
    margin-top: 30px;
    font-size: 13px;
  }
}

.i-c7-c1 {
  padding: 5.625rem 0 20.833%;
  background-color: #000;
}

.i-c7-c1 img {
  top: auto;
  bottom: 0;
  height: auto;
  background-position: bottom center;
  background-size: auto 100%;
  object-fit: contain;
}

.i-c7-c1 h3 {
  margin-bottom: 2.5rem;
  font-size: 2.8125rem;
  text-align: center;
}

@media (max-width: 768px) {
  .i-c7-c1 {
    padding: 60px 0 110px;
  }

  .i-c7-c1 h3 {
    font-size: 23px;
    margin-bottom: 14px;
  }
}

.circle-wrp {
  margin: 2.5rem -24px -24px -24px;
  padding: 24px;
  overflow: hidden;
}

.circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.circle-item {
  display: inline-block;
  position: relative;
  width: 20%;
  border-radius: 50%;
  color: #fff;
}

.circle-item:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.circle-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: url(../images/sub/i_clinic4_bg2_2.png) no-repeat center/auto 100%;
  transform: translate(-50%, -50%);
}

.circle-item:first-child {
  z-index: 5;
}

.circle-item:first-child .circle-inner {
  background: #5aa933;
}

.circle-item:nth-child(2) {
  z-index: 4;
}

.circle-item:nth-child(2) .circle-inner {
  background: #4a9352;
}

.circle-item:nth-child(3) {
  z-index: 3;
}

.circle-item:nth-child(3) .circle-inner {
  background: #3a7d70;
}

.circle-item:nth-child(4) {
  z-index: 2;
}

.circle-item:nth-child(4) .circle-inner {
  background: #29668f;
}

.circle-item:nth-child(5) {
  z-index: 1;
}

.circle-item:nth-child(5):before {
  background-image: url(../images/sub/i_clinic4_bg2_1.png);
}

.circle-item:nth-child(5) .circle-inner {
  background: #1950ad;
}

.circle-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.circle-inner strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

.circle-inner p {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.circle-inner h4 {
  font-size: 40px;
  font-weight: 600;
}

.circle-inner .num {
  position: absolute;
  font-weight: 700;
  font-size: 3.75rem;
  opacity: 0.1;
}

.circle-chart {
  position: relative;
  width: 16.9375rem;
  height: 16.9375rem;
  margin: 0 auto;
  color: #fff;
}

.circle-chart:before {
  content: '';
  display: block;
  padding-top: 100%;
  background-color: #65a827;
  border-radius: 50%;
  opacity: 0.5;
}

.circle-chart-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  border-radius: 50%;
  background-color: #65a827;
  transform: translate(-50%, -50%);
}

.circle-chart p {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.circle-chart strong {
  display: block;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .circle-list {
    flex-direction: column;
  }

  .circle-item {
    width: 180px;
  }

  .circle-item:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .circle-inner {
    padding-top: 10px;
  }

  .circle-inner strong {
    font-size: 17px;
  }

  .circle-inner p {
    font-size: 14px;
    margin-top: 5px;
  }

  .circle-inner h4 {
    font-size: 24px;
  }

  .circle-chart {
    width: 200px;
    height: 200px;
  }

  .circle-chart strong {
    font-size: 29px;
  }

  .circle-chart p {
    margin-bottom: 2px;
    font-size: 16px;
  }
}

.bubble-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  min-height: 12.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 5em;
  font-size: 1.25rem;
  text-align: center;
}

.bubble-item strong {
  display: block;
  font-size: 2.125rem;
  line-height: 1.5;
}

.bubble-item:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 3%;
  width: 2.5625rem;
  height: 100%;
  height: 100%;
  background: url(../images/sub/bb_tail.png) no-repeat left bottom/100% auto;
}

.bubble-item:nth-child(2n) {
  margin-left: 50%;
}

.bubble-item:nth-child(2n):after {
  transform: scale(-1, 1);
  left: auto;
  right: 3%;
}

@media (max-width: 768px) {
  .bubble-item {
    width: 100%;
    min-height: 115px;
    padding: 20px;
    border-radius: 4em;
    font-size: 15px;
  }

  .bubble-item + * {
    margin-top: 15px;
  }

  .bubble-item strong {
    font-size: 20px;
  }

  .bubble-item:nth-child(2n) {
    margin-left: 0;
  }
}

.table-wrp.v1 table {
  width: 100%;
  border-top: 2px solid #111;
}

.table-wrp.v1 tr > * {
  height: 80px;
  padding: 10px 0.75em;
  font-size: 1.125rem;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.table-wrp.v1 tr > .last {
  border-right: 0 !important;
}

.table-wrp.v1 tr > .bg {
  background-color: #f2ffed;
}

.table-wrp.v1 tr > .bg2 {
  background-color: #f6f6f6;
}

.table-wrp.v1 tr > .text-primary {
  font-weight: 600;
  white-space: nowrap;
}

.table-wrp.v1 tr > th {
  font-weight: 600;
}

.table-wrp.v1 thead th {
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}

.table-wrp.v1 tbody tr > * {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table-wrp.v1 tbody th {
  background-color: #f6f6f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .table-wrp.v1 {
    display: block;
    width: calc(100% + 24px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-right: 24px;
  }

  .table-wrp.v1 table {
    width: 100%;
    max-width: 100%;
  }

  .table-wrp.v1 table tr > * {
    height: 55px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .table-wrp.v1 table tr > :not(.text-left) {
    white-space: nowrap;
  }
}

.table-wrp.v2 table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.table-wrp.v2 table thead > tr:first-child > :first-child {
  border-radius: 0.5rem 0 0 0;
}

.table-wrp.v2 table thead > tr:first-child > :last-child {
  border-radius: 0 0.5rem 0 0;
}

.table-wrp.v2 table thead > tr > * {
  padding: 0.636em;
  background-color: #5aa933;
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5;
}

.table-wrp.v2 table tbody > tr > * {
  padding: 2em;
}

.table-wrp.v2 table tbody > tr > .last {
  background: #f2ffed !important;
  color: #5aa933 !important;
}

.table-wrp.v2 table tbody > tr > .last strong {
  font-weight: 700;
  font-size: 1.5rem;
}

.table-wrp.v2 table tbody > tr > .last[rowspan] strong {
  font-size: 2.25rem;
}

.table-wrp.v2 table tbody > tr:nth-child(odd) > * {
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .table-wrp.v2 table {
    font-size: 14px;
  }

  .table-wrp.v2 table thead > tr > * {
    padding: 10px 8px;
    font-size: 15px;
  }

  .table-wrp.v2 table tbody > tr > * {
    padding: 10px 8px;
  }

  .table-wrp.v2 table tbody > tr > .last strong {
    font-size: 16px;
  }

  .table-wrp.v2 table tbody > tr > .last[rowspan] strong {
    font-size: 18px;
  }
}

.notice tbody td {
  color: #707071;
}

.notice tbody td a {
  color: #111;
}

.input-list-wrap .form-tit {
  text-align: center;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 3.75rem;
}

.input-list-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}

.input-list-wrap > ul li {
  width: 100%;
}

.input-list-wrap > ul li .input-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.input-list-wrap > ul li .input-wrap .tit {
  width: 6.75rem;
  padding-right: 1em;
  font-size: 1.25rem;
  line-height: 48px;
  text-align: right;
}

.input-list-wrap > ul li .input-wrap .tit strong {
  position: relative;
  font-weight: 500;
}

.input-list-wrap > ul li .input-wrap .tit.col-auto {
  min-width: 182px;
  text-align: right;
}

.input-list-wrap > ul li .input-wrap .tit.col-auto + .input-bx {
  flex: 1;
  width: auto;
  align-self: center;
}

.input-list-wrap > ul li .input-wrap .tit.col-auto + .chk-list {
  align-self: center;
}

.input-list-wrap > ul li .input-wrap .input-bx {
  width: calc(100% - 6.75rem);
}

.input-list-wrap > ul li .input-wrap .input-bx input:not([type='checkbox'], [type='radio']) {
  width: 100%;
}

.input-list-wrap > ul li .input-wrap .input-bx select {
  background: url(../images/icon/select_arr.svg) no-repeat calc(100% - 1.25rem) center/14px auto;
}

.input-list-wrap > ul li .input-wrap .small .tit {
  width: auto;
  margin-bottom: 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  line-height: 1;
}

.input-list-wrap > ul li .input-wrap .small .tit strong {
  font-weight: 600;
}

.input-list-wrap > ul li .input-wrap .radio-btn {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.input-list-wrap > ul li .input-wrap .radio-btn input {
  position: relative;
  cursor: pointer;
  margin-right: 4px;
  border: 2px solid #666;
  border-radius: 50%;
  background-color: #fff;
  appearance: none;
}

.input-list-wrap > ul li .input-wrap .radio-btn input + span {
  color: #666;
}

.input-list-wrap > ul li .input-wrap .radio-btn input:checked {
  border: 2px solid #5aa933;
  background-color: #fff;
}

.input-list-wrap > ul li .input-wrap .radio-btn input:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #5aa933;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.input-list-wrap > ul li .input-wrap .radio-btn input:checked + span {
  font-weight: 500;
  color: #333;
}

.input-list-wrap > ul li .read-bx {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #111;
  width: calc(100% - 6.75rem);
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
  border-radius: 0.625rem;
  padding: 0.25rem 1.25rem;
  min-height: 3rem;
}

.input-list-wrap > ul li .read-bx.content {
  padding: 1.25rem;
}

.input-list-wrap > ul li .read-bx.bg-gray {
  background-color: #f3f3f3;
}

.input-list-wrap > ul li.divide-2 {
  width: calc(50% - 1.25rem);
}

.input-list-wrap:not(.border-0) ul {
  border-top: 2px solid #111;
  border-bottom: 1px solid #ddd;
  padding: 1.875rem 0;
}

.input-list-wrap .input-flex {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-size: 16px;
}

.input-list-wrap .input-flex > :first-child {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.input-list-wrap .input-flex > :last-child {
  flex: 1;
}

.input-list-wrap .term-chk {
  margin-top: 3.75rem;
  text-align: center;
}

.input-list-wrap.border-top {
  padding-top: 5rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .input-list-wrap > ul {
    gap: 25px;
  }

  .input-list-wrap ul li.divide-2 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .input-list-wrap ul li .input-wrap {
    display: block;
  }

  .input-list-wrap ul li .input-wrap .tit {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 16px;
    text-align: left;
    line-height: inherit;
  }

  .input-list-wrap ul li .input-wrap .tit.col-auto {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .input-list-wrap ul li .input-wrap .input-bx,
  .input-list-wrap ul li .input-wrap .read-bx {
    width: 100%;
  }

  .input-list-wrap ul li .input-wrap .input-bx select {
    background-size: 10px;
  }

  .input-list-wrap .input-flex {
    font-size: 15px;
  }

  .input-list-wrap .radio-btn input {
    border-width: 1px !important;
  }
}

.text-underline {
  text-decoration: underline;
  text-underline-position: under;
}

.asterisk:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.4em;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #5aa933;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 0.25rem;
}

.chk-btn {
  width: fit-content;
}

.chk-btn input {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83268 12.3334L13.7077 6.45835L12.541 5.29169L7.83268 10L5.45768 7.62502L4.29102 8.79169L7.83268 12.3334ZM8.99935 16.8334C7.84657 16.8334 6.76324 16.6146 5.74935 16.1771C4.73546 15.7396 3.85352 15.1459 3.10352 14.3959C2.35352 13.6459 1.75977 12.7639 1.32227 11.75C0.884766 10.7361 0.666016 9.6528 0.666016 8.50002C0.666016 7.34724 0.884766 6.26391 1.32227 5.25002C1.75977 4.23613 2.35352 3.35419 3.10352 2.60419C3.85352 1.85419 4.73546 1.26044 5.74935 0.822937C6.76324 0.385437 7.84657 0.166687 8.99935 0.166687C10.1521 0.166687 11.2355 0.385437 12.2493 0.822937C13.2632 1.26044 14.1452 1.85419 14.8952 2.60419C15.6452 3.35419 16.2389 4.23613 16.6764 5.25002C17.1139 6.26391 17.3327 7.34724 17.3327 8.50002C17.3327 9.6528 17.1139 10.7361 16.6764 11.75C16.2389 12.7639 15.6452 13.6459 14.8952 14.3959C14.1452 15.1459 13.2632 15.7396 12.2493 16.1771C11.2355 16.6146 10.1521 16.8334 8.99935 16.8334ZM8.99935 15.1667C10.8605 15.1667 12.4368 14.5209 13.7285 13.2292C15.0202 11.9375 15.666 10.3611 15.666 8.50002C15.666 6.63891 15.0202 5.06252 13.7285 3.77085C12.4368 2.47919 10.8605 1.83335 8.99935 1.83335C7.13824 1.83335 5.56185 2.47919 4.27018 3.77085C2.97852 5.06252 2.33268 6.63891 2.33268 8.50002C2.33268 10.3611 2.97852 11.9375 4.27018 13.2292C5.56185 14.5209 7.13824 15.1667 8.99935 15.1667Z' fill='%23cccccc'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s;
}

.chk-btn input:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83268 12.3334L13.7077 6.45835L12.541 5.29169L7.83268 10L5.45768 7.62502L4.29102 8.79169L7.83268 12.3334ZM8.99935 16.8334C7.84657 16.8334 6.76324 16.6146 5.74935 16.1771C4.73546 15.7396 3.85352 15.1459 3.10352 14.3959C2.35352 13.6459 1.75977 12.7639 1.32227 11.75C0.884766 10.7361 0.666016 9.6528 0.666016 8.50002C0.666016 7.34724 0.884766 6.26391 1.32227 5.25002C1.75977 4.23613 2.35352 3.35419 3.10352 2.60419C3.85352 1.85419 4.73546 1.26044 5.74935 0.822937C6.76324 0.385437 7.84657 0.166687 8.99935 0.166687C10.1521 0.166687 11.2355 0.385437 12.2493 0.822937C13.2632 1.26044 14.1452 1.85419 14.8952 2.60419C15.6452 3.35419 16.2389 4.23613 16.6764 5.25002C17.1139 6.26391 17.3327 7.34724 17.3327 8.50002C17.3327 9.6528 17.1139 10.7361 16.6764 11.75C16.2389 12.7639 15.6452 13.6459 14.8952 14.3959C14.1452 15.1459 13.2632 15.7396 12.2493 16.1771C11.2355 16.6146 10.1521 16.8334 8.99935 16.8334ZM8.99935 15.1667C10.8605 15.1667 12.4368 14.5209 13.7285 13.2292C15.0202 11.9375 15.666 10.3611 15.666 8.50002C15.666 6.63891 15.0202 5.06252 13.7285 3.77085C12.4368 2.47919 10.8605 1.83335 8.99935 1.83335C7.13824 1.83335 5.56185 2.47919 4.27018 3.77085C2.97852 5.06252 2.33268 6.63891 2.33268 8.50002C2.33268 10.3611 2.97852 11.9375 4.27018 13.2292C5.56185 14.5209 7.13824 15.1667 8.99935 15.1667Z' fill='%235AA933'/%3E%3C/svg%3E%0A");
}

.chk-btn span {
  font-size: 1.125rem;
  color: #111;
  letter-spacing: -0.05em;
  margin-left: 0.375rem;
  cursor: pointer;
}

.inquiry-box {
  margin-bottom: 3.75rem;
  padding: 2.5rem 6.25rem;
  border-radius: 1.25rem;
  background-color: #f6f6f6;
}

.inquiry-box .input-bx {
  margin-bottom: 20px;
}

.inquiry-box .radio-btn {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.inquiry-box .radio-btn input {
  width: 0;
  height: 0;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}

.inquiry-box .radio-btn input:checked + span {
  color: #fff;
  background-color: #5aa933;
  border-color: #5aa933;
}

.inquiry-box .radio-btn input:disabled + span {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.03);
}

.inquiry-box .radio-btn span {
  display: block;
  background: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.375rem;
  line-height: 3.75rem;
  color: #666;
  width: 100%;
  max-width: 400px;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem;
  padding: 0 1em;
  transition: all 0.3s;
  cursor: pointer;
}

.inquiry-box .tab .nav {
  max-width: unset;
  margin-top: 0;
  margin-right: -10px;
  margin-left: -10px;
  gap: 0;
}

.inquiry-box .tab .nav-link {
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 1em;
}

.inquiry-box .tab .nav-link:not(.active) {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
}

.inquiry-box .tab-item {
  margin-bottom: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
}

.inquiry-box .tab-content {
  margin-top: 20px;
}

.inquiry-box .input-bx {
  display: flex;
  flex-wrap: wrap;
}

.inquiry-info {
  display: flex;
  flex-wrap: wrap;
  gap: 4.375rem;
}

.inquiry-info ul:not(.list-bullet) li {
  position: relative;
  padding-left: 1.778em;
  color: #666;
}

.inquiry-info ul:not(.list-bullet) li:before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_calendar.svg) no-repeat center/100%;
}

.inquiry-info ul:not(.list-bullet) li:nth-child(2):before {
  background-image: url(../images/icon/icon_call.svg);
  background-size: 0.8em;
}

.inquiry-info ul:not(.list-bullet) li + li {
  margin-top: 0.4445em;
}

@media (min-width: 1024.02px) {
  .inquiry-box .tab .tab-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 1024px) {
  .inquiry-box {
    padding: 2.5rem 3.75rem;
  }

  .inquiry-box .radio-btn {
    margin-bottom: 15px;
    padding: 0 8px;
  }

  .inquiry-box .radio-btn span {
    font-size: 17px;
    line-height: 45px;
    height: 45px;
  }

  .inquiry-box .tab .nav-link {
    font-size: 17px;
    line-height: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .inquiry-box {
    padding: 20px;
  }

  .inquiry-box .radio-btn {
    margin-bottom: 8px;
    padding: 0 3px;
  }

  .inquiry-box .radio-btn span {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }

  .inquiry-box .tab .nav-tabs {
    flex-wrap: wrap;
  }

  .inquiry-box .tab-item {
    margin-bottom: 8px;
    padding: 0 3px;
  }

  .inquiry-box .tab .nav-link {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }

  .inquiry-info {
    display: block;
  }

  .inquiry-info ul:not(.list-bullet) {
    margin-top: 25px;
  }

  .inquiry-info ul:not(.list-bullet) li {
    font-size: 14px;
  }
}

.doc {
  position: relative;
  overflow: hidden;
}

.doc:before {
  content: '';
  position: absolute;
  left: -6vw;
  bottom: -8vw;
  width: 41.6vw;
  height: 41.6vw;
  background: url(../images/sub/bg-doc.png) no-repeat center/cover;
}

.doc-wrp {
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.doc-wrp .tit {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 300;
}

.doc-wrp .tit + .btn-wrp {
  margin-top: 2.5rem;
}

.doc-wrp .txt {
  font-size: 1.125rem;
  color: #999;
}

.doc-wrp .btn-wrp,
.doc-wrp .inner,
.doc-wrp .input-bx {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.doc-wrp .input-bx input {
  width: 100%;
}

.doc-wrp .input-bx + .input-bx {
  margin-top: 10px;
}

.doc-wrp .util-bx {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 1.125rem;
  color: #333;
}

.doc-wrp .util-bx .text-primary {
  font-weight: 500;
}

.doc-wrp .term-bx {
  margin-top: 2.5rem;
}

.doc-wrp .input-list-wrap > ul {
  gap: 30px;
}

.doc-wrp .input-list-wrap > ul li .input-wrap {
  flex-direction: column;
}

.doc-wrp .input-list-wrap > ul li .input-wrap .tit {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  line-height: normal;
}

.doc-wrp .input-list-wrap > ul li .input-wrap .input-bx,
.doc-wrp .input-list-wrap > ul li .input-wrap .read-bx {
  width: 100%;
  text-align: left;
}

.doc-wrp .asterisk:before {
  left: 100%;
  margin-right: 0;
  margin-left: 0.25rem;
}

.doc-wrp .validator-txt {
  margin-top: 10px;
  color: #e9181c;
  line-height: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .doc-wrp .tit {
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 1.3;
  }

  .doc-wrp .txt {
    font-size: 14px;
  }
}

.doc-body .sub-top {
  margin-bottom: 3.75rem;
}

.doc-body .doc {
  padding-top: 11.25rem;
}

.doc-body .doc .btn-kakao {
  background: #f9e000 !important;
  border-color: #f9e000 !important;
  color: #000 !important;
}

.doc-body .doc .btn-kakao span {
  position: relative;
  padding-left: 2.5rem;
}

.doc-body .doc .btn-kakao span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  background: url(../images/icon/icon_kakao.svg) no-repeat center/100% auto;
  transform: translateY(-50%);
}

.doc-body .doc .btn-kakao:hover {
  border-color: #ddd !important;
  background: white !important;
  color: #666 !important;
}

.doc-body .btn-flex {
  margin-top: 40px;
  gap: 10px;
}

.doc-body .btn-flex .btn-lg {
  min-width: calc(50% - 5px) !important;
}

.doc-body .btn-flex.btn-top {
  flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .doc-body .btn-flex {
    gap: 0;
  }

  .doc-body .btn-flex.btn-flex-fix {
    gap: 5px;
  }

  .doc-body .btn-flex.btn-top {
    margin-bottom: 20px;
  }
}

.eq-slider {
  display: flex;
  gap: 7.5%;
}

.eq-slider .paging {
  position: relative;
  width: 31.25%;
  margin: 50px 0;
}

.eq-slider .swiper-wrp {
  flex: 1;
  height: 55.9649%;
  margin-right: -160px;
  border-radius: 2em 0 0 0;
  overflow: hidden;
}

.eq-slider .swiper-wrp .swiper {
  height: 100%;
}

.eq-slider .swiper-pagination {
  position: absolute;
  width: calc(100% + 10px);
  padding-right: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.eq-slider .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  padding: 0 1em;
  border-radius: 0;
  background: transparent;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: left;
  line-height: 60px;
  color: #666;
  opacity: 1;
}

.eq-slider .swiper-pagination-bullet-active {
  background-color: #5aa933;
  color: #fff;
  border-radius: 2em;
}

.eq-slider .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  max-width: 100%;
  max-height: 100%;
}

.eq-slider .inner:before {
  content: '';
  display: block;
  padding-top: 56.014%;
}

.eq-slider .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.eq-slider .inner .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 2.3125rem 2.625rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 1024.02px) {
  .eq-slider .swiper-pagination::-webkit-scrollbar {
    width: 4px;
  }

  .eq-slider .swiper-pagination::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }

  .eq-slider .swiper-pagination::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  .eq-slider .swiper-pagination::-webkit-scrollbar:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.875rem;
    background: inherit;
  }
}

@media (max-width: 1200px) {
  .eq-slider .swiper-wrp {
    margin-right: -24px;
  }

  .eq-slider .inner:before {
    padding-top: 30rem;
  }
}

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

  .eq-slider .paging {
    width: 100%;
    height: auto;
    margin: 0 0 40px;
  }

  .eq-slider .swiper-pagination {
    display: flex;
    position: relative;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 24px;
  }

  .eq-slider .swiper-pagination-bullet {
    font-size: 14px;
    line-height: 40px;
  }

  .eq-slider .swiper-wrp {
    width: 100%;
    border-radius: 20px;
  }

  .eq-slider .inner:before {
    padding-top: 62.146vh;
  }

  .eq-slider .inner .txt {
    padding: 18px 20px;
    font-size: 12px;
  }
}

/* notebook - max:1280 */
@media (min-width: 1060px) and (max-width: 1280px) {
  /*상품정보*/
  /* .dr-wrp {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;flex-direction:column; margin-bottom: 5rem} */
  .a-dr-c2 .dr-wrp .dr-details {
    margin: 0 7.5rem;
  }
  .a-dr-c2 .dr-wrp .dr-details-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.125rem;
  }
  .dr-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .dr-wrp + .dr-wrp {
    margin-top: 5rem;
  }
  .dr-wrp .dr-details {
    margin: 0 7.5rem;
  }
  .dr-wrp .dr-details-group:last-child {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
  }
  .dr-img .img {
    position: relative;
  }
  .dr-img .img:before {
    content: '';
    display: block;
    padding-top: 133.33%;
    background: url(../images/sub/a_dr_bg1_1.png) no-repeat center/cover;
  }
  .dr-img .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dr-img .name {
    margin-right: 10px;
    font-size: 3rem;
    font-weight: 700;
    color: #5aa933;
  }
  .dr-details {
    flex: 1;
    position: relative;
    letter-spacing: -0.04em;
  }
  .dr-details > * {
    position: relative;
    padding: 2.5rem 0;
    border-bottom: 1px solid #ddd;
  }
  .dr-details-top {
    padding-top: 0 !important;
    font-size: 1.5rem;
  }
  .dr-details-top p {
    font-weight: 500;
    color: #666;
  }
  .dr-details-top .inner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    line-height: 1;
  }
  .dr-details-top .inner .name {
    display: inline-flex;
    flex: 1;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .dr-details-top .inner .name > * {
    margin-top: 20px;
    line-height: 1;
  }
  .dr-details-top .inner .name strong {
    margin-right: 10px;
    font-size: 3rem;
    color: #5aa933;
  }
  .dr-details-top .inner span {
    display: inline-block;
    margin-top: 15px;
    vertical-align: bottom;
    font-weight: 600;
    line-height: 1.4;
  }
  .dr-details-top .inner .btn {
    flex: 0 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
  }
  .dr-details-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .dr-details-group > strong {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    color: #1950ad;
    line-height: 1.2;
  }
  .dr-details-group * + strong {
    margin-top: 3.125rem;
  }
  .dr-details-group .tit {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .dr-details-group .list-bullet {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .dr-details-group .list-bullet li + li {
    margin-top: 12px;
  }
  .dr-details-group .desc {
    margin-top: 3.125rem;
    padding: 1.875rem;
    border: 2px solid rgba(90, 169, 51, 0.3);
    border-radius: 0 1.111em 0 1.111em;
    font-size: 1.7rem;
  }
  .dr-details-group .desc strong {
    display: block;
    margin-bottom: 1.2rem;
  }
  .dr-details-group .desc .list-bullet li {
    font-size: 1.4rem;
    color: #666;
  }
  .dr-details-group .desc .list-bullet + strong {
    margin-top: 1.875rem;
  }
  .dr-details-group .career {
    position: relative;
    margin-left: 5px;
  }
  .dr-details-group .career:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0.15em;
    width: 1px;
    height: calc(100% - 1em);
    background: #ddd;
  }
  .dr-details-group .career li {
    padding-left: 1.333em;
  }
  .dr-details-group .career li:after,
  .dr-details-group .career li:before {
    content: '';
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 0.333em;
    height: 0.333em;
    background-color: #5aa933;
    border-radius: 50%;
  }
  .dr-details-group .career li:before {
    width: 1em;
    height: 1em;
    opacity: 0.3;
    transform: translate(-31%, -32%);
  }
  .dr-details-group .card {
    padding: 1.875rem;
    border: 3px solid #ddd;
    border-radius: 1em;
    font-size: 1.125rem;
  }
  .dr-details-group .card strong {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.125;
  }
  .dr-details-group .card .text-blue {
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .dr-details-group .card + .card {
    margin-top: 20px;
  }
  .dr-details-group .card > * + * {
    margin-top: 1.25rem;
  }
  .dr-details-group .card .ppl {
    margin-top: 2rem;
  }
  .dr-details-group .card .ppl span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 2px;
    padding: 10px 15px;
    background-color: #eee;
    border-radius: 2em;
    line-height: 1.1;
  }
}
/* tablets - max:1059 */
@media (min-width: 769px) and (max-width: 1059px) {
  /*상품정보*/
  .sub-container {
    padding: 0;
  }
  .a-dr-c2 .dr-wrp .dr-details {
    margin: 2rem 7.5rem;
  }
  .a-dr-c2 .dr-wrp .dr-details-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.125rem;
  }
  .dr-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .dr-wrp + .dr-wrp {
    margin-top: 5rem;
  }
  .dr-wrp .dr-details {
    margin: 0 7.5rem;
  }
  .dr-wrp .dr-details-group:last-child {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
  }
  .dr-img .img {
    position: relative;
  }
  .dr-img .img:before {
    content: '';
    display: block;
    padding-top: 133.33%;
    background: url(../images/sub/a_dr_bg1_1.png) no-repeat center/cover;
  }
  .dr-img .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dr-img .name {
    margin-right: 10px;
    font-size: 3rem;
    font-weight: 700;
    color: #5aa933;
  }
  .dr-details {
    flex: 1;
    position: relative;
    letter-spacing: -0.04em;
  }
  .dr-details > * {
    position: relative;
    padding: 2.5rem 0;
    border-bottom: 1px solid #ddd;
  }
  .dr-details-top {
    padding-top: 0 !important;
    font-size: 1.5rem;
  }
  .dr-details-top p {
    font-weight: 500;
    color: #666;
  }
  .dr-details-top .inner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    line-height: 1;
  }
  .dr-details-top .inner .name {
    display: inline-flex;
    flex: 1;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .dr-details-top .inner .name > * {
    margin-top: 20px;
    line-height: 1;
  }
  .dr-details-top .inner .name strong {
    margin-right: 10px;
    font-size: 3rem;
    color: #5aa933;
  }
  .dr-details-top .inner span {
    display: inline-block;
    margin-top: 15px;
    vertical-align: bottom;
    font-weight: 600;
    line-height: 1.4;
  }
  .dr-details-top .inner .btn {
    flex: 0 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
  }
  .dr-details-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .dr-details-group > strong {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    color: #1950ad;
    line-height: 1.2;
  }
  .dr-details-group * + strong {
    margin-top: 3.125rem;
  }
  .dr-details-group .tit {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .dr-details-group .list-bullet {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .dr-details-group .list-bullet li + li {
    margin-top: 12px;
  }
  .dr-details-group .desc {
    margin-top: 3.125rem;
    padding: 1.875rem;
    border: 2px solid rgba(90, 169, 51, 0.3);
    border-radius: 0 1.111em 0 1.111em;
    font-size: 1.7rem;
  }
  .dr-details-group .desc strong {
    display: block;
    margin-bottom: 1.2rem;
  }
  .dr-details-group .desc .list-bullet li {
    font-size: 1.4rem;
    color: #666;
  }
  .dr-details-group .desc .list-bullet + strong {
    margin-top: 1.875rem;
  }
  .dr-details-group .career {
    position: relative;
    margin-left: 5px;
  }
  .dr-details-group .career:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0.15em;
    width: 1px;
    height: calc(100% - 1em);
    background: #ddd;
  }
  .dr-details-group .career li {
    padding-left: 1.333em;
  }
  .dr-details-group .career li:after,
  .dr-details-group .career li:before {
    content: '';
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 0.333em;
    height: 0.333em;
    background-color: #5aa933;
    border-radius: 50%;
  }
  .dr-details-group .career li:before {
    width: 1em;
    height: 1em;
    opacity: 0.3;
    transform: translate(-31%, -32%);
  }
  .dr-details-group .card {
    padding: 1.875rem;
    border: 3px solid #ddd;
    border-radius: 1em;
    font-size: 1.125rem;
  }
  .dr-details-group .card strong {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.125;
  }
  .dr-details-group .card .text-blue {
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .dr-details-group .card + .card {
    margin-top: 20px;
  }
  .dr-details-group .card > * + * {
    margin-top: 1.25rem;
  }
  .dr-details-group .card .ppl {
    margin-top: 2rem;
  }
  .dr-details-group .card .ppl span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 2px;
    padding: 10px 15px;
    background-color: #eee;
    border-radius: 2em;
    line-height: 1.1;
  }
}
/* tablets - max:1059 */
@media (max-width: 470px) {
  /*상품정보*/
  .sub-container {
    padding: 0;
  }
}
