@charset "UTF-8";
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#main .member_group {
  padding: 20px 0 0;
}
#main .member_group .contents {
  font-family: "Noto Sans JP", sans-serif;
}
#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  box-sizing: border-box;
  line-height: 1.43;
}
#main .member_group .contents *::after {
  content: none;
}
#main .member_group .contents a,
#main .member_group .contents a:focus {
  outline: none;
}
#main .member_group .contents a {
  color: inherit;
  text-decoration: none;
}
#main .member_group .contents .-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .-pc {
    display: none;
  }
}
#main .member_group .contents .-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .-sp {
    display: block;
  }
}
#main .member_group .contents .leader {
  overflow: hidden;
}
#main .member_group .contents .inview:not(.view) {
  opacity: 0.01;
}
#main .member_group .contents .inview.view {
  opacity: 1;
  animation: view 0.5s backwards;
}
@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#main .member_group .contents .inviews:not(.view) > * {
  opacity: 0.01;
}
#main .member_group .contents .inviews.view > * {
  opacity: 1;
  animation: views 0.5s backwards;
}
@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

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

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

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

#main .member_group .contents {
  position: relative;
}
#main .member_group .contents .sticky-menu {
  position: absolute;
  top: 0;
  right: -100px;
  width: 140px;
  z-index: 10;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu {
    top: -70px;
    right: 0;
    width: 55px;
  }
}
#main .member_group .contents .sticky-menu__spbtn {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__spbtn {
    display: block;
    width: 55px;
    aspect-ratio: 1/1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2055%2055%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2253%22%20height%3D%2253%22%20rx%3D%223%22%20fill%3D%22%23F15A24%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M38%2033L37.9983%2038H43V41.3333H37.9983L38%2046.3333H34.6667L34.665%2041.3333H29.6667V38H34.665L34.6667%2033H38ZM26.3333%2038V41.3333H13V38H26.3333ZM43%2026.3333V29.6667H13V26.3333H43ZM43%2014.6667V18H13V14.6667H43Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
#main .member_group .contents .sticky-menu__block {
  background-color: #fff;
  border: 3px solid #009959;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #009959;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1000;
  }
}
#main .member_group .contents .sticky-menu__close {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__close {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 55px;
    aspect-ratio: 1/1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2055%2055%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2253%22%20height%3D%2253%22%20rx%3D%223%22%20fill%3D%22%23F15A24%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M39.25%2019.3664L36.6336%2016.75L28%2025.3836L19.3664%2016.75L16.75%2019.3664L25.3836%2028L16.75%2036.6336L19.3664%2039.25L28%2030.6164L36.6336%2039.25L39.25%2036.6336L30.6164%2028L39.25%2019.3664Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
  }
}
#main .member_group .contents .sticky-menu__inner {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    width: 100%;
    height: 100%;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
#main .member_group .contents .sticky-menu__tit {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background-color: #009959;
  padding: 15px 10px 23px;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__tit {
    position: relative;
    padding: min(131.2820512821 / 640 * 100vw, 131.2820512821px) 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__tit span {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  #main .member_group .contents .sticky-menu__tit img {
    display: none;
  }
}
#main .member_group .contents .sticky-menu__list {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__list {
    width: 100%;
    padding: 0 0 min(65.641025641 / 640 * 100vw, 65.641025641px);
  }
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item {
    border-top: 1px dashed #fff100;
  }
}
#main .member_group .contents .sticky-menu__item a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a {
    color: #fff;
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    text-align: center;
    padding: min(26.2564102564 / 640 * 100vw, 26.2564102564px) min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
@media only screen and (min-width: 1281px) {
  #main .member_group .contents .sticky-menu__item a:hover, #main .member_group .contents .sticky-menu__item a.current {
    color: #009959;
    background-color: #fff100;
  }
}
#main .member_group .contents .sticky-menu__item a span {
  font-size: 13px;
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a span {
    display: block;
    font-size: min(21.3333333333 / 640 * 100vw, 21.3333333333px);
  }
}
@media only screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a br {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  #main .member_group .contents .sticky-menu__item + li {
    border-top: 3px solid #009959;
  }
}
#main .member_group .contents .sticky-menu--sp.fixed {
  position: absolute;
  bottom: -62px;
  left: calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .sticky-menu--sp.fixed {
    bottom: -40px;
  }
}

