@charset "UTF-8";
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
  letter-spacing: -0.02em;
  overflow: hidden;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/*==============================================================
	レイアウト関係
===============================================================*/
.inner_wrap {
  width: 1000px;
  margin: auto;
}

[class*="fl_box"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fl_box_wr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fl_box_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl_box_cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_box_bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl_box_bwc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

/*==============================================================
	見出し関係
===============================================================*/
.base_tl {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(38px, 2vw, 38px);
  font-weight: bold;
}

.base_tl span {
  display: block;
  font-size: clamp(18px, 2vw, 18px);
}

/*==============================================================
	#home
===============================================================*/
.mv_area {
  background-color: #f0e7dc;
}

.mv_area .mv_wrap {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  background: url(../../img/bg_mv.png) no-repeat center/cover;
  padding: 30px 0 80px;
}

.mv_area .fl_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv_area .left_box {
  width: 70%;
}

.mv_area .right_box {
  width: 30%;
  text-align: right;
}

.mv_area .right_box .fig {
  max-width: 250px;
  margin-left: auto;
}

.mv_area .box .fig {
  display: none;
}

.mv_area .logo {
  width: 100%;
  max-width: 220px;
  margin-bottom: 50px;
}

.mv_area .nintei {
  margin-bottom: 10px;
}

.mv_area .nintei img {
  max-width: 50%;
}

.mv_area .mv_tl {
  font-size: clamp(49px, 4vw, 51px);
  margin-bottom: 30px;
  font-weight: bold;
  color: #424242;
}

.mv_area .mv_tl small {
  font-size: clamp(32px, 2vw, 32px);
}

.mv_area .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.mv_area .merit_box .box {
  width: 33%;
  text-align: center;
}

.mv_area .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_area .contact_box .contact_btn {
  margin-right: 20px;
}

.problem_area {
  padding: 60px 0;
}

.problem_area .base_tl {
  color: #996600;
}

.problem_area .m_fig {
  text-align: center;
  margin-bottom: 30px;
}

.problem_area .m_fig img {
  max-width: 70%;
}

.problem_area .problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.problem_area .problem_list li {
  width: 48%;
  background-color: rgba(153, 102, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 20px 0 20px 0;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
}

.problem_area .problem_list .ico {
  width: 100px;
  margin-right: 20px;
}

.problem_area .problem_list .txt_box {
  width: calc(100% - 120px);
}

.problem_area .problem_list .txt_box .tl {
  font-size: clamp(18px, 2vw, 21px);
  margin-bottom: 10px;
  font-weight: bold;
}

.problem_area .problem_list .txt_box .txt {
  font-size: clamp(16px, 2vw, 16px);
}

.resolution_area {
  position: relative;
  background-color: rgba(255, 124, 36, 0.1);
  padding: 130px 0 80px;
}

.resolution_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  border: 200px solid transparent;
  border-top: 79px solid #fff;
}

.resolution_area .base_tl {
  color: #ff7c24;
}

.resolution_area .m_fig {
  text-align: center;
  margin-bottom: 80px;
}

.resolution_area .m_fig img {
  max-width: 70%;
}

.resolution_area .resolution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.resolution_area .resolution_list li {
  width: 32%;
  padding: 30px 20px 20px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 0 #ffddb7;
          box-shadow: 5px 5px 0 #ffddb7;
}

.resolution_area .resolution_list li::before {
  content: "";
  background: url(../../img/ico_resolution.svg) no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.resolution_area .resolution_list .tl {
  position: relative;
  color: #ff7c24;
  text-align: center;
  font-size: clamp(20px, 2vw, 22px);
  margin-bottom: 15px;
  font-weight: bold;
}

.resolution_area .resolution_list .tl small {
  font-size: clamp(16px, 2vw, 16px);
}

.resolution_area .resolution_list .photo {
  margin-bottom: 10px;
}

.resolution_area .resolution_list .txt {
  margin-bottom: 10px;
}

.resolution_area .resolution_list .usage {
  background-color: #ff7c24;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 5px;
  font-size: clamp(14px, 2vw, 14px);
}

.resolution_area .resolution_list .usage_txt {
  font-size: clamp(14px, 2vw, 14px);
  margin-bottom: 10px;
}

.resolution_area .resolution_list .price {
  background-color: #ff7c24;
  color: #fff;
  padding: 5px;
  font-size: clamp(14px, 2vw, 14px);
  text-align: center;
}

.reason_area {
  position: relative;
  padding: 130px 0 50px;
}

.reason_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  border: 200px solid transparent;
  border-top: 79px solid rgba(255, 124, 36, 0.1);
}

.reason_area .base_tl {
  color: #58ad14;
}

.reason_area .reason_list li {
  background-color: rgba(121, 200, 26, 0.06);
  -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 20px 0;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_area .reason_list .photo {
  width: 300px;
}

.reason_area .reason_list .txt_box {
  width: calc(100% - 330px);
  padding: 10px 0 0 30px;
}

.reason_area .reason_list .tl {
  color: #58ad14;
  font-size: clamp(24px, 2vw, 24px);
  margin-bottom: 15px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
}

.reason_area .reason_list .tl::before {
  content: "";
  background: url(../../img/ico_star.svg) no-repeat;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.reason_area .reason_list .txt {
  line-height: 1.8;
}

.contact_area {
  width: 100%;
  background-color: rgba(76, 204, 68, 0.2);
  padding: 50px 0;
}

.contact_area .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.contact_area .contact_box a {
  display: block;
  color: #000 !important;
}

.contact_area .contact_box .contact_btn {
  margin-right: 20px;
}

.faq_area {
  padding: 50px 0 50px;
  /*Question共通*/
}

.faq_area .base_tl {
  color: #58ad14;
}

.faq_area .faq_wrap {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.faq_area .faqBox {
  border: 2px dotted #58ad14;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq_area .que_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

.faq_area .que_box h3 {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_area .que_box h3 p {
  width: calc(100% - 90px);
  margin-left: 10px;
}

.faq_area .que_box .ico {
  background-color: #58ad14;
  color: #fff;
  border: 2px solid;
  width: 40px;
  height: 40px;
  padding: 0 0px 8px 0px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-size: 2.5rem;
}

.faq_area .que_box:last-child {
  margin-bottom: 0;
}

.faq_area .answerBox {
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.faq_area .answerBox .in_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.faq_area .answerBox .ico {
  background-color: #58ad14;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0 0px 5px 2px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-size: 2.5rem;
}

.faq_area .answerBox .txt_box {
  width: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.faq_area .answerBox .txt_box p,
.faq_area .answerBox .txt_box .custom {
  width: calc(100% - 40px);
  margin-left: 10px;
}

.faq_area .answerBox a {
  color: #0096dc;
  text-decoration: underline;
}

.faq_area .switchIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 20px;
  height: 20px;
}

.faq_area .switchIcon::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #79c81a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_area .switchIcon::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #79c81a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_area .open {
  border-radius: 20px;
}

.faq_area .open .que_box {
  margin-bottom: 10px;
}

.faq_area .open .que_box .switchIcon::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq_area .open .que_box .switchIcon::after {
  content: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_area .faq_txt {
  text-align: center;
  margin-top: 30px;
}

.voice_area {
  position: relative;
  padding: 130px 0 50px;
  background-color: rgba(153, 102, 0, 0.1);
}

.voice_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  border: 200px solid transparent;
  border-top: 79px solid #fff;
}

.voice_area .base_tl {
  color: #58ad14;
}

.voice_area .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_area .voice_list li {
  width: 48%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 4%;
}

.voice_area .voice_list .tl {
  width: 100%;
  color: #58ad14;
  font-size: clamp(18px, 2vw, 18px);
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice_area .voice_list .txt {
  width: 70%;
  margin-right: 3%;
  font-size: clamp(14px, 2vw, 14px);
  line-height: 1.8;
}

.voice_area .voice_list .fig {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.voice_area .voice_list .fig.custom {
  margin-top: 20px;
}

.voice_area .voice_list .fig img {
  width: 100px;
  margin: auto;
}

.flow_area {
  position: relative;
  padding: 130px 0 50px;
}

.flow_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  border: 200px solid transparent;
  border-top: 79px solid rgba(153, 102, 0, 0.1);
}

.flow_area .base_tl {
  color: #58ad14;
  margin-bottom: 80px;
}

.flow_area .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.flow_area .flow_list li {
  position: relative;
  width: 20%;
  text-align: center;
  position: relative;
  border: 2px solid #79c81a;
  border-left: none;
}

.flow_area .flow_list li:first-child {
  border-left: 2px solid #79c81a;
}

.flow_area .flow_list li:last-child::before, .flow_area .flow_list li:last-child::after {
  content: none;
}

.flow_area .flow_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 136px solid transparent;
  border-left: 25px solid #79c81a;
}

.flow_area .flow_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 136px solid transparent;
  border-left: 25px solid #fff;
}

.flow_area .flow_list li .box {
  padding: 70px 20px 20px;
  position: relative;
  left: 10px;
}

.flow_area .flow_list li .number {
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  margin-top: -35px;
}

.flow_area .flow_list li .ico {
  margin: 0 auto 20px;
}

.flow_area .flow_list li .ico img {
  width: auto;
  height: 52px;
}

.flow_area .flow_list li .tl {
  font-size: clamp(18px, 2vw, 21px);
  margin-bottom: 10px;
  font-weight: bold;
  color: #58ad14;
}

.flow_area .flow_list li .txt {
  font-size: clamp(16px, 2vw, 16px);
}

.flow_area .notes .tl {
  text-align: center;
  color: #996600;
  margin-bottom: 20px;
}

.flow_area .notes .list {
  max-width: 450px;
  margin: 0 auto 20px;
}

.flow_area .notes .list li {
  position: relative;
  font-size: clamp(14px, 2vw, 14px);
  padding-left: 30px;
  margin-bottom: 5px;
}

.flow_area .notes .list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.flow_area .notes .txt {
  text-align: center;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#79c019), to(#29800a));
  background: linear-gradient(to bottom, #79c019, #29800a);
  padding: 30px 0 0;
}

footer .fl_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

footer .logo {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
}

footer address {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.8;
  color: #fff;
}

footer address a {
  color: #fff !important;
}

footer .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .sns_list li {
  margin: 0 5px;
}

footer .sns_list img {
  width: 56px;
}

footer .copyright {
  border-top: 1px dotted #fff;
  font-size: clamp(14px, 2vw, 14px);
  padding-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 2vw, 14px);
  padding-bottom: 20px;
}

footer .nav li {
  position: relative;
}

footer .nav li:last-child::before {
  content: "|";
  position: absolute;
  color: #fff;
  left: 0;
}

footer .nav a {
  display: block;
  color: #fff;
  padding: 0 10px;
}

/*IEのみ*/
/*END
---------------------------------------------------------------------------------------*/
