#main .member_group .contents .inview {
  opacity: 0.001;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inview {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

#main .member_group .contents .inview.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main .member_group .contents .inviews > * {
  opacity: 0.001;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inviews > * {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

#main .member_group .contents .inviews.view > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 960px) {
  #content > .inner {
    padding: 10px 0 !important;
  }
}

#main .member_group {
  position: relative;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url(/file/wago/img/common/bg_contents.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: calc(100% - 20px);
}

@media screen and (min-width: 961px) {
  #main .member_group {
    border-radius: 20px;
    padding: 0;
    background-size: 100%;
  }
}

#main .member_group .contents {
  position: relative;
}

#main .member_group .contents::after {
  content: '';
  position: absolute;
  top: 264px;
  left: 0;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1080 / 835;
  background-image: url(/file/wago/img/common/bg_fv.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents::after {
    top: min((1172 / 640 * 100vw), 1172px);
    aspect-ratio: 720 / 556;
    background-image: url(/file/wago/img/common/bg_fv@sp.webp);
  }
}

#main .member_group .sliderCont__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#main .member_group .sliderCont__arrowsItem {
  position: static;
  width: 28px;
  height: 28px;
  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%2028%2028%22%3E%0A%20%20%3Crect%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%2214%22%20fill%3D%22%233e3a39%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M620.24%2C6426.332l-7%2C5.922%2C7%2C5.922%22%20transform%3D%22translate(-604.24%20-6417.832)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: all;
}

#main .member_group .sliderCont__arrowsItem.-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#main .member_group .sliderCont__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main .member_group .sliderCont__dotsList {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

@media screen and (max-width: 960px) {
  #main .member_group .sliderCont__dotsList {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

#main .member_group .sliderCont__dotsList .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #3E3A39;
  opacity: 1;
}

#main .member_group .sliderCont__dotsList .swiper-pagination-bullet-active {
  background-color: #3E3A39;
}

#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .member_group .contents *::after {
  content: none;
}

#main .member_group .contents h2,
#main .member_group .contents h3,
#main .member_group .contents h4 {
  color: inherit;
  font-size: inherit;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
}

#main .member_group .contents p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents p {
    font-size: 16px;
  }
}

#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 !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-pc {
    display: none !important;
  }
}

#main .member_group .contents .-sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-sp {
    display: block !important;
  }
}

#main .member_group .contents .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .contents .br--hg {
    display: block;
  }
}

#main .member_group .contents .br--pc {
  display: none;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--pc {
    display: block;
  }
}

#main .member_group .contents .br--tb {
  display: block;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--tb {
    display: none;
  }
}

#main .member_group .contents .br--sp {
  display: block;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .br--sp {
    display: none;
  }
}

#main .member_group .contents .br--sm {
  display: none;
}

@media screen and (min-width: 601px) {
  #main .member_group .contents .br--sm {
    display: block;
  }
}

#main .member_group .contents .linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main .member_group .contents .linkBtn span,
#main .member_group .contents .linkBtn a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #3E3A39;
  border-radius: 100px;
  padding: 10px 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .linkBtn span,
  #main .member_group .contents .linkBtn a {
    font-size: 14px;
    padding: 10px 35px;
  }
}

#main .member_group .contents .linkBtn a:hover {
  background-color: #787675;
}

#main .member_group .contents .linkBtn.-red a {
  font-size: 22px;
  background-color: #B6332A;
  padding: 10px 15px;
}

#main .member_group .contents .linkBtn.-red a:hover {
  background-color: #CC716A;
}

#main .member_group .contents .linkBtn.-cta {
  max-width: 480px;
  width: 100%;
}

#main .member_group .contents .linkBtn.-cta a {
  width: inherit;
  color: #B6332A;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #B6332A;
  border-radius: 100px;
  padding: 15px;
  -webkit-filter: drop-shadow(0 3px 0 #B6332A);
          filter: drop-shadow(0 3px 0 #B6332A);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .linkBtn.-cta a {
    font-size: 20px;
  }
}

#main .member_group .contents .linkBtn.-cta a:hover {
  color: #ffffff;
  background-color: #B6332A;
  -webkit-filter: drop-shadow(0 3px 0 #9F2B25);
          filter: drop-shadow(0 3px 0 #9F2B25);
}

#main .member_group .contents .linkBtn.-cta a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3930%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203930%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4006%22%20data-name%3D%22%E3%83%91%E3%82%B9%204006%22%20d%3D%22M96%2C0V16.25h16.25V0Zm14.688%2C14.688H97.563V1.563h13.125Z%22%20transform%3D%22translate(-92.25)%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4007%22%20data-name%3D%22%E3%83%91%E3%82%B9%204007%22%20d%3D%22M1.563%2C110.688V96H0v16.25H16.25v-1.562H1.563Z%22%20transform%3D%22translate(0%20-92.25)%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4008%22%20data-name%3D%22%E3%83%91%E3%82%B9%204008%22%20d%3D%22M205.636%2C133.959l4.6-4.6v3.312H211.8v-5.98h-5.98v1.563h3.312l-4.6%2C4.6Z%22%20transform%3D%22translate(-196.541%20-121.739)%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

#main .member_group .contents .linkBtn.-cta a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3930%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203930%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4006%22%20data-name%3D%22%E3%83%91%E3%82%B9%204006%22%20d%3D%22M96%2C0V16.25h16.25V0Zm14.688%2C14.688H97.563V1.563h13.125Z%22%20transform%3D%22translate(-92.25)%22%20fill%3D%22%23b6332a%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4007%22%20data-name%3D%22%E3%83%91%E3%82%B9%204007%22%20d%3D%22M1.563%2C110.688V96H0v16.25H16.25v-1.562H1.563Z%22%20transform%3D%22translate(0%20-92.25)%22%20fill%3D%22%23b6332a%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4008%22%20data-name%3D%22%E3%83%91%E3%82%B9%204008%22%20d%3D%22M205.636%2C133.959l4.6-4.6v3.312H211.8v-5.98h-5.98v1.563h3.312l-4.6%2C4.6Z%22%20transform%3D%22translate(-196.541%20-121.739)%22%20fill%3D%22%23b6332a%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  vertical-align: -2px;
}

#main .member_group .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 75px;
}

@media screen and (min-width: 641px) {
  #main .member_group .menu {
    right: calc((100% - 100vw) / 2);
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu {
    top: -78px;
    right: -100px;
    width: 140px;
  }
}

#main .member_group .menu__inner {
  position: relative;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url(/file/wago/img/common/bg_menu.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__inner {
    display: block;
  }
}

#main .member_group .menu__inner::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -22px;
  display: inline-block;
  width: 32px;
  height: 87px;
  background-image: url(/file/wago/img/common/icon_menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__inner::before {
    display: none;
  }
}

#main .member_group .menu__cont {
  background-color: #3E3A39;
  border-radius: 5px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 62px 45px;
    overflow: scroll;
  }
}

