@charset "UTF-8";
.sec_mv {
  padding: 0 0 58px;
  background: #fff url(../images/mv_bg-sp.jpg) center top/100% no-repeat;
}
@media screen and (min-width: 450px) {
  .sec_mv {
    background-position: center top -2em;
  }
}
@media screen and (min-width: 600px) {
  .sec_mv {
    background-position: center top -10em;
  }
}
@media screen and (min-width: 650px) {
  .sec_mv {
    background-position: center top -14em;
  }
}
@media screen and (min-width: 768px) {
  .sec_mv {
    background: #fff url(../images/mv_bg-pc.jpg) right top/120% no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1750px) {
  .sec_mv {
    background-size: 100%;
  }
}
.sec_mv__container {
  padding: 12.5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_mv__container {
    padding: 20px 0 0 0;
  }
}
.sec_mv__box01 {
  width: calc(100% + 8px);
  height: 25px;
  margin-bottom: 13.5px;
  background-color: #f2f8ee;
  border-radius: 25px;
  color: #5a3e2f;
  font-size: 80%;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_mv__box01 {
    height: 40px;
    max-width: 600px;
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv__box01 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .sec_mv__box01 {
    margin: 0 0 0 50px;
    font-size: 120%;
  }
}
.sec_mv__box02 {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 4px;
}
.sec_mv__box02 li {
  height: 25px;
  padding: 0 12.5px;
  background-color: #fd8b00;
  border-radius: 12.5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 73.33%;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_mv__box02 {
    width: calc(100% - 120px);
    margin: 0 0 0 auto;
    justify-content: center;
    grid-gap: 12px;
  }
  .sec_mv__box02 li {
    height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    font-size: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv__box02 {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_mv__box02 {
    width: calc(50% - 50px);
  }
}
.sec_mv__box03 {
  width: 100%;
  margin: 0 auto 4px;
}
.sec_mv__box03 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_mv__box03 {
    max-width: 550px;
    margin: 12px 0 10px auto;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv__box03 {
    max-width: 725px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_mv__box03 {
    margin-left: auto;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .sec_mv__box03 {
    margin-right: 160px;
  }
}
.sec_mv__box04 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17.5px;
}
.sec_mv__box04 li {
  height: 68px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #5a3e2f;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_mv__box04 li::before, .sec_mv__box04 li::after {
  content: "";
  width: 30px;
  height: calc(100% - 8px);
  border: 2px solid #1d6b43;
  -webkit-clip-path: polygon(0 0, 10px 0, 10px 100%, 0% 100%);
          clip-path: polygon(0 0, 10px 0, 10px 100%, 0% 100%);
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto 0;
}
.sec_mv__box04 li::before {
  left: 4px;
}
.sec_mv__box04 li::after {
  right: 4px;
  transform: scale(-1, 1);
}
.sec_mv__box04__number {
  color: #1d6b43;
  font-weight: 700;
  font-size: 93.33%;
  text-align: center;
  line-height: 1;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_mv__box04__number small {
  font-weight: 500;
  font-size: 10px;
}
.sec_mv__box04__number span {
  position: relative;
  z-index: 1;
}
.sec_mv__box04__number .stroke {
  -webkit-text-stroke: 4px #f3f3f3;
  text-stroke: 4px #f3f3f3;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.sec_mv__box04__text {
  background: linear-gradient(transparent 70%, #fdd519 70%, #fdd519 95%, transparent 95%);
  font-size: 93.33%;
  font-weight: 700;
  text-align: center;
}
.sec_mv__box04__text small {
  font-size: 85.714%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec_mv__box04 {
    padding: 0 5%;
    margin-left: auto;
    grid-gap: 40px;
  }
  .sec_mv__box04 li {
    height: 110px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  }
  .sec_mv__box04 li::before, .sec_mv__box04 li::after {
    content: "";
    width: 30px;
    height: calc(100% - 12px);
    border-width: 4px;
    -webkit-clip-path: polygon(0 0, 18px 0, 18px 100%, 0% 100%);
            clip-path: polygon(0 0, 18px 0, 18px 100%, 0% 100%);
    top: 6px;
    bottom: 6px;
  }
  .sec_mv__box04 li::before {
    left: 5px;
  }
  .sec_mv__box04 li::after {
    right: 5px;
  }
  .sec_mv__box04__number {
    font-size: 133.33%;
    text-shadow: 3px 3px 0 #f3f3f3, -3px 3px 0 #f3f3f3, 3px -3px 0 #f3f3f3, -3px -3px 0 #f3f3f3;
    top: -14px;
  }
  .sec_mv__box04__number small {
    font-size: 70%;
  }
  .sec_mv__box04__text {
    font-size: 160%;
  }
  .sec_mv__box04__text small {
    font-size: 83.333%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv__box04 {
    padding: 0 0 0 29%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_mv__box04 {
    padding: 0 0 0 51%;
  }
}
.sec_mv__box05 {
  width: 100%;
  padding: 0 23px;
  margin: 8px 0 57.8vw 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.sec_mv__box05 li {
  height: 40px;
  background: url(../images/mv_box05_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_mv__box05 li::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 2px;
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  pointer-events: none;
}
.sec_mv__box05__text {
  color: #fff;
  font-size: 86.66%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.15;
}
.sec_mv__box05__text strong {
  color: #fd8b00;
}
@media screen and (min-width: 768px) {
  .sec_mv__box05 {
    padding: 0 50px;
    margin: 22px 0 22px;
    margin-left: auto;
    grid-gap: 20px;
  }
  .sec_mv__box05 li {
    height: 80px;
  }
  .sec_mv__box05 li::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 2px;
    border-radius: 3px;
    top: 5px;
    left: 5px;
  }
  .sec_mv__box05__text {
    font-size: 160%;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .sec_mv__box05 {
    padding: 0 50px 0 calc(29% + 50px);
  }
}
@media screen and (min-width: 1200px) {
  .sec_mv__box05 {
    padding: 0 50px 0 calc(50% + 50px);
  }
}
.sec_mv__box06 {
  width: 100%;
}
.sec_mv__box06__text01 {
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  position: relative;
}
.sec_mv__box06__text01 span {
  position: relative;
  z-index: 1;
}
.sec_mv__box06__text01 .stroke {
  -webkit-text-stroke: 4px #1d6b43;
  text-stroke: 4px #1d6b43;
  position: absolute;
  top: 0.5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.sec_mv__box06__text01 strong {
  font-size: 150%;
}
.sec_mv__box06__text02 img {
  margin: 6px auto -9px;
}
.sec_mv__box06__text03 {
  color: #e92127;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 253.13%;
  white-space: nowrap;
}
.sec_mv__box06__text03 strong {
  font-size: 210%;
}
.sec_mv__box06__text03 span {
  position: relative;
}
.sec_mv__box06__text03 small {
  font-size: 31.6%;
  text-shadow: none;
  position: absolute;
  top: -4px;
  left: -4px;
}
.sec_mv__box06__text04 {
  padding-top: 5px;
  color: #000;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .sec_mv__box06__text01 {
    margin-bottom: 8px;
    font-size: 240%;
    letter-spacing: 7px;
  }
  .sec_mv__box06__text01 .stroke {
    -webkit-text-stroke: 7px #1d6b43;
    text-stroke: 7px #1d6b43;
    top: 0;
  }
  .sec_mv__box06__text01 strong {
    font-size: 166.66%;
  }
  .sec_mv__box06__text03 {
    margin-top: 3px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.9);
    font-size: 400%;
  }
  .sec_mv__box06__text03 strong {
    font-size: 185%;
  }
  .sec_mv__box06__text03 small {
    font-size: 30%;
    top: -14px;
    left: 8px;
  }
  .sec_mv__box06__text04 {
    padding-top: 12px;
    font-size: 106.66%;
  }
}

.sec_intro {
  padding: 0;
}
.sec_intro__box1 {
  padding: 47px 12.5px 70px;
  background: url(../images/intro_bg.jpg) left top/30px;
}
.sec_intro__box1__title {
  margin: 11px 0;
  color: #fff;
  font-size: 133.33%;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec_intro__box1__title strong {
  font-size: 180%;
  font-weight: 500;
}
.sec_intro__box1__title__fukidashi {
  width: 100%;
  max-width: 400px;
  height: 35px;
  margin: 0 auto 6px;
  background-color: #fff;
  border-radius: 5px;
  color: #1d6b43;
  font-size: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_intro__box1__title__fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-right: 12.5px solid transparent;
  border-left: 12.5px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_intro__box1__text01 img {
  width: 100%;
  max-width: 520px;
  display: inline-block;
}
.sec_intro__box1__list {
  width: 100%;
  max-width: 448px;
  margin: 0 auto 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.sec_intro__box1__listitem {
  position: relative;
}
.sec_intro__box1__listitem::before, .sec_intro__box1__listitem::after {
  color: #fff;
  font-size: 120%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.sec_intro__box1__listitem::before {
  -webkit-text-stroke: 6px #f9bf03;
  text-stroke: 6px #f9bf03;
  z-index: 1;
}
.sec_intro__box1__listitem:nth-child(1)::before, .sec_intro__box1__listitem:nth-child(1)::after {
  content: "01";
}
.sec_intro__box1__listitem:nth-child(2)::before, .sec_intro__box1__listitem:nth-child(2)::after {
  content: "02";
}
.sec_intro__box1__listitem:nth-child(3)::before, .sec_intro__box1__listitem:nth-child(3)::after {
  content: "03";
}
.sec_intro__box1__listitem__title {
  height: 30px;
  background-color: #f9bf03;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 93.33%;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_intro__box1__listitem__text {
  height: 54px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  color: #343434;
  font-weight: 700;
  font-size: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_intro__box1__listitem__text strong {
  color: #e92127;
  font-size: 166.66%;
}
.sec_intro__box1__areabox {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.sec_intro__box1__areabox__title {
  height: 35px;
  background-color: #5a3e2f;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 120%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_intro__box1__areabox__text {
  padding: 15px 12.5px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sec_intro__box1 {
    padding: 68px 0 72px;
  }
  .sec_intro__box1__title {
    margin: 22px 0;
    font-size: 200%;
  }
  .sec_intro__box1__title strong {
    font-size: 160%;
  }
  .sec_intro__box1__title__fukidashi {
    height: 40px;
    border-radius: 10px;
    font-size: 66.66%;
  }
  .sec_intro__box1__title__fukidashi::after {
    border-top: 16px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -15px;
  }
  .sec_intro__box1__list {
    margin-bottom: 34px;
    grid-gap: 14px;
  }
  .sec_intro__box1__listitem::before, .sec_intro__box1__listitem::after {
    font-size: 133.33%;
    top: -18px;
  }
  .sec_intro__box1__listitem__title {
    height: 40px;
    border-radius: 10px 10px 0 0;
    font-size: 133.33%;
  }
  .sec_intro__box1__listitem__text {
    height: 60px;
    border-radius: 0 0 10px 10px;
    font-size: 200%;
  }
  .sec_intro__box1__listitem__text strong {
    font-size: 120%;
  }
  .sec_intro__box1__areabox__title {
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 160%;
  }
  .sec_intro__box1__areabox__text {
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    font-size: 133.33%;
    line-height: 1.8;
  }
}
.sec_intro__box2 {
  padding: 15px 0 40px;
  background-color: #1d6b43;
  color: #fff;
}
.sec_intro__box2__title {
  margin-bottom: 8px;
  font-size: 160%;
  line-height: 1.45;
  letter-spacing: -0.2px;
}
.sec_intro__box2__title strong {
  color: #f58233;
  font-size: 125%;
}
.sec_intro__box2__box {
  width: 100%;
  max-width: 500px;
  padding: 10px 20px 25px;
  margin: 0 auto 16px;
  background-color: #fff;
  border-radius: 10px;
  color: #343434;
}
.sec_intro__box2__box__text01 {
  font-weight: 700;
  font-size: 240%;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 7px;
}
.sec_intro__box2__box__text01 img {
  width: 16px;
  transform: translateY(2px);
}
.sec_intro__box2__box__text02 {
  margin: 4px 0 13px;
  font-size: 80%;
  letter-spacing: 1px;
}
.sec_intro__box2__box__text03 {
  width: 100%;
  max-width: 290px;
  height: 35px;
  margin: 0 10px 0;
  background-color: #f9bf03;
  border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(242, 99, 0, 0.8);
  color: #fff;
  font-size: 113.33%;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_intro__box2__box__text03:hover {
  color: #fff;
}
.sec_intro__box2__box__text03::after {
  content: "";
  width: 27px;
  height: 31px;
  background: url(../images/intro_box02_text01.png) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: 1;
}
.sec_intro__box2__box__text03 span {
  color: #f56400;
}
.sec_intro__box2__list {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto 7px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec_intro__box2__list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_intro__box2__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_check-circle.png) center/contain no-repeat;
  margin-right: 10px;
  display: inline-block;
}
.sec_intro__box2__text {
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .sec_intro__box2 {
    padding: 35px 0 48px;
  }
  .sec_intro__box2__title {
    margin-bottom: 28px;
    font-size: 200%;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .sec_intro__box2__title strong {
    font-size: 160%;
  }
  .sec_intro__box2__box {
    margin-bottom: 56px;
  }
  .sec_intro__box2__box__text01 {
    font-size: 333.33%;
    grid-gap: 10px;
  }
  .sec_intro__box2__box__text01 img {
    width: 22px;
    transform: translateY(5px);
  }
  .sec_intro__box2__box__text02 {
    margin: 10px 0 16px;
    font-size: 133.33%;
    letter-spacing: 0;
  }
  .sec_intro__box2__box__text03 {
    max-width: 430px;
    height: 50px;
    margin: 0 0 0 15px;
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(242, 99, 0, 0.8);
    font-size: 150%;
  }
  .sec_intro__box2__box__text03::after {
    content: "";
    width: 36px;
    height: 42px;
    bottom: -12px;
    right: -12px;
  }
  .sec_intro__box2__list {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 200%;
  }
  .sec_intro__box2__list li::before {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .sec_intro__box2__text {
    font-size: 160%;
    letter-spacing: 2px;
  }
}

.sec_estimate {
  padding: 0 0 55px;
}
.sec_estimate__title {
  padding: 0 20px 0 11px;
  margin-top: -36px;
}
@media screen and (min-width: 768px) {
  .sec_estimate {
    padding-bottom: 132px;
  }
  .sec_estimate__container {
    max-width: 750px;
  }
  .sec_estimate__title {
    margin: -160px -16px 0 -55px;
  }
}

.sec_about {
  padding: 85px 0 80px;
  background: url(../images/about_bg1.jpg) right top/30px;
}
.sec_about__container {
  padding: 0 12.5px;
}
.sec_about__box {
  padding: 44px 15px 40px;
  background: #fff url(../images/about_bg2-sp.jpg) center bottom/100% no-repeat;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 93.33%;
  line-height: 1.35;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.sec_about__box p {
  margin-bottom: 1.35em;
}
.sec_about__box em {
  background: linear-gradient(transparent 70%, #f9bf03 70%);
  color: #5a3e2f;
  font-style: normal;
  font-weight: 700;
}
.sec_about__box strong {
  color: #ee5f00;
  font-weight: 700;
  font-size: 128.5%;
  text-shadow: none;
  position: relative;
  z-index: 1;
}
.sec_about__box strong::before {
  content: "「特殊伐採」";
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.sec_about__title {
  width: 100%;
  max-width: 260px;
  margin: -78px auto 12px;
}
@media screen and (min-width: 768px) {
  .sec_about {
    padding: 82px 0;
    background-size: 54px;
  }
  .sec_about__container {
    max-width: 900px;
    padding: 0 12.5px;
    border-radius: 20px;
  }
  .sec_about__box {
    padding: 88px 40px 40px;
    background: #fff url(../images/about_bg2-pc.jpg) center/cover no-repeat;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    font-size: 120%;
    line-height: 1.5;
    position: relative;
  }
  .sec_about__box p {
    margin-bottom: 1.6em;
  }
  .sec_about__box p:last-child {
    margin-bottom: 0;
  }
  .sec_about__box strong {
    font-size: 150%;
  }
  .sec_about__title {
    margin: -115px 0 45px;
  }
}
@media screen and (min-width: 925px) {
  .sec_about__container {
    padding: 0;
  }
  .sec_about__box {
    font-size: 125%;
  }
}

.sec_place__box1 {
  padding: 88.5px 12.5px 0;
  background: #f2f8ee url(../images/place_bg-sp.png) center top/100% no-repeat;
}
.sec_place__box1__container {
  padding: 0 12.5px;
}
.sec_place__box1__content {
  padding: 23px 35px 26px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  position: relative;
}
.sec_place__box1__content::after {
  content: "";
  width: 160px;
  height: 50px;
  background: url(../images/place_box1_img02-sp.png) center top/contain no-repeat;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_place__box1__title {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 120%;
  line-height: 1.7;
}
.sec_place__box1__title strong {
  color: #1d6b43;
  font-size: 166.66%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec_place__box1__title strong::before {
  content: "巨木・高木伐採";
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.sec_place__box1__title span {
  background: linear-gradient(transparent 70%, #f9bf03 70%);
  letter-spacing: 1px;
}
.sec_place__box1__title em {
  font-size: 133.33%;
  font-style: normal;
}
.sec_place__box1__list {
  margin-bottom: 19px;
  font-weight: 400;
  display: grid;
  grid-gap: 9px;
}
.sec_place__box1__list li {
  padding-left: 35px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}
.sec_place__box1__list li::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/place_box1_img01.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.sec_place__box1__text {
  letter-spacing: 1px;
  line-height: 1.3;
}
.sec_place__box1__text strong {
  color: #f26300;
  font-size: 200%;
}
@media screen and (min-width: 768px) {
  .sec_place__box1 {
    padding: 80px 0;
    background-image: url(../images/place_bg-pc.png);
  }
  .sec_place__box1__container {
    padding: 0;
  }
  .sec_place__box1__content {
    max-width: 700px;
    padding: 30px 54px 16px;
    font-size: 160%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_place__box1__content::after {
    width: 380px;
    height: 60px;
    background-image: url(../images/place_box1_img02-pc.png);
    bottom: -59px;
  }
  .sec_place__box1__title {
    margin-bottom: 42px;
    font-size: 125%;
    line-height: 1.5;
  }
  .sec_place__box1__title strong {
    font-size: 120%;
  }
  .sec_place__box1__title em {
    font-size: 120%;
  }
  .sec_place__box1__list {
    width: 100%;
    margin-bottom: 42px;
    grid-gap: 31px;
  }
  .sec_place__box1__list li {
    padding-left: 66px;
  }
  .sec_place__box1__list li::before {
    width: 56px;
    height: 56px;
    top: -12px;
  }
}
.sec_place__box2 {
  padding: 75px 0 70px;
  background-color: #f2f8ee;
  letter-spacing: 1px;
}
.sec_place__box2__text01 {
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.sec_place__box2__text02 {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.388;
  letter-spacing: 1px;
}
.sec_place__box2__text02 strong {
  color: #f00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec_place__box2 {
    padding: 2px 0 100px;
    font-size: 130%;
  }
  .sec_place__box2__text01 {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .sec_place__box2__text02 {
    font-size: 125%;
    line-height: 1.55;
  }
}
@media screen and (min-width: 1024px) {
  .sec_place__box2 {
    font-size: 160%;
  }
}
.sec_place__box3 {
  padding: 42px 0 65px;
  background: repeating-linear-gradient(-45deg, #fbf8f1 3px, #fbf8f1 12px, #f5f2ed 12px, #f5f2ed 22px);
}
.sec_place__box3__container {
  width: 100%;
}
.sec_place__box3__title {
  margin-bottom: 30px;
  color: #6c462d;
  font-size: 160%;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
.sec_place__box3__title strong {
  font-size: 150%;
}
.sec_place__box3__title .green {
  color: #1d6b43;
}
.sec_place__box3__title .red {
  color: #f00;
}
.sec_place__box3__title .stroke {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.sec_place__box3__slide_wrap {
  margin-bottom: 30px;
}
.sec_place__box3__slide {
  opacity: 0.7;
  transform: scale(0.9);
  transition: 0.3s;
}
.sec_place__box3__slide img {
  border-radius: 5px;
}
.sec_place__box3__slide.slick-current {
  opacity: 1;
  transform: scale(1);
}
.sec_place__box3__text {
  font-size: 120%;
  letter-spacing: 2px;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  .sec_place__box3 {
    padding: 70px 0 90px;
  }
  .sec_place__box3__container {
    width: calc(100% - 25px);
    max-width: 1025px;
  }
  .sec_place__box3__title {
    margin-bottom: 65px;
    font-size: 200%;
    line-height: 1.3;
  }
  .sec_place__box3__title strong {
    font-size: 120%;
  }
  .sec_place__box3__title .stroke {
    -webkit-text-stroke: 10px #fff;
    text-stroke: 10px #fff;
  }
  .sec_place__box3__slide_wrap {
    margin-bottom: 57px;
  }
  .sec_place__box3__slide img {
    border-radius: 10px;
  }
  .sec_place__box3__text {
    font-size: 120%;
    letter-spacing: 2.5px;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .sec_place__box3__text {
    font-size: 160%;
  }
}

.sec_video {
  padding: 22px 0;
  background-color: #fbf8f1;
}
.sec_video__list {
  width: 100%;
  max-width: 252.5px;
  margin: 0 auto;
  display: grid;
  grid-gap: 30px;
}
.sec_video__list li {
  position: relative;
}
.sec_video__list__video {
  width: 100%;
  position: relative;
}
.sec_video__list__title {
  width: 100%;
  height: 150px;
  background-color: rgba(96,45,29,0.8);
  color: #fff;
  font-weight: 700;
  font-size: 250%;
  text-align: center;
  line-height: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_video__list__title small {
  font-weight: 400;
  font-size: 50%;
}
.sec_video__list__text {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 130%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: inherit;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
}
.sec_video__list__text small {
  margin-top: 1.5em;
  font-weight: 400;
  font-size: 80%;
}
.sec_video__list li.playing .sec_video__list__title,
.sec_video__list li.playing .sec_video__list__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec_video {
    padding: 68px 0 55px;
  }
  .sec_video__list {
    max-width: 765px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  .sec_video__list li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sec_worry__box1 {
  padding: 24px 0 285px;
  background: #fff url(../images/worry_box1_bg-sp.jpg) center bottom/100% no-repeat;
}
.sec_worry__box1__title {
  margin-bottom: 45px;
  font-size: 133.33%;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}
.sec_worry__box1__title .green {
  color: #1d6b43;
}
.sec_worry__box1__title em {
  color: #85a93d;
  font-size: 140%;
  font-style: normal;
}
.sec_worry__box1__title strong {
  font-size: 180%;
}
.sec_worry__box1__list_wrap {
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.sec_worry__box1__list {
  width: 100%;
  display: grid;
  grid-gap: 12px;
}
.sec_worry__box1__list li {
  padding-left: 30px;
  font-size: 93.33%;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.sec_worry__box1__list li::before {
  content: "";
  width: 23px;
  height: 20px;
  background: url(../images/icon_check-box.png) center/contain no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_worry__box1__list li strong {
  color: #ffa303;
}
@media screen and (min-width: 500px) {
  .sec_worry__box1 {
    background-position: center bottom -15vw;
  }
}
@media screen and (min-width: 650px) {
  .sec_worry__box1 {
    background-position: center bottom -8em;
  }
}
@media screen and (min-width: 700px) {
  .sec_worry__box1 {
    background-position: center bottom -10em;
  }
}
@media screen and (min-width: 768px) {
  .sec_worry__box1 {
    padding: 64px 0 495px;
    background: #fff url(../images/worry_box1_bg-pc.jpg) center bottom -1px/min(100%, 1200px) no-repeat;
  }
  .sec_worry__box1__title {
    margin-bottom: 53px;
    font-size: 200%;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .sec_worry__box1__title em {
    font-size: 120%;
  }
  .sec_worry__box1__title strong {
    font-size: 120%;
  }
  .sec_worry__box1__list_wrap {
    max-width: 1000px;
    grid-gap: 23px;
  }
  .sec_worry__box1__list {
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 23px 30px;
  }
  .sec_worry__box1__list li {
    padding-left: 35px;
    font-size: 100%;
  }
  .sec_worry__box1__list li::before {
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_worry__box1__list li {
    padding-left: 53px;
    font-size: 133.33%;
  }
  .sec_worry__box1__list li::before {
    width: 40px;
    height: 35px;
    top: -2px;
  }
}
.sec_worry__box2 {
  padding: 70px 0 75px;
  position: relative;
}
.sec_worry__box2__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.sec_worry__box2__title {
  padding: 0 12.5px;
  margin-bottom: 26px;
}
.sec_worry__box2__text01 {
  width: 100%;
  margin-bottom: 28px;
}
.sec_worry__box2__text02 {
  padding: 0 12.5px;
  margin-bottom: 1.5em;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.sec_worry__box2__bg {
  width: 100%;
  height: auto;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  left: 0;
}
.sec_worry__box2__bg--top {
  top: 0;
}
.sec_worry__box2__bg--bottom {
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .sec_worry__box2 {
    padding: 60px 0 42px;
  }
  .sec_worry__box2__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_worry__box2__title {
    margin-bottom: 12px;
  }
  .sec_worry__box2__text01 {
    max-width: 330px;
    margin-bottom: 20px;
  }
  .sec_worry__box2__text02 {
    width: 100%;
    max-width: 990px;
    padding: 0 12.5px;
    margin-bottom: 2em;
    font-size: 100%;
    letter-spacing: 2px;
    line-height: 1.7;
  }
  .sec_worry__box2__bg {
    height: 95px;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media screen and (min-width: 1024px) {
  .sec_worry__box2__text02 {
    font-size: 133.33%;
  }
  .sec_worry__box2__bg {
    height: 145px;
  }
}

.sec_cause {
  background-color: #0f0f11;
  color: #fff;
  position: relative;
}
.sec_cause::before, .sec_cause::after {
  content: "";
  width: 100%;
  height: calc(50% - 24px);
  background: url(../images/cause_bg.png) center top/100% no-repeat;
  position: absolute;
  left: 0;
  z-index: 0;
}
.sec_cause::before {
  top: 24px;
}
.sec_cause::after {
  bottom: 24px;
  transform: rotate(180deg);
}
.sec_cause__bar {
  width: 100%;
  height: 24px;
  background: url(../images/cause_bar-sp.jpg) right center;
  display: block;
}
.sec_cause__container {
  padding: 36px 0;
  position: relative;
  z-index: 1;
}
.sec_cause__title {
  padding: 0 6px;
  margin-bottom: 14px;
}
.sec_cause__text {
  width: 100%;
  padding: 0 25px;
  margin-top: 48px;
}
.sec_cause__content {
  padding: 26px 0 23px;
  border-bottom: 1px solid #a8adae;
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
}
.sec_cause__content__image {
  width: 133px;
  height: auto;
  flex-shrink: 0;
}
.sec_cause__content__text_wrap {
  width: calc(100% - 155px);
  padding-top: 14px;
}
.sec_cause__content__title {
  padding: 6px;
  margin: 0 0 7px -4.5em;
  background-color: #ead322;
  color: #000;
  font-size: 120%;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec_cause__content__title strong {
  color: #f00;
}
.sec_cause__content__text {
  font-size: 93.33%;
  line-height: 1.7;
}
.sec_cause__content:nth-child(odd) .sec_cause__content__image {
  order: 1;
}
.sec_cause__content:nth-child(odd) .sec_cause__content__title {
  margin: 0 0 7px 6em;
}
.sec_cause__content:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec_cause::before, .sec_cause::after {
    height: calc(50% - 48px);
    background-size: min(100%, 1200px);
  }
  .sec_cause::before {
    top: 48px;
  }
  .sec_cause::after {
    bottom: 48px;
  }
  .sec_cause__bar {
    height: 48px;
    background-image: url(../images/cause_bar-pc.jpg);
  }
  .sec_cause__container {
    padding: 70px 0 110px;
  }
  .sec_cause__title {
    padding: 0;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_cause__text {
    margin-top: 0;
  }
  .sec_cause__text img {
    display: inline-block;
  }
  .sec_cause__content {
    width: 100%;
    max-width: 960px;
    padding: 26px 0 35px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    grid-gap: 27px;
  }
  .sec_cause__content:nth-child(odd) {
    justify-content: flex-end;
  }
  .sec_cause__content:nth-child(n+3) {
    margin-top: -75px;
    margin-bottom: 15px;
  }
  .sec_cause__content__image {
    width: 210px;
  }
  .sec_cause__content__text_wrap {
    width: calc(100% - 210px);
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_cause__content__title {
    padding: 9px 32px 11px;
    margin: 0 0 15px -4.7em;
    font-size: 160%;
  }
  .sec_cause__content__text {
    width: 100%;
    max-width: 17em;
    font-size: 133.33%;
    line-height: 1.75;
  }
  .sec_cause__content:nth-child(odd) .sec_cause__content__text_wrap {
    margin-right: -120px;
    align-items: flex-end;
  }
  .sec_cause__content:nth-child(odd) .sec_cause__content__title {
    margin: 0 0 15px 6em;
  }
  .sec_cause__content:nth-child(odd) .sec_cause__content__text {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .sec_cause__content__image {
    margin-left: -120px;
  }
  .sec_cause__content:nth-child(odd) .sec_cause__content__text_wrap {
    margin-right: 0;
  }
}

.sec_service {
  padding: 45px 0 78px;
}
.sec_service__title {
  width: 100%;
  padding: 0 18px;
  margin: 0 auto 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_service__list {
  display: grid;
  grid-gap: 57px;
  counter-reset: service_list 0;
}
.sec_service__listitem {
  padding: 0 13px;
  color: #000;
  position: relative;
}
.sec_service__listitem::before {
  content: "POINT";
  font-size: 7px;
  position: absolute;
  top: -1px;
  left: 13px;
}
.sec_service__listitem::after {
  counter-increment: service_list 1;
  content: counter(service_list, decimal-leading-zero);
  font-size: 133.33%;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 13px;
}
.sec_service__listitem__title {
  padding-left: 27px;
  margin-bottom: 17px;
  font-size: 120%;
}
.sec_service__listitem__title span {
  padding: 1px 10px 2px;
  background-color: #2f5986;
  -webkit-clip-path: polygon(7px 0%, 100% 0%, calc(100% - 7px) 100%, 0% 100%);
          clip-path: polygon(7px 0%, 100% 0%, calc(100% - 7px) 100%, 0% 100%);
  color: #fff;
  display: inline-block;
}
.sec_service__listitem__title span strong {
  color: #ecd622;
  font-weight: 700;
}
.sec_service__listitem__text {
  margin-bottom: 15px;
  font-size: 93.33%;
  line-height: 1.7;
}
.sec_service__listitem__image {
  width: 100%;
}
.sec_service__listitem__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_service {
    padding: 85px 0 105px;
  }
  .sec_service__container {
    max-width: 960px;
  }
  .sec_service__title {
    max-width: 500px;
    margin-bottom: 66px;
  }
  .sec_service__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 56px 37px;
  }
  .sec_service__listitem {
    padding: 0;
  }
  .sec_service__listitem::before {
    font-size: 10px;
    top: -2px;
    left: 0;
  }
  .sec_service__listitem::after {
    font-size: 145%;
    left: 1px;
  }
  .sec_service__listitem__title {
    padding-left: 35px;
    margin-bottom: 13px;
    font-size: 125%;
  }
  .sec_service__listitem__title span {
    padding: 2px 12px 4px 12px;
  }
  .sec_service__listitem__text {
    height: 6.5em;
    margin-bottom: 16.5px;
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_service__listitem::after {
    font-size: 186.66%;
  }
  .sec_service__listitem__title {
    padding-left: 40px;
    font-size: 160%;
  }
  .sec_service__listitem__title span {
    padding: 2px 27px 4px 23px;
  }
  .sec_service__listitem__text {
    height: 5em;
    font-size: 120%;
  }
}

.sec_sorashi {
  background: #cae5ff url(../images/sorashi_bg-sp.jpg) center bottom/100% no-repeat;
  color: #000;
}
.sec_sorashi__container {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.sec_sorashi__box1__title {
  width: calc(100% + 84px);
  margin-left: -45px;
  margin-bottom: 20px;
}
.sec_sorashi__box1__title img {
  -o-object-position: center top;
     object-position: center top;
}
.sec_sorashi__box1__image {
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.2);
}
.sec_sorashi__box2 {
  padding: 32px 0;
  display: grid;
  grid-gap: 18px;
}
.sec_sorashi__box2__text {
  background-color: #fff;
  font-size: 93.33%;
  line-height: 1.75;
}
.sec_sorashi__box2__text--1 {
  padding: 11px 16px 15px;
}
.sec_sorashi__box2__text--2 {
  padding: 6px 16px 13px;
}
.sec_sorashi__box2__text strong {
  background-color: #ecd200;
  color: #0737ed;
  font-weight: 700;
}
.sec_sorashi__box3 {
  padding: 10px 0 52vw;
}
.sec_sorashi__box3__title {
  width: calc(100% - 12px);
  margin: 0 0 20px 12px;
  color: #32568f;
  font-size: 240%;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}
.sec_sorashi__box3__title::before {
  content: "MESSAGE";
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_sorashi__box3__text_wrap {
  padding: 0 10px 0 16px;
}
.sec_sorashi__box3__text01 {
  margin-bottom: 20px;
  font-size: 93.33%;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.sec_sorashi__box3__text01 strong {
  font-size: 128.5%;
  font-weight: 500;
}
.sec_sorashi__box3__text01 strong.red {
  color: #f00;
}
#about .sec_sorashi__box3__text01 strong {
  font-weight: 700;
}
.sec_sorashi__box3__text02 {
  font-size: 93.33%;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .sec_sorashi {
    padding: 50px 0 0 0;
    background: #cae5ff;
  }
  .sec_sorashi__container {
    max-width: 960px;
    padding: 0;
  }
  .sec_sorashi__box1 {
    width: 50%;
    padding-right: 18px;
  }
  .sec_sorashi__box1__title {
    width: 100%;
    margin-left: 0;
  }
  .sec_sorashi__box2 {
    width: 50%;
    padding: 30px 0;
    grid-gap: 10px;
  }
  .sec_sorashi__box2__text {
    font-size: 100%;
    line-height: 1.77;
    display: flex;
    align-items: center;
  }
  .sec_sorashi__box2__text--1 {
    padding: 8px 18px 15px;
  }
  .sec_sorashi__box2__text--2 {
    padding: 9px 18px 13px;
  }
  .sec_sorashi__box3 {
    width: 100%;
    padding: 40px 0 60px;
    background: url(../images/sorashi_bg-pc.jpg) right bottom/70% no-repeat;
  }
  .sec_sorashi__box3__title {
    margin: 0 0 28px 6px;
  }
  .sec_sorashi__box3__text_wrap {
    padding-left: 10px;
  }
  .sec_sorashi__box3__text01 {
    margin-bottom: 15px;
    font-size: 140%;
    letter-spacing: 2px;
    line-height: 1.8;
  }
  .sec_sorashi__box3__text01 strong {
    font-size: 125%;
  }
  .sec_sorashi__box3__text01 strong.red {
    font-size: 100%;
  }
  .sec_sorashi__box3__text02 {
    font-size: 100%;
    letter-spacing: 2px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .sec_sorashi__box1 {
    padding-right: 48px;
  }
  .sec_sorashi__box2__text {
    font-size: 133.33%;
  }
  .sec_sorashi__box3 {
    background-size: contain;
  }
  .sec_sorashi__box3__text01 {
    font-size: 160%;
  }
  .sec_sorashi__box3__text02 {
    font-size: 133.33%;
  }
}

.sec_solution {
  padding: 70px 0 60px;
  position: relative;
}
.sec_solution__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.sec_solution__title {
  padding: 0 30px;
  margin-bottom: 25px;
}
.sec_solution__text01 {
  width: 100%;
  margin-bottom: 24px;
}
.sec_solution__text02 {
  padding: 0 12.5px;
  margin-bottom: 24px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.sec_solution__text02 strong {
  font-weight: 700;
}
.sec_solution__bg {
  width: 100%;
  height: auto;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  left: 0;
}
.sec_solution__bg--top {
  top: 0;
}
.sec_solution__bg--bottom {
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .sec_solution {
    padding: 72px 0 50px;
  }
  .sec_solution__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_solution__title {
    margin-bottom: 12px;
  }
  .sec_solution__text01 {
    max-width: 340px;
    margin-bottom: 18px;
  }
  .sec_solution__text02 {
    width: 100%;
    max-width: 725px;
    padding: 0 0 0 12.5px;
    margin-bottom: 2em;
    font-size: 100%;
    letter-spacing: 2px;
    line-height: 1.75;
  }
  .sec_solution__text02 strong {
    font-weight: 700;
  }
  .sec_solution__bg {
    height: 95px;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media screen and (min-width: 1024px) {
  .sec_solution__text02 {
    font-size: 133.33%;
  }
  .sec_solution__bg {
    height: 135px;
  }
}

.sec_possible__box1 {
  background: url(../images/possible_box1_bg-sp.jpg) center top/cover no-repeat;
}
.sec_possible__box1__container {
  padding: 48px 0 34px;
}
.sec_possible__box1__text {
  color: #fff;
  font-weight: 700;
  font-size: 160%;
  letter-spacing: 2.5px;
  line-height: 1.5;
}
.sec_possible__box1__text strong {
  color: #fffd01;
}
.sec_possible__box1__text span {
  padding: 0px 8px;
  background-color: #000;
}
.sec_possible__box2 {
  padding: 8px 0 35px;
  background-color: #5a3e2f;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 60px) calc(100% - 25px), 50% 100%, calc(50% - 60px) calc(100% - 25px), 0 calc(100% - 25px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 60px) calc(100% - 25px), 50% 100%, calc(50% - 60px) calc(100% - 25px), 0 calc(100% - 25px));
}
.sec_possible__box2__text {
  color: #fff;
  font-size: 160%;
  letter-spacing: 2.5px;
}
.sec_possible__box3 {
  padding: 20px 12.5px 60px;
}
.sec_possible__box3__container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.sec_possible__box3__image {
  margin-bottom: 10px;
}
.sec_possible__box3__image img {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.sec_possible__box3__text_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 25px;
}
.sec_possible__box3__text {
  font-size: 93.33%;
  letter-spacing: 1.5px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sec_possible__box1__container {
    padding-top: 100px;
  }
  .sec_possible__box1__text {
    font-size: 200%;
    letter-spacing: 2.5px;
    line-height: 1.35;
  }
  .sec_possible__box1__text span {
    padding: 0 30px;
  }
  .sec_possible__box2 {
    padding: 15px 0 57px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 57px), calc(50% + 142px) calc(100% - 57px), 50% 100%, calc(50% - 142px) calc(100% - 57px), 0 calc(100% - 57px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 57px), calc(50% + 142px) calc(100% - 57px), 50% 100%, calc(50% - 142px) calc(100% - 57px), 0 calc(100% - 57px));
  }
  .sec_possible__box2__text {
    font-size: 200%;
    letter-spacing: 2.5px;
  }
  .sec_possible__box3 {
    padding: 26px 0 75px;
  }
  .sec_possible__box3__container {
    flex-direction: row;
    grid-gap: 20px;
  }
  .sec_possible__box3__image {
    width: 50%;
    padding: 10px 7px 0px 15px;
    margin-bottom: 0;
  }
  .sec_possible__box3__image img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  }
  .sec_possible__box3__text_wrap {
    width: 50%;
    grid-gap: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_possible__box1 {
    background: #000;
  }
  .sec_possible__box1__container {
    padding: 58px 0 45px;
    background: url(../images/possible_box1_bg-pc.jpg) center top/cover no-repeat;
  }
  .sec_possible__box1__text {
    font-size: 240%;
  }
  .sec_possible__box3 {
    padding: 26px 0 115px;
  }
  .sec_possible__box3__text {
    font-size: 133%;
    letter-spacing: 2.3px;
    line-height: 1.8;
  }
}

.sec_empty {
  padding: 27px 0 56px;
  background: url(../images/empty_bg.jpg) left top/40px;
  color: #000;
}
.sec_empty__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 160%;
}
.sec_empty__title strong {
  font-size: 150%;
}
.sec_empty__title strong span {
  color: #fd8b00;
}
.sec_empty__box {
  width: 100%;
  max-width: 955px;
  padding: 30px 25px 25px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.sec_empty__box__image {
  width: 100%;
  margin-bottom: 25px;
}
.sec_empty__box__text {
  padding: 0 3px;
  margin-bottom: 33px;
  font-size: 93.33%;
  line-height: 1.75;
}
.sec_empty__box__text strong {
  color: #f00;
  font-weight: 700;
}
.sec_empty__box__law {
  padding: 20px;
  margin-top: 50px;
  border: 1px solid #fd8b00;
  line-height: 1.5;
}
.sec_empty__box__law__title {
  width: 100%;
  height: 60px;
  margin-top: -50px;
  background-color: #fff;
  border: 1px solid #fd8b00;
  color: #fd8b00;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_empty__box__law__text strong {
  font-weight: 700;
}
.sec_empty__box__law__list {
  margin-left: 1.5em;
}
.sec_empty__box__law__list li {
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .sec_empty {
    padding: 75px 0 90px;
    background-size: 100px;
  }
  .sec_empty__title {
    margin-bottom: 38px;
    font-size: 200%;
  }
  .sec_empty__title strong {
    font-size: 120%;
  }
  .sec_empty__box {
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
  }
  .sec_empty__box__image {
    width: 44%;
    padding-top: 10px;
    margin: 0;
  }
  .sec_empty__box__text {
    width: 56%;
    padding-left: 35px;
    margin: 0;
    font-size: 100%;
  }
  .sec_empty__box__law {
    padding: 50px 30px;
    margin-top: 50px;
  }
  .sec_empty__box__law__title {
    width: 100%;
    max-width: 400px;
    margin: -80px auto 30px;
    font-size: 130%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_empty__box {
    padding: 52px 85px 45px;
  }
  .sec_empty__box__text {
    font-size: 133.33%;
  }
  .sec_empty__box__btn {
    max-width: 450px;
    height: 80px;
    margin: 80px auto 0;
    font-size: 160%;
  }
}

@media screen and (min-width: 768px) {
  .sec_demand {
    font-size: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_demand {
    font-size: 100%;
  }
}
.sec_demand__box1 {
  padding-bottom: 10px;
  position: relative;
}
.sec_demand__box1::after {
  content: "";
  width: 100%;
  height: 170px;
  background: url(../images/demand_box1_titlebg-sp.png) left top/contain no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(70% + 11px), 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(70% + 11px), 0% 100%);
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
}
.sec_demand__box1__title {
  padding: 30px 4px 67px;
  background-color: #85a93d;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.sec_demand__box1__title strong {
  color: #f9bf03;
  font-size: 120%;
}
.sec_demand__box1__container {
  max-width: 550px;
  padding: 0 25px;
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.sec_demand__box1__image {
  margin-bottom: 25px;
}
.sec_demand__box1__image img {
  width: 100%;
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.2);
}
.sec_demand__box1__text {
  font-size: 93.33%;
  line-height: 1.75;
}
@media screen and (min-width: 500px) {
  .sec_demand__box1__title {
    font-size: 140%;
  }
}
@media screen and (min-width: 576px) {
  .sec_demand__box1__title {
    padding-right: 10%;
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  .sec_demand__box1 {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .sec_demand__box1::after {
    height: 400px;
    background: url(../images/demand_box1_titlebg-pc.png) left calc(50% - 280px) top/465px no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(43% + 20px), 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% calc(43% + 20px), 0% 100%);
  }
  .sec_demand__box1__container {
    max-width: 700px;
    padding: 0;
    margin-top: -145px;
  }
  .sec_demand__box1__title {
    padding: 87px 4px 202px 20%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 43%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 43%, 0% 100%);
    font-size: 200%;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    justify-content: center;
  }
  .sec_demand__box1__image {
    margin-bottom: 40px;
  }
  .sec_demand__box1__text {
    font-size: 133.33%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .sec_demand__box1::after {
    background-position: left calc(50% - 380px) top;
  }
  .sec_demand__box1__title {
    padding-left: 18px;
  }
}
.sec_demand__box2 {
  padding-bottom: 55px;
  position: relative;
}
.sec_demand__box2::after {
  content: "";
  width: 100%;
  height: 222px;
  background: url(../images/demand_box2_titlebg.png) right top/contain no-repeat;
  display: block;
  position: absolute;
  top: -15px;
  right: -5px;
}
.sec_demand__box2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #85a93d;
  -webkit-clip-path: polygon(0 11vw, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 11vw, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_demand__box2__container {
  position: relative;
  z-index: 1;
}
.sec_demand__box2__title {
  padding: 40px 13px 4px;
  color: #fff;
  line-height: 2;
  position: relative;
}
.sec_demand__box2__title img {
  width: 240px;
  margin-left: -3px;
}
.sec_demand__box2__content_wrap {
  background-color: #85a93d;
}
.sec_demand__box2__content {
  padding-bottom: 50px;
  background-color: #fff;
  border: 2px solid #f9bf03;
  color: #000;
}
.sec_demand__box2__content__title {
  padding: 34px 0 45px;
  background: url(../images/demand_box2_bg-sp.jpg) center top/cover no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 27px), calc(50% + 120px) calc(100% - 27px), 50% 100%, calc(50% - 120px) calc(100% - 27px), 0 calc(100% - 27px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 27px), calc(50% + 120px) calc(100% - 27px), 50% 100%, calc(50% - 120px) calc(100% - 27px), 0 calc(100% - 27px));
  font-weight: 700;
  font-size: 160%;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.sec_demand__box2__content__title strong {
  color: #f24a39;
  font-size: 150%;
}
.sec_demand__box2__content__image {
  width: calc(100% - 20px);
  max-width: 700px;
  margin: -73px auto 36px;
}
.sec_demand__box2__content__text_wrap {
  width: calc(100% - 24px);
  max-width: 700px;
  margin: 0 auto;
}
.sec_demand__box2__content__text01 {
  margin-bottom: 16px;
  font-size: 93.33%;
  font-weight: 700;
  line-height: 1.55;
}
.sec_demand__box2__content__text01 span {
  background: linear-gradient(transparent 60%, #f9bf03 60%);
}
.sec_demand__box2__content__text02 {
  margin-bottom: 13px;
  font-size: 93.33%;
  line-height: 1.7;
}
.sec_demand__box2__content__text03 {
  color: #737373;
  font-size: 80%;
  line-height: 1.9;
}
.sec_demand__box2__content__btn {
  width: 100%;
  max-width: 265px;
  height: 50px;
  margin: 30px auto 0;
  background: linear-gradient(180deg, #f9bf03 0%, #f9bf03 10%, #f9c61f 10%, #f9c61f 40%, #f9bf03 40%);
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_demand__box2__content__btn:hover {
  color: #fff;
}
@media screen and (min-width: 500px) {
  .sec_demand__box2::after {
    background-position: right 18% top;
  }
  .sec_demand__box2__title {
    padding-left: 18%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .sec_demand__box2 {
    padding-bottom: 110px;
  }
  .sec_demand__box2::after {
    height: 460px;
    background-position: right calc(50% - 225px) top 16px;
    top: 0;
    right: 0;
  }
  .sec_demand__box2__container {
    max-width: 960px;
  }
  .sec_demand__box2__title {
    height: 350px;
    padding: 60px 0 0 calc(50% - 367px);
    font-size: 200%;
    position: relative;
    z-index: 1;
  }
  .sec_demand__box2__title img {
    width: 14.333em;
    margin-left: -3px;
  }
  .sec_demand__box2__content__title {
    padding: 45px 0 30px;
    background-image: url(../images/demand_box2_bg-pc.jpg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 340px) calc(100% - 40px), 50% 100%, calc(50% - 340px) calc(100% - 40px), 0 calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 340px) calc(100% - 40px), 50% 100%, calc(50% - 340px) calc(100% - 40px), 0 calc(100% - 40px));
    font-size: 200%;
    line-height: 1.5;
  }
  .sec_demand__box2__content__title strong {
    font-size: 160%;
  }
  .sec_demand__box2__content__image img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_demand__box2__content__text01 {
    margin-bottom: 34px;
    font-size: 133.33%;
    line-height: 1.65;
  }
  .sec_demand__box2__content__text02 {
    margin-bottom: 26px;
    font-size: 133.33%;
    line-height: 1.8;
  }
  .sec_demand__box2__content__text03 {
    font-size: 93.33%;
    text-align: center;
  }
  .sec_demand__box2__content__btn {
    max-width: 445px;
    height: 80px;
    margin: 50px auto 0;
    border-radius: 40px;
    font-size: 160%;
    letter-spacing: 2px;
  }
}
.sec_caution {
  padding-bottom: 140px;
  background: url(../images/caution_bg.jpg) left top/40px;
  position: relative;
}
.sec_caution::after {
  content: "";
  width: 100%;
  height: 210px;
  background: url(../images/caution_img05.png) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_caution__bar {
  width: 100%;
  height: 34px;
  margin-bottom: 34px;
  background: url(../images/caution_img01-sp.jpg) left center/100px;
}
.sec_caution__title {
  padding: 0 14px;
  margin-bottom: 34px;
}
.sec_caution__list01 {
  padding: 15px 20px 15px 33px;
  margin-bottom: 10px;
  background-color: #fff6f6;
  border: 2.5px solid #ff0303;
}
.sec_caution__list01 li {
  padding-left: 21px;
  color: #f00;
  font-size: 93.33%;
  line-height: 1.65;
  position: relative;
}
.sec_caution__list01 li:not(:last-child) {
  margin-bottom: 9px;
}
.sec_caution__list01 li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/caution_img02.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.sec_caution__list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 75px;
}
@media screen and (min-width: 768px) {
  .sec_caution {
    padding-bottom: 75px;
    background-size: 50px;
  }
  .sec_caution::after {
    display: none;
  }
  .sec_caution__bar {
    height: 60px;
    margin-bottom: 64px;
    background: url(../images/caution_img01-pc.jpg) left center/240px;
  }
  .sec_caution__container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_caution__title {
    margin-bottom: 16px;
  }
  .sec_caution__list01 {
    width: 100%;
    padding: 24px 20px 20px 67px;
    border-width: 5px;
  }
  .sec_caution__list01 li {
    padding-left: 40px;
    font-size: 133.33%;
  }
  .sec_caution__list01 li:not(:last-child) {
    margin-bottom: 18px;
  }
  .sec_caution__list01 li::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .sec_caution__list02 {
    padding: 0 80px;
    grid-gap: 40px;
  }
}

.sec_trouble {
  padding-bottom: 55px;
  background: #000 url(../images/trouble_bg-sp.jpg) center top/100% no-repeat;
  position: relative;
}
.sec_trouble__title {
  padding: 0 16px 0 0px;
  margin: 0 0 31px -12.5px;
  transform: translateY(-20px);
}
.sec_trouble__text {
  width: 100%;
  max-width: 650px;
  padding: 15px 10px;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 2px solid #ffcf00;
  border-radius: 10px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.sec_trouble__text strong {
  color: #f00;
  font-weight: 700;
}
.sec_trouble__list {
  color: #fff;
  font-size: 93.33%;
  line-height: 1.65;
  letter-spacing: 1px;
  display: grid;
  grid-gap: 22px;
}
.sec_trouble__list li {
  padding-left: 27px;
  position: relative;
}
.sec_trouble__list li::before {
  content: "";
  width: 24px;
  height: 22px;
  background: url(../images/trouble_img01.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_trouble__list li strong {
  color: #f00;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec_trouble {
    padding-bottom: 73px;
    background: #000;
  }
  .sec_trouble__container {
    background: url(../images/trouble_bg-pc.jpg) center top/150% no-repeat;
    font-size: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_trouble__title {
    margin: 0px 0 85px -182px;
    transform: translateY(-30px);
  }
  .sec_trouble__text {
    padding: 20px 10px;
    margin-bottom: 43px;
    border-width: 4px;
    border-radius: 0;
    font-size: 160%;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .sec_trouble__list {
    width: 100%;
    max-width: 830px;
    font-size: 133.33%;
    line-height: 1.75;
    letter-spacing: 1.5px;
  }
  .sec_trouble__list li {
    padding-left: 47px;
  }
  .sec_trouble__list li::before {
    width: 35px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_trouble__container {
    background-size: 100%;
    font-size: 100%;
  }
}

.sec_quality {
  padding: 45px 0;
  background-color: #daeae5;
  color: #000;
}
.sec_quality__container {
  padding: 0 10px;
}
.sec_quality__title {
  margin-bottom: 32px;
  font-size: 240%;
  font-weight: 900;
  letter-spacing: 2.5px;
}
.sec_quality__title strong {
  color: #fd8b00;
}
.sec_quality__text {
  margin-bottom: 33px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.sec_quality__list {
  padding: 0px 20px 12px;
  background-color: #fff;
  border: 4px solid #1d6b43;
  border-radius: 10px;
  font-size: 93.33%;
  line-height: 1.7;
  counter-reset: quality_list 0;
}
.sec_quality__list li {
  padding: 20px 0px 20px 50px;
  position: relative;
}
.sec_quality__list li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #1d6b43;
}
.sec_quality__list li::before {
  content: "基準";
  width: 50px;
  height: 50px;
  padding-top: 3px;
  background-color: #1d6b43;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: -6px;
}
.sec_quality__list li::after {
  counter-increment: quality_list 1;
  content: counter(quality_list, decimal-leading-zero);
  width: 50px;
  height: 50px;
  padding: 0 0 0 5px;
  color: #fff;
  font-size: 170%;
  letter-spacing: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: -6px;
}
@media screen and (min-width: 768px) {
  .sec_quality {
    padding: 108px 0;
  }
  .sec_quality__container {
    max-width: 960px;
    padding: 0;
  }
  .sec_quality__title {
    margin-bottom: 40px;
    letter-spacing: 3px;
  }
  .sec_quality__text {
    padding: 0 77px;
    margin-bottom: 50px;
    font-size: 130%;
  }
  .sec_quality__list {
    padding: 36px 50px 30px;
    border-width: 8px;
    border-radius: 20px;
    font-size: 133.33%;
  }
  .sec_quality__list li {
    height: 5.8em;
    padding: 0 0 0 75px;
    display: flex;
    align-items: center;
  }
  .sec_quality__list li:not(:last-child) {
    margin: 0;
  }
  .sec_quality__list li::before, .sec_quality__list li::after {
    width: 70px;
    height: 70px;
  }
  .sec_quality__list li::before {
    font-size: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_quality__text {
    font-size: 160%;
  }
  .sec_quality__list {
    padding: 36px 130px 30px;
  }
  .sec_quality__list li {
    padding: 0 0 0 75px;
  }
}

.sec_examples {
  padding: 35px 0 50px;
  background-color: #f2f8ee;
}
.sec_examples__container {
  padding: 0 12.5px;
}
.sec_examples__title {
  margin-bottom: 32px;
  font-size: 240%;
  font-weight: 900;
  letter-spacing: 2.5px;
}
.sec_examples__title strong {
  color: #fd8b00;
}
.sec_examples__box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.sec_examples__slide_wrap {
  position: relative;
}
.sec_examples__slide_wrap .slick-arrow {
  width: 26px;
  height: 26px;
  background: url(../images/examples_arrow2.png) center/contain no-repeat;
  text-indent: -9999px;
  display: block;
  position: absolute;
  bottom: -60px;
}
.sec_examples__slide_wrap .slick-prev {
  left: 15%;
}
.sec_examples__slide_wrap .slick-next {
  right: 15%;
  transform: scale(-1, 1);
}
.sec_examples__slide_wrap .slick-dots {
  width: 50%;
  max-width: 145px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
.sec_examples__slide_wrap .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #676868;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}
.sec_examples__slide_wrap .slick-dots li.slick-active {
  background-color: #fd8b00;
}
.sec_examples__list_wrap {
  display: grid;
  grid-gap: 50px;
}
.sec_examples__list__no_posts {
  padding: 50px 0;
}
.sec_examples__slide {
  padding: 20px 10px;
  background-color: #fff;
}
.sec_examples__slide__title {
  padding-left: 18px;
  margin-bottom: 26px;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
.sec_examples__slide__title::before {
  content: "";
  width: 5px;
  height: 25px;
  background-color: #85a93d;
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
}
.sec_examples__slide__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  position: relative;
}
.sec_examples__slide__images::before {
  content: "";
  width: 30px;
  height: 100%;
  background: url(../images/examples_arrow1.png) center/10px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_examples__slide__image {
  width: 100%;
  padding-top: 100%;
  background-color: #f0f0f0;
  position: relative;
}
.sec_examples__slide__image::before {
  content: 'no image';
  width: 100%;
  height: 100%;
  padding-bottom: 27.5px;
  color: #aaa;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_examples__slide__image.after::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2.5px solid #85a93d;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_examples__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_examples__slide__image figcaption {
  width: 100%;
  height: 27.5px;
  background-color: rgba(133, 169, 61, 0.8);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sec_examples__slide__text {
  margin-top: 24px;
  letter-spacing: 0.34px;
  line-height: 1.6;
}
.sec_examples__btn {
  width: 100%;
  max-width: 265px;
  height: 55px;
  margin: 90px auto 0;
  background: linear-gradient(180deg, #fd8b00 0%, #fd8b00 10%, #fc9c1d 10%, #fc9c1d 40%, #fd8b00 40%);
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_examples__btn:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec_examples {
    padding: 130px 0 95px;
  }
  .sec_examples__title {
    margin-bottom: 40px;
  }
  .sec_examples__slide_wrap .slick-arrow {
    width: 54px;
    height: 54px;
    bottom: -90px;
  }
  .sec_examples__slide_wrap .slick-prev {
    left: 17.25%;
  }
  .sec_examples__slide_wrap .slick-next {
    right: 17.25%;
    transform: scale(-1, 1);
  }
  .sec_examples__slide_wrap .slick-dots {
    max-width: 445px;
    bottom: -70px;
  }
  .sec_examples__slide_wrap .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .sec_examples__list_wrap {
    grid-gap: 88px;
  }
  .sec_examples__slide {
    padding: 47px 40px 40px;
  }
  .sec_examples__slide__container {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .sec_examples__slide__title {
    font-size: 200%;
  }
  .sec_examples__slide__title::before {
    width: 7px;
    height: 30px;
    top: 4px;
    left: 0px;
  }
  .sec_examples__slide__images {
    grid-gap: 90px;
  }
  .sec_examples__slide__image::before {
    padding-bottom: 50px;
  }
  .sec_examples__slide__image.after::after {
    border-width: 5px;
  }
  .sec_examples__slide__image figcaption {
    height: 50px;
    font-size: 133.33%;
  }
  .sec_examples__slide__text {
    margin-top: 30px;
    font-size: 133.33%;
    letter-spacing: 1.5px;
    line-height: 1.75;
  }
  .sec_examples__btn {
    max-width: 450px;
    height: 80px;
    margin: 140px auto 0;
    border-radius: 40px;
    font-size: 160%;
    letter-spacing: 1.5px;
  }
}

.sec_contact {
  padding-bottom: 75px;
}
.sec_contact__container {
  max-width: 700px;
}
.sec_contact--confirm__container {
  max-width: 960px;
}

.sec_company {
  padding-bottom: 60px;
}
.sec_company__container {
  max-width: 700px;
}
.sec_company__overview {
  margin-bottom: 2em;
}
.sec_company__overview__title {
  padding-top: 1.13em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
.sec_company__overview__text {
  padding-bottom: 0.85em;
  border-bottom: 1px solid #969696;
  font-size: 93.33%;
  letter-spacing: 1px;
  line-height: 1.28;
}
.sec_company__map {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.sec_company__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec_company {
    padding-bottom: 85px;
  }
  .sec_company__overview {
    margin-bottom: 4em;
  }
  .sec_company__overview__title {
    padding: 1.75em 4.5em 0;
    margin-bottom: 0.5em;
    font-size: 133.33%;
    line-height: 1.8;
  }
  .sec_company__overview__text {
    padding: 0 5em 2em;
    font-size: 112.5%;
    letter-spacing: 1px;
    line-height: 2;
  }
}

.sec_faq {
  padding-bottom: 50px;
}
.sec_faq__list {
  display: grid;
  grid-gap: 34px;
}
.sec_faq__item {
  padding: 22px 12.5px 18px;
  background-color: #f4ffdb;
  border-radius: 10px;
  letter-spacing: 1px;
}
.sec_faq__item__q {
  min-height: 30px;
  padding-left: 50px;
  padding-bottom: 0.8em;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.sec_faq__item__q::before {
  content: "Q";
  width: 30px;
  height: 30px;
  background-color: #f9bf03;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
}
.sec_faq__item__a {
  padding: 8px 30px 8px 50px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.7;
  position: relative;
}
.sec_faq__item__a::before {
  content: "A";
  width: 30px;
  height: 30px;
  border: 2px solid #f9bf03;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .sec_faq {
    padding-bottom: 125px;
  }
  .sec_faq__container {
    max-width: 960px;
  }
  .sec_faq__list {
    grid-gap: 30px;
  }
  .sec_faq__item {
    padding: 48px 40px 32px;
    border-radius: 20px;
  }
  .sec_faq__item__q {
    min-height: 60px;
    padding-left: 100px;
    margin-bottom: 0.5em;
    font-size: 133.33%;
    line-height: 1.6;
  }
  .sec_faq__item__q::before {
    width: 60px;
    height: 60px;
    font-size: 22px;
    top: 0;
    left: 20px;
  }
  .sec_faq__item__a {
    min-height: 85px;
    padding: 25px 30px 25px 100px;
    border-radius: 20px;
    font-size: 120%;
    line-height: 1.7;
  }
  .sec_faq__item__a::before {
    content: "A";
    width: 60px;
    height: 60px;
    border-width: 3px;
    font-size: 25px;
    top: 30px;
    left: 20px;
  }
}

.sec_flow {
  padding-bottom: 95px;
}
.sec_flow__list {
  padding: 0 12.5px;
  display: grid;
  grid-gap: 25px;
}
.sec_flow__listitem {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.sec_flow__listitem::after {
  content: "";
  width: 3.5em;
  height: 4.5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 27px;
  left: 5px;
}
.sec_flow__listitem:nth-child(1)::after {
  background-image: url(../images/flow_number_01.png);
}
.sec_flow__listitem:nth-child(2)::after {
  background-image: url(../images/flow_number_02.png);
}
.sec_flow__listitem:nth-child(3)::after {
  background-image: url(../images/flow_number_03.png);
}
.sec_flow__listitem:nth-child(4)::after {
  background-image: url(../images/flow_number_04.png);
}
.sec_flow__listitem:nth-child(5)::after {
  background-image: url(../images/flow_number_05.png);
}
.sec_flow__listitem__image img {
  border-radius: 10px 10px 0 0;
}
.sec_flow__listitem__text_wrap {
  padding: 1.5em;
  background-color: #fffaeb;
  border-radius: 0 0 10px 10px;
}
.sec_flow__listitem__title {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec_flow__listitem__text {
  font-size: 93.33%;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sec_flow__container {
    max-width: 960px;
  }
  .sec_flow__list {
    padding: 10px 0 0 0;
    grid-gap: 0;
  }
  .sec_flow__listitem {
    padding-top: 85px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
  }
  .sec_flow__listitem::after {
    content: "";
    width: 7em;
    height: 9em;
    top: 30px;
    left: 12px;
  }
  .sec_flow__listitem__image {
    width: 41.5%;
  }
  .sec_flow__listitem__image img {
    border-radius: 20px 0 0 20px;
  }
  .sec_flow__listitem__text_wrap {
    width: 58.5%;
    height: 100%;
    padding: 0.5em 4em;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec_flow__listitem__title {
    font-size: 130%;
  }
  .sec_flow__listitem__text {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_flow__listitem__title {
    font-size: 160%;
  }
  .sec_flow__listitem__text {
    font-size: 120%;
  }
}

.sec_tokushu {
  padding: 15px 0 55px 0;
}
.sec_tokushu--2 {
  padding: 65px 0 55px 0;
  background-color: #faffee;
}
.sec_tokushu--3 {
  padding: 55px 0 55px 0;
}
.sec_tokushu--4 {
  padding: 55px 0 65px 0;
}
.sec_tokushu__title {
  margin-bottom: 1.25em;
  color: #fd8b00;
  font-size: 160%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.sec_tokushu__image {
  width: 100%;
  margin-bottom: 20px;
}
.sec_tokushu__image img {
  width: 100%;
  display: block;
}
.sec_tokushu__text_wrap {
  letter-spacing: 1px;
}
.sec_tokushu__text_wrap--4 {
  padding: 15px 0;
  text-align: center;
}
.sec_tokushu__heading {
  padding-top: 10px;
  color: #fd8b00;
  font-weight: 500;
  font-size: 93.33%;
}
.sec_tokushu__text {
  font-size: 93.33%;
  line-height: 1.7;
}
.sec_tokushu__text:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .sec_tokushu__container {
    max-width: 960px;
  }
  .sec_tokushu__title {
    font-size: 180%;
  }
  .sec_tokushu__heading {
    font-size: 100%;
  }
  .sec_tokushu__text {
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_tokushu {
    padding: 30px 0 95px 0;
  }
  .sec_tokushu--2 {
    padding: 95px 0 130px 0;
    background-color: #faffee;
  }
  .sec_tokushu--3 {
    padding: 95px 0 110px 0;
  }
  .sec_tokushu--4 {
    padding: 140px 0 125px 0;
  }
  .sec_tokushu__title {
    margin-bottom: 1.75em;
    font-size: 240%;
  }
  .sec_tokushu__image {
    margin-bottom: 40px;
  }
  .sec_tokushu__heading {
    font-size: 133.33%;
  }
  .sec_tokushu__text {
    font-size: 133.33%;
  }
}

.sec_hojokin {
  padding: 0 0 60px 0;
}
.sec_hojokin--1 {
  padding: 15px 0 65px 0;
}
.sec_hojokin--2 {
  background-color: #faffee;
}
.sec_hojokin--4 {
  background-color: #faffee;
}
.sec_hojokin--5 {
  padding-bottom: 70px;
}
.sec_hojokin__title {
  height: 75px;
  margin-bottom: 1.7em;
  background-color: #1d6b43;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_hojokin__title strong {
  color: #fd8b00;
  font-weight: 500;
}
.sec_hojokin__image {
  width: 100%;
  margin-bottom: 20px;
}
.sec_hojokin__image img {
  width: 100%;
  display: block;
}
.sec_hojokin__text_wrap {
  font-size: 93.33%;
  letter-spacing: 1px;
}
.sec_hojokin__text_wrap--3:not(:last-of-type) {
  padding-bottom: 2.5em;
  margin-bottom: 1.8em;
  border-bottom: 1px solid #fd8b00;
}
.sec_hojokin__heading {
  padding-top: 10px;
  color: #fd8b00;
  font-weight: 500;
}
.sec_hojokin__heading--4 {
  color: #343434;
}
.sec_hojokin__text {
  line-height: 1.7;
}
.sec_hojokin__text:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.sec_hojokin__list {
  margin-bottom: 1.5em;
}
.sec_hojokin__list li {
  line-height: 1.75;
  position: relative;
}
.sec_hojokin__list--ul {
  margin-left: 1em;
}
.sec_hojokin__list--ul li::before {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1.2em;
}
.sec_hojokin__list--ol {
  margin-left: 1.5em;
}
.sec_hojokin__list--ol li {
  padding-left: 0.5em;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .sec_hojokin__container {
    max-width: 960px;
  }
  .sec_hojokin__title {
    font-size: 180%;
  }
  .sec_hojokin__text_wrap {
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_hojokin {
    padding: 0 0 100px 0;
  }
  .sec_hojokin--1 {
    padding: 30px 0 90px 0;
  }
  .sec_hojokin--5 {
    padding: 0 0 110px 0;
  }
  .sec_hojokin__title {
    height: 150px;
    margin-bottom: 2.5em;
    font-size: 160%;
  }
  .sec_hojokin__title strong {
    font-size: 125%;
  }
  .sec_hojokin__image {
    margin-bottom: 40px;
  }
  .sec_hojokin__text_wrap {
    font-size: 133.33%;
  }
  .sec_hojokin__text_wrap--3:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}

.sec_compare__container {
  display: flex;
  flex-wrap: wrap;
}
.sec_compare__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_compare__image {
  padding: 0 40px 0;
  margin-bottom: 55px;
}
.sec_compare__text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_compare__text {
  font-size: 120%;
  font-weight: 700;
  text-align: center;
}
.sec_compare__text strong {
  font-size: 133.33%;
  font-weight: 700;
}
.sec_compare__text strong.orange {
  color: #fd8b00;
}
.sec_compare__text strong.red {
  color: #f00;
}
.sec_compare__arrow {
  width: 120px;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .sec_compare__box--1 {
    width: 48%;
    order: 1;
  }
  .sec_compare__box--2 {
    width: 52%;
    justify-content: space-between;
  }
  .sec_compare__image {
    padding: 30px 0px 0 30px;
  }
  .sec_compare__text_wrap {
    height: 100%;
    justify-content: center;
  }
  .sec_compare__text {
    font-size: 160%;
    line-height: 1.7;
  }
  .sec_compare__text strong {
    font-size: 125%;
  }
  .sec_compare__arrow {
    width: 250px;
    margin: 20px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_compare__box {
    width: 50%;
  }
  .sec_compare__image {
    padding-left: 50px;
  }
}

.sec_price {
  padding-bottom: 65px;
  background-color: #faffee;
}
.sec_price__title {
  height: 75px;
  margin-bottom: 2.8em;
  background-color: #1d6b43;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_price__title strong {
  color: #fd8b00;
  font-weight: 500;
}
.sec_price__list {
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.sec_price__listitem {
  padding: 14px;
  background-color: #fff;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sec_price__listitem__title {
  width: 10em;
  padding: 5px 10px;
  background-color: #fd8b00;
  border-radius: 10px;
  color: #fff;
  font-size: 93.33%;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: -0.9em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_price__listitem__title strong {
  font-weight: 700;
}
.sec_price__listitem__text {
  font-size: 93.33%;
  text-align: center;
  letter-spacing: 1px;
}
.sec_price__listitem__text strong {
  font-size: 214%;
  font-weight: 700;
}
.sec_price__listitem__text span {
  color: #ff4545;
}
.sec_price__case_list {
  padding: 0 40px;
  display: grid;
  grid-gap: 50px;
}
.sec_price__case_listitem {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_price__case_listitem__label {
  width: 8em;
  padding: 10px;
  background-color: #f9bf03;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_price__case_listitem__title {
  margin-bottom: 1em;
  color: #1d6b43;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.sec_price__case_listitem__image {
  width: 100%;
  margin-bottom: 1em;
}
.sec_price__case_listitem__text {
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.6;
}
.sec_price__price_table {
  width: 100%;
  max-width: 160px;
  letter-spacing: 1px;
  line-height: 1.6;
  table-layout: fixed;
}
.sec_price__price_table tr:nth-child(2) th, .sec_price__price_table tr:nth-child(2) td {
  padding: 0 0 8px;
  border-bottom: 1px solid #000;
}
.sec_price__price_table tr:nth-child(3) th, .sec_price__price_table tr:nth-child(3) td {
  padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .sec_price__container {
    max-width: 960px;
  }
  .sec_price__title {
    font-size: 180%;
  }
  .sec_price__list {
    margin-bottom: 7em;
    grid-gap: 40px;
  }
  .sec_price__listitem {
    padding: 45px 20px 45px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .sec_price__listitem__title {
    width: 12em;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 133.33%;
    top: -0.7em;
  }
  .sec_price__listitem__title strong {
    font-size: 150%;
  }
  .sec_price__listitem__text {
    font-size: 133.33%;
  }
  .sec_price__listitem__text strong {
    font-size: 200%;
  }
  .sec_price__listitem__text span {
    font-size: 120%;
  }
  .sec_price__case_list {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec_price__case_listitem {
    padding: 40px 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 133.33%;
  }
  .sec_price__case_listitem__label {
    width: 10em;
    padding: 12px;
    border-radius: 20px;
  }
  .sec_price__case_listitem__title {
    line-height: 1.7;
  }
  .sec_price__case_listitem__image {
    margin-bottom: 1em;
  }
  .sec_price__case_listitem__text {
    line-height: 1.8;
  }
  .sec_price__price_table {
    max-width: 210px;
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sec_price__title {
    height: 150px;
    margin-bottom: 2.5em;
    font-size: 160%;
  }
}

.sec_calculate {
  padding-bottom: 95px;
}
.sec_calculate__title {
  height: 75px;
  margin-bottom: 1.7em;
  background-color: #1d6b43;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_calculate__title strong {
  color: #fd8b00;
  font-weight: 500;
}
.sec_calculate__image {
  width: 100%;
  margin-bottom: 20px;
}
.sec_calculate__image img {
  width: 100%;
  display: block;
}
.sec_calculate__text_wrap {
  padding-bottom: 2.5em;
  margin-bottom: 1.8em;
  border-bottom: 1px solid #fd8b00;
  font-size: 93.33%;
  letter-spacing: 1px;
}
.sec_calculate__text_wrap:last-of-type {
  margin-bottom: 3em;
  border-bottom: 0;
}
.sec_calculate__heading {
  padding-top: 10px;
  color: #fd8b00;
  font-weight: 500;
}
.sec_calculate__text {
  line-height: 1.7;
}
.sec_calculate__text:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.sec_calculate__list {
  padding: 0 25px;
  display: grid;
  grid-gap: 55px;
}
.sec_calculate__listitem {
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
}
.sec_calculate__listitem__title {
  padding: 5px;
  background-color: #8fc53e;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.sec_calculate__listitem__title small {
  font-size: 83.33%;
}
.sec_calculate__listitem__image {
  width: 100%;
}
.sec_calculate__listitem__image img {
  width: 100%;
  display: block;
}
.sec_calculate__listitem__text {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  font-size: 93.33%;
  letter-spacing: 1px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sec_calculate__title {
    font-size: 180%;
  }
  .sec_calculate__text_wrap {
    font-size: 100%;
  }
  .sec_calculate__list {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_calculate {
    padding-bottom: 160px;
  }
  .sec_calculate__title {
    height: 150px;
    margin-bottom: 2.5em;
    font-size: 160%;
  }
  .sec_calculate__image {
    margin-bottom: 50px;
  }
  .sec_calculate__text_wrap {
    margin-bottom: 2.5em;
    font-size: 133.33%;
  }
  .sec_calculate__text_wrap:last-of-type {
    margin-bottom: 3.5em;
  }
  .sec_calculate__list {
    grid-gap: 55px;
  }
  .sec_calculate__listitem {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .sec_calculate__listitem__title {
    padding: 20px 5px;
    border-radius: 10px 10px 0 0;
    font-size: 160%;
  }
  .sec_calculate__listitem__image {
    height: 250px;
  }
  .sec_calculate__listitem__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_calculate__listitem__text {
    padding: 25px 16px;
    border-radius: 0 0 10px 10px;
    font-size: 120%;
    line-height: 2;
  }
}

.sec_strength {
  padding-bottom: 90px;
}
.sec_strength__container {
  padding: 10px 0 0 0;
  display: grid;
  grid-gap: 60px;
}
.sec_strength__box__title {
  padding: 14px 10px;
  background-color: #1d6b43;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
.sec_strength__box__title strong {
  color: #fd8b00;
  font-weight: 500;
}
.sec_strength__box__image {
  width: 100%;
  margin-bottom: 24px;
}
.sec_strength__box__image img {
  width: 100%;
  display: block;
}
.sec_strength__box__text {
  font-size: 93.33%;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .sec_strength {
    padding-bottom: 125px;
  }
  .sec_strength__container {
    max-width: 960px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .sec_strength__box__title {
    padding: 18px 10px;
  }
  .sec_strength__box__image {
    height: 16.5em;
  }
  .sec_strength__box__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_strength__box__text {
    padding: 0 10px;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px){
  .sec_strength__container {
    grid-gap: 60px;
  }
  .sec_strength__box__title {
    font-size: 133.33%;
  }
  .sec_strength__box__text {
    font-size: 120%;
  }
}

.sec_comparison {
  padding: 35px 0 65px;
  background: url(../images/comparison_bg-sp.jpg) center top/100% no-repeat;
}
.sec_comparison__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 160%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6;
}
.sec_comparison__title small {
  font-size: 75%;
  font-weight: 700;
}
.sec_comparison__title span {
  color: #fd8b00;
}
.sec_comparison__list_wrap {
  width: 100%;
  line-height: 1.4;
  overflow-x: auto;
}
.sec_comparison__list {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 93.33%;
}
.sec_comparison__list td, .sec_comparison__list th {
  white-space: nowrap;
  scroll-snap-align: start;
}
.sec_comparison__list th:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.sec_comparison__list__heading {
  padding: 5px 10px;
  border-top: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  font-weight: 500;
  text-align: center;
}
.sec_comparison__list__heading--1 {
  border-left: 1px solid #a9a9a9;
}
.sec_comparison__list__heading--2 {
  background-color: #fd8b00;
  color: #fff;
}
.sec_comparison__list__heading--3 {
  background-color: #f7feff;
}
.sec_comparison__list__heading--4 {
  background-color: #fff9f9;
}
.sec_comparison__list__body {
  padding: 5px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  line-height: 1.2;
}
.sec_comparison__list__body strong {
  margin-bottom: 5px;
  font-size: 128.5%;
  font-weight: 500;
  text-align: center;
  display: block;
}
.sec_comparison__list__body strong.red {
  color: #ff0101;
}
.sec_comparison__list__body--1 {
  border-left: 1px solid #a9a9a9;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.sec_comparison__list__body--2 {
  padding: 5px 10px;
  background-color: #fdf5ec;
}
.sec_comparison__list__body--3 {
  background-color: #f7feff;
}
.sec_comparison__list__body--4 {
  background-color: #fff9f9;
}
@media screen and (min-width: 620px) {
  .sec_comparison__container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .sec_comparison {
    padding: 100px 0 150px;
    background: #fbfbfb url(../images/comparison_bg-pc.jpg) left center/1920px no-repeat;
  }
  .sec_comparison__title {
    margin-bottom: 65px;
    font-size: 240%;
  }
  .sec_comparison__title small {
    font-size: 83.33%;
  }
  .sec_comparison__list_wrap {
    font-size: 60%;
    overflow-x: hidden;
    scroll-snap-type: none;
  }
  .sec_comparison__list {
    width: 100%;
    font-size: 120%;
  }
  .sec_comparison__list td, .sec_comparison__list th {
    white-space: normal;
  }
  .sec_comparison__list th:first-child {
    width: 7.5em;
  }
  .sec_comparison__list__heading {
    width: 12em;
    padding: 15px 10px;
    font-size: 111.111%;
  }
  .sec_comparison__list__body {
    padding: 5px 15px 15px;
    font-size: 100%;
    line-height: 1.3;
  }
  .sec_comparison__list__body strong {
    margin-bottom: 0;
    font-size: 133.33%;
    font-weight: 700;
  }
  .sec_comparison__list__body--2 br, .sec_comparison__list__body--3 br, .sec_comparison__list__body--4 br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sec_comparison__list_wrap {
    font-size: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_comparison__list_wrap {
    font-size: 100%;
  }
}

#works {
  background-color: #f2f8ee;
}
#works .sec_examples {
  padding-top: 0;
}
#works ul.page-numbers {
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#works a.page-numbers,
#works span.page-numbers {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #676868;
  border-radius: 50%;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
}
#works span.page-numbers {
  background-color: #fd8b00;
}
#works .page-numbers.prev,
#works .page-numbers.next {
  width: 26px;
  height: 26px;
  background: url(../images/examples_arrow2.png) center/contain no-repeat;
  flex-shrink: 0;
}
#works .page-numbers.next {
  transform: scale(-1,1);
}
@media screen and (min-width: 768px){
  #works ul.page-numbers {
    max-width: 445px;
  }
  #works a.page-numbers,
  #works span.page-numbers {
    width: 15px;
    height: 15px;
  }
  #works .page-numbers.prev,
  #works .page-numbers.next {
    width: 54px;
    height: 54px;
  }
}