@charset "utf-8";
.button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.header__title {
  display: none;
}
.maincontent {
  position: relative;
  background: url(../img/bg.png);
}
.head {
  width: 100%;
  height: 37.94872vw;
  padding: 7.69231vw 0;
}
.head__img {
  width: 54.359vw;
  height: 24.615vw;
  background-image: url("../img/column/column_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.head__img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgwrapper {
  width: 100%;
  background: #B6FF56;
  border-radius: 10.25641vw;
  padding: 12.30769vw 8.20513vw 10.25641vw;
}
.special__maintitle {
  width: 38.846vw;
  height: 8.718vw;
  background-image: url("../img/special/title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 9.74359vw;
}
.special__maintitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special__subtitle1 {
  color: white;
  font-size: 5.64103vw;
  font-weight: bold;
  background-color: #008033;
  line-height: 160%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 1.02564vw 2.5641vw;
}
.special__subtitle2 {
  color: white;
  font-size: 5.64103vw;
  font-weight: bold;
  background-color: black;
  line-height: 160%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0vw 2.5641vw 1.02564vw;
}
.special__img {
  margin-top: 4.10256vw;
}
.special__read {
  font-size: 4.10256vw;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 4.10256vw;
}
.pnavi {
  padding: 4.10256vw 0;
}
.pnavi__btn {
  position: relative;
  width: 63.07692vw;
  height: 12.30769vw;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 12.30769vw;
  background-color: white;
}
.pnavi__btn__arrow {
  position: relative;
  width: 12.30769vw;
  height: 12.30769vw;
  background-color: #008033;
  border-radius: 25.64103vw;
  transition: all 300ms 0s ease;
  position: absolute;
  right: 0vw;
  top: 0vw;
}
.pnavi__btn__arrow::before {
  content: '';
  width: 8.205vw;
  height: 8.205vw;
  background-image: url("../img/column/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.pnavi__btn__arrow::before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pnavi__btn p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 4.61538vw;
  font-weight: 700;
  color: #008033;
  letter-spacing: 0.1em;
  padding-left: 15.38462vw;
}
.profile {
  margin-top: 7.69231vw;
  padding: 12.30769vw 0;
  border-top: 1px solid #00311F;
  border-bottom: 1px solid #00311F;
}
.profile__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.profile__container:nth-child(1) {
  margin-bottom: 12.30769vw;
}
.profile__container__img {
  width: 33.33333vw;
}
.profile__container__img img {
  width: 100%;
  height: auto;
}
.profile__container__txt {
  width: 50.25641vw;
  padding-left: 3.58974vw;
  padding-top: 0.51282vw;
}
.profile__container__txt__name {
  font-size: 4.61538vw;
  font-weight: bold;
  line-height: 150%;
}
.profile__container__txt__read {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 185%;
  margin-top: 3.07692vw;
}
.talk {
  padding-top: 11.79487vw;
}
.talk__container {
  display: block;
  margin-bottom: 16.15385vw;
}
.talk__container:last-of-type {
  margin-bottom: 0;
}
.talk__container__title {
  color: white;
  font-size: 6.15385vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  background-color: #008033;
  line-height: 155%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 1.02564vw 2.5641vw;
}
.talk__container__list {
  margin-top: 7.69231vw;
}
.talk__container__list dl {
  margin-bottom: 3.84615vw;
}
.talk__container__list dl dt {
  display: inline-block;
  height: 8.20513vw;
  font-size: 4.10256vw;
  font-weight: bold;
  line-height: 8.20513vw;
  padding: 0 2.5641vw;
  border: 1px solid black;
  border-radius: 25.64103vw;
}
.talk__container__list dl dd {
  font-size: 4.10256vw;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 2.5641vw;
}
.talk__container__list img {
  width: 100%;
  height: auto;
  margin-top: 3.84615vw;
  margin-bottom: 6.41026vw;
  border-radius: 5.12821vw;
}
.nextbtn {
  position: relative;
  width: 73.33333vw;
  height: 16.41026vw;
  display: -ms-flexbox;
  display: flex;
  margin: 10.76923vw auto 0;
  border-radius: 8.20513vw;
  background-color: white;
}
.nextbtn .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.41026vw;
  height: 16.41026vw;
  background-color: #008033;
  border-radius: 25.64103vw;
  transition: all 300ms 0s ease;
}
.nextbtn .arrow::before {
  content: '';
  width: 8.205vw;
  height: 8.205vw;
  background-image: url("../img/column/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.nextbtn .arrow::before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nextbtn p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 5.64103vw;
  font-weight: 700;
  color: #008033;
  padding-left: 14.35897vw;
}
.backbtn {
  width: 73.33333vw;
  height: 16.41026vw;
  display: -ms-flexbox;
  display: flex;
  margin: 8.20513vw auto 0;
  border-radius: 8.20513vw;
  background-color: white;
}
.backbtn .arrow {
  position: relative;
  width: 16.41026vw;
  height: 16.41026vw;
  background-color: #008033;
  border-radius: 25.64103vw;
  transition: all 300ms 0s ease;
}
.backbtn .arrow::before {
  content: '';
  width: 8.205vw;
  height: 8.205vw;
  background-image: url("../img/column/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.backbtn .arrow::before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backbtn p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 5.64103vw;
  font-weight: 700;
  color: #008033;
  padding-left: 4.10256vw;
}
.product {
  padding-top: 6.15385vw;
}
.product__chara {
  display: none;
}
