@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*-------------------------------------
* COMMON
*--------------------------------------*/
.bdrs30 {
  border-radius: 30px;
}

.bg-ye {
  background-color: #fdd22b;
}

.bg-l_ye {
  background-color: #eff5d2;
}

.bg-y_gr {
  background-color: #4fb23c;
}
.bg-gr{
  background: #28591e;
}
.bg-w {
  background: #fff;
}

.bg-grad {
  background: rgb(239, 245, 210);
  background: linear-gradient(184deg, rgb(239, 245, 210) 0%, rgb(248, 221, 208) 100%);
}

.bg-grid {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.c-pk{
  color: #f16b91;
}
.m-video_wrap {
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (max-width: 820px) {
  .m-video_wrap {
    padding-bottom: 0;
  }
}
.m-video_wrap video {
  width: 100%;
  vertical-align: bottom;
}

.m-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .m-flex_sp {
    display: block;
  }
}

.m-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 2% 80px;
}
@media (max-width: 820px) {
  .m-inner {
    padding: 50px 5% 85px;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 40px 4% 55px;
  }
}
.m-inner_m {
  max-width: 870px;
  margin: 0 auto;
  padding: 60px 2% 80px;
}
@media (max-width: 820px) {
  .m-inner_m {
    padding: 50px 5% 60px;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 40px 4%;
  }
}
.m-inner_l {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 2% 110px;
}
@media (max-width: 820px) {
  .m-inner_l {
    padding: 50px 5% 80px;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 40px 4% 50px;
  }
}

