@charset "UTF-8";
#main .member_group .contents .js-modal__open {
  cursor: pointer;
}

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

#main .member_group {
  padding: 0;
}
#main .member_group .contents {
  font-family: "Noto Sans JP", sans-serif;
}
#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  box-sizing: border-box;
  line-height: 1.43;
}
#main .member_group .contents *::after {
  content: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents p {
    font-size: 16px;
    line-height: 2;
  }
}
#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-none {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pc-none {
    display: block;
  }
}
#main .member_group .contents .sp-none {
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .sp-none {
    display: none;
  }
}
#main .member_group .contents .js-modal__open {
  cursor: pointer;
}
#main .member_group .contents .br--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .br--pc {
    display: none;
  }
}
#main .member_group .contents .br--tb {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .br--tb {
    display: block;
  }
}
#main .member_group .contents .br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .br--sp {
    display: block;
  }
}
#main .member_group .contents .br--small {
  display: none;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .br--small {
    display: block;
  }
}
#main .member_group .contents .br--thin {
  display: none;
}
@media screen and (max-width: 500px) {
  #main .member_group .contents .br--thin {
    display: block;
  }
}
#main .member_group .contents .br--min {
  display: none;
}
@media screen and (max-width: 369px) {
  #main .member_group .contents .br--min {
    display: block;
  }
}
#main .member_group .contents .leader {
  overflow: hidden;
}
#main .member_group .contents .inview {
  opacity: 0;
}
#main .member_group .contents .inview.view {
  opacity: 1;
  transition: opacity 1s;
  animation: inview 1s;
}
@keyframes inview {
  0% {
    transform: translateY(30px);
  }
  99% {
    transform: translateY(0);
  }
  100% {
    transform: none;
  }
}

#main .member_group .contents {
  color: #3E3E3E;
}

#main .member_group {
  box-shadow: 0 0 8px #BDBDBD;
}
@media screen and (max-width: 960px) {
  #main .member_group {
    padding-top: 0px;
    margin-bottom: 50px;
  }
}

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

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

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

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

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

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

#main .member_group .contents {
  background-color: #fff;
  color: #333333;
}
#main .member_group .contents__block {
  padding: 0 20px;
}
#main .member_group .contents .tieup__icon_lower {
  color: #379b06;
  font-size: 75%;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}
#main .member_group .contents-visual {
  position: relative;
  padding: 0;
  background: url(../img/MvBg.png) no-repeat bottom #D4E9FE;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents-visual {
    padding: 0;
    background: url(../img/MvBg.png) no-repeat bottom #DCEDFE;
    background-size: cover;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1, 0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
#main .member_group .contents-visual .mv-pc {
  position: relative;
  display: flex;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents-visual .mv-pc {
    display: none;
  }
}
#main .member_group .contents-visual .mv-pc .mv-img-main {
  opacity: 0;
  position: relative;
  width: 100%;
  margin: 0px auto 0 auto;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#main .member_group .contents-visual .mv-pc .mv-img-copy {
  opacity: 0;
  position: absolute;
  animation-name: scale;
  animation-delay: 3s;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  top: 61%;
  right: 21%;
  width: 21%;
}
#main .member_group .contents-visual .mv-pc .mv-img-one {
  opacity: 0;
  position: absolute;
  opacity: 0;
  animation-name: fadein;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 54%;
  height: auto;
  top: 26%;
  left: 29%;
}
#main .member_group .contents-visual .mv-pc .mv-img-two {
  opacity: 0;
  position: absolute;
  animation-name: fadein;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 10%;
  top: 60%;
  left: 42%;
}
#main .member_group .contents-visual .mv-pc .mv-img-three {
  opacity: 0;
  position: absolute;
  animation-name: fadein;
  animation-delay: 2.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 13%;
  height: auto;
  top: 5%;
  left: 56%;
}
#main .member_group .contents-visual .mv-sp {
  position: relative;
  display: flex;
}
@media screen and (min-width: 961px) {
  #main .member_group .contents-visual .mv-sp {
    display: none;
  }
}
#main .member_group .contents-visual .mv-sp .mv-img-main {
  opacity: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#main .member_group .contents-visual .mv-sp .mv-img-copy {
  opacity: 0;
  position: absolute;
  animation-name: scale;
  animation-delay: 3s;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  top: 57%;
  right: 22%;
  width: 32%;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents-visual .mv-sp .mv-img-copy {
    top: 57%;
    right: 22%;
    width: 32%;
  }
}
#main .member_group .contents-visual .mv-sp .mv-img-one {
  opacity: 0;
  position: absolute;
  opacity: 0;
  animation-name: fadein;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 83%;
  top: 23%;
  left: 10%;
}
#main .member_group .contents-visual .mv-sp .mv-img-two {
  opacity: 0;
  position: absolute;
  animation-name: fadein;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 18%;
  top: 55%;
  left: 22%;
}
#main .member_group .contents-visual .mv-sp .mv-img-three {
  opacity: 0;
  position: absolute;
  animation-name: fadein;
  animation-delay: 2.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  width: 18%;
  top: 5%;
  left: 42%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents {
    position: relative;
    max-width: 640px;
    width: 100%;
  }
}
#main .member_group .contents .sticky-menu {
  position: sticky;
  top: 70px;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu {
    position: sticky;
    top: 70px;
    z-index: 1000;
  }
}
#main .member_group .contents .sticky-menu__block {
  position: absolute;
  top: 32px;
  left: calc(100% - 20px);
  width: 100px;
  border: 1px solid #5AA589;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__block {
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
    background-color: #F0FEF7;
  }
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__inner {
    padding: 10px 10px;
  }
}
#main .member_group .contents .sticky-menu__spbtn {
  display: none;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__spbtn {
    position: absolute;
    display: block;
    color: #5AA589;
    background: url(../img/icon-sp-btn.png) no-repeat;
    background-size: 100%;
    width: 74px;
    height: 69px;
    right: -10px;
    top: -30px;
  }
}
#main .member_group .contents .sticky-menu__spbtn span {
  display: block;
  padding: 5px;
  background-color: #5AA589;
  border-radius: 8px;
  color: #fff;
  background-image: url(../img/icon-open-sp.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .sticky-menu__spbtn span {
    background-position: 95% center;
  }
}
#main .member_group .contents .sticky-menu__spbtn_in {
  display: none;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__spbtn_in {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url(../img/icon-sp-btn-close.png) no-repeat;
    background-size: 100%;
    width: 74px;
    height: 69px;
    z-index: 2;
    cursor: pointer;
  }
}
#main .member_group .contents .sticky-menu__spbtn_in span {
  display: block;
  padding: 5px;
  background-color: #5AA589;
  border-radius: 8px;
  background-image: url(../img/icon-close-sp.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .sticky-menu__spbtn_in span {
    background-position: 95% center;
  }
}
#main .member_group .contents .sticky-menu__tit {
  background-color: #5AA589;
  padding: 8px 10px;
  margin: 0;
  position: relative;
}
#main .member_group .contents .sticky-menu__tit::after {
  content: "";
  background: url(../img/menu-melon.png) no-repeat;
  background-size: 100%;
  width: 60px;
  position: absolute;
  right: -10px;
  top: -38px;
  height: 66px;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__tit::after {
    content: none;
  }
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__tit {
    background: none;
    border-bottom: none;
    padding: 8px 10px;
    margin: 0;
    position: relative;
    color: #3B6A58;
  }
}
#main .member_group .contents .sticky-menu__tit span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  font-family: "ronde-b", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__tit span {
    font-size: 40px;
    color: #5AA589;
    position: relative;
    top: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 369px) {
  #main .member_group .contents .sticky-menu__tit span {
    left: 5px;
  }
}
#main .member_group .contents .sticky-menu__list {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__list {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 369px) {
  #main .member_group .contents .sticky-menu__list {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#main .member_group .contents .sticky-menu__list li:first-of-type span {
  border: none;
}
#main .member_group .contents .sticky-menu__item {
  color: #EA6C70;
  text-align: left;
}
#main .member_group .contents .sticky-menu__item--text {
  display: block;
  font-size: 14px;
  padding: 16px 0;
  border-top: 1px solid #5AA589;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item--text {
    padding: 14px 0;
    font-size: 23px;
    border-top: 1px solid #5AA589;
    font-weight: 400;
  }
}
#main .member_group .contents .sticky-menu__item a {
  position: relative;
  display: block;
  background-color: #F0FEF7;
  padding: 0px 5px;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a {
    background-color: transparent;
  }
}
#main .member_group .contents .sticky-menu__item a.current {
  color: #5AA589;
}
#main .member_group .contents .sticky-menu__item a:hover {
  background-color: #5AA589;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a:hover {
    background-color: transparent;
  }
}
#main .member_group .contents .sticky-menu__item a br {
  display: block;
}
@media screen and (max-width: 1280px) {
  #main .member_group .contents .sticky-menu__item a br {
    display: block;
  }
}
#main .member_group .contents .sticky-menu--sp {
  position: sticky;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .sticky-menu--sp {
    position: fixed;
    max-width: 640px;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .sticky-menu--sp .sticky-menu__spbtn {
    float: right;
    position: relative;
    top: 130px;
    right: 2px;
  }
  #main .member_group .contents .sticky-menu--sp .sticky-menu__spbtn.fixed {
    top: 60px;
  }
}