#main .member_group .menu__list {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__list {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-right: 30px;
  }
  #main .member_group .menu__list::before {
    content: '';
    position: absolute;
    top: 40px;
    right: -22px;
    display: inline-block;
    width: 32px;
    height: 87px;
    background-image: url(/file/wago/img/common/icon_menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

#main .member_group .menu__item {
  position: relative;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item {
    background-color: unset;
    padding: 10px;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__item + li {
    border-top: 1px solid #ffffff;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: inline-block;
    width: calc(100% - 10px);
    height: 0;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#main .member_group .menu__item:last-of-type::after {
  content: none;
}

#main .member_group .menu__item > a {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 2px 5px;
  }
  #main .member_group .menu__item > a.current, #main .member_group .menu__item > a:hover {
    color: #E2D046;
  }
}

@media screen and (max-height: 600px) {
  #main .member_group .menu__item > a {
    min-height: 55px;
    font-size: 18px;
  }
}

#main .member_group .menu__item > a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__item > a .sp {
    display: inline;
  }
}

#main .member_group .menu__child {
  margin-top: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child {
    margin-top: 0;
    padding-bottom: 30px;
  }
}

#main .member_group .menu__child li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li + li {
    margin-top: 30px;
  }
}

#main .member_group .menu__child li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-indent: -1em;
  text-decoration: none;
  padding-left: 1em;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a {
    font-size: 18px;
  }
}

#main .member_group .menu__child li a.current, #main .member_group .menu__child li a:hover {
  color: #E2D046;
}

#main .member_group .menu__child li a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a .sp {
    display: inline;
  }
}

#main .member_group .menu .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu .br--hg {
    display: block;
  }
}

.spMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 56px;
  background-color: #3E3A39;
  border-radius: 100px 0 0 100px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (min-width: 1281px) {
  .spMenu {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .spMenu__inner {
    position: relative;
    display: block;
    width: 28px;
    height: 20px;
    cursor: pointer;
  }
  .spMenu__inner span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .spMenu__inner span:nth-of-type(1) {
    top: 0;
  }
  .spMenu__inner span:nth-of-type(2) {
    top: 9px;
  }
  .spMenu__inner span:nth-of-type(3) {
    bottom: 0;
  }
}

.menu.inviews {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

@media screen and (max-width: 1280px) {
  .menu.inviews {
    -webkit-transform: unset;
            transform: unset;
  }
}

.menu.inviews.view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  .menu.inviews.view {
    -webkit-transform: unset;
            transform: unset;
  }
}

.spMenu.active {
  position: fixed;
  top: 70px;
  right: 0;
}

.spMenu.active .spMenu__inner span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.spMenu.active .spMenu__inner span:nth-of-type(2) {
  opacity: 0;
}

.spMenu.active .spMenu__inner span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

#main .member_group .subCaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .member_group .subCaption p {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 1em;
}

@media screen and (max-width: 960px) {
  #main .member_group .subCaption p {
    font-size: 18px;
  }
}

#main .member_group .subCaption p::before, #main .member_group .subCaption p::after {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 0.5em);
  background-color: #333333;
  -webkit-transform: translateY(-50%) scaleX(1.5);
          transform: translateY(-50%) scaleX(1.5);
}

#main .member_group .subCaption p::before {
  left: 0;
}

#main .member_group .subCaption p::after {
  right: 0;
}

#main .member_group .contents .title {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .title__ruby {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .title__ruby {
    font-size: 12px;
  }
}

#main .member_group .contents .title__ruby span {
  display: inline-block;
  border-bottom: 3px solid #3E3A39;
}

#main .member_group .contents .title__text {
  color: #69904F;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .title__text {
    font-size: 30px;
  }
}

#main .member_group .contents .subtitle {
  position: relative;
}

#main .member_group .contents .subtitle::after {
  content: '';
  display: block;
  width: 88px;
  height: 4px;
  background-color: #3E3A39;
  border-radius: 100px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .subtitle::after {
    width: 44px;
    margin-top: 15px;
  }
}

#main .member_group .contents .subtitle h3 {
  text-align: center;
}

#main .member_group .contents .subtitle h3 span {
  position: relative;
  display: inline-block;
  color: #69904F;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .subtitle h3 span {
    font-size: 26px;
  }
}

#main .member_group .contents .subtitle.-about h3 span::before, #main .member_group .contents .subtitle.-about h3 span::after {
  content: '';
  position: absolute;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .member_group .contents .subtitle.-about h3 span::before {
  top: 0;
  left: 0;
  width: 82px;
  aspect-ratio: 82 / 152;
  background-image: url(/file/wago/img/common/icon_subtitle01.svg);
  -webkit-transform: translate(-110%, -40%);
          transform: translate(-110%, -40%);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .subtitle.-about h3 span::before {
    top: -25px;
    width: 41px;
    aspect-ratio: 41 / 76;
  }
}

#main .member_group .contents .subtitle.-about h3 span::after {
  top: 0;
  right: 0;
  width: 62px;
  aspect-ratio: 62 / 148;
  background-image: url(/file/wago/img/common/icon_subtitle02.svg);
  -webkit-transform: translate(110%, -40%);
          transform: translate(110%, -40%);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .subtitle.-about h3 span::after {
    top: -25px;
    width: 31px;
    aspect-ratio: 31 / 74;
  }
}

#main .member_group .contents .about {
  background-image: url(/file/wago/img/about/bg_about.webp);
  background-position: center top 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 84px;
  padding-top: 84px;
  padding-bottom: 0;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about {
    background-image: url(/file/wago/img/about/bg_about.webp);
    padding-top: 40px;
    padding-bottom: 0;
    background-position: center top 82%;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .about__caption {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .about__caption01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__caption01 {
    margin-top: 20px;
  }
}

#main .member_group .contents .about__caption01 p {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__caption01 p {
    font-size: 18px;
    text-align: left;
  }
}

#main .member_group .contents .about__caption02 {
  font-size: 16px;
  margin-top: 10px;
}

#main .member_group .contents .about__caption02 p {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__caption02 p {
    font-size: 14px;
    text-align: left;
  }
}

#main .member_group .contents .about__caption02 p + p {
  margin-top: 1em;
}

#main .member_group .contents .about__training {
  max-width: 1030px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 72px 15px 30px;
  margin: 50px 25px 0;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__training {
    padding: 40px 15px 24px;
    margin: 40px 0 0;
  }
}

#main .member_group .contents .about__trainingList {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__trainingList {
    margin-top: 24px;
  }
}