.m-ttl {
  font-size: 60px;
  font-size: clamp(30px, 4.412vw, 60px);
  font-weight: 700;
  color: #008045;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .m-ttl {
    margin-bottom: 30px;
  }
}
.m-ttl img {
  display: block;
  height: clamp(16px, 4.6835443038vw, 37px);
  margin: 5px auto 0;
}
.m-ttl_2 {
  font-size: 58px;
  font-size: clamp(29px, 4.265vw, 58px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background-color: #4fb23c;
  border-radius: 28px 28px 0 0;
  margin-top: 60px;
  padding: 3%;
  position: relative;
}
@media (max-width: 599px) {
  .m-ttl_2 {
    font-size: 24px;
    padding: 4% 3% 3%;
    margin-top: 25px;
    border-radius: 14px 14px 0 0;
  }
}
.m-ttl_2::before {
  content: "";
  display: block;
  background: url(../img/m-ttl.svg) no-repeat 50% 50%;
  background-size: contain;
  width: clamp(47px, 8.6075949367vw, 68px);
  height: clamp(32px, 5.6962025316vw, 45px);
  position: absolute;
  left: 5%;
  top: -35px;
}
@media (max-width: 599px) {
  .m-ttl_2::before {
    top: -25px;
  }
}

.m-text {
  font-size: 40px;
  font-size: clamp(20px, 2.941vw, 40px);
  font-weight: 700;
  padding-left: 35px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 599px) {
  .m-text {
    padding-left: 30px;
    margin-top: 10px;
  }
}
.m-text::before {
  content: "";
  display: inline-block;
  background: url(../img/ico-leaf.svg) no-repeat 50% 50%;
  background-size: contain;
  width: clamp(19px, 8.6075949367vw, 28px);
  height: clamp(20px, 5.6962025316vw, 30px);
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 820px) {
  .m-text::before {
    top: 5px;
  }
}
.m-text_s {
  font-size: 24px;
  font-size: clamp(12px, 1.765vw, 24px);
  padding-left: 40px;
}
.m-text_m {
  font-size: 34px;
  font-size: clamp(17px, 2.5vw, 34px);
  padding-left: 40px;
}

.m-acc--btn.open::after {
  transform: rotate(180deg) translateY(50%);
}
.m-acc--content {
  display: none;
}

.m-img_wrap {
  position: relative;
  max-width: 540px;
}
.m-img_wrap--text, .m-img_wrap--ttl {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  background: #28591e;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  width: 75%;
  position: absolute;
  z-index: 30;
}
@media (max-width: 599px) {
  .m-img_wrap--text, .m-img_wrap--ttl {
    font-size: 18px;
  }
  .m-img_wrap{
    width: 65%;
    margin: 0 auto;
  }
}
.m-img_wrap--ttl {
  left: 0;
  top: -25px;
}
.m-img_wrap--text {
  right: 0;
  bottom: -25px;
}
.m-img_wrap img {
  border-radius: 30px;
  position: relative;
  z-index: 20;
  aspect-ratio: 540/485;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .m-img_wrap img {
    border-radius: 15px;
  }
}
.m-img_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #4fb23c;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
@media (max-width: 599px) {
  .m-img_wrap::after {
    border-radius: 15px;
  }
}
/*--why-------------------*/
.why{
  background: #eff5d2;
  padding: 80px 4%;
}
.why .m-inner{
  border-radius: 30px;
  padding: 40px 4%;
}
.why-ttl{
  text-align: center;
}
.why-text{
  font-size: 30px;
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 599px) {
  .why{
    padding: 40px 4%;
  }
  .why .m-inner{
  border-radius: 15px;
}
}

/*--merit-------------------*/
.merit {
  padding-bottom: 8%;
}
.merit .m-inner_m {
  padding-top: 40px;
}
@media (max-width: 599px) {
  .merit .m-inner_m {
    padding-top: 20px;
  }
}
.merit-ttl {
  padding: 4% 3% 15px 3%;
}
.merit-ttl span{
  display: block;
  font-size: 60%;
  line-height: 1;
}
.merit-ttl img {
  display: block;
  height: clamp(23px, 6.053vw, 46px);
  position: absolute;
  left: 6%;
  top: -6px;
}
.merit-img {
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.merit-text_s {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 24px);
  margin-top: 20px;
}
@media (max-width: 599px) {
  .merit-text_s {
    margin-top: 10px;
  }
  .merit-img{
    margin: 10px auto 0;
  }
  .merit-ttl img{
    top: -3px;
  }
}
.merit-text_m {
  font-size: 30px;
  font-size: clamp(17px, 2.5vw, 30px);
  margin-top: 20px;
}
@media (max-width: 599px) {
  .merit-text_m {
    margin-top: 10px;
  }
}
.merit-text_m em {
  font-weight: 700;
  color: #ff4b00;
}
.merit-6 {
  padding-bottom: 5%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
}
@media (max-width: 599px) {
  .merit-6 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  }
}
.merit-bottom_img {
  text-align: center;
  margin-top: -8%;
  position: relative;
  z-index: 10;
}
@media (max-width: 599px) {
  .merit-bottom_img {
    margin-left: -10%;
    margin-right: -10%;
  }
}