#main .member_group .contents .about {
  padding: 80px 100px 120px;
  background: url(../img/01aboutBg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about {
    padding: 80px 16px;
    background: url(../img/01aboutBgSP.jpg) no-repeat bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .about {
    padding: 70px 8px 100px;
  }
}
#main .member_group .contents .about__txt {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.43;
  z-index: 1;
  color: #333333;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about__txt {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.3;
  }
}
#main .member_group .contents .about h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about h3 {
    font-size: 30px;
    padding: 0 10px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .about h3 {
    font-size: 25px;
    padding: 0;
    letter-spacing: 0;
    line-height: 2;
  }
}
#main .member_group .contents .about h3 span {
  letter-spacing: 0;
  display: block;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .about h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .about h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .about .c-main-in {
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .about .c-main-in {
    margin: 0;
    padding: 24px;
  }
}
#main .member_group .contents .about .c-main-in::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 48px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about .c-main-in::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .about .c-main-in::before {
    top: 0px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .about .c-main-in .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about .c-main-in .flex {
    flex-direction: column-reverse;
  }
}
#main .member_group .contents .about .c-main-in .flex-box {
  flex-basis: 75%;
}
#main .member_group .contents .about .c-main-in .flex-box__img {
  flex-basis: 25%;
}
#main .member_group .contents .about .c-main-in .flex-box__img img {
  width: 95%;
  float: right;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .about .c-main-in .flex-box__img img {
    width: 100%;
    float: none;
    margin: 0 0 24px;
    padding: 0 47px;
  }
}
#main .member_group .contents .access {
  position: relative;
  top: -100px;
  background: #F9DD5F;
  background: linear-gradient(180deg, rgba(249, 221, 95, 0) 0%, rgb(249, 221, 95) 3%, rgb(249, 221, 95) 100%);
  padding: 80px 50px 40px 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .access {
    top: -40px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .access {
    padding: 80px 16px 24px;
  }
}
#main .member_group .contents .access__txtbox {
  font-size: 16px;
  line-height: 1.8;
}
#main .member_group .contents .access__txtbox p {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .access__txtbox p {
    font-size: 14px;
    line-height: 1.8;
  }
}
#main .member_group .contents .access__txtbox p::before {
  content: "";
  position: absolute;
  background: url(../img/CnIcoTree1.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 124px;
  top: 50%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .access__txtbox p::before {
    width: 74px;
    height: 80px;
    top: 160px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .access__txtbox p::before {
    display: none;
    width: 54px;
    height: 60px;
    top: 150px;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .access__txtbox p::before {
    height: 50px;
    top: 160px;
  }
}
#main .member_group .contents .access__txtbox p::after {
  content: "";
  position: absolute;
  background: url(../img/CnIcoTree2.png) no-repeat;
  background-size: 100%;
  width: 85px;
  height: 140px;
  top: 0;
  right: 3%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .access__txtbox p::after {
    top: 190px;
    left: 30px;
    width: 70px;
    height: 94px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .access__txtbox p::after {
    display: none;
    top: 154px;
    left: 30px;
    width: 50px;
    height: 84px;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .access__txtbox p::after {
    top: 174px;
    width: 40px;
  }
}
#main .member_group .contents .access__txtbox img {
  max-width: 750px;
}
#main .member_group .contents .access h4 {
  font-size: 22px;
  border-radius: 16px;
  padding: 10px 0;
  width: 100%;
  background: #1A498D;
  text-align: center;
  color: white;
}
#main .member_group .contents .access .area_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .access .area_flex {
    flex-direction: column;
  }
}
#main .member_group .contents .access .area_flex .area_box {
  flex-basis: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #1A498D;
  padding: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .access .area_flex .area_box {
    flex-direction: column;
  }
  #main .member_group .contents .access .area_flex .area_box:first-child {
    margin-bottom: 16px;
  }
}
#main .member_group .contents .access .area_flex .area_box h5 {
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px 0;
  width: 100%;
  background: #EA9400;
  text-align: center;
  color: white;
}
#main .member_group .contents .access .area_flex .area_box .direction {
  font-size: 14px;
  color: #333333;
}
#main .member_group .contents .access .area_flex .area_box .direction .car {
  content: "";
  position: relative;
  background: url(../img/CnIcoCar.svg) no-repeat left;
  padding: 0 0 0 40px;
  margin-bottom: 30px;
  line-height: 1.6;
}
#main .member_group .contents .access .area_flex .area_box .direction .bustrain {
  content: "";
  position: relative;
  background: url(../img/CnIcoBusTrain.svg) no-repeat left;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