#main .member_group .contents .about__trainingList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__trainingList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .about__training .trainingItem {
  width: calc((100% - (15px * 2)) / 3);
  position: relative;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__training .trainingItem {
    max-width: 295px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#main .member_group .contents .about__training .trainingItem::before, #main .member_group .contents .about__training .trainingItem::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 10px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22322%22%20height%3D%22319%22%20viewBox%3D%220%200%20322%20319%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_29159%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029159%22%20transform%3D%22translate(0%200.004)%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.944%2C0H313.052C311.5%2C0%2C322.227%2C7.754%2C322%2C8.116V310.874c-.2-.309-10.006%2C8.375-8.944%2C8.117H8.944c-1.032%2C0-8.8-7.62-8.944-8.117V8.116C.244%2C8.057%2C8.944-.184%2C8.944%2C0Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%2010.04110717773438%202.999267578125%20C%209.1568603515625%203.79888916015625%207.635284423828125%205.209503173828125%206.4384765625%206.319122314453125%20C%205.38006591796875%207.3004150390625%204.285614013671875%208.315093994140625%203.462158203125%209.068267822265625%20C%203.29486083984375%209.221282958984375%203.141510009765625%209.361541748046875%203%209.490325927734375%20L%203%20309.7764587402344%20C%203.6220703125%20310.4328308105469%204.71710205078125%20311.536376953125%206.07183837890625%20312.816650390625%20C%207.959503173828125%20314.6004943847656%209.1177978515625%20315.5652160644531%209.686248779296875%20315.9906311035156%20L%20311.5311584472656%20315.9906311035156%20C%20311.7558898925781%20315.7591552734375%20312.0126647949219%20315.505126953125%20312.3064270019531%20315.2201843261719%20C%20313.1096801757812%20314.4410095214844%20314.1984558105469%20313.4363708496094%20315.3722229003906%20312.391357421875%20C%20316.5107727050781%20311.3777160644531%20317.6171569824219%20310.4250793457031%20318.4876098632812%20309.7090148925781%20C%20318.6667785644531%20309.5615844726562%20318.8357849121094%20309.4231872558594%20318.996337890625%20309.2938232421875%20L%20318.996337890625%209.36199951171875%20C%20318.3500061035156%208.82257080078125%20317.4000244140625%208.062652587890625%20316.6376342773438%207.45281982421875%20C%20315.3255920410156%206.4033203125%20313.8385009765625%205.213714599609375%20312.703369140625%204.2330322265625%20C%20312.1419372558594%203.748016357421875%20311.6988830566406%203.342041015625%20311.3571472167969%202.999267578125%20L%2010.04110717773438%202.999267578125%20M%208.941192626953125%20-0.003753662109375%20C%208.94329833984375%20-0.003753662109375%208.9443359375%20-0.00274658203125%208.9443359375%20-0.000732421875%20L%20313.0519714355469%20-0.000732421875%20C%20311.5045166015625%20-0.000732421875%20322.2270202636719%207.7535400390625%20321.996337890625%208.1160888671875%20L%20321.996337890625%20310.8738098144531%20C%20321.8052673339844%20310.5735168457031%20312.5601501464844%20318.74462890625%20312.9859619140625%20318.9906311035156%20L%208.9443359375%20318.9906311035156%20C%207.912322998046875%20318.9906311035156%200.146820068359375%20311.3709411621094%200%20310.8738098144531%20L%200%208.1160888671875%20C%200.240997314453125%208.057525634765625%208.753143310546875%20-0.003753662109375%208.941192626953125%20-0.003753662109375%20Z%20M%20312.9859619140625%20318.9906311035156%20L%20313.0519714355469%20318.9906311035156%20C%20313.0206604003906%20318.9982604980469%20312.9989013671875%20318.9981079101562%20312.9859619140625%20318.9906311035156%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23e2d046%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% calc(100% + 10px);
  pointer-events: none;
  z-index: 1;
}

#main .member_group .contents .about__training .trainingItem::before {
  top: 0;
}

#main .member_group .contents .about__training .trainingItem::after {
  background-position: center bottom;
  bottom: 0;
}

#main .member_group .contents .about__training .trainingItem__inner {
  position: relative;
  padding: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__training .trainingItem__inner {
    padding: 16px 30px;
  }
}

#main .member_group .contents .about__training .trainingItem__inner::before, #main .member_group .contents .about__training .trainingItem__inner::after {
  content: '';
  position: absolute;
  left: 6px;
  display: inline-block;
  width: 100%;
  height: calc(100% - 10px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22322%22%20height%3D%22319%22%20viewBox%3D%220%200%20322%20319%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_29159%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029159%22%20transform%3D%22translate(0%200.004)%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.944%2C0H313.052C311.5%2C0%2C322.227%2C7.754%2C322%2C8.116V310.874c-.2-.309-10.006%2C8.375-8.944%2C8.117H8.944c-1.032%2C0-8.8-7.62-8.944-8.117V8.116C.244%2C8.057%2C8.944-.184%2C8.944%2C0Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%2010.04110717773438%202.999267578125%20C%209.1568603515625%203.79888916015625%207.635284423828125%205.209503173828125%206.4384765625%206.319122314453125%20C%205.38006591796875%207.3004150390625%204.285614013671875%208.315093994140625%203.462158203125%209.068267822265625%20C%203.29486083984375%209.221282958984375%203.141510009765625%209.361541748046875%203%209.490325927734375%20L%203%20309.7764587402344%20C%203.6220703125%20310.4328308105469%204.71710205078125%20311.536376953125%206.07183837890625%20312.816650390625%20C%207.959503173828125%20314.6004943847656%209.1177978515625%20315.5652160644531%209.686248779296875%20315.9906311035156%20L%20311.5311584472656%20315.9906311035156%20C%20311.7558898925781%20315.7591552734375%20312.0126647949219%20315.505126953125%20312.3064270019531%20315.2201843261719%20C%20313.1096801757812%20314.4410095214844%20314.1984558105469%20313.4363708496094%20315.3722229003906%20312.391357421875%20C%20316.5107727050781%20311.3777160644531%20317.6171569824219%20310.4250793457031%20318.4876098632812%20309.7090148925781%20C%20318.6667785644531%20309.5615844726562%20318.8357849121094%20309.4231872558594%20318.996337890625%20309.2938232421875%20L%20318.996337890625%209.36199951171875%20C%20318.3500061035156%208.82257080078125%20317.4000244140625%208.062652587890625%20316.6376342773438%207.45281982421875%20C%20315.3255920410156%206.4033203125%20313.8385009765625%205.213714599609375%20312.703369140625%204.2330322265625%20C%20312.1419372558594%203.748016357421875%20311.6988830566406%203.342041015625%20311.3571472167969%202.999267578125%20L%2010.04110717773438%202.999267578125%20M%208.941192626953125%20-0.003753662109375%20C%208.94329833984375%20-0.003753662109375%208.9443359375%20-0.00274658203125%208.9443359375%20-0.000732421875%20L%20313.0519714355469%20-0.000732421875%20C%20311.5045166015625%20-0.000732421875%20322.2270202636719%207.7535400390625%20321.996337890625%208.1160888671875%20L%20321.996337890625%20310.8738098144531%20C%20321.8052673339844%20310.5735168457031%20312.5601501464844%20318.74462890625%20312.9859619140625%20318.9906311035156%20L%208.9443359375%20318.9906311035156%20C%207.912322998046875%20318.9906311035156%200.146820068359375%20311.3709411621094%200%20310.8738098144531%20L%200%208.1160888671875%20C%200.240997314453125%208.057525634765625%208.753143310546875%20-0.003753662109375%208.941192626953125%20-0.003753662109375%20Z%20M%20312.9859619140625%20318.9906311035156%20L%20313.0519714355469%20318.9906311035156%20C%20313.0206604003906%20318.9982604980469%20312.9989013671875%20318.9981079101562%20312.9859619140625%20318.9906311035156%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23DFEDE0%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% calc(100% + 10px);
  pointer-events: none;
  z-index: 0;
}

