@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%;
}
.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)
==============================================================*/
.maincontent {
  position: relative;
  background: url(../img/bg.png);
  width: 490px;
  margin: 0 auto;
  overflow: hidden;
}
.maincontent img {
  width: 100%;
  height: auto;
}
.head {
  width: 100%;
  height: 185.9472px;
  padding: 37.692px 0;
}
.head__img {
  width: 266.3568px;
  height: 120.6144px;
  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: 50.256px;
  padding: 60.3072px 40.2048px 50.256px;
}
.special__maintitle {
  width: 190.3446px;
  height: 42.7176px;
  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 47.7432px;
}
.special__maintitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special__subtitle1 {
  color: white;
  font-size: 27.6408px;
  font-weight: bold;
  background-color: #008033;
  line-height: 160%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 5.0256px 12.564px;
}
.special__subtitle2 {
  color: white;
  font-size: 27.6408px;
  font-weight: bold;
  background-color: black;
  line-height: 160%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0px 12.564px 5.0256px;
}
.special__img {
  margin-top: 20.1024px;
}
.special__read {
  font-size: 20.1024px;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 20.1024px;
}
.pnavi {
  padding: 20.1024px 0;
}
.pnavi__btn {
  position: relative;
  width: 309.0744px;
  height: 60.3072px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 60.3072px;
  background-color: white;
  transition: all 300ms 0s ease;
}
.pnavi__btn__arrow {
  position: relative;
  width: 60.3072px;
  height: 60.3072px;
  background-color: #008033;
  border-radius: 125.64px;
  transition: all 300ms 0s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.pnavi__btn__arrow::before {
  content: '';
  width: 40.2048px;
  height: 40.2048px;
  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: 22.6152px;
  font-weight: 700;
  color: #008033;
  letter-spacing: 0.1em;
  padding-left: 75.384px;
  transition: all 300ms 0s ease;
}
.pnavi__btn:hover {
  background-color: #008033;
}
.pnavi__btn:hover p {
  color: white;
}
.profile {
  margin-top: 37.692px;
  padding: 60.3072px 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: 60.3072px;
}
.profile__container__img {
  width: 163.332px;
}
.profile__container__img img {
  width: 100%;
  height: auto;
}
.profile__container__txt {
  width: 246.2544px;
  padding-left: 17.5896px;
  padding-top: 2.5128px;
}
.profile__container__txt__name {
  font-size: 22.6152px;
  font-weight: bold;
  line-height: 150%;
}
.profile__container__txt__read {
  font-size: 16.3332px;
  font-weight: 400;
  line-height: 185%;
  margin-top: 15.0768px;
}
.talk {
  padding-top: 57.7944px;
}
.talk__container {
  display: block;
  margin-bottom: 79.1532px;
}
.talk__container:last-of-type {
  margin-bottom: 0;
}
.talk__container__title {
  color: white;
  font-size: 30.1536px;
  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: 5.0256px 12.564px;
}
.talk__container__list {
  margin-top: 37.692px;
}
.talk__container__list dl {
  margin-bottom: 18.846px;
}
.talk__container__list dl dt {
  display: inline-block;
  height: 40.2048px;
  font-size: 20.1024px;
  font-weight: bold;
  line-height: 40.2048px;
  padding: 0 12.564px;
  border: 1px solid black;
  border-radius: 125.64px;
}
.talk__container__list dl dd {
  font-size: 20.1024px;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 12.564px;
}
.talk__container__list img {
  width: 100%;
  height: auto;
  margin-top: 18.846px;
  margin-bottom: 31.41px;
  border-radius: 25.128px;
}
.nextbtn {
  position: relative;
  width: 359.3304px;
  height: 80.4096px;
  display: -ms-flexbox;
  display: flex;
  margin: 52.7688px auto 0;
  border-radius: 40.2048px;
  background-color: white;
  transition: all 300ms 0s ease;
}
.nextbtn .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 80.4096px;
  height: 80.4096px;
  background-color: #008033;
  border-radius: 125.64px;
  transition: all 300ms 0s ease;
}
.nextbtn .arrow::before {
  content: '';
  width: 40.2048px;
  height: 40.2048px;
  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: 27.6408px;
  font-weight: 700;
  color: #008033;
  padding-left: 70.3584px;
  transition: all 300ms 0s ease;
}
.nextbtn:hover {
  background-color: #008033;
}
.nextbtn:hover p {
  color: white;
}
.backbtn {
  width: 359.3304px;
  height: 80.4096px;
  display: -ms-flexbox;
  display: flex;
  margin: 40.2048px auto 0;
  border-radius: 40.2048px;
  background-color: white;
}
.backbtn .arrow {
  position: relative;
  width: 80.4096px;
  height: 80.4096px;
  background-color: #008033;
  border-radius: 125.64px;
  transition: all 300ms 0s ease;
}
.backbtn .arrow::before {
  content: '';
  width: 40.2048px;
  height: 40.2048px;
  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: 27.6408px;
  font-weight: 700;
  color: #008033;
  padding-left: 20.1024px;
}
.backbtn:hover {
  background-color: #008033;
}
.backbtn:hover p {
  color: white;
}
.product {
  padding-top: 30.1536px;
}
.product__chara {
  display: none;
}
