.point-wrap .title-wrap {
  padding: 1em;
  background: #0071bb;
  color: #fff;
  text-align: center;
}

.point-wrap .title-wrap .pages-ttl {
  margin-bottom: 5px;
  color: #fff;
}

.point-wrap .point-lead .pages-ttl, .point-wrap .point-lead .pages-sub-ttl {
  color: #0071bb;
  font-weight: bold;
}

.point-wrap .point-lead .pages-sub-ttl {
  margin-bottom: 0;
}

.point-wrap .point-lead .pages-ttl {
  margin-top: 0;
}

.point-wrap.point-wrap__1 .item-name {
  margin-bottom: 1em;
  border-radius: 6px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .point-wrap.point-wrap__1 .item-name {
    margin-bottom: 1.5em;
    font-size: 1.1em;
  }
}
.point-wrap.point-wrap__2 .title-wrap {
  background: #009145;
}

.point-wrap.point-wrap__2 .point-lead .pages-ttl, .point-wrap.point-wrap__2 .point-lead .pages-sub-ttl {
  color: #009145;
}

.point-wrap.point-wrap__2 .data-wrap {
  text-align: center;
}

.point-wrap.point-wrap__2 .data-wrap .title {
  padding: 10px;
  border-radius: 6px;
  background: #009145;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .point-wrap.point-wrap__2 .data-wrap .title {
    font-size: 22px;
  }
}
.point-wrap.point-wrap__2 .data-wrap .inner {
  display: inline-block;
}

.point-wrap.point-wrap__2 .data-wrap .inner .ttl {
  margin: 1em 0;
  color: #009145;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .point-wrap.point-wrap__2 .data-wrap .inner .ttl {
    margin: 2em 0;
    font-size: 1.2em;
  }
}
.point-wrap.point-wrap__2 .data-wrap .inner figure {
  padding: 1em 0;
  border-bottom: 1px solid #009145;
}

.point-wrap .point-text {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .point-wrap .point-text {
    font-size: 1.5em;
  }
}
.point-wrap .pages-btn__corp-line {
  border: 1px solid #009145;
  background: #fff;
  color: #009145;
}

.point-wrap .pages-btn__corp-line:after {
  border-color: #009145;
}

.point-wrap .pages-btn__corp-line:hover {
  background: #009145;
  color: #fff;
}

.point-wrap .pages-btn__corp-line:hover:after {
  border-color: #fff;
}

/* faq */
.faq {
  background: #FCF7D6;
}

.faqList {
  background: #fff;
}

.faqItem {
  padding: 2rem 0;
}

.faqItem + .faqItem {
  border-top: 1px solid #CCCCCC;
}

.faqItem__Qbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faqItem__Abox {
  margin-top: 2rem;
}

.faqItem:not(:nth-child(1)) .faqItem__Abox {
  display: none;
}

.faqItem__Q {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: baseline;
  color: #DD5D0F;
}

.faqItem__Q::before {
  content: "Q.  ";
}

.faqItem__Qbtn {
  content: "";
  position: relative;
  margin-left: 0.8rem;
  border: 2px solid #DD5D0F;
  border-radius: 50%;
}

.faqItem__Qbtn::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #DD5D0F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faqItem__Qbtn::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #DD5D0F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s all;
}

.faqItem__Qbtn.-active::after {
  transform: translate(-50%, -50%) rotate(0);
}

@media screen and (min-width: 768px) {
  .faqList {
    padding: 6rem 8rem;
  }
  .faqItem__Q {
    font-size: 2rem;
  }
  .faqItem__Q::before {
    margin-right: 2rem;
  }
  .faqItem__A {
    font-size: 1.6rem;
  }
  .faqItem__Qbtn {
    min-width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .faqList {
    padding: 0 2rem;
  }
  .faqItem__Q,
  .faqItem__A {
    font-size: 1.4rem;
  }
  .faqItem__Q::before {
    margin-right: 0.5rem;
  }
  .faqItem__Qbtn {
    min-width: 2.4rem;
    height: 2.4rem;
  }
}
/* sec */
.sec__head {
  text-align: center;
}

.sec__ttl {
  position: relative;
  padding-bottom: 1em;
}

.sec__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4px;
  background: #EF5A24;
}

h4.sec__third {
  margin-bottom: 0.8rem;
}

.sec__cap {
  font-size: 1.2rem;
}

.sec__cap + .sec__cap {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .sec {
    padding: 8rem 0;
  }
  .l-inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
  }
  .sec__head {
    margin-bottom: 6rem;
  }
  .sec__ttl {
    font-size: 3.2rem;
  }
  .sec__ttl + .sec__lead {
    margin-top: 6rem;
  }
  .sec__sub {
    font-size: clamp(2.4rem, 2vw, 2.8rem);
  }
  .sec__third {
    font-size: clamp(1.8rem, 1.6vw, 2rem);
  }
  .sec__lead,
  .sec__txt {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 5rem 0;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
  .sec__head {
    margin-bottom: 4rem;
  }
  .sec__ttl {
    font-size: 2.2rem;
  }
  .sec__ttl + .sec__lead {
    margin-top: 4rem;
  }
  .sec__sub {
    font-size: 1.8rem;
  }
  .sec__third {
    font-size: 1.6rem;
  }
  .sec__lead {
    text-align: left;
  }
  .sec__txt,
  .sec__lead {
    font-size: 1.4rem;
  }
}