#main .member_group .contents .about__training .trainingItem__inner::before {
  top: 6px;
}

#main .member_group .contents .about__training .trainingItem__inner::after {
  background-position: center bottom;
  bottom: -6px;
}

#main .member_group .contents .about__training .trainingItem__title {
  color: #69904F;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .about__training .trainingItem__title::after {
  content: '';
  display: block;
  width: 88px;
  height: 4px;
  background-color: #69904F;
  border-radius: 100px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .about__training .trainingItem__img {
  display: block;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

#main .member_group .contents .about__training .trainingItem__text {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__training .trainingItem__text {
    font-size: 14px;
  }
}

#main .member_group .contents .about__recommend {
  padding-top: 84px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__recommend {
    margin-top: 40px;
  }
}

#main .member_group .contents .about__recommendList {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#main .member_group .contents .about__recommendList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 16px;
}

#main .member_group .contents .about__recommendList ul li {
  width: calc((100% - (20px * 2)) / 3);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__recommendList ul li {
    width: 100%;
  }
}

#main .member_group .contents .about__recommend .recommendItem {
  -webkit-filter: drop-shadow(5px 5px 0px rgba(41, 105, 83, 0.5));
          filter: drop-shadow(5px 5px 0px rgba(41, 105, 83, 0.5));
}

#main .member_group .contents .about__recommend .recommendItem::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 15px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#main .member_group .contents .about__recommend .recommendItem::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 15px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#main .member_group .contents .about__recommend .recommendItem__inner {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__recommend .recommendItem__inner {
    padding: 20px 40px;
  }
}

#main .member_group .contents .about__recommend .recommendItem__text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#main .member_group .contents .about__recommend .recommendItem__text span {
  color: #69904F;
}

#main .member_group .contents .about__table {
  margin-top: 84px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__table {
    margin-top: 40px;
  }
}

#main .member_group .contents .about__tableCont {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#main .member_group .contents .about__tableCont ul {
  border: 1px solid #3E3A39;
}

#main .member_group .contents .about__tableCont ul li + li {
  border-top: 1px solid #3E3A39;
}

#main .member_group .contents .about__tableCont ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .member_group .contents .about__tableCont ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #3E3A39;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__tableCont ul li dl dt {
    min-width: 80px;
    font-size: 14px;
    padding: 8px;
  }
}

#main .member_group .contents .about__tableCont ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .about__tableCont ul li dl dd {
    font-size: 14px;
    padding: 8px;
  }
}

#main .member_group .contents .about__tableCont ul li dl dd p + p {
  margin-top: 1em;
}

#main .member_group .contents .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  background-color: #69904F;
  background-image: url(/file/wago/img/cta/bg_cta.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cta {
    min-height: unset;
    padding: 50px 15px;
  }
}

#main .member_group .contents .cta__cont {
  text-align: center;
}

#main .member_group .contents .cta__cont h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cta__cont h2 {
    font-size: 24px;
  }
}

#main .member_group .contents .cta__button {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cta__button {
    margin-top: 15px;
  }
}

#main .member_group .contents .detail {
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail__detail {
    padding: 0 15px;
  }
}

#main .member_group .contents .detail__search {
  position: relative;
  max-width: 880px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail__search {
    padding: 15px 30px 30px;
  }
}

#main .member_group .contents .detail__search::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  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%20880%20232%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_32485%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032485%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2C0H880V212c-.4.228-19.716%2C19.924-20%2C20H0V20C1.385%2C19.2%2C20.351-.094%2C20%2C0Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%2020.9136962890625%201.999984741210938%20C%2020.83624267578125%202.083206176757812%2020.7513427734375%202.17388916015625%2020.658447265625%202.272537231445312%20C%2020.146240234375%202.8167724609375%2019.423095703125%203.57098388671875%2018.50921630859375%204.514205932617188%20C%2016.67974853515625%206.402328491210938%2014.2845458984375%208.841995239257812%2011.93768310546875%2011.20765686035156%20C%205.7650146484375%2017.42991638183594%203.16546630859375%2019.91032409667969%202%2020.94410705566406%20L%202%20229.9999847412109%20L%20859.2195434570312%20229.9999847412109%20C%20860.75537109375%20228.5061645507812%20865.442138671875%20223.7744903564453%20869.3055419921875%20219.8738708496094%20C%20874.6991577148438%20214.4285583496094%20876.9695434570312%20212.1422271728516%20878%20211.1390686035156%20L%20878%201.999984741210938%20L%2020.9136962890625%201.999984741210938%20M%2020.002197265625%20-0.0003509521484375%20C%2020.0028076171875%20-0.0003509521484375%2020.0032958984375%20-0.0002288818359375%2020.00372314453125%20-1.52587890625e-05%20L%2020%20-1.52587890625e-05%20C%2020.0008544921875%20-0.000244140625%2020.0015869140625%20-0.0003509521484375%2020.002197265625%20-0.0003509521484375%20Z%20M%2020%20-1.52587890625e-05%20L%20880%20-1.52587890625e-05%20L%20880%20211.9999847412109%20C%20879.6043090820312%20212.2284240722656%20860.2841186523438%20231.9238739013672%20860%20231.9999847412109%20L%200%20231.9999847412109%20L%200%2019.99998474121094%20C%201.37841796875%2019.20417785644531%2020.16839599609375%200.0916290283203125%2020.00372314453125%20-1.52587890625e-05%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail__search::after {
    display: none;
  }
}

#main .member_group .contents .detail__search h3 {
  color: #69904F;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail__search h3 {
    font-size: 26px;
  }
}

#main .member_group .contents .detail__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  margin-top: 25px;
}

#main .member_group .contents .detail__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail__tagList {
    border-top: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    padding: 40px 0;
  }
}

#main .member_group .contents .detail__title {
  margin-top: 60px;
}

#main .member_group .contents .detail .detailTag {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  text-align: center;
  background-color: #E2D046;
  border-radius: 100px;
  padding: 2px 8px 3px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .detail .detailTag {
    min-width: 120px;
    padding: 10px;
  }
}