#main .member_group .contents .access .area_flex .area_box .direction .train {
  content: "";
  position: relative;
  background: url(../img/CnIcoTrain.svg) no-repeat left;
  padding: 0 0 0 40px;
  line-height: 1.6;
}

#main .member_group .contents .products {
  padding: 0 50px 80px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products {
    position: relative;
    padding: 0 16px 30px;
  }
}
#main .member_group .contents .products::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  width: 60px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .products::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .products__cont {
  position: relative;
  padding: 0;
  background: url(../img/02exMapPc.png) no-repeat center;
  background-size: 513px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__cont {
    background: url(../img/02exMapSp.png) no-repeat top;
    background-size: 328px;
  }
}
#main .member_group .contents .products__txt {
  padding: 30px 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__txt {
    padding: 20px 0;
    text-align: left;
  }
}
#main .member_group .contents .products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__list {
    justify-content: space-between;
    padding-top: 380px;
  }
}
#main .member_group .contents .products__item {
  flex-basis: 34%;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__item {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .products__item {
    margin-bottom: 20px;
  }
}
#main .member_group .contents .products__item:nth-child(2) {
  position: relative;
  top: 37px;
  right: -20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__item:nth-child(2) {
    top: 0;
    left: 0;
  }
}
#main .member_group .contents .products__item:nth-child(3) {
  position: relative;
  top: 67px;
  left: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__item:nth-child(3) {
    top: 0;
    left: 0;
  }
}
#main .member_group .contents .products__item:nth-child(4) {
  position: relative;
  top: 67px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__item:nth-child(4) {
    top: 0;
    left: 0;
  }
}
#main .member_group .contents .products__img {
  margin: 0px;
}
#main .member_group .contents .products__box {
  border-radius: 50px;
  overflow: hidden;
}
#main .member_group .contents .products__txtbox {
  display: flex;
}
#main .member_group .contents .products__tit {
  font-size: 24px;
  color: #1A498D;
  font-weight: 600;
  padding: 0 0 10px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__tit {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .products__tit span {
    font-size: 14px;
  }
}
#main .member_group .contents .products__tit::after {
  content: "";
  background: url(../img/CnIcoAddCircleNavy.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  right: -3px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products__tit::after {
    display: block;
    left: 47%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .products__tit::after {
    top: 5px;
    left: 45%;
  }
}
#main .member_group .contents .products h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .products h3 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
#main .member_group .contents .products h3::before {
  content: "";
  position: absolute;
  background: url(../img/02exTree.png) no-repeat;
  background-size: contain;
  width: 147px;
  height: 138px;
  top: 20%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products h3::before {
    width: 74px;
    height: 80px;
    top: -110%;
    left: 5%;
  }
}
#main .member_group .contents .products h3::after {
  content: "";
  position: absolute;
  top: -60%;
  right: 13%;
  background: url(../img/02exFireworks.png) no-repeat;
  background-size: 100%;
  width: 137px;
  height: 154px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products h3::after {
    top: -90%;
    right: 2%;
    width: 70px;
    height: 74px;
  }
}
#main .member_group .contents .products h3 span {
  display: block;
  letter-spacing: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .products h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .products h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .products h4 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0 0 40px 0;
  color: #1A498D;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .products h4 {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 20px 0;
  }
}
#main .member_group .contents .prd-main {
  background-color: #fff;
}
#main .member_group .contents .prd-date__box a {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
#main .member_group .contents .prd-date__box a .text-box {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .prd-date__box a .text-box {
    margin-top: 6px;
  }
}
#main .member_group .contents .prd-date__box a .img-box img {
  max-width: 318px;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .prd-date__box a .img-box img {
    width: 100%;
    height: auto;
  }
}
#main .member_group .contents .prd-date__img {
  margin: 10px auto;
  max-width: 400px;
}
#main .member_group .contents .prd-date__list {
  padding: 0px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .prd-date__list {
    padding: 0px 20px;
  }
}
#main .member_group .contents .prd-date__tit {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .prd-date__tit {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 5px;
  }
}
#main .member_group .contents .prd-date__txt {
  font-size: 14px;
  padding-top: 50px;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .prd-date__txt {
    font-size: 13px;
  }
}
#main .member_group .contents .prd-date__box__inside {
  background-color: #F9DD5F;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 0 24px 24px 24px;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .prd-date__box__inside {
    flex-direction: column;
    border-radius: 0 0 18px 18px;
  }
}
#main .member_group .contents .prd-date__box__inside :hover {
  opacity: 1;
}
#main .member_group .contents .prd-date__box__inside .text-box {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
#main .member_group .contents .prd-date__box__inside .img-box {
  flex-basis: 50%;
}
#main .member_group .contents .prd-date__box__inside .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .prd-date__box__inside .img-box img {
    margin-bottom: 16px;
  }
}
#main .member_group .contents .prd-date__box__inside__tit {
  font-size: 28px;
  color: #1A498D;
  font-weight: 700;
  padding: 24px 24px 8px 24px;
  text-align: left;
  background-color: #F9DD5F;
  border-radius: 18px 18px 0 0;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .prd-date__box__inside__tit {
    font-size: 22px;
  }
}
#main .member_group .contents .prd-date__box__inside__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  text-align: left;
  padding: 0 0 24px 16px;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .prd-date__box__inside__text {
    padding: 0px;
  }
}
#main .member_group .contents .prd-date__box__inside__text a {
  display: block;
  color: #1A498D;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  margin-top: 20px;
}
#main .member_group .contents .prd-date__box__inside__text a::after {
  content: "";
  background: url(../img/CnIcoLink.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 16px;
  position: relative;
  left: 2%;
  top: 3px;
}

