@charset "UTF-8";
/* ======================================================================
    Mainvisual
====================================================================== */
.c-mv {
  margin-top: -5rem;
  padding: 9rem 0 9rem;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 25%, rgb(255, 240, 0) 75%);
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .c-mv {
    padding-bottom: 7rem;
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
  }
}
@media only screen and (width <= 460px) {
  .c-mv {
    padding-bottom: 6rem;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }
}
.c-mv__title {
  color: #000;
  font-weight: 900;
  font-size: 3.2rem;
  transform: skewY(-3deg);
}
@media only screen and (width <= 767px) {
  .c-mv__title {
    font-size: 2.5rem;
  }
}

/* ======================================================================
    c-breadcrumb
====================================================================== */
.c-breadcrumb {
  display: flex;
  margin-top: -5rem;
  margin-bottom: 10rem;
  padding: 1rem 0;
}
@media only screen and (width <= 767px) {
  .c-breadcrumb {
    display: none;
  }
}
@media print, screen and (width >= 768px) {
  .c-breadcrumb {
    display: flex;
    text-align: right;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-breadcrumb__item {
  position: relative;
  margin-right: 1rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}
.c-breadcrumb__item:first-child {
  padding-left: 0;
  color: #707070;
  text-align: left;
  font-weight: normal;
}
.c-breadcrumb__item:last-child:before {
  display: none;
}
.c-breadcrumb__item::before {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  border-radius: 1px;
  content: "";
  transition: var(--transition);
  transform: translateY(-50%) rotate(-45deg);
}
.c-breadcrumb__item:first-of-type::before {
  color: #707070;
  content: "";
}
.c-breadcrumb__item a {
  color: #707070;
  text-decoration: none;
  font-weight: normal;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* ======================================================================
    About
====================================================================== */
.p-about__challenge-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (width <= 767px) {
  .p-about__challenge-content {
    flex-wrap: wrap;
  }
}
.p-about__challenge-img {
  margin-left: -40.8rem;
  min-width: 104rem;
}
@media only screen and (width <= 767px) {
  .p-about__challenge-img {
    z-index: 3;
    margin-right: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    min-width: 100%;
  }
}
.p-about__challenge-right {
  position: relative;
  margin-left: -11rem;
  width: 58rem;
}
@media only screen and (width <= 767px) {
  .p-about__challenge-right {
    margin: 0 1rem;
    width: 100%;
  }
}
.p-about__challenge-right:before {
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff000;
  content: "";
  font-weight: bold;
  transform: skewY(-3deg);
}
.p-about__challenge-right:after {
  position: absolute;
  right: -0.7rem;
  bottom: -0.7rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #78bb29;
  content: "";
  font-weight: bold;
  transform: skewY(-3deg);
}
.p-about__challenge-text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5rem 10rem;
  width: 100%;
  background: #fff;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 2;
  transform: skewY(-3deg);
}
@media only screen and (width <= 767px) {
  .p-about__challenge-text {
    z-index: 4;
    padding: 3rem;
    font-size: 2.5rem;
  }
}
.p-about__challenge-icon {
  position: absolute;
  top: -5rem;
  right: -7rem;
  z-index: 1;
}
.p-about__challenge-line {
  position: relative;
  display: inline-block;
}
.p-about__challenge-line:after {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2rem;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
  font-weight: bold;
}
@media only screen and (width <= 767px) {
  .p-about__challenge-line:after {
    height: 1.5rem;
  }
}
.p-about__concept {
  position: relative;
  padding: 14rem 0;
}
@media only screen and (width <= 767px) {
  .p-about__concept {
    padding: 7rem 0 4rem;
  }
}
.p-about__concept:after {
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60.7rem;
  background: url(../images/whats/bubble2.png) no-repeat center top;
  content: "";
}
@media only screen and (width <= 767px) {
  .p-about__concept:after {
    top: 0;
    background-size: 100% auto;
  }
}
.p-about__concept-content1 {
  margin-bottom: 3rem;
}
.p-about__concept-content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (width <= 767px) {
  .p-about__concept-content2 {
    flex-wrap: wrap;
  }
}
.p-about__concept-right {
  margin-right: -21rem;
  min-width: 72rem;
}
@media only screen and (width <= 767px) {
  .p-about__concept-right {
    margin-right: 0;
    min-width: auto;
  }
}
.p-about__question {
  padding: 8rem 0;
  background: #000 url(../images/about/bg1.png) no-repeat center center;
  clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-about__question {
    padding: 4rem 0;
    clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  }
}
.p-about__question .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36rem;
}
.p-about__question-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4rem;
  font-size: 4rem;
  transform: skewY(-3deg);
}
@media only screen and (width <= 767px) {
  .p-about__question-heading {
    font-size: 2.8rem;
  }
}
.p-about__question-border {
  color: #000;
  -webkit-text-stroke: 1px #fff;
}
.p-about__question-gradient {
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-about__question-move {
  position: absolute;
  right: 0;
  bottom: -4rem;
}
.p-about__outline {
  margin-top: -8rem;
  padding: 17rem 0 13rem;
  background: #f5f5f5;
}
@media only screen and (width <= 767px) {
  .p-about__outline {
    padding: 14rem 0 8rem;
  }
}
.p-about__outline .c-title-3 {
  margin-bottom: 8rem;
}
@media only screen and (width <= 767px) {
  .p-about__outline .c-title-3 {
    margin-bottom: 4rem;
  }
}

/* ======================================================================
    News
====================================================================== */
.p-news .c-btn-1__button {
  width: 26rem;
  height: 5.6rem;
}
@media only screen and (width <= 767px) {
  .p-news .c-btn-1__button {
    margin-bottom: 1rem;
    width: 49%;
    height: 4.5rem;
  }
}
.p-news .c-btn-1__button:after {
  top: 40%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
}
@media only screen and (width <= 767px) {
  .p-news .c-btn-1__button:after {
    right: 1rem;
  }
}
.p-news .c-btn-1__link {
  border-radius: 0rem;
}
@media only screen and (width <= 767px) {
  .p-news .c-btn-1__link {
    padding-right: 1rem;
    font-size: 1.4rem;
  }
}
.p-news .c-btn-1__decor--yellow {
  border-radius: 0rem;
}
.p-news .c-btn-1__decor--green {
  border-radius: 0rem;
}
.p-news__button {
  margin-bottom: 8rem;
}
@media only screen and (width <= 767px) {
  .p-news__button {
    margin-bottom: 3rem;
    padding-top: 5rem;
  }
}
.p-news__button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (width <= 767px) {
  .p-news__button-list {
    gap: 0;
  }
}
.p-news__row {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (width <= 767px) {
  .p-news__row {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
}
.p-news__row:first-child {
  border-top: 1px solid #cfcfcf;
}
.p-news__tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  min-width: 15.5rem;
  border: 1px solid #43700d;
  color: #43700d;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
}
.p-news__left {
  margin-right: 4rem;
  min-width: 19rem;
}
@media only screen and (width <= 767px) {
  .p-news__left {
    margin-right: 0;
    margin-bottom: 0rem;
    min-width: 100%;
  }
}
.p-news__right {
  width: 100%;
}
.p-news__time {
  color: #000;
  font-weight: bold;
}
.p-news__title {
  position: relative;
  color: #00b900;
  font-size: 2rem;
  cursor: pointer;
}
@media only screen and (width <= 767px) {
  .p-news__title {
    padding-right: 2rem;
    font-size: 1.8rem;
  }
}
.p-news__title:after {
  position: absolute;
  top: 30%;
  right: 3rem;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 1px;
  content: "";
  transition: var(--transition);
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (width <= 767px) {
  .p-news__title:after {
    right: 1rem;
  }
}
.p-news__title.active:after {
  transform: rotate(45deg);
}
.p-news__dot {
  margin-bottom: 2rem;
}
.p-news__dot li {
  margin-left: 2rem;
  list-style-type: disc;
}
.p-news__numberlist {
  margin-bottom: 2rem;
}
.p-news__numberlist li {
  margin-left: 2rem;
  list-style-type: decimal;
}
.p-news__hidden {
  display: none;
  padding-top: 2rem;
}
.p-news__hidden p {
  margin-bottom: 2rem;
}
.p-news__hidden .text-left {
  text-align: left;
}
.p-news__hidden .text-right {
  text-align: right;
}
.p-news__hidden .text-center {
  text-align: center;
}
.p-news__hidden h2 {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (width <= 767px) {
  .p-news__hidden h2 {
    padding: 0.3rem 3rem;
    font-size: 2rem;
  }
}
.p-news__hidden h4 {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
}
@media only screen and (width <= 767px) {
  .p-news__hidden h4 {
    font-size: 2rem;
  }
}
.p-news__hidden h4::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  display: block;
  width: 7px;
  height: 90%;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
  content: "";
}
.p-news__hidden h3 {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #707070;
  font-size: 2rem;
}
@media only screen and (width <= 767px) {
  .p-news__hidden h3 {
    font-size: 2rem;
  }
}
.p-news__hidden h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 13rem;
  height: 0.3rem;
  background: #7aab3e;
  content: "";
}
.p-news__hidden h5 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
@media only screen and (width <= 767px) {
  .p-news__hidden h5 {
    font-size: 1.8rem;
  }
}
.p-news__hidden h6 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media only screen and (width <= 767px) {
  .p-news__hidden h6 {
    font-size: 1.6rem;
  }
}
.p-news__photo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.p-news__photo--center {
  justify-content: center;
  text-align: center;
}
.p-news__photo--right {
  justify-content: flex-end;
  text-align: right;
}
.p-news__photo--full div {
  width: 100%;
}
.p-news__photo--full img {
  width: 100%;
}
.p-news__photo--full p {
  text-align: center;
}
.p-news__photo p {
  margin-top: 1rem;
  text-align: center;
}
.p-news__video {
  display: flex;
  justify-content: center;
}
.p-news__number {
  margin: 4em 0 9rem;
}
@media only screen and (width <= 767px) {
  .p-news__number {
    margin: 4rem 0;
  }
}
.p-news__number-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-news__number-item {
  margin: 0 1rem;
  padding: 0.1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #ccc;
}
@media only screen and (width <= 767px) {
  .p-news__number-item {
    margin: 0 0.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-news__number-item:hover {
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
}
.p-news__number-item:hover a {
  color: #000;
}
.p-news__number-item--current {
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
}
.p-news__number-item--prev, .p-news__number-item--next {
  background: none;
}
.p-news__number-item--prev:hover, .p-news__number-item--next:hover {
  background: none;
}
.p-news__number-link {
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #fff;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 0.5;
}
@media only screen and (width <= 767px) {
  .p-news__number-link {
    font-size: 1.6rem;
  }
}
.p-news__number-link:last-child {
  margin-bottom: 0;
}
.p-news__number-link--prev, .p-news__number-link--next {
  position: relative;
  background: none;
}
.p-news__number-link--prev:after, .p-news__number-link--next:after {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 15px;
  height: 15px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  border-radius: 1px;
  content: "";
  transition: var(--transition);
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (width <= 767px) {
  .p-news__number-link--prev:after, .p-news__number-link--next:after {
    width: 10px;
    height: 10px;
  }
}
.p-news__number-link--prev:hover, .p-news__number-link--next:hover {
  background: none;
}
.p-news__number-link--prev:hover:after, .p-news__number-link--next:hover:after {
  border-color: #78bb29;
}
.p-news__number-link--prev:after {
  right: 1rem;
  transform: translateY(-50%) rotate(135deg);
}
.p-news__number-link--current {
  background: #fff;
  color: #000;
  pointer-events: none;
}
.p-news .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4em 0 9rem;
}
@media only screen and (width <= 767px) {
  .p-news .wp-pagenavi {
    margin: 4rem 0;
  }
}
.p-news .wp-pagenavi a,
.p-news .wp-pagenavi span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  padding-bottom: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-color: transparent;
  border-radius: 5rem;
  background: #fff;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 0;
}
@media only screen and (width <= 767px) {
  .p-news .wp-pagenavi a,
.p-news .wp-pagenavi span {
    margin: 0 0.5rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.p-news .wp-pagenavi a:after,
.p-news .wp-pagenavi span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: auto;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 5rem;
  background: #ccc;
  content: "";
  transform: translate(-50%, -50%);
}
.p-news .wp-pagenavi a:hover:after,
.p-news .wp-pagenavi span:hover:after {
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
  color: #000;
}
.p-news .wp-pagenavi a.current,
.p-news .wp-pagenavi span.current {
  border-color: transparent;
  color: #000;
}
.p-news .wp-pagenavi a.current:after,
.p-news .wp-pagenavi span.current:after {
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 85%);
}
.p-news .wp-pagenavi a.previouspostslink, .p-news .wp-pagenavi a.nextpostslink,
.p-news .wp-pagenavi span.previouspostslink,
.p-news .wp-pagenavi span.nextpostslink {
  color: #000;
  font-size: 2.5rem;
}
.p-news .wp-pagenavi a.previouspostslink:after, .p-news .wp-pagenavi a.nextpostslink:after,
.p-news .wp-pagenavi span.previouspostslink:after,
.p-news .wp-pagenavi span.nextpostslink:after {
  background: none;
}
.p-news .wp-pagenavi a.previouspostslink:hover, .p-news .wp-pagenavi a.nextpostslink:hover,
.p-news .wp-pagenavi span.previouspostslink:hover,
.p-news .wp-pagenavi span.nextpostslink:hover {
  color: #00b900;
}
.p-news .wp-pagenavi a.previouspostslink:hover:after, .p-news .wp-pagenavi a.nextpostslink:hover:after,
.p-news .wp-pagenavi span.previouspostslink:hover:after,
.p-news .wp-pagenavi span.nextpostslink:hover:after {
  background: none;
}

/* ======================================================================
    Contact + Form
====================================================================== */
.c-table-2 table {
  width: 100%;
}
@media only screen and (width <= 767px) {
  .c-table-2 table tr {
    flex-wrap: wrap;
  }
  .c-table-2 table tr th {
    padding: 1rem;
    width: 100%;
  }
  .c-table-2 table tr td {
    padding: 1rem;
  }
  .c-table-2 table tr:first-child th {
    border-bottom: none;
  }
}
.c-table-2 table tr {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}
.c-table-2 table tr:first-child th {
  border-top: none;
}
.c-table-2 table tr:first-child td {
  border-top: none;
}
.c-table-2 table tr th {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 2rem;
  min-width: 31rem;
  border-radius: 1.6rem;
  background: #eaf4de;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (width <= 767px) {
  .c-table-2 table tr th {
    padding: 1rem 2rem;
    border-right: none;
    border-radius: 0.3rem;
  }
}
.c-table-2 table tr td {
  padding: 1.5rem 2rem 1rem;
  width: 100%;
}
.c-table-2 table tr td input[type=text] {
  width: 100%;
}
.c-table-2 table tr td select {
  min-width: 22rem;
  cursor: pointer;
}
.c-table-2 table tr td input[type=text],
.c-table-2 table tr td select,
.c-table-2 table tr td option,
.c-table-2 table tr td optgroup {
  box-sizing: border-box;
  padding: 0 15px;
  height: 40px;
  border: 1px solid #999;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-table-2 table tr td textarea {
  overflow: auto;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 220px;
  border: 1px solid #999;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-table-2--small {
  margin-bottom: 2rem;
}
.c-table-2--small table tr th {
  align-items: flex-start;
  min-width: 21rem;
  font-weight: normal;
}
.c-table-2__list {
  display: flex;
  gap: 4rem;
}
.c-table-2__w48 {
  width: 100% !important;
}
@media only screen and (width <= 767px) {
  .c-table-2__w48 {
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .c-table-2__w48:last-child {
    margin-bottom: 0;
  }
}
.c-table-2__hissu {
  order: 2;
  width: 7rem;
  height: 3rem;
  background: #00b900;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media only screen and (width <= 767px) {
  .c-table-2__hissu {
    margin-right: 0;
    width: 4rem;
    font-size: 1.4rem;
  }
}
.c-table-2__ninni {
  order: 2;
  width: 7rem;
  height: 2.4rem;
  background: #919191;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (width <= 767px) {
  .c-table-2__ninni {
    margin-right: 0;
    width: 4rem;
    font-size: 1.4rem;
  }
}
.c-table-2__email {
  margin: 1rem 0;
}
.c-table-2__check {
  display: flex;
  justify-content: center;
  margin: 4rem 0 2rem;
  text-align: center;
}
.c-table-2__check a {
  color: #00b900;
  font-weight: bold;
}
.c-table-2__submit {
  display: flex;
}
@media only screen and (width <= 767px) {
  .c-table-2__submit {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
  }
}
.c-table-2__submit--center {
  justify-content: center;
}
.c-table-2__submit--between {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (width <= 767px) {
  .c-table-2__submit--between {
    justify-content: center;
  }
}
.c-table-2__submit--between > * {
  margin: 0 1rem;
}
@media only screen and (width <= 767px) {
  .c-table-2__button {
    margin-bottom: 2rem;
  }
}
.c-table-2__button.disabled {
  pointer-events: none;
}
.c-table-2__button.disabled p {
  opacity: 0.5;
}
.c-table-2__button-inner {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.c-table-2__button-inner:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 1px;
  content: "";
  transition: var(--transition);
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (width <= 767px) {
  .c-table-2__button-inner:after {
    right: 1.8rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.c-table-2__button-inner input {
  position: relative;
  z-index: 3;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
  min-width: 38rem;
  height: 7.2rem;
  border: 3px solid #000;
  border-radius: 20rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media only screen and (width <= 767px) {
  .c-table-2__button-inner input {
    min-width: 22rem;
    min-height: 4.5rem;
    font-size: 1.5rem;
  }
}
@media only screen and (width <= 767px) {
  .c-table-2__button-inner input {
    height: 5rem;
  }
}
.c-table-2__button-inner input.disabled {
  background: gray;
}
.c-table-2__button--back {
  margin-right: 3rem;
}
@media only screen and (width <= 767px) {
  .c-table-2__button--back {
    margin-right: 0;
  }
}
.c-table-2__button--back .c-table-2__button-inner:after {
  right: auto;
  left: 3rem;
  border-top: 2px solid #000;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #000;
}
.c-table-2__decor {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.c-table-2__decor--yellow {
  top: -0.3rem;
  left: -0.3rem;
  background: #fff000;
}
@media only screen and (width <= 767px) {
  .c-table-2__decor--yellow {
    top: -0.15rem;
    left: -0.15rem;
  }
}
.c-table-2__decor--green {
  right: -0.3rem;
  bottom: -0.3rem;
  background: #78bb29;
}
@media only screen and (width <= 767px) {
  .c-table-2__decor--green {
    right: -0.15rem;
    bottom: -0.15rem;
  }
}
.c-table-2__effect {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20rem;
}
.c-table-2__effect:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.c-table-2__effect:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
  transition: var(--transition);
  transform: scaleY(0);
  transform-origin: 100% 50%;
}
.c-table-2__effect:hover input {
  background: none;
}
.c-table-2__effect:hover:after {
  transform: scaleY(1);
}
.c-table-2__address {
  display: flex;
  align-items: center;
}
.c-table-2__address span {
  margin-right: 1rem;
}
.c-table-2__address input {
  width: 20rem !important;
}
.c-table-2__text {
  justify-content: space-between;
  order: 1;
}

.p-contact__text {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (width <= 767px) {
  .p-contact__text {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.p-contact__text a {
  color: #00b900;
  font-weight: bold;
}
.p-contact__box1 {
  padding-bottom: 10rem;
}
@media only screen and (width <= 767px) {
  .p-contact__box1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-contact__box2 {
  padding: 15rem 0;
  background: #f5f5f5;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-contact__box2 {
    padding: 7rem 0;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-contact__box2-content {
  position: relative;
}
.p-contact__box2-content:after {
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-contact__box2-content:after {
    bottom: -1.5rem;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
  }
}
.p-contact__box2-inner {
  position: relative;
  z-index: 2;
  padding: 7.5rem 4.5rem 4.5rem;
  background: #fff;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-contact__box2-inner {
    padding: 6rem 2rem 5rem;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
  }
}
.p-contact__box2-inner p {
  margin-bottom: 2rem;
}
.p-contact__box2-inner p:last-child {
  margin-bottom: 0;
}
.p-contact__box2-inner ul {
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.p-contact__box2-inner h3 {
  color: #78bb29;
  font-size: 1.8rem;
}
.p-contact__box2-inner .point {
  color: #78bb29;
}

/* ======================================================================
    Liver
====================================================================== */
.p-liver__box1 {
  padding-bottom: 11rem;
}
@media only screen and (width <= 767px) {
  .p-liver__box1 {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (width <= 767px) {
  .p-liver__box2 {
    padding-top: 5rem;
  }
}
.p-liver__slider {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
  margin-bottom: 4rem;
}
@media only screen and (width <= 767px) {
  .p-liver__slider {
    justify-content: space-between;
    gap: 3rem 0;
  }
}
.p-liver__item {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0.8rem;
}
.p-liver__link {
  display: block;
  width: 23.8rem;
  height: 35.7rem;
}
@media only screen and (width <= 767px) {
  .p-liver__link {
    width: 48%;
    height: 30rem;
  }
}
.p-liver__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-liver__link:hover {
  transform: translateY(-2rem);
}
.p-liver__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  width: 100%;
  background: linear-gradient(to right, rgba(120, 187, 41, 0.8) 0%, rgba(255, 240, 0, 0.8) 100%);
}
@media only screen and (width <= 767px) {
  .p-liver__mask {
    padding: 1rem;
  }
}
.p-liver__mask-title {
  font-size: 1.7rem;
}
@media only screen and (width <= 767px) {
  .p-liver__mask-title {
    font-size: 1.6rem;
  }
}
.p-liver__mask-text {
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (width <= 767px) {
  .p-liver__mask-text {
    font-size: 1.2rem;
  }
}
.p-liver__row {
  padding: 5rem 0;
}
.p-liver__row:first-child {
  padding-top: 0;
}
.p-liver__row:nth-child(even) {
  background: #f5f5f5;
}
.p-liver__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7rem;
}
@media only screen and (width <= 767px) {
  .p-liver__top {
    flex-wrap: wrap;
  }
}
.p-liver__photo {
  overflow: hidden;
  margin-right: 4.8rem;
  min-width: 46.7rem;
  width: 46.7rem;
  height: 75.4rem;
  border-radius: 1.5rem;
}
@media only screen and (width <= 767px) {
  .p-liver__photo {
    margin-right: 0;
    margin-bottom: 2rem;
    min-width: 100%;
    width: 100%;
    height: 40rem;
  }
}
.p-liver__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-liver__thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (width <= 767px) {
  .p-liver__thumb {
    gap: 1.5rem;
  }
}
.p-liver__thumb-item {
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  cursor: pointer;
  transition: var(--transition);
}
.p-liver__thumb-item:hover {
  transform: translateY(-1rem);
}
.p-liver__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-liver__green {
  margin-bottom: 2rem;
  padding: 3rem;
  border-radius: 3rem;
  background: #ebf5df;
}
.p-liver__heading {
  position: relative;
  margin-bottom: 6rem;
}
.p-liver__heading:after {
  position: absolute;
  bottom: -2.5rem;
  left: 0rem;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.2rem;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
}
.p-liver__text {
  margin-bottom: 3rem;
}
.p-liver__title {
  display: inline-block;
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 80%);
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.6;
  -webkit-text-fill-color: transparent;
}
.p-liver__sub {
  font-size: 2rem;
}
@media only screen and (width <= 767px) {
  .p-liver__right .c-btn-1.c-btn-1--right {
    justify-content: center;
  }
}

/* ======================================================================
    Philosophy
====================================================================== */
.support__bubble {
  position: absolute;
  top: -10rem;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/philosophy/bg.png) no-repeat center top;
}
@media only screen and (width <= 767px) {
  .support__bubble {
    top: 0rem;
    height: 100%;
    background: url(../images/philosophy/bg.png) no-repeat center top;
    background-size: 100% auto;
  }
}

.p-philosophy__message {
  position: relative;
}
@media only screen and (width <= 767px) {
  .p-philosophy__message {
    padding-top: 5rem;
  }
}
.p-philosophy__photo {
  margin-bottom: 5rem;
}
@media only screen and (width <= 767px) {
  .p-philosophy__photo {
    margin-bottom: 3rem;
  }
}
.p-philosophy__content {
  margin-bottom: 6rem;
}
@media only screen and (width <= 767px) {
  .p-philosophy__content {
    margin-bottom: 3rem;
  }
}
.p-philosophy__profile {
  margin-bottom: 15rem;
  padding: 15rem 0;
  background: #000;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-philosophy__profile {
    margin-bottom: 10rem;
    padding: 10rem 0;
  }
}
.p-philosophy__avatar {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media only screen and (width <= 767px) {
  .p-philosophy__avatar {
    align-items: flex-start;
  }
  .p-philosophy__avatar .c-title-1__jp--sub {
    display: block;
    margin-top: 5rem;
    margin-left: -60%;
  }
}
.p-philosophy__avatar img {
  margin-right: 4rem;
}
@media only screen and (width <= 767px) {
  .p-philosophy__avatar img {
    margin-right: 2rem;
    width: 35%;
  }
}
.p-philosophy__avatar h2 {
  padding-top: 5rem;
}
.p-philosophy__video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 1.9rem;
}
.p-philosophy__video-item {
  width: calc(33.3333333333% - 1.9rem);
  height: 20.5rem;
}
@media only screen and (width <= 767px) {
  .p-philosophy__video-item {
    width: calc(50% - 1.9rem);
    height: 25rem;
  }
}
.p-philosophy__video-item iframe {
  height: 100%;
}

/* ======================================================================
    Whats
====================================================================== */
.p-whats .c-breadcrumb {
  margin-bottom: 3rem;
}
.p-whats__liver {
  position: relative;
}
@media only screen and (width <= 767px) {
  .p-whats__liver {
    padding: 7rem 0 0;
  }
}
.p-whats__liver:after {
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60.7rem;
  background: url(../images/whats/bubble.png) no-repeat center top;
  content: "";
}
@media only screen and (width <= 767px) {
  .p-whats__liver:after {
    top: 0;
    background-size: 100% auto;
  }
}
.p-whats__liver-content {
  display: flex;
  justify-content: center;
}
@media only screen and (width <= 767px) {
  .p-whats__liver-content {
    flex-wrap: wrap;
  }
}
.p-whats__liver-content p {
  padding: 0 4rem;
  min-width: 62rem;
}
@media only screen and (width <= 767px) {
  .p-whats__liver-content p {
    margin-bottom: 2rem;
    padding: 0;
    min-width: 100%;
  }
}
@media only screen and (width <= 767px) {
  .p-whats__liver-img {
    position: relative;
    top: 0 !important;
    order: 3;
    margin: 0 1%;
    width: 48%;
  }
}
.p-whats__liver-img--right {
  position: relative;
  top: -12rem;
}
.p-whats__point {
  margin-top: -5rem;
  text-align: center;
}
@media only screen and (width <= 767px) {
  .p-whats__point {
    margin-top: 0;
  }
}
.p-whats__black {
  padding: 15rem 0;
  background: #000 url(../images/whats/bg_gray.png) no-repeat center center;
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__black {
    padding: 10rem 0;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
  }
}
.p-whats__black-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7rem 0;
}
.p-whats__black-item {
  width: 53rem;
}
.p-whats__black-answers {
  padding: 2rem;
  border-radius: 0 0 1.2rem 1.2rem;
  background: #fff;
}
.p-whats__black-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding: 1.2rem 2.4rem;
  border-radius: 1.2rem 1.2rem 0 0;
  background: linear-gradient(to right, rgb(120, 187, 41) 35%, rgb(255, 240, 0) 80%);
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (width <= 767px) {
  .p-whats__black-question {
    padding: 0.5rem 10rem 0.5rem 2rem;
  }
}
.p-whats__black-girl {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
}
@media only screen and (width <= 767px) {
  .p-whats__black-girl {
    width: 10rem;
  }
}
.p-whats__support {
  margin-top: -10rem;
  padding: 17rem 0 17rem;
  background: #f5f5f5;
}
.p-whats__support .c-title-3 {
  position: relative;
  margin-bottom: 5rem;
}
.p-whats__support .c-title-3__en {
  position: relative;
}
.p-whats__support .c-title-3__img {
  position: absolute;
  right: -10rem;
}
.p-whats__support-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-item {
    flex-wrap: wrap;
    margin-bottom: 7rem;
  }
}
.p-whats__support-item:nth-child(even) .p-whats__support-photo {
  order: 2;
}
.p-whats__support-item:nth-child(even) .p-whats__support-content {
  order: 1;
  margin-right: -16rem;
  margin-left: -6rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-item:nth-child(even) .p-whats__support-content {
    margin: 0 1rem;
  }
}
.p-whats__support-item:nth-child(even) .p-whats__support-content:after {
  top: -1.2rem;
  bottom: 0;
  left: -1.2rem;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__support-item:nth-child(even) .p-whats__support-content:after {
    bottom: -1.5rem;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }
}
.p-whats__support-item:nth-child(even) .p-whats__support-inner {
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__support-item:nth-child(even) .p-whats__support-inner {
    padding: 7rem 2rem;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }
}
.p-whats__support-item:nth-child(1) .p-whats__support-content {
  margin-top: 20rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-item:nth-child(1) .p-whats__support-content {
    margin-top: 0;
  }
}
.p-whats__support-item:nth-child(2) {
  align-items: flex-end;
  margin-bottom: 8.5rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-item:nth-child(2) {
    margin-bottom: 7rem;
  }
}

.p-whats__support-item:nth-child(3) .p-whats__support-photo {
  margin-top: 8rem;
}
@media only screen and (width <= 767px) {
  
.p-whats__support-item:nth-child(2) .p-whats__support-content {
  order: 2;
}
  .p-whats__support-item:nth-child(2) .p-whats__support-photo {
    order: 1;
    margin-bottom: 5rem;
  }
  .p-whats__support-item:nth-child(3) .p-whats__support-photo {
    margin-top: 0;
  }
}
.p-whats__support-curve {
  position: absolute;
}
.p-whats__support-curve--move1 {
  right: 19rem;
  bottom: -19rem;
}
.p-whats__support-curve--move2 {
  top: -17rem;
  right: 12rem;
  bottom: auto;
}
.p-whats__support-curve--move3 {
  top: -17rem;
  right: 41rem;
  bottom: auto;
}
.p-whats__support-photo {
  position: relative;
  z-index: 1;
  min-width: 72rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-photo {
    order: 1;
    margin-bottom: 2rem;
    min-width: 100%;
  }
}
.p-whats__support-dotbg {
  position: absolute;
  top: 10rem;
  left: -30rem;
  z-index: -1;
}
.p-whats__support-dotbg--move2 {
  top: 5rem;
  right: -30rem;
  left: auto;
}
.p-whats__support-dotbg--move3 {
  top: -5rem;
  left: -30rem;
}
.p-whats__support-content {
  position: relative;
  z-index: 2;
  margin-right: -6rem;
  margin-left: -16rem;
}
@media only screen and (width <= 767px) {
  .p-whats__support-content {
    order: 2;
    margin: 0 1rem 0;
  }
}
.p-whats__support-content:after {
  position: absolute;
  right: -1.2rem;
  bottom: -1.2rem;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__support-content:after {
    bottom: -1.5rem;
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
  }
}
.p-whats__support-inner {
  position: relative;
  z-index: 3;
  padding: 7.5rem 4.5rem;
  background: #fff;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__support-inner {
    padding: 5rem 2rem;
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
  }
}
.p-whats__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.5rem;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.2;
  transform: skewY(-3deg);
}
@media only screen and (width <= 767px) {
  .p-whats__heading {
    font-size: 2.6rem;
  }
}
.p-whats__heading-line {
  position: relative;
  display: block;
}
.p-whats__heading-line:after {
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2rem;
  background: rgb(120, 187, 41);
  background: linear-gradient(90deg, rgb(120, 187, 41) 0%, rgb(255, 240, 0) 100%);
  content: "";
  font-weight: bold;
}
.p-whats__heading-big {
  font-size: 5.6rem;
}
@media only screen and (width <= 767px) {
  .p-whats__heading-big {
    font-size: 3.6rem;
  }
}
.p-whats__heading-small {
  font-size: 3.2rem;
}
@media only screen and (width <= 767px) {
  .p-whats__heading-small {
    font-size: 2.1rem;
  }
}
.p-whats__faq {
  margin-top: -15rem;
  padding: 15rem 0 10rem;
  background: #fff;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (width <= 767px) {
  .p-whats__faq {
    padding: 10rem 0 7rem;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }
}
.p-whats__faq-item {
  margin-bottom: 3rem;
}
.p-whats__faq-item:last-child {
  margin-bottom: 0;
}
.p-whats__faq-question {
  display: flex;
  align-items: flex-start;
  margin-right: 20rem;
  margin-bottom: 2rem;
}
@media only screen and (width <= 767px) {
  .p-whats__faq-question {
    margin-right: 0;
  }
}
.p-whats__faq-answers {
  display: flex;
  align-items: flex-start;
}
.p-whats__faq-answers.active {
  align-items: center;
}
.p-whats__faq-answers.active .p-whats__faq-hidden {
  padding: 0;
  background: none;
}
.p-whats__faq-answers.active .p-whats__faq-hidden:after {
  display: none;
}
.p-whats__faq-answers.active .p-whats__faq-content {
  display: none;
}
.p-whats__faq-answers.active .p-whats__faq-less {
  display: none;
}
.p-whats__faq-answers.active .p-whats__faq-more {
  display: flex;
}
.p-whats__faq-hidden {
  position: relative;
  margin-right: 2rem;
  margin-left: 14rem;
  padding: 3rem 5rem;
  width: 100%;
  border-radius: 1.6rem;
  background: #fefabf;
}
@media only screen and (width <= 767px) {
  .p-whats__faq-hidden {
    margin-left: 0;
    padding: 2rem;
  }
}
.p-whats__faq-hidden:after {
  position: absolute;
  top: 3rem;
  right: -1.6rem;
  width: 1.6rem;
  height: 100%;
  background: url(../images/whats/row2.png) no-repeat center top;
  content: "";
}
.p-whats__faq-text3 {
  margin-bottom: 2rem;
}
.p-whats__faq-more {
  display: none;
  align-items: center;
  justify-content: flex-end;
  color: #3198f7;
  text-align: right;
  cursor: pointer;
}
.p-whats__faq-more img {
  margin-right: 1rem;
}
.p-whats__faq-less {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
.p-whats__faq-less img {
  margin-right: 1rem;
}
.p-whats__faq-text1 {
  position: relative;
  margin-left: 2rem;
  padding: 2.5rem 5rem;
  width: 100%;
  border-radius: 1.6rem;
  background: #eaf4de;
  font-weight: bold;
}
@media only screen and (width <= 767px) {
  .p-whats__faq-text1 {
    padding: 2rem;
  }
}
.p-whats__faq-text1:after {
  position: absolute;
  top: 3rem;
  left: -1.6rem;
  width: 1.6rem;
  height: 100%;
  background: url(../images/whats/row1.png) no-repeat center top;
  content: "";
}
.p-whats__faq-text1 img {
  min-width: 7.6rem;
}
@media only screen and (width <= 767px) {
  .p-whats__faq-aicon, .p-whats__faq-qicon {
    width: 4rem;
  }
}

/* ======================================================================
    ALIGN IMG WP
====================================================================== */
.alignleft {
  position: relative;
  display: flex;
  margin: auto;
  margin-left: 0;
  width: auto;
}

.alignright {
  position: relative;
  display: flex;
  margin: auto;
  margin-right: 0;
  width: auto;
}

.aligncenter {
  position: relative;
  display: flex;
  margin: auto;
  width: auto;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
	width: 100%;
	border: 1px solid #999;
}