#main .member_group .contents .news__list {
  max-width: 740px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news__list {
    margin-top: 24px;
  }
}

#main .member_group .contents .newsItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #78C882;
  border-radius: 100px;
  padding: 20px 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .newsItem__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .newsItem__link:hover {
  opacity: 0.8;
}

#main .member_group .contents .newsItem__tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .newsItem__tag {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

#main .member_group .contents .newsItem__tagDate {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .newsItem__tagDate {
    font-size: 12px;
  }
}

#main .member_group .contents .newsItem__tagText {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  background-color: #E2D046;
  border-radius: 100px;
  padding: 4px 8px 5px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .newsItem__tagText {
    min-width: 80px;
    font-size: 12px;
  }
}

#main .member_group .contents .newsItem__tagText a {
  display: block;
}

#main .member_group .contents .newsItem__text {
  color: #ffffff;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .newsItem__text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#main .member_group .contents .faq {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq {
    padding-top: 40px;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .faq__detail {
  max-width: 880px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
  padding: 0 40px;
  margin: 50px auto 0;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__detail {
    padding: 0 15px;
    margin: 40px auto 0;
  }
}

#main .member_group .contents .faq__item + .faq__item {
  margin-top: 15px;
}

#main .member_group .contents .faq__block {
  position: relative;
  background-color: #ffffff;
}

#main .member_group .contents .faq__blockQ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding: 15px 70px 15px 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__blockQ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
    padding: 10px 55px 15px 15px;
  }
}

#main .member_group .contents .faq__blockQ::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: 'Q';
  display: inline-block;
  color: #69904F;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__blockQ::before {
    font-size: 30px;
  }
}

#main .member_group .contents .faq__blockQ::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2784%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202784%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_216%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20216%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%225%22%20fill%3D%22%2369904f%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25447%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025447%22%20d%3D%22M0%2C0%2C7%2C7%2C0%2C14%22%20transform%3D%22translate(27%2016.5)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.25s;
  transition: background-image 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__blockQ::after {
    top: unset;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    -webkit-transform: unset;
            transform: unset;
  }
}

#main .member_group .contents .faq__blockQ.-open {
  color: #ffffff;
  background-color: #69904F;
}

#main .member_group .contents .faq__blockQ.-open::before {
  color: #ffffff;
}

#main .member_group .contents .faq__blockQ.-open::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2784%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202784%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_216%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20216%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%225%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25447%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025447%22%20d%3D%22M0%2C14%2C7%2C7%2C0%2C0%22%20transform%3D%22translate(13%2022.5)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%2369904f%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

#main .member_group .contents .faq__blockQ.-open + .faq__blockA {
  border: 3px solid #69904F;
}

#main .member_group .contents .faq__blockA {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0.05em;
  border: 3px solid #ffffff;
  padding: 15px 70px 15px 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__blockA {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 15px 15px;
  }
}

#main .member_group .contents .faq__blockA::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: calc(100% - 90px);
  height: 1px;
}

#main .member_group .contents .faq__blockA::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: 'A';
  display: inline-block;
  color: #69904F;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .faq__blockA::before {
    font-size: 30px;
  }
}

#main .member_group .contents .faq__blockA p + p {
  margin-top: 1em;
}

#main .member_group .contents .intro {
  position: relative;
  padding-top: 84px;
  padding-bottom: 84px;
  background-image: url(/file/wago/img/intro/bg_intro02.webp), url(/file/wago/img/intro/bg_intro01.webp);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 100%, 100%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro {
    padding-top: 40px;
    padding-bottom: 70px;
    background-image: url(/file/wago/img/intro/bg_intro02.webp), url(/file/wago/img/intro/bg_intro01.webp), url(/file/wago/img/intro/bg_intro03@sp.webp);
    background-position: center bottom, center top, center top;
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-size: 100%, 100%, 100%;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .intro__caption {
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__caption {
    margin-top: 25px;
  }
}

#main .member_group .contents .intro__caption dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__caption dt {
    font-size: 18px;
    text-align: left;
  }
}

#main .member_group .contents .intro__caption dd {
  margin-top: 16px;
}

#main .member_group .contents .intro__caption dd p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__caption dd p {
    font-size: 14px;
    text-align: left;
  }
}

#main .member_group .contents .intro__caption dd p + p {
  margin-top: 1em;
}

#main .member_group .contents .intro__list {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}

#main .member_group .contents .intro__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 81px;
}

#main .member_group .contents .intro__list > ul > li {
  width: calc((100% - (25px * 2)) / 3);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__list > ul > li {
    width: 100%;
  }
}

#main .member_group .contents .intro__subtitle {
  margin-top: 60px;
}

#main .member_group .contents .intro__text {
  text-align: center;
  margin-top: 40px;
}

#main .member_group .contents .intro__slider {
  position: relative;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro__slider {
    max-width: 400px;
    width: calc(100% - 100px);
    margin-top: 28px;
  }
}

#main .member_group .contents .intro__sliderInner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .member_group .contents .intro__sliderInner > ul.-none {
  -webkit-transform: none !important;
          transform: none !important;
}

#main .member_group .contents .intro__sliderInner > ul > li {
  width: calc((100% - (25px * 2)) / 3);
}

#main .member_group .contents .intro__slider .sliderCont__arrows {
  width: calc(100% + 100px);
}

#main .member_group .contents .intro__slider .sliderCont__dots {
  bottom: -30px;
}

#main .member_group .contents .intro .introTeacher {
  position: relative;
  height: inherit;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: pointer;
}

#main .member_group .contents .intro .introTeacher:hover {
  opacity: 0.75;
}

#main .member_group .contents .intro .introTeacher__cont {
  position: relative;
  height: inherit;
  padding-bottom: 28px;
}

#main .member_group .contents .intro .introTeacher__cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  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%2020%22%3E%0A%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%233e3a39%22%2F%3E%0A%20%20%3Cg%20transform%3D%22translate(6.471%206.471)%22%3E%0A%20%20%20%20%3Cline%20x2%3D%227.059%22%20transform%3D%22translate(0%203.529)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%0A%20%20%20%20%3Cline%20x2%3D%227.059%22%20transform%3D%22translate(3.529)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main .member_group .contents .intro .introTeacher__figureImg {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .intro .introTeacher__figureCaption {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

#main .member_group .contents .intro .introTeacher__figureName {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .intro .introModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(223, 237, 224, 0.95);
  z-index: 1000;
}

#main .member_group .contents .intro .introModal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  overflow: scroll;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__inner {
    padding: 120px 30px 40px;
  }
}