#main .member_group .contents .pioneer__txt {
  margin: 0px;
  font-size: 16px;
  line-height: 1.8;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer__txt {
    margin: 0px;
    font-size: 14px;
  }
}
#main .member_group .contents .pioneer__txt::before {
  content: "";
  position: absolute;
  background: url(../img/03spFarming.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 98px;
  top: 32%;
  left: 23%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer__txt::before {
    width: 100px;
    height: 80px;
    top: 29%;
    left: 5%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer__txt::before {
    width: 74px;
    height: 80px;
    top: 90px;
    left: 11%;
  }
}
#main .member_group .contents .pioneer__txt::after {
  content: "";
  position: absolute;
  background: url(../img/03spShoes.png) no-repeat;
  background-size: 100%;
  top: 265px;
  right: 140px;
  width: 97px;
  height: 104px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer__txt::after {
    top: 220px;
    right: 50px;
    width: 77px;
    height: 84px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer__txt::after {
    top: 90px;
    right: 13%;
    width: 60px;
    height: 64px;
  }
}
#main .member_group .contents .pioneer h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer h3 {
    font-size: 30px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer h3 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
#main .member_group .contents .pioneer h3 span {
  letter-spacing: 0;
  display: block;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .pioneer h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .pioneer h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .pioneer .c-main {
  padding: 80px 100px;
  background: url(../img/03Bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c-main {
    padding: 80px 16px;
  }
}
#main .member_group .contents .pioneer .c-main::before {
  content: "";
  position: absolute;
  background: url(../img/03spHat.png) no-repeat;
  background-size: contain;
  width: 101px;
  height: 103px;
  top: 12%;
  left: 12%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c-main::before {
    width: 81px;
    height: 83px;
    top: 11%;
    left: 6%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer .c-main::before {
    width: 45px;
    height: 50px;
    top: 220px;
    left: 14%;
  }
}
#main .member_group .contents .pioneer .c-main-in {
  background: rgba(249, 221, 95, 0.9);
  margin: 0;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer .c-main-in {
    padding: 40px 15px;
  }
}
#main .member_group .contents .pioneer .c-main-in::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 48px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c-main-in::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer .c-main-in::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .pioneer .c-main-in .conTitle {
  margin: 0 0 16px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  border: #1A498D solid 1px;
  padding: 10px 0;
  width: 100%;
  background: white;
  z-index: 1;
}
#main .member_group .contents .pioneer .c-main-in .conTitle img {
  max-width: 472px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c-main-in .conTitle img {
    max-width: 70%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer .c-main-in .conTitle img {
    max-width: 80%;
  }
}
#main .member_group .contents .pioneer .c_item_btn {
  position: relative;
  width: 480px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  background-color: #EA9400;
  border-bottom: #D3922F 4px solid;
  display: block;
  padding: 30px 53px 30px 27px;
  margin: 40px auto 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c_item_btn {
    padding: 16px 60px 16px 43px;
    width: 100%;
    font-size: 20px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .pioneer .c_item_btn {
    padding: 16px 60px 16px 43px;
    text-align: left;
    margin: 30px auto 0;
  }
}
#main .member_group .contents .pioneer .c_item_btn::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url(../img/CnIcoAddCircle.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pioneer .c_item_btn::after {
    top: 37%;
  }
}
#main .member_group .contents .pioneer .c_item_btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#main .member_group .contents .step .step_inner {
  padding: 80px 50px 0;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .step .step_inner {
    padding: 56px 0 0;
  }
}
#main .member_group .contents .step::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  width: 60px;
  height: 48px;
  top: 60px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .step::before {
    width: 37px;
    height: 37px;
    top: 70px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .step::before {
    top: 50px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .step::after {
  content: "";
  background: url(../img/05bginT.svg) no-repeat top;
  background-size: cover;
  width: 100%;
  height: 230px;
  position: relative;
  top: -100px;
}
#main .member_group .contents .step__item {
  z-index: 1;
  position: relative;
}
#main .member_group .contents .step__item::after {
  content: "";
  height: 40px;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: relative;
  top: 20px;
  left: 45%;
  background: #EA9400;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .step__item::after {
    left: 39%;
  }
}
#main .member_group .contents .step__item:last-child::after {
  display: none;
}
#main .member_group .contents .step h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .step h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .step h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
#main .member_group .contents .step h3::before {
  content: "";
  position: absolute;
  background: url(../img/04HwFlower.png) no-repeat;
  background-size: contain;
  width: 147px;
  height: 138px;
  top: 20%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .step h3::before {
    width: 74px;
    height: 80px;
    top: -110%;
    left: 5%;
  }
}
#main .member_group .contents .step h3::after {
  content: "";
  position: absolute;
  top: -60%;
  right: 13%;
  background: url(../img/04HwTomato.png) no-repeat;
  background-size: 100%;
  width: 137px;
  height: 124px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .step h3::after {
    top: -130%;
    right: 7%;
    width: 90px;
    height: 84px;
  }
}
#main .member_group .contents .step h3 span {
  display: block;
  letter-spacing: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .step h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .step h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .s-detail {
  border-radius: 20px;
  border: 2px solid #EA9400;
  background: #fff;
}
#main .member_group .contents .s-detail__que {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  font-size: 22px;
  line-height: 1.4;
  color: #1A498D;
  font-weight: 500;
  line-height: 1.38;
  padding: 15px 40px 15px 100px;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .s-detail__que {
    font-size: 18px;
    padding: 15px 40px 15px 90px;
  }
}
#main .member_group .contents .s-detail__que::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step1.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 14%;
  left: 24px;
}
#main .member_group .contents .s-detail__que.five::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step5.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 14%;
  left: 24px;
}
#main .member_group .contents .s-detail__que::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 29px;
}
#main .member_group .contents .s-detail__que.up {
  border-radius: 8px 8px 0 0;
}
#main .member_group .contents .s-detail__que.up::after {
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  top: 25px;
}
#main .member_group .contents .s-detail__ans {
  position: relative;
  display: none;
  font-size: 16px;
  padding: 16px 24px;
}
#main .member_group .contents .s-detail__ans p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
}
#main .member_group .contents .s-detail__ans strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#main .member_group .contents .s-detail__ans ul {
  margin-bottom: 15px;
}
#main .member_group .contents .s-detail__ans ul li {
  list-style-type: disc;
  text-indent: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}