#main .member_group .contents .contents-area {
  position: relative;
}
#main .member_group .contents .contents-inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#main .member_group .contents .contents-block *,
#main .member_group .contents .contents-block *::before,
#main .member_group .contents .contents-block *::after {
  font-size: 16px;
  letter-spacing: 0.04em;
}
#main .member_group .contents .contents-button {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-button {
    max-width: 100%;
  }
}
#main .member_group .contents .contents-button__link {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.88px;
  text-align: center;
  background-color: #009959;
  border-radius: 8px;
  box-shadow: 4px 6px 0 #fff100;
  padding: 8px;
  transition: top 0.3s ease, left 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-button__link {
    border-radius: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
#main .member_group .contents .contents-button__link:hover {
  top: 4px;
  left: 6px;
  box-shadow: unset;
}
#main .member_group .contents .contents-button__link:hover .contents-button__linkInner::after {
  transform: translateX(10px);
}
#main .member_group .contents .contents-button__linkInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 12px 8px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-button__linkInner {
    gap: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    min-height: min(75.4871794872 / 640 * 100vw, 75.4871794872px);
    font-size: min(29.5384615385 / 640 * 100vw, 29.5384615385px);
  }
}
#main .member_group .contents .contents-button__linkInner::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/21;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2022%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.785%2011.785L2.35667%2021.2133L0%2018.8567L8.25%2010.6067L0%202.35667L2.35667%200L11.785%209.42833C12.0975%209.74088%2012.273%2010.1647%2012.273%2010.6067C12.273%2011.0486%2012.0975%2011.4725%2011.785%2011.785Z%22%20fill%3D%22%23FFF100%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
#main .member_group .contents .contents-intro {
  position: relative;
  background-color: #E4FBD6;
  padding-top: 80px;
  margin-bottom: min(80 / 1100 * 100vw, 80px);
}
#main .member_group .contents .contents-intro::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: min(80 / 1100 * 100vw, 80px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201080%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M540%2080L1080%200H0L540%2080Z%22%20fill%3D%22%23E4FBD6%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main .member_group .contents .contents-intro__caption {
  text-align: center;
}
#main .member_group .contents .contents-intro__caption h2 {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2 {
    font-size: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
    margin-bottom: 0;
  }
}
#main .member_group .contents .contents-intro__caption h2::before, #main .member_group .contents .contents-intro__caption h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2::before, #main .member_group .contents .contents-intro__caption h2::after {
    width: min(49.2307692308 / 640 * 100vw, 49.2307692308px);
  }
}
#main .member_group .contents .contents-intro__caption h2::before {
  top: -5px;
  left: -30px;
  border-top: 3px solid #009959;
  border-left: 3px solid #009959;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2::before {
    border-top-width: min(4.9230769231 / 640 * 100vw, 4.9230769231px);
    border-left-width: min(4.9230769231 / 640 * 100vw, 4.9230769231px);
  }
}
#main .member_group .contents .contents-intro__caption h2::after {
  bottom: -5px;
  right: -30px;
  border-bottom: 3px solid #009959;
  border-right: 3px solid #009959;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2::after {
    border-bottom-width: min(4.9230769231 / 640 * 100vw, 4.9230769231px);
    border-right-width: min(4.9230769231 / 640 * 100vw, 4.9230769231px);
  }
}
#main .member_group .contents .contents-intro__caption h2 b {
  color: #009959;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2 b {
    font-size: min(59.0769230769 / 640 * 100vw, 59.0769230769px);
  }
}
#main .member_group .contents .contents-intro__caption h2 span {
  position: relative;
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2 span {
    font-size: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-intro__caption h2 span::after {
  content: "・・・";
  position: absolute;
  bottom: 90%;
  left: 50%;
  letter-spacing: 1.2em;
  text-align: center;
  line-height: 1;
  padding-left: 1em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__caption h2 span::after {
    letter-spacing: min(24.6153846154 / 640 * 100vw, 24.6153846154px);
    padding-left: min(16.4102564103 / 640 * 100vw, 16.4102564103px);
  }
}
#main .member_group .contents .contents-intro__trouble {
  position: relative;
  padding-top: min(125 / 1100 * 100vw, 125px);
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble {
    padding-top: min(49.2307692308 / 640 * 100vw, 49.2307692308px);
  }
}
#main .member_group .contents .contents-intro__trouble .illust {
  position: relative;
  display: block;
  width: min(451 / 1100 * 100vw, 451px);
  aspect-ratio: 451/255;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .illust {
    width: min(523.4871794872 / 640 * 100vw, 523.4871794872px);
    aspect-ratio: 319/180;
    margin-top: max(-32.8205128205 / 640 * 100vw, -32.8205128205px);
  }
}
#main .member_group .contents .contents-intro__trouble .speech-bubble {
  position: absolute;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .speech-bubble {
    position: static;
  }
}
#main .member_group .contents .contents-intro__trouble .speech-bubble.bubble01 {
  top: 0;
  left: 89px;
  width: min(355 / 1100 * 100vw, 355px);
  aspect-ratio: 355/155;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .speech-bubble.bubble01 {
    width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    aspect-ratio: 300/119;
  }
}
#main .member_group .contents .contents-intro__trouble .speech-bubble.bubble02 {
  top: 0;
  right: 30px;
  width: min(409 / 1100 * 100vw, 409px);
  aspect-ratio: 409/155;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .speech-bubble.bubble02 {
    width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    aspect-ratio: 300/118;
    margin-left: auto;
    margin-top: max(-32.8205128205 / 640 * 100vw, -32.8205128205px);
  }
}
#main .member_group .contents .contents-intro__trouble .speech-bubble.bubble03 {
  top: min(148 / 1100 * 100vw, 148px);
  left: 0;
  width: min(355 / 1100 * 100vw, 355px);
  aspect-ratio: 355/166;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .speech-bubble.bubble03 {
    width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    aspect-ratio: 300/114;
    margin-top: max(-32.8205128205 / 640 * 100vw, -32.8205128205px);
  }
}
#main .member_group .contents .contents-intro__trouble .speech-bubble.bubble04 {
  top: min(148 / 1100 * 100vw, 148px);
  right: 0;
  width: min(363 / 1100 * 100vw, 363px);
  aspect-ratio: 363/142;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-intro__trouble .speech-bubble.bubble04 {
    width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    aspect-ratio: 300/119;
    margin-left: auto;
    margin-top: max(-32.8205128205 / 640 * 100vw, -32.8205128205px);
  }
}
#main .member_group .contents .contents-feature {
  padding-top: 40px;
}
#main .member_group .contents .contents-feature__tabs h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabs h2 {
    max-width: min(553.0256410256 / 640 * 100vw, 553.0256410256px);
  }
}
#main .member_group .contents .contents-feature__tabsList {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList {
    margin-top: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-feature__tabsList ul {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul {
    flex-wrap: wrap;
    gap: min(26.2564102564 / 640 * 100vw, 26.2564102564px) 20px;
  }
}
#main .member_group .contents .contents-feature__tabsList ul li {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul li {
    width: 100%;
  }
}
#main .member_group .contents .contents-feature__tabsList ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  background-color: #009959;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul li a {
    height: min(90.2564102564 / 640 * 100vw, 90.2564102564px);
    font-size: min(27.8974358974 / 640 * 100vw, 27.8974358974px);
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(16.4102564103 / 640 * 100vw, 16.4102564103px);
    border-radius: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__tabsList ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2040%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.9283%2021.185L7.49998%2030.6134L5.14331%2028.2567L13.3933%2020.0067L5.14331%2011.7567L7.49998%209.40002L16.9283%2018.8284C17.2408%2019.1409%2017.4163%2019.5647%2017.4163%2020.0067C17.4163%2020.4486%2017.2408%2020.8725%2016.9283%2021.185Z%22%20fill%3D%22%23FFF100%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul li a::after {
    right: min(16.4102564103 / 640 * 100vw, 16.4102564103px);
    width: min(24.6153846154 / 640 * 100vw, 24.6153846154px);
  }
}
#main .member_group .contents .contents-feature__tabsList ul li a span {
  position: relative;
  height: 36px;
  color: #fff100;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 5px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul li a span {
    height: min(50.8717948718 / 640 * 100vw, 50.8717948718px);
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    margin-right: min(6.5641025641 / 640 * 100vw, 6.5641025641px);
    padding: 0 min(3.2820512821 / 640 * 100vw, 3.2820512821px);
  }
}
#main .member_group .contents .contents-feature__tabsList ul li a span::before, #main .member_group .contents .contents-feature__tabsList ul li a span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff100;
}
#main .member_group .contents .contents-feature__tabsList ul li a span::after {
  top: unset;
  bottom: -1px;
}
#main .member_group .contents .contents-feature__tabsList ul li a span b {
  font-size: 30px;
  font-weight: normal;
  padding-left: 0.1em;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__tabsList ul li a span b {
    font-size: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-feature__tabsList ul li a:hover {
  color: #fff100;
}
#main .member_group .contents .contents-feature__tabsList ul li a:hover::after {
  right: 6px;
}
#main .member_group .contents .contents-feature__container {
  background-color: #eefbd6;
  padding: 40px;
  border-radius: 16px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__container {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    padding: min(65.641025641 / 640 * 100vw, 65.641025641px) min(16.4102564103 / 640 * 100vw, 16.4102564103px);
    margin-top: min(65.641025641 / 640 * 100vw, 65.641025641px);
    border-radius: 0;
  }
}
#main .member_group .contents .contents-feature__container > h2 {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
}
#main .member_group .contents .contents-feature__block + .contents-feature__block {
  margin-top: 40px;
}
#main .member_group .contents .contents-feature__block > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  border-radius: 16px 16px 0 0;
  background-color: #009959;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__block > h3 {
    flex-direction: column;
    font-size: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
    text-align: center;
    line-height: 1.4;
    border-radius: min(26.2564102564 / 640 * 100vw, 26.2564102564px) min(26.2564102564 / 640 * 100vw, 26.2564102564px) 0 0;
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
#main .member_group .contents .contents-feature__block > h3 span {
  position: relative;
  height: 44px;
  color: #fff100;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 5px;
  margin-right: 15px;
}
#main .member_group .contents .contents-feature__block > h3 span::before, #main .member_group .contents .contents-feature__block > h3 span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff100;
}
#main .member_group .contents .contents-feature__block > h3 span::after {
  top: unset;
  bottom: -4px;
}
#main .member_group .contents .contents-feature__block > h3 span b {
  font-size: 38px;
  font-weight: normal;
  padding-left: 0.1em;
}
#main .member_group .contents .contents-feature__detail {
  background-color: #fff;
  border-left: 5px solid #009959;
  border-right: 5px solid #009959;
  border-bottom: 5px solid #009959;
  border-radius: 0 0 16px 16px;
  padding: 64px 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail {
    padding: min(65.641025641 / 640 * 100vw, 65.641025641px) min(19.6923076923 / 640 * 100vw, 19.6923076923px);
    border-radius: 0 0 min(26.2564102564 / 640 * 100vw, 26.2564102564px) min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__lead {
  color: #000;
  font-size: 18px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__lead {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    margin-bottom: min(65.641025641 / 640 * 100vw, 65.641025641px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__lead > p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__lead > p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__lead > p + p {
  margin-top: 0;
}
#main .member_group .contents .contents-feature__detail .detail__lead > p.note {
  margin-top: 0;
}
#main .member_group .contents .contents-feature__detail .detail__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
#main .member_group .contents .contents-feature__detail .detail__block + .detail__block, #main .member_group .contents .contents-feature__detail .detail__block + .detail__panel {
  margin-top: 64px;
}
.detail__block #main .member_group .contents .contents-feature__detail .detail__droneImg {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .detail__block #main .member_group .contents .contents-feature__detail .detail__droneImg {
    width: min(492.3076923077 / 640 * 100vw, 492.3076923077px);
    margin-left: auto;
    margin-right: auto;
  }
}
.detail__block #main .member_group .contents .contents-feature__detail .detail__droneImg + .detail__droneImg {
  margin-top: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
}
#main .member_group .contents .contents-feature__detail .detail__featureBox {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__featureBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
#main .member_group .contents .contents-feature__detail .detail__featureBoxLabel {
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 153, 89, 0.5);
  border-radius: 8px;
  padding: 8px 24px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__featureBoxLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(416.8205128205 / 640 * 100vw, 416.8205128205px);
    height: min(73.8461538462 / 640 * 100vw, 73.8461538462px);
    font-size: min(29.5384615385 / 640 * 100vw, 29.5384615385px);
    text-align: center;
    border-radius: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
    margin-left: auto;
    margin-right: auto;
  }
}
#main .member_group .contents .contents-feature__detail .detail__featureBoxText {
  flex: 1;
  min-width: 0;
}
#main .member_group .contents .contents-feature__detail .detail__featureBoxText p {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__featureBoxText p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    padding-left: 1em;
    text-indent: -1em;
  }
}
#main .member_group .contents .contents-feature__detail .detail__meritList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .member_group .contents .contents-feature__detail .detail__meritItem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#main .member_group .contents .contents-feature__detail .detail__meritItemHead {
  display: flex;
  align-items: center;
  gap: 16px;
}
#main .member_group .contents .contents-feature__detail .detail__meritItemNum {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 1/1;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: bold;
  background-color: #009959;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__meritItemNum {
    width: min(49.2307692308 / 640 * 100vw, 49.2307692308px);
    font-size: min(32.8205128205 / 640 * 100vw, 32.8205128205px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__meritItemTitle {
  color: #009959;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__meritItemTitle {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__meritItemBody {
  padding-left: 50px;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__meritItemBody {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__waterCompare {
  display: block;
  width: 100%;
  max-width: 920px;
  margin-top: 20px;
}
#main .member_group .contents .contents-feature__detail .detail__compareCols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__compareCols {
    flex-direction: column;
  }
}
#main .member_group .contents .contents-feature__detail .detail__compareCol {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
#main .member_group .contents .contents-feature__detail .detail__graphWrap {
  position: relative;
  width: 420px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__graphWrap {
    width: 100%;
  }
}
#main .member_group .contents .contents-feature__detail .detail__graphWrap img.detail__contFlexLeft {
  display: block;
  width: 100%;
}
#main .member_group .contents .contents-feature__detail .detail__panels {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#main .member_group .contents .contents-feature__detail .detail__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .member_group .contents .contents-feature__detail .detail__panel + #main .member_group .contents .contents-feature__detail .detail__panel {
  padding-top: 40px;
}
#main .member_group .contents .contents-feature__detail .detail__panelTtl {
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  text-align: center;
}
#main .member_group .contents .contents-feature__detail .detail__panelTtl > p {
  display: inline-block;
  color: #fff100;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.04px;
  background-color: #009959;
  border-radius: 40px;
  padding: 16px 24px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__panelTtl > p {
    font-size: min(32.8205128205 / 640 * 100vw, 32.8205128205px);
    text-align: center;
    border-radius: 100px;
  }
}
#main .member_group .contents .contents-feature__detail .detail__intro {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__intro {
    flex-direction: column;
    gap: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__intro > img {
  align-self: stretch;
  max-width: 420px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__intro > img {
    max-width: 100%;
  }
}
#main .member_group .contents .contents-feature__detail .detail__introText > p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__introText > p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__introText > p.note {
  font-size: 16px;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__introText > p.note {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    margin-top: 1em;
  }
}
#main .member_group .contents .contents-feature__detail .detail__introText.-grid {
  display: grid;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