#main .member_group .contents .intro .introModal__cont {
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .intro .introModal__close {
  position: absolute;
  top: 0;
  right: -80px;
  display: inline-block;
  width: 38px;
  height: 38px;
  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%2038.657%2038.657%22%3E%0A%20%20%3Cg%20transform%3D%22translate(2.828%202.828)%22%3E%0A%20%20%20%20%3Cline%20x2%3D%2233%22%20y2%3D%2233%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%2233%22%20y2%3D%2233%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__close {
    top: -50px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}

#main .member_group .contents .intro .introModal__detail {
  background-color: #ffffff;
  border: 2px solid #3E3A39;
  border-radius: 5px;
  padding: 25px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__detail {
    padding: 25px 20px;
  }
}

#main .member_group .contents .intro .introModal__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#main .member_group .contents .intro .introModal__figureImg {
  width: 163px;
}

#main .member_group .contents .intro .introModal__figureTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .member_group .contents .intro .introModal__figureCaption {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__figureCaption {
    font-size: 10px;
    text-align: center;
  }
}

#main .member_group .contents .intro .introModal__figureName {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__figureName {
    font-size: 18px;
    text-align: center;
  }
}

#main .member_group .contents .intro .introModal__block {
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introModal__blockText {
    font-size: 14px;
  }
}

#main .member_group .contents .intro .introItem {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #3E3A39;
  border-radius: 3px;
  padding: 83px 16px 16px;
}

#main .member_group .contents .intro .introItem__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

#main .member_group .contents .intro .introItem__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #69904F;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  z-index: -1;
}

#main .member_group .contents .intro .introItem dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .intro .introItem dl dt {
    font-size: 18px;
  }
}

#main .member_group .contents .intro .introItem dl dd {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 6px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news {
    margin-top: -60px;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .news__list {
  max-width: 740px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news__list {
    margin-top: 24px;
  }
}

#main .member_group .contents .news__button {
  margin-top: 40px;
}

#main .member_group .contents .news .newsItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #78C882;
  border-radius: 100px;
  padding: 20px 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news .newsItem__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .news .newsItem__link:hover {
  opacity: 0.8;
}

#main .member_group .contents .news .newsItem__tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news .newsItem__tag {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

#main .member_group .contents .news .newsItem__tagDate {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news .newsItem__tagDate {
    font-size: 12px;
  }
}

#main .member_group .contents .news .newsItem__tagText {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  background-color: #E2D046;
  border-radius: 100px;
  padding: 4px 8px 5px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news .newsItem__tagText {
    min-width: 80px;
    font-size: 12px;
  }
}

#main .member_group .contents .news .newsItem__tagText a {
  display: block;
}

#main .member_group .contents .news .newsItem__text {
  color: #ffffff;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .news .newsItem__text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#main .member_group .contents .other {
  padding-top: 84px;
  padding-bottom: 84px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .other {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .other__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .other__list {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .other__list {
    margin-top: 0;
  }
}

#main .member_group .contents .other__list > ul > li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px dashed #69904F;
  padding-top: 35px;
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .other__list > ul > li a {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

#main .member_group .contents .other__list > ul > li a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4380%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204380%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4006%22%20data-name%3D%22%E3%83%91%E3%82%B9%204006%22%20d%3D%22M96%2C0V16.25h16.25V0Zm14.688%2C14.688H97.563V1.563h13.125Z%22%20transform%3D%22translate(-92.25)%22%20fill%3D%22%2369904f%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4007%22%20data-name%3D%22%E3%83%91%E3%82%B9%204007%22%20d%3D%22M1.563%2C110.688V96H0v16.25H16.25v-1.562H1.563Z%22%20transform%3D%22translate(0%20-92.25)%22%20fill%3D%22%2369904f%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4008%22%20data-name%3D%22%E3%83%91%E3%82%B9%204008%22%20d%3D%22M205.636%2C133.959l4.6-4.6v3.312H211.8v-5.98h-5.98v1.563h3.312l-4.6%2C4.6Z%22%20transform%3D%22translate(-196.541%20-121.739)%22%20fill%3D%22%2369904f%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -2px;
  margin-left: 20px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .other__list > ul > li a::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}

#main .member_group .contents .step {
  background-image: url(/file/wago/img/step/bg_step01.webp), url(/file/wago/img/step/bg_step02.webp);
  background-position: center top 30px, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding-top: 84px;
  padding-bottom: 84px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/file/wago/img/step/bg_step01.webp), url(/file/wago/img/step/bg_step02@sp.webp);
    background-position: center top 50px, center bottom;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .step__list {
  position: relative;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
  z-index: 1;
}

#main .member_group .contents .step__list > ul > li {
  position: relative;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step__list > ul > li:nth-of-type(1)::before {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    display: inline-block;
    width: 200px;
    aspect-ratio: 200 / 198;
    background-image: url(/file/wago/img/step/icon_step01@sp.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

#main .member_group .contents .step__list > ul > li:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: 77px;
  right: -104px;
  display: inline-block;
  width: 255px;
  aspect-ratio: 255 / 269;
  background-image: url(/file/wago/img/step/icon_step01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step__list > ul > li:nth-of-type(2)::before {
    display: none;
  }
}

#main .member_group .contents .step__list > ul > li:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: 63%;
  left: -125px;
  display: inline-block;
  width: 226px;
  aspect-ratio: 226 / 200;
  background-image: url(/file/wago/img/step/icon_step02.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step__list > ul > li:nth-of-type(3)::before {
    top: -90px;
    left: -30px;
    width: 233px;
    aspect-ratio: 233 / 243;
    background-image: url(/file/wago/img/step/icon_step02@sp.webp);
  }
}

#main .member_group .contents .step__list > ul > li:nth-of-type(3)::after {
  content: '';
  position: absolute;
  top: 80%;
  right: -165px;
  display: inline-block;
  width: 363px;
  aspect-ratio: 363 / 367;
  background-image: url(/file/wago/img/step/icon_step03.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step__list > ul > li:nth-of-type(3)::after {
    display: none;
  }
}

#main .member_group .contents .step__list > ul > li:last-of-type .stepCont::after {
  display: none;
}

#main .member_group .contents .step__list > ul > li + li {
  margin-top: 94px;
}

#main .member_group .contents .step .stepCont {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #3E3A39;
  border-radius: 10px;
  padding: 50px 30px 40px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont {
    padding: 35px 15px 30px;
  }
}

#main .member_group .contents .step .stepCont::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #3E3A39;
  -webkit-clip-path: polygon(50% 50px, 0% 0%, 100% 0%);
          clip-path: polygon(50% 50px, 0% 0%, 100% 0%);
}

#main .member_group .contents .step .stepCont__ruby {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main .member_group .contents .step .stepCont__ruby::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 10px solid #E2D046;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#main .member_group .contents .step .stepCont__ruby::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 10px solid #E2D046;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#main .member_group .contents .step .stepCont__ruby span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-color: #E2D046;
  padding: 0 20px;
}

#main .member_group .contents .step .stepCont__title {
  color: #69904F;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .step .stepCont__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin-top: 24px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .step .stepCont__img img {
  display: block;
  width: 221px;
}