#main .member_group .contents .s-detail__ans ul li::marker {
  font-size: 10px;
}
#main .member_group .contents .s-detail__ans dl.step5 dt {
  font-size: 14px;
  margin-bottom: 3px;
}
#main .member_group .contents .s-detail__ans dl.step5 dd {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
}
#main .member_group .contents .s-detail__ans dl.step5 dd p {
  margin-bottom: 5px;
  line-height: 1.43;
}
#main .member_group .contents .s-detail__ans dl.step5 dd a {
  color: #333333;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .s-detail__ans {
    padding: 15px 20px;
  }
}
#main .member_group .contents .s-detail__btn {
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5AA589;
  transition: background-color 0.4s;
}
#main .member_group .contents .s-detail__btn:hover {
  animation: qa_hov 0.7s;
}
@keyframes qa_hov {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#main .member_group .contents .s-detail.active .s-detail__btn {
  color: #fff;
  background-color: #fff;
}
#main .member_group .contents .step-main {
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .step-main {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
#main .member_group .contents .step-main .txt {
  color: #1A498D;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .step-main .txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#main .member_group .contents .text_wrapper {
  position: relative;
  margin-bottom: 75px;
  padding-bottom: 24px;
  border-radius: 20px;
  border: 2px solid #EA9400;
  display: block;
}
#main .member_group .contents .text_wrapper::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -60px;
  left: 45%;
  background: #EA9400;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .text_wrapper::before {
    left: 39%;
  }
}
#main .member_group .contents .text_wrapper.five::before {
  display: none;
}
#main .member_group .contents .text_wrapper .text {
  height: 23px;
  padding: 0 24px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .text_wrapper .text {
    line-height: 1.4;
  }
}
#main .member_group .contents .text_wrapper .text.five::after {
  display: none;
}
#main .member_group .contents .text_wrapper .text p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
}
#main .member_group .contents .text_wrapper .text strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 10px 0;
}
#main .member_group .contents .text_wrapper .text dl.step5 dt {
  font-size: 14px;
  margin-bottom: 3px;
}
#main .member_group .contents .text_wrapper .text dl.step5 dd {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
}
#main .member_group .contents .text_wrapper .text dl.step5 dd p {
  margin-bottom: 5px;
  line-height: 1.43;
}
#main .member_group .contents .text_wrapper .text dl.step5 dd a {
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .text_wrapper .text {
    padding: 15px 20px;
  }
}
#main .member_group .contents .text_wrapper .text span {
  margin-top: 10px;
  display: block;
  line-height: 1.4;
}
#main .member_group .contents .text_wrapper .text::after {
  position: absolute;
  content: "…";
  height: 23px;
  width: 23px;
  right: 10px;
  bottom: 20px;
  background: #fff;
}
#main .member_group .contents .text_wrapper .text .five::after {
  display: none;
}
#main .member_group .contents .text_wrapper .text.open::after {
  display: none;
}
#main .member_group .contents .text_wrapper .text__ans {
  position: relative;
  display: none;
  font-size: 16px;
  padding: 16px 24px;
}
#main .member_group .contents .text_wrapper .text__ans p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
}
#main .member_group .contents .text_wrapper .text__ans strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#main .member_group .contents .text_wrapper .text__ans dl.step5 dt {
  font-size: 14px;
  margin-bottom: 3px;
}
#main .member_group .contents .text_wrapper .text__ans dl.step5 dd {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
}
#main .member_group .contents .text_wrapper .text__ans dl.step5 dd p {
  margin-bottom: 5px;
  line-height: 1.43;
}
#main .member_group .contents .text_wrapper .text__ans dl.step5 dd a {
  color: #333333;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .text_wrapper .text__ans {
    padding: 15px 20px;
  }
}
#main .member_group .contents .text_wrapper .show_more {
  transition: bottom 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  font-size: 22px;
  line-height: 1.4;
  color: #1A498D;
  font-weight: 500;
  line-height: 1.38;
  padding: 24px 40px 24px 90px;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .text_wrapper .show_more {
    font-size: 18px;
  }
}
#main .member_group .contents .text_wrapper .show_more::before {
  content: "";
  position: absolute;
  background: url(../img/04Step1.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 12px;
  left: 20px;
}
#main .member_group .contents .text_wrapper .show_more.two::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step2.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 12px;
  left: 20px;
}
#main .member_group .contents .text_wrapper .show_more.three::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step3.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 12px;
  left: 20px;
}
#main .member_group .contents .text_wrapper .show_more.four::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step4.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 12px;
  left: 20px;
}
#main .member_group .contents .text_wrapper .show_more.five::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/04Step5.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 12px;
  left: 20px;
}
#main .member_group .contents .text_wrapper .show_more::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 29px;
}
#main .member_group .contents .text_wrapper .show_more.active::after {
  content: "";
  position: absolute;
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  top: 25px;
}