.about{
  background: rgba(253,210,43,0.2);
}
.about-ttl {
  color: #fff;
  text-align: center;
  background: #28591e;
  margin-bottom: 0;
  padding: 5% 4% 0;
}
.about-ttl img{
  display: block;
  height: auto;
  position: relative;
  bottom: -12px;
}
.about-ttl_2 {
  font-size: 40px;
  font-size: clamp(20px, 2.941vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #4fb23c;
  -webkit-clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .about-ttl{
    line-height: 1;
  }
  .about-ttl img{
    margin-top: 0;
  }
  .about-ttl_2 {
    margin-bottom: 20px;
  }
}
.about-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 2%;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .about-list {
    gap: 20px 2%;
    margin-bottom: 40px;
  }
}
.about-list--item {
  flex: 1 0 48%;
}
.about-list--item figure {
  text-align: center;
}
.about-list--item figure img {
  width: 100%;
  border: 1px solid #000;
}
.about-list--item figcaption {
  font-size: 30px;
  font-size: clamp(16px, 3.9vw, 30px);
  font-weight: 700;
  padding-top: 10px;
}
.about-list--ttl {
  font-size: 30px;
  font-size: clamp(17px, 3.9vw, 30px);
  font-weight: 700;
  color: #4fb23c;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-list--ttl::before,.about-list--ttl::after{
  content: "";
  display: inline-block;
  width: 22%;
  height: 0;
  border-top: 3px solid #4fb23c;
}
.about-list--item_last a {
  flex-basis: 48%;
}
.about-list--item_last a figcaption {
  padding-top: 13%;
}
.about-list--item_p {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 8%;
}
.about-list--item_p span {
  position: relative;
}
.about-list--item_p span::before, .about-list--item_p span::after {
  content: "";
  display: inline-block;
  width: 26%;
  border-top: 3px solid #008045;
  vertical-align: middle;
}
.about-list--box{
  padding: 30px;
  border-radius: 30px;
  margin: 0 auto;
}
.about-list--box p{
  font-size: 30px;
  font-size: clamp(17px, 2.5vw, 30px);
  margin-bottom: 20px;
}
.about-list--box figure{
  text-align: center;
}
.about-list--item_p span::before {
  margin-right: 20px;
}
.about-list--item_p span::after {
  margin-left: 20px;
}
@media (max-width: 599px) {
  .about-list--item_p span::before, .about-list--item_p span::after {
    width: 20%;
    border-width: 2px;
  }
  .about-list--box{
    margin: 0 4%;
  }
  .about-list--item figcaption{
    padding-top: 5px;
  }
}
/*-----media------------------*/
.media-ttl span{
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-ttl span::before,.media-ttl span::after{
  content: "";
  display: inline-block;
  background: url(../img/media-ttl.png) no-repeat 50% 50%/100%;
  width: clamp(65px,18.6vw,142px);
  height: clamp(70px,20vw,153px);
}
.media-ttl span::after{
  transform: scaleX(-1);
}
.media figure{
  text-align: center;
}
@media (max-width: 599px) {
  .media-ttl{
    font-size: 27px;
    margin-left: -4%;
    margin-right: -4%;
  }
  .media-ttl span{
    justify-content: space-between;
  }
}
/*-----voice------------------*/
.voice-ttl {
  position: relative;
}
.voice-ttl span{
  display: block;
  font-size: 60%;
}
.voice-ttl::before {
  content: "";
  display: block;
  background: url(../img/voice-ttl_bg.png) no-repeat 50% top;
  background-size: contain;
  width: clamp(441px, 111.7721518987vw, 883px);
  height: clamp(153px, 38.8607594937vw, 307px);
  position: absolute;
  left: 50%;
  bottom: -15%;
  transform: translateX(-50%);
}
.voice-list {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.voice-list--item {
  flex: 1 0 46%;
}
.voice-list--item img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.voice-list--name{
  font-size: 30px;
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.voice-list--text {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .voice-list{
    gap: 20px 2%;
  }
}
/*-----interview------------------*/
.interview-list {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.interview-list--item {
  flex: 1 0 46%;
  position: relative;
}
@media (max-width: 760px) {
  .interview-list--item {
    flex: 1 0 100%;
  }
}
.interview-list--text {
  font-size: 24px;
  font-size: clamp(14px, 2.73vw, 24px);
  margin-top: 30px;
}
/*-----offer-------------------------------*/
.mb30 {
  margin-bottom: 30px;
}
.offer .m-text {
  font-size: 38px;
  font-size: clamp(19px, 5.066vw, 38px);
}
.offer .m-text:not(:first-of-type) {
  margin-top: 0;
}
.offer .m-ttl_2{
  text-align: left;
}
.offer dt{
  font-size: 30px;
  font-size: clamp(18px, 4.53vw, 30px);
  color: #008045;
  font-weight: 700;
  margin-top: 30px;
}
.offer dd{
  font-size: 28px;
  font-size: clamp(18px, 3.733vw, 28px);
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 2px solid #008045;
}
.offer dd:last-of-type{
  border-bottom: none;
}
.offer dd small{
  display: block;
  font-size: 80%;
}
.offer ul{
  margin-bottom: 20px;
}
.offer ul li{
  font-size: 30px;
  font-size: clamp(18px, 4.53vw, 30px);
  font-weight: 700;
  padding-top: 20px;
  text-indent: -2rem;
  padding-left: 2rem;
}
.offer ul li span{
  display: block;
  font-size: 80%;
  padding-left: 0;
  text-indent: 0;
}
.offer-text {
  font-size: 38px;
  font-size: clamp(19px, 5.066vw, 38px);
  font-weight: 700;
  margin-top: 20px;
}
.offer-img {
  position: relative;
}
.offer-img--01 {
  position: absolute;
  left: 56%;
  bottom: 75%;
  width: clamp(110px,29.33vw,250px);
}
.offer-img--02{
  position: relative;
  z-index: 10;
}
@media (max-width: 599px) {
  .offer .m-ttl_2 {
    margin-top: 40px;
    margin-bottom: 15px !important;
  }
  .offer-text {
    margin-top: 10px;
  }
  .offer-img--01{
    left: 75%;
  }
  .offer dt{
    margin-top: 15px;
  }
  .offer dd{
    padding-bottom: 15px;
  }
  .offer ul li{
    padding-top: 0;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}


/*-----job-------------------------------*/
.job {
  padding: 4%;
}
.job-box {
  background: #fff;
  border-radius: 25px;
  padding-bottom: 40px;
}
.job-desc {
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #808080;
}
.job-desc dt, .job-desc dd {
  font-size: 36px;
  font-size: clamp(18px, 4.8vw, 36px);
  border-bottom: 1px solid #808080;
  padding: 20px;
}
@media (max-width: 599px) {
  .job-desc dt, .job-desc dd {
    font-size: 16px;
    padding: 15px 7px;
  }
}
.job-desc dt {
  font-weight: 700;
  text-align: right;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #808080;
}
@media (max-width: 599px) {
  .job-desc dt {
    flex-basis: 34%;
    padding: 15px 7px 10px 0;
  }
}
.job-desc dd {
  flex-basis: 70%;
}
@media (max-width: 599px) {
  .job-desc dd {
    flex-basis: 66%;
  }
}
/*-----appealing-------------------------------*/
.appealing-ttl {
  text-align: center;
  background: #fff;
  padding-bottom: 3%;
}
.appealing-list {
  max-width: 1200px;
  margin: 0 auto;
      padding-bottom: 80px;
}
.appealing-list--item {
  align-items: center;
  gap: 2%;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .appealing-list{
    padding-bottom: 0;
  }
  .appealing-ttl img{
    width: 85%;
  }
  .appealing-list--item {
    display: block;
    margin-top: 30px;
  }
  .appealing-list--item:first-of-type{
    margin-top: 0;
  }
}
.appealing-list--item:nth-child(even) {
  flex-direction: row-reverse;
}
.appealing-list--item figure {
  flex-basis: 48%;
}
.appealing-list--text {
  font-size: 30px;
  font-size: clamp(15px, 3.9vw, 30px);
  flex-basis: 50%;
  text-align: justify;
}
@media (max-width: 599px) {
  .appealing-list--text {
    margin-top: 10px;
  }
}
/*-----flow-------------------------------*/
.flow {
  padding: 4%;
  background: #4fb23c;
}
.flow-box {
  background: #fff;
  border-radius: 25px;
  padding-bottom: calc(19% + 13px);
}
.flow-list {
  gap: 2%;
  counter-reset: flow_num 0;
  background: url(../img/flow-img_04.png) no-repeat 5% 50%;
  background-size: contain;
  padding: 0 3%;
  position: relative;
}
.flow-list--item {
  padding: 0 0 50px 60px;
  position: relative;
}
.flow-list--item::before {
  counter-increment: flow_num;
  content: counter(flow_num);
  font-size: 40px;
  font-size: clamp(20px, 5.33vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.flow-list--item:nth-of-type(1)::before {
  background: #4fb23c;
}
.flow-list--item:nth-of-type(1) .flow-list--ttl {
  color: #4fb23c;
}
.flow-list--item:nth-of-type(2)::before {
  background: #8a9028;
}
.flow-list--item:nth-of-type(2) .flow-list--ttl {
  color: #8a9028;
}
.flow-list--item:nth-of-type(3)::before {
  background: #b76b63;
}
.flow-list--item:nth-of-type(3) .flow-list--ttl {
  color: #b76b63;
}
.flow-list--item:nth-of-type(4)::before {
  background: #f16b91;
}
.flow-list--item:nth-of-type(4) .flow-list--ttl {
  color: #f16b91;
}
.flow-list--item:last-of-type {
  padding-bottom: 0;
  position: relative;
}
.flow-list--l_wrap {
  flex-basis: 80%;
}
.flow-list--ttl {
  font-size: 40px;
  font-size: clamp(20px, 2.941vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
.flow-list--text {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.flow-list--img {
  flex-basis: 15%;
  text-align: center;
}
.flow-list--img_last {
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
}
.flow-list--img_last img {
  width: 100%;
}
@media (max-width: 820px) {
  .flow-box {
    padding-bottom: 180px;
  }
  .flow-list {
    background-position: 6.5% 50%;
  }
  .flow-list--img_last{
    top: -20px;
  }
}
@media (max-width: 599px) {
  .flow-box {
    padding-bottom: 100px;
  }
  .flow-list {
    background-position: 2% 50%;
    border-width: 4px;
    margin-left: 3%;
  }
  .flow-list--item {
    padding: 0 0 30px 25px;
    align-items: center;
  }
  .flow-list--item::before {
    width: 38px;
    height: 38px;
    line-height: 38px;
    left: -21px;
    top: -10px;
  }
  .flow-list--text {
    font-size: 16px;
  }
  .flow-list--img img {
    max-height: 75px;
  }
  .flow-list--img_last {
    top: -5px;
    width: 100%;
  }
}

/*-----company-------------------------------*/
.company .m-inner_l{
  padding: 80px 2% 10%;
}
.company-desc {
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #28591e;
  margin-bottom: 30px;
}
.company-desc dt, .company-desc dd {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  border-bottom: 1px solid #28591e;
  padding: 20px;
}
.company-photo{
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  
}
.company-desc dt {
  font-weight: 700;
  color: #28591e;
  text-align: right;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #808080;
}
.company-desc dd {
  flex-basis: 70%;
}
.company-msg {
  max-width: 720px;
  margin: 0 auto;
}
.company-msg .m-img_wrap {
  margin: 10% auto 8%;
}
.company-msg--text {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
}
@media (max-width: 599px) {
  .company .m-inner_l{
    padding: 40px 4% 50px;
  }
  .company-desc dt, .company-desc dd {
    font-size: 16px;
    padding: 15px 7px;
  }
  .company-desc dt {
    flex-basis: 34%;
    padding: 15px 7px 10px 0;
  }
  .company-desc dd {
    flex-basis: 66%;
  }
  .company-msg .m-img_wrap {
    margin-bottom: 10%;
  }
  .company-photo{
    width: 90%;
  }
}

/*-----qa-------------------------------*/
.qa .m-inner_m {
  padding-bottom: 0;
}
.qa-ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.qa-ttl img {
  max-width: 237px;
  margin: 0 auto;
}

.qa-ttl::before {
  content: "";
  display: block;
  background: url(../img/qa-ttl_bg.png) no-repeat 50% top;
  background-size: contain;
  width: clamp(440px, 101.2658227848vw, 800px);
  height: clamp(166px, 38.2278481013vw, 302px);
  position: absolute;
  left: 46%;
  bottom: -28%;
  transform: translateX(-50%);
}

.qa-list {
  margin-bottom: 20px;
  border-radius: 25px;
}
.qa-list:last-of-type {
  margin-bottom: 0;
}
.qa-list--q {
  font-size: 32px;
  font-size: clamp(16px, 2.353vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background: #28591e;
  border-radius: 25px 25px 0 0;
  border: 2px solid #008045;
  padding: 40px 10% 40px 6%;
  position: relative;
  display: flex;
  transition: 0.5s;
  /*&.open{
  	border-radius: 25px 25px 0 0;
  	@include sp{
  		border-radius: 15px 15px 0 0;
  	}
  }*/
  /*&::after{
  	content: "";
  	display: block;
  	width: 20px;
  	height: 12px;
  	background: url(../img/ico-arrow.svg) no-repeat 50% 50%;
  	background-size: contain;
  	position: absolute;
  	right: 5%;
  	top: 50%;
  	@include sp{
  		border-width: 8px;
  		width: 10px;
  		height: 6px;
  	}
  }*/
}
.qa-list--q::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background: url(../img/ico-fukidashi.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 5px 20px 0 0;
  flex-shrink: 0;
}
.qa-list--a {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
  padding: 40px 10% 40px 6%;
  background-color: #EFEFEF;
  border-radius: 0 0 25px 25px;
  border: 2px solid #008045;
  border-top: none;
}
@media (max-width: 820px) {
  .qa-list--q {
    padding: 3% 10% 3% 6%;
  }
  .qa-list--q::before {
    width: 26px;
    height: 23px;
  }
}
@media (max-width: 599px) {
  .qa-ttl img {
    max-width: 135px;
  }
  .qa-ttl::before {
    bottom: -65%;
  }
  .qa-list {
    border-width: 1px;
  }
  .qa-list--q {
    font-size: 20px;
    border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
  .qa-list--q {
    padding: 15px;
  }
  .qa-list--q::before {
    margin: 3px 10px 0 0;
  }
  .qa-list--a {
    border-radius: 0 0 15px 15px;
    padding: 20px;
  }
}

/*--メールフォーム-------------------*/
.sec_form {
  padding: 50px 3%;
}

.mailform h2 {
  color: #4fb23d;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-top: 2px solid #4fb23d;
  border-bottom: 2px solid #4fb23d;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .mailform h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}

.mailform-in {
  max-width: 650px;
  margin: 15px auto 0;
  padding: 0;
}

.mailform-in form {
  margin: 0;
  padding: 0;
}

.mailform-in p.txt1 {
  font-size: 23px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .mailform-in p.txt1 {
    font-size: 14px;
    padding: 15px 0 20px;
  }
}

.mailform-in form dl dd b {
  color: #e23b3b;
  font-size: 26px;
}

.mailform-in dd {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .mailform-in dd {
    margin-bottom: 20px;
  }
}

.mailform-in input, .mailform-in textarea {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .mailform-in input, .mailform-in textarea {
    padding: 18px;
  }
}

.mailform-in .item_label {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .mailform-in .item_label {
    margin-bottom: 10px;
  }
}

.mailform-in .submit {
  width: 100%;
  text-align: center;
}

.mailform-in .submitbtn {
  font-size: 38px;
  font-size: clamp(19px, 2.794vw, 38px);
  color: #fff;
  border-radius: 5px;
  width: 80%;
  padding: 18px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 599px) {
  .mailform-in .submitbtn {
    padding: 15px;
  }
}

.mailform-in .submitbtn, .mailform-in .title_st1, .mailform-in .title_st2 {
  text-align: center;
  font-weight: 700;
  background: #30a9e1;
  color: #fff;
}

.mailform-in span.fColorRED {
  color: #e23b3b;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .mailform-in span.fColorRED {
    font-size: 0.9rem;
  }
}

/*--footer-------------------*/
.footer {
  font-size: 32px;
  font-size: clamp(16px, 2.353vw, 32px);
  text-align: center;
  padding: 60px 2% 12px;
}
.footer-logo {
  width: clamp(250px, 66.6vw, 500px);
  margin: 0 auto 20px;
}
.footer-logo img {
  width: 100%;
}
.footer-copy {
  display: block;
  text-align: center;
  padding-top: 50px;
  font-size: 12px;
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  display: none;
  text-align: center;
  background: #EEEEEE;
  width: 100%;
  padding: 10px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 760px) {
  .fix_btn {
    padding: 7px 2%;
  }
}
.fix_btn .footer-btn {
  gap: 1%;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .fix_btn .footer-btn {
    gap: 2%;
  }
}
@media (max-width: 599px) {
  .fix_btn a {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    border-radius: 5px;
  }
  .fix_btn a .btn_sub_t {
    font-size: 12px;
  }
  .fix_btn a img {
    width: 1rem;
  }
}
.fix_btn .m-btn_web {
  padding-top: 14px;
}
@media (max-width: 599px) {
  .fix_btn .m-btn_web {
    padding-top: 10px;
  }
  .fix_btn .m-btn_web .btn_sub_t {
    margin-top: 3px;
  }
}/*# sourceMappingURL=style.css.map */

.footer-copy {
    font-size: 12px;
}
/*-----howto----------------*/
.howto-ttl{
  font-size: clamp(24px,3.158vw,48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.howto-list{
  padding: 80px 20px;
}
.howto-list--item{
  font-size: clamp(18px,2.36vw,34px);
  color: #008045;
  font-weight: 700;
  text-align: center;
  background-color: #eff5d2;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
}
.howto-list--item::before{
  display: block;
  width: clamp(38px,10.13vw,77px);
  height: clamp(38px,10.13vw,77px);
  color: #fff;
  background: #4fb23c;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.howto-list--item:nth-of-type(1)::before{
  content: "1";
}
.howto-list--item:nth-of-type(2)::before{
  content: "2";
}
.howto-text{
  font-size: clamp(14px,1.842vw,24px);
  margin-top: 40px;
}
@media (max-width: 599px) {
  .howto-ttl{
    margin-bottom: 25px;
  }
  .howto-text{
    margin-top: 20px;
  }
  .howto-list{
    padding: 40px 4% 50px;
  }
  .howto-list--item{
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .howto-list--item::before{
    top:-20px;
  }
}

.g-box{
  background: #eff5d2;
  border-radius: 10px;
  padding: 25px;
}
.mt{
  margin-top: 30px;
}
@media (max-width: 599px) {
  .g-box{
  padding: 15px;
}

}
/*-----strength----------------*/
.strength{
  padding: 40px 4%;
}
.strength hr{
   border-top: 3px solid #ddd;
    margin: 2em 0;
}
.strength .m-inner_m{
  border-radius: 30px;
}
.strength-ttl{
  font-size: clamp(20px,5.236vw,40px);
  font-weight: 700;
  color: #008045;
  text-align: center;
  margin: 0 0 20px;
}
.strength-ttl img{
  vertical-align: bottom;
}
.strength-img{
  display: block;
  margin: 0 auto 30px;
}
.strength-text{
  font-size: clamp(18px,4.737vw,36px);
  font-weight: 700;
  color: #008045;
  text-indent: -2rem;
  padding-left: 2rem;
}
.strength-text2{
  font-size: clamp(18px,4.737vw,36px);
  font-weight: 700;
}
.strength-text2 em{
  font-size: 130%;
  color: #f16b91;
}
.strength-text3{
  font-size: clamp(16px,4.21vw,32px);
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .strength-ttl{
    margin: 0 0 10px;
  }
  .strength-ttl img{
    width: 63%;
  }
  .strength-img{
    margin: 0 auto 15px;
  }
  .strength hr{
    border-width: 1px;
    margin: 1rem 0;
  }
  .strength-text{
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

        .cmp_voice {margin-top: 50px;
  border-top: 2px dashed #897256;
  padding-top: 60px;
}
  .cmp_voice .voice-ttl::before {background:none; margin-top: 50px;}
 