#main .member_group .contents .step .stepCont__cont {
  margin-top: 16px;
}

#main .member_group .contents .step .stepCont__contText {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont__contText {
    font-size: 14px;
  }
}

#main .member_group .contents .step .stepCont__contText + .stepCont__contText {
  margin-top: 12px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont__contText + .stepCont__contText {
    margin-top: 10px;
  }
}

#main .member_group .contents .step .stepCont__contText + .stepCont__contText.-bold {
  margin-top: 24px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont__contText + .stepCont__contText.-bold {
    margin-top: 17px;
  }
}

#main .member_group .contents .step .stepCont__contText.-bold {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepCont__contText.-bold {
    font-size: 16px;
  }
}

#main .member_group .contents .step .stepCont__button {
  margin-top: 24px;
}

#main .member_group .contents .step .stepMap {
  margin-top: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#main .member_group .contents .step .stepMap__intro {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .step .stepMap__img {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__imgPc {
    display: none;
  }
}

#main .member_group .contents .step .stepMap__imgTb {
  display: none;
}

@media (min-width: 640px) and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__imgTb {
    display: block;
  }
}

#main .member_group .contents .step .stepMap__imgSp {
  display: none;
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .step .stepMap__imgSp {
    display: block;
    overflow-x: scroll;
  }
}

#main .member_group .contents .step .stepMap__imgSp .mapInner {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .step .stepMap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  row-gap: 80px;
  margin-top: 40px;
  counter-reset: 0;
}

#main .member_group .contents .step .stepMap__item {
  counter-increment: mapNum 1;
  width: calc((100% - 19px) / 2);
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 0 5px #ccc);
          filter: drop-shadow(0 0 5px #ccc);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__item {
    width: 100%;
  }
}

#main .member_group .contents .step .stepMap__itemTitle {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  padding: 15px 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemTitle {
    font-size: 20px;
  }
}

#main .member_group .contents .step .stepMap__itemTitle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#main .member_group .contents .step .stepMap__itemTitle::after {
  content: counter(mapNum);
  position: absolute;
  top: -10px;
  left: 50%;
  width: 40px;
  height: 40px;
  color: #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  background-color: #ffffff;
  border: 4px solid #ccc;
  padding-bottom: 0.15em;
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemTitle::after {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

#main .member_group .contents .step .stepMap__itemTitle span {
  display: inline-block;
  color: #ccc;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0 10px;
  margin-right: 8px;
}

#main .member_group .contents .step .stepMap__itemCont {
  position: relative;
  padding: 20px 16px 30px;
}

#main .member_group .contents .step .stepMap__itemCaption {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemCaption {
    font-size: 18px;
    margin-top: 8px;
  }
}

#main .member_group .contents .step .stepMap__itemImg {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemImg {
    max-width: 160px;
  }
}

#main .member_group .contents .step .stepMap__itemTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemTag {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-top: 8px;
  }
}

#main .member_group .contents .step .stepMap__itemTag li {
  font-size: 16px;
  color: #ccc;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemTag li {
    font-size: 14px;
  }
}

#main .member_group .contents .step .stepMap__itemText {
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__itemText {
    font-size: 14px;
  }
}

#main .member_group .contents .step .stepMap__itemButton {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

#main .member_group .contents .step .stepMap__itemButton.linkBtn span,
#main .member_group .contents .step .stepMap__itemButton.linkBtn a {
  padding: 10px 15px;
}

#main .member_group .contents .step .stepMap__item.-item01 .stepMap__itemTitle {
  background-color: #6B92BA;
}

#main .member_group .contents .step .stepMap__item.-item01 .stepMap__itemTitle::before {
  border-bottom: 10px solid #6B92BA;
}

#main .member_group .contents .step .stepMap__item.-item01 .stepMap__itemTitle::after {
  color: #6B92BA;
  border: 4px solid #6B92BA;
}

#main .member_group .contents .step .stepMap__item.-item01 .stepMap__itemTitle span {
  color: #6B92BA;
}

#main .member_group .contents .step .stepMap__item.-item01 .stepMap__itemTag li {
  color: #6B92BA;
}

#main .member_group .contents .step .stepMap__item.-item02 .stepMap__itemTitle {
  background-color: #D6A6B2;
}

#main .member_group .contents .step .stepMap__item.-item02 .stepMap__itemTitle::before {
  border-bottom: 10px solid #D6A6B2;
}

#main .member_group .contents .step .stepMap__item.-item02 .stepMap__itemTitle::after {
  color: #D6A6B2;
  border: 4px solid #D6A6B2;
}

#main .member_group .contents .step .stepMap__item.-item02 .stepMap__itemTitle span {
  color: #D6A6B2;
}

#main .member_group .contents .step .stepMap__item.-item02 .stepMap__itemTag li {
  color: #D6A6B2;
}

#main .member_group .contents .step .stepMap__item.-item03 .stepMap__itemTitle {
  background-color: #67A4C1;
}

#main .member_group .contents .step .stepMap__item.-item03 .stepMap__itemTitle::before {
  border-bottom: 10px solid #67A4C1;
}

#main .member_group .contents .step .stepMap__item.-item03 .stepMap__itemTitle::after {
  color: #67A4C1;
  border: 4px solid #67A4C1;
}

#main .member_group .contents .step .stepMap__item.-item03 .stepMap__itemTitle span {
  color: #67A4C1;
}

#main .member_group .contents .step .stepMap__item.-item03 .stepMap__itemTag li {
  color: #67A4C1;
}

#main .member_group .contents .step .stepMap__item.-item04 .stepMap__itemTitle {
  background-color: #CBB475;
}

#main .member_group .contents .step .stepMap__item.-item04 .stepMap__itemTitle::before {
  border-bottom: 10px solid #CBB475;
}

#main .member_group .contents .step .stepMap__item.-item04 .stepMap__itemTitle::after {
  color: #CBB475;
  border: 4px solid #CBB475;
}

#main .member_group .contents .step .stepMap__item.-item04 .stepMap__itemTitle span {
  color: #CBB475;
}

#main .member_group .contents .step .stepMap__item.-item04 .stepMap__itemTag li {
  color: #CBB475;
}

#main .member_group .contents .step .stepMap__item.-item05 .stepMap__itemTitle {
  background-color: #8788C1;
}

#main .member_group .contents .step .stepMap__item.-item05 .stepMap__itemTitle::before {
  border-bottom: 10px solid #8788C1;
}

#main .member_group .contents .step .stepMap__item.-item05 .stepMap__itemTitle::after {
  color: #8788C1;
  border: 4px solid #8788C1;
}

#main .member_group .contents .step .stepMap__item.-item05 .stepMap__itemTitle span {
  color: #8788C1;
}

#main .member_group .contents .step .stepMap__item.-item05 .stepMap__itemTag li {
  color: #8788C1;
}