#main .member_group .contents .interview {
  background: #F9DD5F;
  background-size: cover;
  padding-top: 90px;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview {
    padding-top: 0;
  }
}
#main .member_group .contents .interview::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  width: 60px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .interview .iv-main {
  padding: 40px 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-main {
    padding: 60px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-main {
    padding: 10px 0;
  }
}
#main .member_group .contents .interview h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
#main .member_group .contents .interview h3 span {
  display: block;
  letter-spacing: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .interview h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .interview h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .interview h4.iv__block {
  color: #1A498D;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview h4.iv__block {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#main .member_group .contents .interview h4.iv__block::before {
  content: "";
  position: absolute;
  background: url(../img/05IvPot.png) no-repeat;
  background-size: contain;
  width: 107px;
  height: 98px;
  top: -10%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview h4.iv__block::before {
    width: 74px;
    height: 80px;
    top: -130%;
    left: 5%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview h4.iv__block::before {
    width: 64px;
  }
}
#main .member_group .contents .interview h4.iv__block::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 13%;
  background: url(../img/05IvTomato.png) no-repeat;
  background-size: 100%;
  width: 97px;
  height: 104px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview h4.iv__block::after {
    top: -130%;
    right: 7%;
    width: 90px;
    height: 84px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview h4.iv__block::after {
    width: 60px;
  }
}
#main .member_group .contents .interview .iv__list {
  position: relative;
  counter-reset: number 0;
}
#main .member_group .contents .interview .iv__item {
  position: relative;
}
#main .member_group .contents .interview .iv-photo {
  position: absolute;
  border-radius: 200px;
  width: 476px;
  top: 15px;
  right: 15px;
  overflow: hidden;
}
#main .member_group .contents .interview .iv-photo img {
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-photo img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-photo {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    right: 0px;
  }
}
#main .member_group .contents .interview .iv-detail {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 20px;
  background-size: contain;
  border-radius: 50px;
}
#main .member_group .contents .interview .iv-detail.active {
  background: #fff;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail {
    padding: 20px 20px 30px;
    margin: 0 16px 24px;
  }
}
#main .member_group .contents .interview .iv-detail__que .caption {
  color: #1A498D;
  font-size: 16px;
  border: 1px solid #1A498D;
  padding: 4px 16px;
  display: inline-block;
}
#main .member_group .contents .interview .iv-detail__que h4 {
  position: relative;
  color: #1A498D;
  font-size: 28px;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 10px;
  line-height: 1.4;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__que h4 {
    font-size: 18px;
    padding: 8px 0;
  }
}
#main .member_group .contents .interview .iv-detail__que h5 {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__que h5 {
    font-size: 14px;
  }
}
#main .member_group .contents .interview .iv-detail__que h6 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  background: #EA9400;
  color: #fff;
  border-radius: 80px;
  padding: 6px 40px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__que h6 {
    font-size: 20px;
    padding: 6px 20px;
    display: block;
  }
}
#main .member_group .contents .interview .iv-detail__ans {
  display: none;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__ans {
    margin-top: 20px;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 54px 20px 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top {
    flex-direction: column;
    padding: 0;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top .left-box {
  flex-basis: 44%;
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top .right-box {
  flex-basis: 54%;
  display: flex;
  flex-direction: column;
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  background: #1A498D;
  border-radius: 16px;
  padding: 8px 16px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top h6 {
    font-size: 18px;
    margin: 16px 0;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top small {
    line-height: 1.3;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-top img {
    margin-bottom: 8px;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm {
    flex-direction: column-reverse;
    padding: 0;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm .left-box {
  flex-basis: 54%;
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm .right-box {
  flex-basis: 44%;
  display: flex;
  flex-direction: column;
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  background: #1A498D;
  border-radius: 16px;
  padding: 8px 16px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm h6 {
    font-size: 18px;
    margin: 16px 0;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm small {
    line-height: 1.3;
    display: block;
  }
}
#main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-detail__ans .iv-inside-box-btm img {
    margin-bottom: 8px;
  }
}
#main .member_group .contents .interview .iv-more {
  position: relative;
  text-align: right;
  color: #1A498D;
  font-size: 22px;
  font-weight: 600;
  padding-right: 43px;
  cursor: pointer;
  display: inline-block;
  left: 32%;
  top: 20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-more {
    left: 0;
    display: block;
  }
}
#main .member_group .contents .interview .iv-more::after {
  content: "";
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat right;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
#main .member_group .contents .interview .iv-more.close {
  font-size: 0;
  position: relative;
  width: 100%;
  left: 0;
  padding: 0;
}
#main .member_group .contents .interview .iv-more.close::before {
  font-size: 22px;
  content: "";
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-more.close::before {
    font-size: 18px;
  }
}
#main .member_group .contents .interview .iv-more.close::after {
  content: "";
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat right;
  transform: rotate(180deg);
  background-size: 55px;
  width: 55px;
  height: 55px;
  left: 46%;
  transform: rotate(180deg);
  top: -20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .interview .iv-more.close::after {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .interview .iv-more.close::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
    left: 44%;
    top: -20px;
  }
}
#main .member_group .contents .articles {
  position: relative;
}
#main .member_group .contents .articles::before {
  content: "";
  background: url(../img/06BgMoon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 90px;
  width: 402px;
  height: 438px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .articles::before {
    top: 120px;
    width: 208px;
    height: 229px;
  }
}
#main .member_group .contents .articles__cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .member_group .contents .articles h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .articles h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .articles h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
#main .member_group .contents .articles h3 span {
  display: block;
  letter-spacing: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .articles h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .articles h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .articles h4 {
  color: #1A498D;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .articles h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#main .member_group .contents .articles p {
  font-size: 16px;
  line-height: 1.8;
  width: 800px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .articles p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .articles p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
#main .member_group .contents .article-main {
  margin: 0 80px 80px 80px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .article-main {
    margin: 0 16px 56px;
  }
}
#main .member_group .contents .article-main::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  width: 60px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .article-main::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .article-main::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .article-main iframe {
  width: 560px;
  height: 315px;
  border: none;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .article-main iframe {
    width: 100%;
  }
}

#main .member_group .contents .recruit {
  position: relative;
}
#main .member_group .contents .recruit .rec-bg {
  background: url(../img/rec-bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .rec-bg {
    background: url(../img/rec-bg-sp01.png) no-repeat;
    background-size: 100%;
    top: 25px;
  }
}
#main .member_group .contents .recruit .n-main {
  background-color: #F0FEF7;
  margin: 40px;
  padding: 140px 100px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit .n-main {
    padding: 50px 0 100px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .n-main {
    padding: 260px 0 100px;
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .recruit .n-main {
    padding: 180px 0 100px;
  }
}
#main .member_group .contents .recruit .rec-title {
  max-width: 470px;
  width: 80%;
  display: block;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit .rec-title {
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .recruit .rec-title {
    max-width: 310px;
  }
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .recruit .rec-title {
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .recruit .rec-title {
    margin-top: 20px;
  }
}
#main .member_group .contents .recruit__txt {
  padding: 40px 100px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit__txt {
    padding: 5px 110px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit__txt {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .sp-title-img {
    background: url(../img/rec-bg-sp02.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  #main .member_group .contents .recruit .sp-title-img {
    background: url(../img/rec-bg-sp02.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 130px;
  }
}
#main .member_group .contents .recruit .rec-wm {
  max-width: 395px;
  height: 37px;
  background: url(../img/line-wm.png) no-repeat;
  background-size: 100%;
  border: none;
  margin: 80px auto 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .rec-wm {
    margin: 12px auto;
    max-width: 240px;
    background-size: 387px;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit .sm-margin {
    margin: 0 auto;
    padding: 0 15px;
  }
}
#main .member_group .contents .recruit h3 {
  color: #5AA589;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  margin: 60px 0 20px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit h3 {
    font-size: 24px;
    margin-top: 40px;
  }
}
#main .member_group .contents .recruit table, #main .member_group .contents .recruit td, #main .member_group .contents .recruit th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#main .member_group .contents .recruit td, #main .member_group .contents .recruit th {
  padding: 8px 12px;
}
#main .member_group .contents .recruit table {
  max-width: 720px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit table {
    margin-bottom: 50px;
  }
}
#main .member_group .contents .recruit th {
  background: #5AA589;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  min-width: 140px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit th {
    min-width: 80px;
  }
}
#main .member_group .contents .recruit td {
  font-size: 14px;
  color: #333333;
}
#main .member_group .contents .recruit td span {
  font-size: 12px;
}
#main .member_group .contents .recruit td span.red {
  font-size: 14px;
  color: #EA6C70;
}
#main .member_group .contents .recruit--form {
  position: relative;
  background: #EA6C70;
  border-radius: 40px;
  width: 100%;
  padding: 40px 80px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit--form {
    padding: 35px 15px;
  }
}
#main .member_group .contents .recruit--form h4 {
  color: #fff;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit--form h4 {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .recruit--form h4 {
    margin-top: 0px;
  }
}
#main .member_group .contents .recruit--form p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
#main .member_group .contents .recruit--form--info {
  width: 100%;
  background: #fff;
  padding: 28px 80px;
  margin: 30px 0;
  border-radius: 17px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit--form--info {
    padding: 28px 18px;
  }
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .recruit--form--info {
    padding: 15px;
  }
}
#main .member_group .contents .recruit--form--info p {
  color: #333333;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .recruit--form--info p {
    text-align: left;
  }
}
#main .member_group .contents .recruit .c_item__btn {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 420px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #5AA589;
  display: block;
  padding: 32px 60px 32px 93px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .recruit .c_item__btn {
    padding: 23px 60px 23px 93px;
  }
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .recruit .c_item__btn {
    padding: 20px 15px 20px 40px;
    font-size: 20px;
    text-align: center;
    max-width: 259px;
  }
}
#main .member_group .contents .recruit .c_item__btn::before {
  content: "";
  position: absolute;
  top: 31%;
  left: 10%;
  display: block;
  width: 50px;
  height: 39px;
  background: url(../img/icon-inbox.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .c_item__btn::before {
    top: 29%;
    left: 10%;
    width: 51px;
    height: 30px;
  }
}
#main .member_group .contents .recruit .c_item__btn:hover {
  background-color: #A0CCC0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