#main .member_group .contents .contents-feature__detail .detail__cont {
  position: relative;
  background-color: #eefbd6;
  border-radius: 24px;
  padding: 64px 24px;
  margin-top: 92px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__cont {
    margin-top: min(150.9743589744 / 640 * 100vw, 150.9743589744px);
    padding: min(65.641025641 / 640 * 100vw, 65.641025641px) min(19.6923076923 / 640 * 100vw, 19.6923076923px);
    border-radius: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__cont--panel {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .member_group .contents .contents-feature__detail .detail__cont--panel .detail__contComment {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 334px;
  aspect-ratio: 334/196;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__cont--panel .detail__contComment {
    bottom: max(-131.2820512821 / 640 * 100vw, -131.2820512821px);
    width: min(410.2564102564 / 640 * 100vw, 410.2564102564px);
    aspect-ratio: 250/147;
  }
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__cont--panel.-icon {
    padding: min(65.641025641 / 640 * 100vw, 65.641025641px) min(19.6923076923 / 640 * 100vw, 19.6923076923px) min(131.2820512821 / 640 * 100vw, 131.2820512821px);
    margin-bottom: min(98.4615384615 / 640 * 100vw, 98.4615384615px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contTtl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#main .member_group .contents .contents-feature__detail .detail__contTtl > p {
  display: inline-block;
  color: #fff100;
  font-size: 26px;
  font-weight: bold;
  background-color: #009959;
  border-radius: 100px;
  padding: 10px 16px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contTtl > p {
    font-size: min(32.8205128205 / 640 * 100vw, 32.8205128205px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contSection {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
#main .member_group .contents .contents-feature__detail .detail__cont .detail__contSection + .detail__contSection {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__cont .detail__contSection + .detail__contSection {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contHead {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#main .member_group .contents .contents-feature__detail .detail__contCaption {
  position: relative;
  color: #009959;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.88px;
  border-bottom: 2px solid #009959;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contCaption {
    font-size: min(29.5384615385 / 640 * 100vw, 29.5384615385px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contIcon {
  position: absolute;
  right: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contIcon.-potato {
  top: -15px;
  width: 52px;
  aspect-ratio: 52/40;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contIcon.-potato {
    top: 0;
    width: min(85.3333333333 / 640 * 100vw, 85.3333333333px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contIcon.-pumpkin {
  top: -15px;
  width: 48px;
  aspect-ratio: 48/40;
  transform: rotate(10deg);
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contIcon.-pumpkin {
    top: 0;
    width: min(78.7692307692 / 640 * 100vw, 78.7692307692px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlex {
    flex-direction: column;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlexLeft {
  flex-shrink: 0;
  width: 420px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlexLeft {
    width: 100%;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlexRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contSpec {
  padding-bottom: 16px;
  border-bottom: 1px dotted #000;
}
#main .member_group .contents .contents-feature__detail .detail__contSpec ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .member_group .contents .contents-feature__detail .detail__contSpec ul li dl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contSpec ul li dl dt {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 103px;
  min-height: 33px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contSpec ul li dl dt {
    width: min(169.0256410256 / 640 * 100vw, 169.0256410256px);
    min-height: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    border-radius: min(6.5641025641 / 640 * 100vw, 6.5641025641px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contSpec ul li dl dd {
  flex: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contSpec ul li dl dd {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contCheck dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contCheck dt {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contCheck dt {
    min-height: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    border-radius: min(6.5641025641 / 640 * 100vw, 6.5641025641px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contCheck dd {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contCheck dd {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contDivider {
  width: 100%;
  height: 0;
  border-top: 1px dotted #000;
  margin: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dl {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dl {
    flex-direction: column;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dt {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dt {
    min-height: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    border-radius: min(6.5641025641 / 640 * 100vw, 6.5641025641px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dd {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd > p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dd > p {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd > p i {
  font-size: inherit;
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd > p + p {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dd > p + p {
    margin-top: 1em;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd > p.note {
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contMethod dd > p.note {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contMethod dd i {
  font-style: italic;
}
#main .member_group .contents .contents-feature__detail .detail__contTableArea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contTableArea {
    flex-direction: column;
    align-items: center;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contTable {
  flex-shrink: 0;
  width: 100%;
  max-width: 640px;
  margin: 0;
}
#main .member_group .contents .contents-feature__detail .detail__contTableCorner {
  position: relative;
  width: 180px;
  min-width: 180px;
  padding: 0;
  overflow: hidden;
}
#main .member_group .contents .contents-feature__detail .detail__contTableCorner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: #333;
  transform: rotate(15deg);
  transform-origin: top left;
}
#main .member_group .contents .contents-feature__detail .detail__contTableCornerTop, #main .member_group .contents .contents-feature__detail .detail__contTableCornerBottom {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}
#main .member_group .contents .contents-feature__detail .detail__contTableCornerTop {
  top: 4px;
  right: 10px;
}
#main .member_group .contents .contents-feature__detail .detail__contTableCornerBottom {
  bottom: 4px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contTable {
    max-width: 100%;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTable th,
  #main .member_group .contents .contents-feature__detail .detail__contTable td {
    height: 25px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    padding: 2px 3px;
    word-break: break-all;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTable thead th {
    font-size: 11px;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTable thead th:not(.detail__contTableCorner) {
    width: 36%;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTable tbody th {
    width: 28%;
    text-align: center;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTableCorner {
    width: 28%;
    min-width: 0;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTableCorner::after {
    width: 141%;
    transform: rotate(15.5deg);
  }
  #main .member_group .contents .contents-feature__detail .detail__contTableCornerTop, #main .member_group .contents .contents-feature__detail .detail__contTableCornerBottom {
    font-size: 11px;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTableCornerTop {
    top: 2px;
    right: 5px;
  }
  #main .member_group .contents .contents-feature__detail .detail__contTableCornerBottom {
    bottom: 2px;
    left: 5px;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contComment {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 220/246;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contComment {
    width: min(285.5384615385 / 640 * 100vw, 285.5384615385px);
    aspect-ratio: 174/194;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowArea {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlowArea {
    flex-direction: column;
    align-items: center;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlow {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlowLabel {
    min-height: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    border-radius: min(6.5641025641 / 640 * 100vw, 6.5641025641px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowSteps {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border: 2px solid #f15a24;
  border-radius: 100px;
  padding: 8px 24px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlowSteps {
    justify-content: space-between;
    width: 100%;
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(32.8205128205 / 640 * 100vw, 32.8205128205px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowSteps span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlowSteps span {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowSteps span:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/21;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18%2010.3921L2.67026e-07%2020.7844L1.91716e-08%20-0.000214362L18%2010.3921Z%22%20fill%3D%22%23F15A24%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contFlowSteps span:not(:first-of-type)::before {
    width: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contFlowSteps span.-accent {
  color: #f15a24;
}
#main .member_group .contents .contents-feature__detail .detail__contFlowSteps img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
#main .member_group .contents .contents-feature__detail .detail__contNote {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contNote {
    border-radius: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    padding: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contNoteFormula {
  font-size: 18px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contNoteFormula {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contNoteIndex {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contNoteIndex {
    flex-direction: column;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contNoteIndex > p {
  flex-shrink: 0;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contNoteIndex > p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contNoteIndex ul {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .member_group .contents .contents-feature__detail .detail__contNoteIndex ul li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contNoteIndex ul li {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contPhotos {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contPhotos {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contPhotos figure {
  width: 260px;
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contPhotos figure {
    width: min(426.6666666667 / 640 * 100vw, 426.6666666667px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contPhotos figure img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contPhotos figure img {
    height: auto;
  }
}
#main .member_group .contents .contents-feature__detail .detail__contPhotos figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 33px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 4px 16px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-feature__detail .detail__contPhotos figure figcaption {
    min-height: min(49.2307692308 / 640 * 100vw, 49.2307692308px);
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-feature__detail .detail__contPhotos figure figcaption.-accent {
  color: #f15a24;
}
#main .member_group .contents .contents-feature__detail .detail__contBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
#main .member_group .contents .contents-products {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products {
    padding-top: min(65.641025641 / 640 * 100vw, 65.641025641px);
    padding-bottom: min(131.2820512821 / 640 * 100vw, 131.2820512821px);
  }
}
#main .member_group .contents .contents-products__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__block {
    gap: min(65.641025641 / 640 * 100vw, 65.641025641px);
  }
}
#main .member_group .contents .contents-products__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .member_group .contents .contents-products__headLabel {
  position: relative;
  z-index: 1;
  background-color: #E4FBD6;
  border-radius: 100px;
  padding: 8px 100px 8px 40px;
  margin-right: -80px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__headLabel {
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(164.1025641026 / 640 * 100vw, 164.1025641026px) min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(65.641025641 / 640 * 100vw, 65.641025641px);
    margin-right: max(-131.2820512821 / 640 * 100vw, -131.2820512821px);
  }
}
#main .member_group .contents .contents-products__headLabel h2 {
  color: #009959;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__headLabel h2 {
    font-size: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    letter-spacing: 2px;
  }
}
#main .member_group .contents .contents-products__headChar {
  position: relative;
  flex-shrink: 0;
  width: 102px;
  height: 130px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__headChar {
    width: min(129.641025641 / 640 * 100vw, 129.641025641px);
    height: min(164.1025641026 / 640 * 100vw, 164.1025641026px);
  }
}
#main .member_group .contents .contents-products__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__body {
    flex-direction: column;
    align-items: center;
  }
}
#main .member_group .contents .contents-products__img {
  flex-shrink: 0;
  width: 350px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__img {
    width: min(574.358974359 / 640 * 100vw, 574.358974359px);
  }
}
#main .member_group .contents .contents-products__img img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__img img {
    border-radius: min(39.3846153846 / 640 * 100vw, 39.3846153846px);
  }
}
#main .member_group .contents .contents-products__spec {
  flex: 1;
  max-width: 618px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__spec {
    max-width: 100%;
  }
}
#main .member_group .contents .contents-products__spec ul li dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__spec ul li dl {
    flex-direction: column;
  }
}
#main .member_group .contents .contents-products__spec ul li dl dt,
#main .member_group .contents .contents-products__spec ul li dl dd {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.64px;
  vertical-align: middle;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__spec ul li dl dt,
  #main .member_group .contents .contents-products__spec ul li dl dd {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-products__spec ul li dl dt {
  width: 160px;
  background-color: #eefbd6;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-products__spec ul li dl dt {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}
#main .member_group .contents .contents-products__spec ul li dl dd {
  flex: 1;
  background-color: #fff;
  border-bottom: 1px solid #999;
}
#main .member_group .contents .contents-products__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 4px 5px;
  font-size: 16px;
  line-height: 1.4;
}
#main .member_group .contents .contents-products__badge.-dark {
  background-color: #333;
  color: #fff;
}
#main .member_group .contents .contents-faq {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq .contents-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#main .member_group .contents .contents-faq__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  background-color: #E4FBD6;
  border-radius: 40px;
  padding: 80px 140px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__box {
    padding: min(65.641025641 / 640 * 100vw, 65.641025641px) min(16.4102564103 / 640 * 100vw, 16.4102564103px);
    border-radius: 0;
  }
}
#main .member_group .contents .contents-faq__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .member_group .contents .contents-faq__headLabel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 100px 8px 40px;
  margin-right: -90px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__headLabel {
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(164.1025641026 / 640 * 100vw, 164.1025641026px) min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(65.641025641 / 640 * 100vw, 65.641025641px);
    margin-right: max(-131.2820512821 / 640 * 100vw, -131.2820512821px);
  }
}
#main .member_group .contents .contents-faq__headLabel h2 {
  color: #009959;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__headLabel h2 {
    font-size: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    letter-spacing: 2px;
  }
}
#main .member_group .contents .contents-faq__headChar {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 114px;
  height: 130px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__headChar {
    width: min(142.7692307692 / 640 * 100vw, 142.7692307692px);
    height: min(164.1025641026 / 640 * 100vw, 164.1025641026px);
  }
}
#main .member_group .contents .contents-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 800px;
}
#main .member_group .contents .contents-faq__item {
  background-color: #fff;
  border: 2px solid #009959;
  border-radius: 16px;
  padding: 8px 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__item {
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(19.6923076923 / 640 * 100vw, 19.6923076923px);
  }
}
#main .member_group .contents .contents-faq__item.is-open .contents-faq__answer {
  display: block;
}
#main .member_group .contents .contents-faq__item:not(.is-open) .contents-faq__arrow {
  transform: rotate(90deg);
}
#main .member_group .contents .contents-faq__answer {
  display: none;
  overflow: hidden;
}
#main .member_group .contents .contents-faq__question {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 66px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__question {
    gap: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
    min-height: min(108.3076923077 / 640 * 100vw, 108.3076923077px);
  }
}
#main .member_group .contents .contents-faq__iconQ, #main .member_group .contents .contents-faq__iconA {
  flex-shrink: 0;
  width: 57px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__iconQ, #main .member_group .contents .contents-faq__iconA {
    width: min(65.641025641 / 640 * 100vw, 65.641025641px);
  }
}
#main .member_group .contents .contents-faq__questionText {
  flex: 1;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__questionText {
    font-size: min(29.5384615385 / 640 * 100vw, 29.5384615385px);
  }
}
#main .member_group .contents .contents-faq__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  transform: rotate(-90deg) scaleY(-1);
  transition: transform 0.3s ease;
}
#main .member_group .contents .contents-faq__arrow img {
  width: 12px;
  aspect-ratio: 12/21;
}
#main .member_group .contents .contents-faq__divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 8px;
}
#main .member_group .contents .contents-faq__answerInner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 10px 0;
}
#main .member_group .contents .contents-faq__answerText {
  flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__answerText {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-faq__answerText p {
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__answerText p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-faq__answerText p:last-child {
  margin-bottom: 0;
}
#main .member_group .contents .contents-faq__notice {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 32px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__notice {
    flex-direction: column;
    align-items: flex-start;
    padding: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-faq__noticeIcon {
  flex-shrink: 0;
  width: 60px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__noticeIcon {
    width: min(65.641025641 / 640 * 100vw, 65.641025641px);
    margin-left: auto;
    margin-right: auto;
  }
}
#main .member_group .contents .contents-faq__noticeText {
  flex: 1;
}
#main .member_group .contents .contents-faq__noticeText p {
  color: #000;
  font-size: 18px;
  margin: 0;
  white-space: pre-wrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-faq__noticeText p {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-news {
  padding-top: 40px;
  padding-bottom: 64px;
}
#main .member_group .contents .contents-news__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#main .member_group .contents .contents-news__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .member_group .contents .contents-news__headLabel {
  position: relative;
  z-index: 1;
  background-color: #E4FBD6;
  border-radius: 100px;
  padding: 8px 100px 8px 40px;
  margin-right: -90px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__headLabel {
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(164.1025641026 / 640 * 100vw, 164.1025641026px) min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(65.641025641 / 640 * 100vw, 65.641025641px);
    margin-right: max(-131.2820512821 / 640 * 100vw, -131.2820512821px);
  }
}
#main .member_group .contents .contents-news__headLabel h2 {
  color: #009959;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__headLabel h2 {
    font-size: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    letter-spacing: 2px;
  }
}
#main .member_group .contents .contents-news__headChar {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 120px;
  height: 130px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__headChar {
    width: min(150.9743589744 / 640 * 100vw, 150.9743589744px);
    height: min(164.1025641026 / 640 * 100vw, 164.1025641026px);
  }
}
#main .member_group .contents .contents-news__sliderWrap {
  position: relative;
  width: 100%;
  max-width: 1012px;
  padding: 0 46px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__sliderWrap {
    padding: 0;
  }
}
#main .member_group .contents .contents-news__slider {
  max-width: 920px;
  margin: 0 auto;
}
#main .member_group .contents .contents-news__slider .slick-slide {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__slider .slick-slide {
    padding: 0 min(32.8205128205 / 640 * 100vw, 32.8205128205px);
  }
}
#main .member_group .contents .contents-news__slider .slick-list {
  margin: 0 -20px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__slider .slick-list {
    margin: 0 max(-32.8205128205 / 640 * 100vw, -32.8205128205px);
  }
}
#main .member_group .contents .contents-news__arrow {
  position: absolute;
  top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 80px;
  background-color: #009959;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__arrow {
    top: min(106.6666666667 / 640 * 100vw, 106.6666666667px);
    width: min(75.4871794872 / 640 * 100vw, 75.4871794872px);
    height: min(131.2820512821 / 640 * 100vw, 131.2820512821px);
    border-radius: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
#main .member_group .contents .contents-news__arrow img {
  width: 20px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__arrow img {
    width: min(19.6923076923 / 640 * 100vw, 19.6923076923px);
    height: min(34.4615384615 / 640 * 100vw, 34.4615384615px);
  }
}
#main .member_group .contents .contents-news__arrow:hover {
  opacity: 0.85;
}
#main .member_group .contents .contents-news__arrow--prev {
  left: 0;
  transform: scaleY(-1) rotate(180deg);
}
#main .member_group .contents .contents-news__arrow--next {
  right: 0;
}
#main .member_group .contents .contents-news__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
#main .member_group .contents .contents-news__cardImg {
  width: 100%;
  aspect-ratio: 280/210;
  border-radius: 8px;
  overflow: hidden;
  background-color: #d9d9d9;
}
#main .member_group .contents .contents-news__cardImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member_group .contents .contents-news__cardTitle {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__cardTitle {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-news__cardFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}
#main .member_group .contents .contents-news__cardLine {
  flex: 1;
  height: 2px;
  background-color: #009959;
}
#main .member_group .contents .contents-news__cardBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #009959;
  border-radius: 4px;
  padding: 8px 10px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__cardBtn {
    gap: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(16.4102564103 / 640 * 100vw, 16.4102564103px);
  }
}
#main .member_group .contents .contents-news__cardBtn span {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__cardBtn span {
    font-size: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-news__cardBtn img {
  width: 12px;
  height: 24px;
}
#main .member_group .contents .contents-news__cardBtn:hover {
  opacity: 0.85;
}
#main .member_group .contents .contents-news__dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#main .member_group .contents .contents-news__dots .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__dots .slick-dots {
    gap: min(13.1282051282 / 640 * 100vw, 13.1282051282px);
  }
}
#main .member_group .contents .contents-news__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
#main .member_group .contents .contents-news__dots .slick-dots li button {
  width: 20px;
  aspect-ratio: 1/1;
  padding: 0;
  border: 2px solid #009959;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-news__dots .slick-dots li button {
    border: min(3.2820512821 / 640 * 100vw, 3.2820512821px) solid #009959;
    width: min(32.8205128205 / 640 * 100vw, 32.8205128205px);
  }
}
#main .member_group .contents .contents-news__dots .slick-dots li button::before {
  display: none;
}
#main .member_group .contents .contents-news__dots .slick-dots li.slick-active button {
  background-color: #fff100;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
}
#main .member_group .contents .contents-contact__inner {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#main .member_group .contents .contents-contact__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #009959;
  border-radius: 40px 40px 0 0;
  padding: 40px;
  isolation: isolate;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__box {
    padding: min(26.2564102564 / 640 * 100vw, 26.2564102564px) min(16.4102564103 / 640 * 100vw, 16.4102564103px) min(39.3846153846 / 640 * 100vw, 39.3846153846px);
    border-radius: 0;
  }
}
#main .member_group .contents .contents-contact__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -80px;
}
#main .member_group .contents .contents-contact__headLabel {
  position: relative;
  z-index: 1;
  background-color: #009959;
  border-radius: 100px;
  padding: 8px 100px 8px 40px;
  margin-right: -117px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__headLabel {
    padding: min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(121.4358974359 / 640 * 100vw, 121.4358974359px) min(13.1282051282 / 640 * 100vw, 13.1282051282px) min(55.7948717949 / 640 * 100vw, 55.7948717949px);
    margin-right: max(-164.1025641026 / 640 * 100vw, -164.1025641026px);
  }
}
#main .member_group .contents .contents-contact__headLabel h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__headLabel h2 {
    font-size: min(55.7948717949 / 640 * 100vw, 55.7948717949px);
  }
}
#main .member_group .contents .contents-contact__headChar {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 140px;
  height: 162px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__headChar {
    width: min(159.1794871795 / 640 * 100vw, 159.1794871795px);
    height: min(206.7692307692 / 640 * 100vw, 206.7692307692px);
  }
}
#main .member_group .contents .contents-contact__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 80px 40px 64px;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__body {
    padding: min(131.2820512821 / 640 * 100vw, 131.2820512821px) min(19.6923076923 / 640 * 100vw, 19.6923076923px) min(65.641025641 / 640 * 100vw, 65.641025641px);
  }
}
#main .member_group .contents .contents-contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__info {
    gap: min(105.0256410256 / 640 * 100vw, 105.0256410256px);
  }
}
#main .member_group .contents .contents-contact__logo {
  display: block;
  width: 100%;
  max-width: 515px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__logo {
    max-width: min(534.9743589744 / 640 * 100vw, 534.9743589744px);
  }
}
#main .member_group .contents .contents-contact__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__company {
    gap: min(26.2564102564 / 640 * 100vw, 26.2564102564px);
  }
}
#main .member_group .contents .contents-contact__companyName {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.88px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__companyName {
    font-size: min(29.5384615385 / 640 * 100vw, 29.5384615385px);
    text-align: center;
  }
}
#main .member_group .contents .contents-contact__companyAddress p {
  color: #000;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main .member_group .contents .contents-contact__companyAddress p {
    font-size: min(22.9743589744 / 640 * 100vw, 22.9743589744px);
    text-align: center;
  }
}
#main .member_group .contents .contents-contact__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 500px;
}/*# sourceMappingURL=style.css.map */