#main .member_group .contents .step .stepMap__item.-item06 .stepMap__itemTitle {
  background-color: #A66CAD;
}

#main .member_group .contents .step .stepMap__item.-item06 .stepMap__itemTitle::before {
  border-bottom: 10px solid #A66CAD;
}

#main .member_group .contents .step .stepMap__item.-item06 .stepMap__itemTitle::after {
  color: #A66CAD;
  border: 4px solid #A66CAD;
}

#main .member_group .contents .step .stepMap__item.-item06 .stepMap__itemTitle span {
  color: #A66CAD;
}

#main .member_group .contents .step .stepMap__item.-item06 .stepMap__itemTag li {
  color: #A66CAD;
}

#main .member_group .contents .step .stepMap__item.-item07 .stepMap__itemTitle {
  background-color: #E3C79F;
}

#main .member_group .contents .step .stepMap__item.-item07 .stepMap__itemTitle::before {
  border-bottom: 10px solid #E3C79F;
}

#main .member_group .contents .step .stepMap__item.-item07 .stepMap__itemTitle::after {
  color: #E3C79F;
  border: 4px solid #E3C79F;
}

#main .member_group .contents .step .stepMap__item.-item07 .stepMap__itemTitle span {
  color: #E3C79F;
}

#main .member_group .contents .step .stepMap__item.-item07 .stepMap__itemTag li {
  color: #E3C79F;
}

#main .member_group .contents .step .stepMap__info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc((100% - 19px) / 2);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__info {
    width: 100%;
  }
}

#main .member_group .contents .step .stepMap__infoInner {
  position: relative;
  max-width: 280px;
  width: 100%;
  border: 1px solid #3E3A39;
  border-radius: 10px;
  padding: 10px 15px 50px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .step .stepMap__infoInner::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 296px;
  aspect-ratio: 296 / 63;
  background-image: url(/file/wago/img/step/icon_stepInfo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main .member_group .contents .step .stepMap__infoInner dl {
  margin-top: 14px;
}

#main .member_group .contents .step .stepMap__infoInner dl dt {
  color: #69904F;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .step .stepMap__infoInner dl dt b {
  font-size: 40px;
}

#main .member_group .contents .step .stepMap__infoInner dl dd {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .step .stepMap__infoInner dl dd {
    margin-top: 15px;
  }
}

#main .member_group .contents .step .stepMap__infoButton {
  margin-top: 20px;
}

#main .member_group .contents .step .stepMap__infoButton.linkBtn span,
#main .member_group .contents .step .stepMap__infoButton.linkBtn a {
  padding: 10px 15px;
}

#main .member_group .contents .step .stepMap__contact {
  margin-top: 60px;
}

#main .member_group .contents .totop {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .totop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#main .member_group .contents .visual {
  position: relative;
}

#main .member_group .contents .voice {
  padding-bottom: 62px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice__cont {
    padding: 0 15px;
  }
}

#main .member_group .contents .voice__slider {
  position: relative;
  max-width: 740px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice__slider {
    max-width: 400px;
    width: calc(100% - 100px);
    margin-top: 28px;
  }
}

#main .member_group .contents .voice__sliderInner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .member_group .contents .voice__sliderInner > ul.-none {
  -webkit-transform: none !important;
          transform: none !important;
}

#main .member_group .contents .voice__sliderInner > ul > li {
  width: calc((100% - (25px * 2)) / 3);
}

#main .member_group .contents .voice__slider .sliderCont__arrows {
  width: calc(100% + 100px);
}

#main .member_group .contents .voice__slider .sliderCont__dots {
  bottom: -30px;
}

#main .member_group .contents .voice .voiceItem {
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: pointer;
}

#main .member_group .contents .voice .voiceItem:hover {
  opacity: 0.75;
}

#main .member_group .contents .voice .voiceItem::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#main .member_group .contents .voice .voiceItem::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#main .member_group .contents .voice .voiceItem__cont {
  position: relative;
  background-color: #ffffff;
  padding: 5px 10px;
}

#main .member_group .contents .voice .voiceItem__cont::after {
  content: '';
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  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%2020%22%3E%0A%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%233e3a39%22%2F%3E%0A%20%20%3Cg%20transform%3D%22translate(6.471%206.471)%22%3E%0A%20%20%20%20%3Cline%20x2%3D%227.059%22%20transform%3D%22translate(0%203.529)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%0A%20%20%20%20%3Cline%20x2%3D%227.059%22%20transform%3D%22translate(3.529)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main .member_group .contents .voice .voiceItem__figure {
  position: relative;
  max-width: 158px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .voice .voiceItem__figureCaption {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 170px;
  color: #69904F;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #707070;
  padding: 2px 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main .member_group .contents .voice .voiceItem__name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

#main .member_group .contents .voice .voiceItem__name span {
  font-size: 13px;
}

#main .member_group .contents .voice .voiceModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(221, 228, 229, 0.9);
  z-index: 1000;
}

#main .member_group .contents .voice .voiceModal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  overflow: scroll;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__inner {
    padding: 120px 30px 40px;
  }
}

#main .member_group .contents .voice .voiceModal__cont {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .voice .voiceModal__cont::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#main .member_group .contents .voice .voiceModal__cont::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#main .member_group .contents .voice .voiceModal__close {
  position: absolute;
  top: -40px;
  right: -60px;
  display: inline-block;
  width: 38px;
  height: 38px;
  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%2038.657%2038.657%22%3E%0A%20%20%3Cg%20transform%3D%22translate(2.828%202.828)%22%3E%0A%20%20%20%20%3Cline%20x2%3D%2233%22%20y2%3D%2233%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%2233%22%20y2%3D%2233%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__close {
    top: -50px;
    right: -20px;
  }
}

#main .member_group .contents .voice .voiceModal__detail {
  background-color: #ffffff;
  padding: 30px 45px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__detail {
    padding: 20px 15px;
  }
}

#main .member_group .contents .voice .voiceModal__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .voice .voiceModal__figureImg {
  width: 245px;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__figureImg {
    width: 190px;
  }
}

#main .member_group .contents .voice .voiceModal__figureImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .member_group .contents .voice .voiceModal__figureTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .member_group .contents .voice .voiceModal__figureCaption {
  display: inline-block;
  color: #69904F;
  font-size: 40px;
  border: 1px solid #707070;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__figureCaption {
    font-size: 26px;
  }
}

#main .member_group .contents .voice .voiceModal__figureName {
  font-size: 39px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__figureName {
    font-size: 32px;
  }
}

#main .member_group .contents .voice .voiceModal__figureName span {
  font-size: 27px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__figureName span {
    font-size: 24px;
  }
}

#main .member_group .contents .voice .voiceModal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .member_group .contents .voice .voiceModal__block > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .voice .voiceModal__blockText {
    font-size: 14px;
  }
}

#main .member_group .contents .voice .voiceModal__button {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