#main .member_group .contents .recruit .c_item__btn__dl {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 460px;
  color: #EA6C70;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  border: #EA6C70 4px solid;
  display: block;
  padding: 32px 60px 32px 93px;
}
@media screen and (max-width: 1050px) {
  #main .member_group .contents .recruit .c_item__btn__dl {
    padding: 23px 60px 23px 93px;
  }
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .recruit .c_item__btn__dl {
    padding: 23px 33px 23px 63px;
    font-size: px;
    text-align: left;
    max-width: 230px;
  }
}
#main .member_group .contents .recruit .c_item__btn__dl::before {
  content: "";
  position: absolute;
  top: 28%;
  left: 10%;
  display: block;
  width: 50px;
  height: 39px;
  background: url(../img/icon-download.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  #main .member_group .contents .recruit .c_item__btn__dl::before {
    left: 0;
    top: 32%;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .recruit .c_item__btn__dl::before {
    left: 5%;
    width: 46px;
    height: 32px;
  }
}
#main .member_group .contents .qa {
  background-color: #F9DD5F;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .qa {
    padding: 56px 0;
  }
}
#main .member_group .contents .qa::before {
  content: "";
  background: url(../img/CnIcoMoon.png) no-repeat;
  width: 60px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .qa::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .qa::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .qa__item {
  margin-bottom: 2px;
}
#main .member_group .contents .qa__item:last-child {
  margin-bottom: 0;
}
#main .member_group .contents .qa h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #1A498D;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .qa h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .qa h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
#main .member_group .contents .qa h3::before {
  content: "";
  position: absolute;
  background: url(../img/03spShoes.png) no-repeat;
  background-size: contain;
  width: 107px;
  height: 128px;
  top: 20%;
  left: 9%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .qa h3::before {
    width: 74px;
    height: 80px;
    top: -130%;
    left: 5%;
  }
}
#main .member_group .contents .qa h3::after {
  content: "";
  position: absolute;
  top: -60%;
  right: 13%;
  transform: rotate(25deg);
  background: url(../img/05IvPot.png) no-repeat;
  background-size: 100%;
  width: 137px;
  height: 124px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .qa h3::after {
    top: -130%;
    right: 7%;
    width: 90px;
    height: 84px;
  }
}
#main .member_group .contents .qa h3 span {
  display: block;
  letter-spacing: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .qa h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .qa h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .q-detail {
    margin-bottom: 24px;
  }
}
#main .member_group .contents .q-detail__que {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  font-size: 16px;
  line-height: 1.4;
  color: #1A498D;
  font-weight: bold;
  line-height: 1.38;
  background-color: #fff;
  padding: 15px 40px 15px 90px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__que {
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 40px 15px 60px;
  }
}
#main .member_group .contents .q-detail__que::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/07faqQ.svg) no-repeat;
  background-size: contain;
  width: 44px;
  height: 48px;
  top: 20%;
  left: 24px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__que::before {
    left: 16px;
  }
}
#main .member_group .contents .q-detail__que::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 29px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__que::after {
    right: 16px;
  }
}
#main .member_group .contents .q-detail__que.up {
  border-radius: 8px 8px 0 0;
}
#main .member_group .contents .q-detail__que.up::after {
  background: url(../img/CnIcoArrowCircleDown.svg) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  top: 25px;
}
#main .member_group .contents .q-detail__ans {
  position: relative;
  display: none;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 12px 20px 16px 30px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans {
    font-size: 12px;
    line-height: 1.3;
    padding: 8px 16px;
  }
}
#main .member_group .contents .q-detail__ans p {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans p {
    font-size: 12px;
    line-height: 1.3;
    min-height: 57px;
  }
}
#main .member_group .contents .q-detail__ans p.ind {
  margin-left: 50px;
}
#main .member_group .contents .q-detail__ans p.oneLine {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans p.oneLine {
    margin-bottom: 0;
  }
}
#main .member_group .contents .q-detail__ans p.Title {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans p.Title {
    min-height: auto;
  }
}
#main .member_group .contents .q-detail__ans img {
  width: 75%;
  margin: 5px 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail__ans img {
    width: 100%;
    max-width: 600px !important;
  }
}
#main .member_group .contents .q-detail__ans .qa__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail__ans .qa__list {
    justify-content: space-between;
    padding-top: 0;
  }
}
#main .member_group .contents .q-detail__ans ul {
  margin-bottom: 15px;
}
#main .member_group .contents .q-detail__ans ul li {
  list-style-type: none;
  text-indent: 0;
}
#main .member_group .contents .q-detail__ans ul li .modal__block.qalist {
  overflow: auto;
  background: none;
  padding: 0;
}
#main .member_group .contents .q-detail__ans ul li .modal__block.qalist .qalist__tit {
  font-size: 22px;
  color: white;
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
}
#main .member_group .contents .q-detail__ans .img--box {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail__ans .img--box {
    padding-bottom: 10px;
    resize: horizontal;
    overflow: hidden;
  }
}
#main .member_group .contents .q-detail__ans .img--box::before {
  display: none;
}
@keyframes fadein-icon {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail__ans .img--box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background: url(../img/icon-pinchout.svg);
    background-size: 60px;
    animation-name: fadein-icon;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
}
#main .member_group .contents .q-detail__ans .img--box img {
  max-width: 100%;
  margin: 0 auto 15px auto;
  display: block;
}
#main .member_group .contents .q-detail__ans .img--box img.qa2-rc {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail__ans .img--box img {
    width: 100%;
    vertical-align: top;
  }
}
#main .member_group .contents .q-detail__ans a {
  color: #000AFF;
  text-decoration: underline;
}
#main .member_group .contents .q-detail__ans::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../img/07faqA.svg) no-repeat;
  background-size: contain;
  width: 44px;
  height: 48px;
  top: 12px;
  left: 24px;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans::before {
    left: 16px;
  }
}
#main .member_group .contents .q-detail__ans::after {
  content: "";
  position: absolute;
  background: #777;
  background-position: center;
  width: 95%;
  height: 1px;
  top: 0;
  left: 3%;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .q-detail__ans::after {
    left: 16px;
    width: 89%;
  }
}
#main .member_group .contents .q-detail__btn {
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5AA589;
  transition: background-color 0.4s;
}
#main .member_group .contents .q-detail__btn:hover {
  animation: qa_hov 0.7s;
}
@keyframes qa_hov {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#main .member_group .contents .q-detail.active .q-detail__btn {
  color: #fff;
  background-color: #fff;
}
@keyframes fadein-icon {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .q-detail.active .q-detail__ans .img--box::before {
    animation-name: fadein-icon;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
}
#main .member_group .contents .qa-main {
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .qa-main {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .qa-main {
    padding: 0 16px;
  }
}
#main .member_group .contents .qa-main .txt {
  color: #1A498D;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .qa-main .txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#main .member_group .contents .contact {
  margin-bottom: 20px;
}
#main .member_group .contents .contact__txt {
  margin: 0px;
  font-size: 16px;
  line-height: 1.8;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact__txt {
    margin: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact__txt {
    text-align: center;
  }
}
#main .member_group .contents .contact__txt .tel {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact__txt .tel {
    margin-right: 0;
  }
}
#main .member_group .contents .contact h3 {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  color: #fff;
  font-size: 46px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact h3 {
    font-size: 40px;
    padding: 0 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact h3 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
#main .member_group .contents .contact h3 span {
  letter-spacing: 0;
  display: block;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}
#main .member_group .contents .contact h3 span::before {
  content: "-";
  position: relative;
  left: -5px;
  display: inline-block;
}
#main .member_group .contents .contact h3 span::after {
  content: "-";
  position: relative;
  right: -5px;
  display: inline-block;
}
#main .member_group .contents .contact .c-main {
  padding: 80px 0;
  background-color: #EA9400;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact .c-main {
    padding: 56px 0;
  }
}
#main .member_group .contents .contact .c-main::before {
  content: "";
  background: url(../img/CnIcoMoonWhite.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: 47%;
  width: 60px;
  height: 48px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact .c-main::before {
    width: 37px;
    height: 37px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact .c-main::before {
    top: -10px;
    width: 28px;
    height: 34px;
  }
}
#main .member_group .contents .contact .c-main-in {
  background: rgb(255, 255, 255);
  margin: 0 80px;
  padding: 56px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact .c-main-in {
    margin: 0 15px;
    padding: 40px 15px;
  }
}
#main .member_group .contents .contact .c-main-in::before {
  content: "";
  background: url(../img/08conMoon.png) no-repeat;
  width: 300px;
  height: 322px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 230px;
  right: 30px;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact .c-main-in::before {
    top: 37px;
    right: -13px;
    width: 225px;
    height: 322px;
  }
}
#main .member_group .contents .contact .c-main-in .conTitle {
  margin: 0 0 16px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  border: #1A498D solid 1px;
  padding: 10px 0;
  width: 100%;
  background: white;
  z-index: 1;
}
#main .member_group .contents .contact .c-main-in .conTitle.last {
  margin: 0;
}
#main .member_group .contents .contact .c-main-in .conTitle img {
  max-width: 472px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact .c-main-in .conTitle img {
    max-width: 70%;
  }
}
@media screen and (max-width: 600px) {
  #main .member_group .contents .contact .c-main-in .conTitle img {
    max-width: 80%;
  }
}
#main .member_group .contents .contact .c_item_btn {
  position: relative;
  width: 480px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  background-color: #1A498D;
  border-bottom: #0E2951 4px solid;
  display: block;
  padding: 30px 53px 30px 27px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact .c_item_btn {
    padding: 16px 60px 16px 43px;
    width: 100%;
  }
}
#main .member_group .contents .contact .c_item_btn::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url(../img/CnIcoAddCircle.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .contact .c_item_btn::after {
    top: 28%;
    right: 8%;
    height: 33px;
  }
}
#main .member_group .contents .contact .c_item_btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#main .member_group .contents .c-sns {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 48px 0 60px 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .c-sns {
    margin: 30px 0 60px 0;
  }
}
#main .member_group .contents .c-sns a {
  font-size: 10px;
  margin: 0 32px 0 0;
}
#main .member_group .contents .c-sns a.no-mgn {
  margin: 0;
}
#main .member_group .contents .c-sns a img {
  width: 40px;
  height: 40px;
}

#main .member_group .contents .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.8);
  z-index: 1020;
}
#main .member_group .contents .modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#main .member_group .contents .modal__cont {
  display: flex;
  flex-direction: column;
  align-items: end;
  left: 50%;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .modal__cont {
    flex-direction: column;
    max-width: 335px;
    width: 100%;
    max-height: 549px;
    height: 100%;
  }
}
#main .member_group .contents .modal__block {
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .modal__block.scroll {
    overflow-y: scroll;
  }
  #main .member_group .contents .modal__block::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CCCCCC;
  }
  #main .member_group .contents .modal__block::-webkit-scrollbar-thumb {
    background: #1A498D;
  }
}
#main .member_group .contents .modal__close {
  line-height: 0.7;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #main .member_group .contents .modal__close {
    width: 100%;
    height: 45px;
    font-size: 40px;
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */