/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* [common] */
body {
  min-width: 1000px;
  text-underline-offset: 0.25em;
}
@media screen and (max-width: 736px) {
  body {
    min-width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #323232;
  transition-duration: 0.2s;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(0 0 99.9% 99.9%) !important;
  clip-path: inset(0 0 99.9% 99.9%) !important;
  position: absolute !important;
}

@media screen and (max-width: 736px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 737px) {
  .sp-only {
    display: none;
  }
}

.ttl {
  font-weight: bold;
  color: #323232;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.4rem;
}
.ttl__sub-ttl {
  display: inline-block;
  font-size: 1.8rem;
  color: #007737;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 736px) {
  .ttl__sub-ttl {
    font-size: 1.4rem;
  }
}
.ttl__sub-ttl::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #007737;
  position: absolute;
  bottom: -0.75em;
  left: 0;
}
.ttl__main-ttl {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width: 736px) {
  .ttl__main-ttl {
    font-size: 2.4rem;
  }
}

.common-btn {
  display: block;
  width: 280px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #323232;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #323232;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 0.65em 1.5em 0.75em 0.75em;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .common-btn {
    width: 80%;
    line-height: 1.25;
    font-size: 1.6rem;
  }
}
.common-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  margin: auto;
  vertical-align: middle;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(45deg) translateY(-55%);
}
.common-btn:hover {
  color: #fff;
  background: #323232;
}
.common-btn:hover::before {
  border-color: #fff;
}

.tel-nav {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 230px;
  border-radius: 8px;
  border: 2px solid #FC5F00;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  .tel-nav {
    width: 80px;
    border-radius: 50px 0 0 50px;
    bottom: 22vw;
    right: -2px;
    padding: 8px 5px 8px 15px;
    display:none;
  }
}
.tel-nav__ttl {
  font-size: 1.4rem;
  color: #fff;
  background: #FC5F00;
  position: relative;
}
@media screen and (min-width: 737px) {
  .tel-nav__ttl {
    padding: 10px;
  }
}
@media screen and (max-width: 736px) {
  .tel-nav__ttl {
    font-size: 11px;
    color: #FC5F00;
    background: none;
    padding-top: 28px;
  }
  .tel-nav__ttl::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/icon_tel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tel-nav__body {
  padding: 10px;
}
@media screen and (max-width: 736px) {
  .tel-nav__body {
    width: 1px !important;
    height: 1px !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    -webkit-clip-path: inset(0 0 99.9% 99.9%) !important;
    clip-path: inset(0 0 99.9% 99.9%) !important;
    position: absolute !important;
  }
}
.tel-nav__body__tel {
  display: block;
  font-size: 2.4rem;
  color: #FC5F00;
  margin-bottom: 10px;
  position: relative;
}
.tel-nav__body__note {
  display: block;
  font-size: 1.1rem;
}

.cv-btn {
  display: inline-block;
  min-width: 180px;
}
.cv-btn__text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.cv-btn__text::before, .cv-btn__text::after {
  content: "";
  width: 1px;
  height: 0.75em;
  background-color: #323232;
}
.cv-btn__text::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.cv-btn__text::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.cv-btn__click-area {
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 0.65em 1.5em 0.75em 0.75em;
  position: relative;
  z-index: 1;
}
.cv-btn__click-area::before {
  content: "";
  position: absolute;
  top: 50%;
  margin: auto;
  vertical-align: middle;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-55%);
}
.cv-btn--contact .cv-btn__click-area {
  background: #FC5F00;
}
.cv-btn--contact .cv-btn__click-area:hover {
  background: #BB4A06;
}
.cv-btn--contact .cv-btn__click-area span {
  font-size: 0.65em;
  background: #fff;
  border-radius: 50px;
  color: #FC5F00;
  padding: 0.2em 0.5em;
  margin-right: 0.25em;
  position: relative;
  top: -0.15em;
}
.cv-btn--contact .cv-btn__text {
  color: #FC5F00;
}
.cv-btn--contact .cv-btn__text::before, .cv-btn--contact .cv-btn__text::after {
  background-color: #FC5F00;
}
.cv-btn--download .cv-btn__click-area {
  background: #007737;
  padding-left: 1.5em;
}
.cv-btn--download .cv-btn__click-area:hover {
  background: #005823;
}
.cv-btn--download .cv-btn__text {
  color: #007737;
}
.cv-btn--download .cv-btn__text::before, .cv-btn--download .cv-btn__text::after {
  background-color: #007737;
}

.section-contact {
  display: block;
  width: 960px;
  margin: 60px auto 0;
  padding: 60px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .section-contact {
    width: 100%;
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.section-contact--style01 {
  border: 2px solid #007737;
}
.section-contact__read-text {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #F7C81C 0%);
}
@media screen and (max-width: 736px) {
  .section-contact__read-text {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.section-contact__btns {
  margin-top: 40px;
}
.section-contact__btns .cv-btn {
  font-size: 1.8rem;
  min-width: 32%;
}
@media screen and (max-width: 736px) {
  .section-contact__btns .cv-btn {
    width: 100%;
    margin-top: 20px;
  }
  .section-contact__btns .cv-btn:first-child {
    margin-top: 0;
  }
}
.section-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .section-contact__tel {
    display: block;
  }
}
.section-contact__tel__ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #323232;
  padding: 1em;
}
@media screen and (max-width: 736px) {
  .section-contact__tel__ttl {
    padding: 0.5em;
    margin-bottom: 0.5em;
  }
}
.section-contact__tel__body {
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .section-contact__tel__body {
    margin-left: 0;
    text-align: center;
  }
}
.section-contact__tel__body__reception-hours {
  font-size: 1.2rem;
}
.section-contact__tel__body__tel-num {
  font-size: 4rem;
}
.section-contact__tel__body__tel-num span {
  font-size: 2rem;
}
@media screen and (max-width: 736px) {
  .section-contact__tel__body__tel-num {
    display: inline-block;
    font-size: 3rem;
    margin-top: 0.15em;
  }
  .section-contact__tel__body__tel-num span {
    font-size: 2rem;
  }
}
.section-contact__notes {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .section-contact__notes {
    width: 100%;
  }
}

/* [style] */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #fff;
  z-index: 999999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 736px) {
  .header {
    height: 44px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .header__inner {
    width: 100%;
  }
}
.header__logo {
  width: 170px;
}
@media screen and (max-width: 736px) {
  .header__logo {
    width: 150px;
  }
}
.header__nav-btn {
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.2s;
  background: #007737;
  position: absolute;
  top: 0;
  right: 0;
}
.header__nav-btn:hover {
  background: #005823;
}
.header__nav-btn__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23px;
  width: 30px;
  margin: 0 auto;
  cursor: pointer;
}
.header__nav-btn__icon span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 737px) {
  .header__nav-btn {
    display: none;
  }
}
.header__nav-btn[aria-expanded=true] .header__nav-btn__icon {
  height: 28px;
}
.header__nav-btn[aria-expanded=true] span:first-child {
  transform: rotate(45deg) translate(9px, 9px);
}
.header__nav-btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.header__nav-btn[aria-expanded=true] span:last-child {
  transform: rotate(-45deg) translate(9px, -9px);
}
@media screen and (max-width: 736px) {
  .header__gnav-wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #EFEFEF;
    top: 44px;
    transition-duration: 0.2s;
    z-index: 999;
  }
  .header__gnav-wrap[aria-hidden=false] {
    right: 0;
  }
  .header__gnav-wrap[aria-hidden=true] {
    right: -1000px;
  }
}
@media screen and (min-width: 737px) {
  .header__nav-inner {
    display: flex;
    align-items: center;
  }
}
.header__gnav {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 20px;
}
.header__gnav__item {
  margin-left: 1.6rem;
}
.header__gnav__item:first-child {
  margin-left: 0;
}
.header__gnav__item a:hover {
  color: #007737;
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .header__gnav {
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
  }
  .header__gnav__item {
    font-size: 1.6rem;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .header__gnav__item a {
    display: block;
    padding: 1em;
    position: relative;
  }
  .header__gnav__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    vertical-align: middle;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transform: rotate(45deg) translateY(-55%);
  }
}
@media screen and (min-width: 737px) {
  .header__gnav-address {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .header__gnav-address {
    padding: 10px 30px 0;
  }
  .header__gnav-address .section-contact__btns {
    margin-top: 0;
  }
  .header__gnav-address .section-contact__btns .cv-btn {
    font-size: 1.6rem;
  }
  .header__gnav-address .section-contact__tel {
    margin-top: 20px;
  }
}
.header__btns {
  font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
  .header__btns {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(250, 248, 240, 0.8);
    position: fixed;
    left: 0;
    bottom: 0vw;
  }
  .header__btns .cv-btn {
    font-size: 3vw;
    min-width: auto;
    width: 44vw;
  }
  .header__btns .cv-btn__click-area {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

.footer {
  background: #007737;
  text-align: center;
  padding: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .footer {
    margin-top: 40px;
    padding: 40px 10px 100px;
  }
}
.footer__logo {
  display: inline-block;
  width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 10px;
  }
}
.footer__copy {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.main-visual {
  margin-bottom: 40px;
  padding-top: 73.44px;
  background: #FAF8F0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .main-visual {
    padding-top: 44px;
  }
}
.main-visual__inner {
  width: 960px;
  padding: 20px 20px 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .main-visual__inner {
    width: 100%;
    padding: 10px 10px 80px;
  }
}
.main-visual__read-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #007737;
  color: #007737;
  padding: 0.5em;
  position: relative;
  z-index: 2;
}
.main-visual__read-text em {
  color: #FC5F00;
}
.main-visual__read-text::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 100px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #007737 transparent transparent transparent;
  border-width: 26px 12px 0 12px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .main-visual__read-text {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .main-visual__read-text::after {
    bottom: -16px;
    left: 50%;
    border-width: 16px 8px 0 8px;
  }
  .main-visual__read-text em {
    display: block;
    font-size: 5vw;
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 737px) {
  .main-visual__flex-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .main-visual__flex-box__main {
    width: 520px;
    text-align: center;
  }
  .main-visual__flex-box__img {
    width: 400px;
  }
}
.main-visual__ttl {
  font-size: 3rem;
  font-weight: bold;
}
.main-visual__ttl em {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.main-visual__ttl em::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.25em;
  background: #F7C81C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-visual__ttl strong {
  display: block;
  font-size: 7.2rem;
  margin-top: 0.15em;
}
@media screen and (max-width: 736px) {
  .main-visual__ttl {
    font-size: 5vw;
    text-align: center;
  }
  .main-visual__ttl strong {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  .main-visual__img {
    display: block;
    width: 80%;
    margin: 10px auto 0;
  }
}
.main-visual__btn {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .main-visual__btn {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .main-visual__btn .cv-btn__click-area {
    padding: 1em 1.5em 1.05em 0.75em;
  }
}
.main-visual__feature {
  display: flex;
  align-items: center;
  margin: -10px 0 10px;
}
@media screen and (max-width: 736px) {
  .main-visual__feature {
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-visual__feature__item {
  width: 33.3333333333%;
  padding-left: 20px;
}
.main-visual__feature__item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 736px) {
  .main-visual__feature__item {
    width: 50%;
  }
  .main-visual__feature__item:last-child {
    padding-left: 0;
    margin-top: 5px;
  }
}
.main-visual__feature-text {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .main-visual__feature-text {
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
  }
}
.main-visual__property-slider {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 0;
  right: 0;
}
.main-visual__property-slider__item {
  display: block;
  margin-left: 8px;
}
.main-visual__property-slider__item:first-child {
  margin-left: 0;
}
.main-visual__property-slider__item img {
  width: 170px;
  height: 90px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 736px) {
  .problem {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .problem .ttl {
    padding: 0 10px;
  }
}
.problem__list {
  background-image: url("../img/img_bg_town.png");
  background-size: 400px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.problem__list__inner {
  width: 960px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .problem__list__inner {
    width: 100%;
    height: 380px;
    padding: 0 10px;
  }
}
.problem__list__item {
  display: flex;
  align-items: center;
  width: 380px;
  background: #fff;
  border: 2px solid #007737;
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .problem__list__item {
    width: 80%;
    position: relative;
    padding: 8px 12px;
    margin-top: 20px;
  }
  .problem__list__item:first-child {
    margin-top: 0;
  }
}
.problem__list__item::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 54px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #007737 transparent transparent transparent;
  border-width: 16px 8px 0 8px;
  z-index: 1;
}
.problem__list__item__img {
  width: 70px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #007737;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .problem__list__item__img {
    max-width: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .problem__list__item__img {
    max-width: 40px;
  }
}
.problem__list__item__txt {
  width: 260px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px;
}
.problem__list__item__txt em {
  color: #FC5F00;
}
@media screen and (max-width: 736px) {
  .problem__list__item__txt {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 6px;
  }
}
@media screen and (min-width: 737px) {
  .problem__list__item--01 {
    top: 32px;
    left: 16px;
  }
  .problem__list__item--02 {
    bottom: 160px;
    right: 160px;
  }
  .problem__list__item--03 {
    top: 0;
    right: 16px;
  }
}
@media screen and (max-width: 736px) {
  .problem__list__item--01, .problem__list__item--03 {
    margin-left: auto;
  }
  .problem__list__item--02 {
    margin-left: 0;
  }
}
.problem__solving-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 736px) {
  .problem__solving-inner {
    width: 100%;
    padding: 0 10px;
  }
}
.problem__ttl {
  text-align: center;
}
.problem__ttl__sub-ttl {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #FC5F00;
  border-radius: 50px;
  padding: 0.5em;
  margin: 0 auto 20px;
  position: relative;
}
.problem__ttl__sub-ttl::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FC5F00 transparent transparent transparent;
  border-width: 15px 8px 0 8px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .problem__ttl__sub-ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0.75em;
  }
}
.problem__ttl__main-ttl {
  display: block;
  font-size: 6rem;
  line-height: 1.15;
  font-weight: bold;
}
.problem__ttl__main-ttl__column {
  display: block;
}
.problem__ttl__main-ttl .txt-color {
  color: #007737;
}
.problem__ttl__main-ttl .txt-size {
  font-size: 0.5em;
}
@media screen and (max-width: 736px) {
  .problem__ttl__main-ttl {
    font-size: 10vw;
    line-height: 1.35;
    letter-spacing: -0.05em;
  }
  .problem__ttl__main-ttl .txt-size {
    margin-left: 10px;
  }
}
.problem__solving {
  counter-reset: listnum;
  list-style: none;
}
@media screen and (max-width: 736px) {
  .problem__solving {
    padding: 0 20px;
  }
}
.problem__solving__ltem {
  margin-top: 40px;
}
@media screen and (min-width: 737px) {
  .problem__solving__ltem {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .problem__solving__ltem:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.problem__solving__ltem__body {
  width: 480px;
  line-height: 1.25;
}
@media screen and (max-width: 736px) {
  .problem__solving__ltem__body {
    width: 80%;
    margin-left: 0;
  }
}
.problem__solving__ltem__body__ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .problem__solving__ltem__body__ttl {
    font-size: 2.8rem;
  }
}
.problem__solving__ltem__body__ttl::before {
  display: block;
  counter-increment: listnum;
  content: "POINT-0" counter(listnum);
  color: #007737;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.problem__solving__ltem__body__txt {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 736px) {
  .problem__solving__ltem__body__txt {
    font-size: 1.6rem;
  }
}
.problem__solving__ltem__body__btn {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .problem__solving__ltem__body__btn {
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.problem__solving__ltem__img {
  width: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  .problem__solving__ltem__img {
    display: block;
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: -20px;
  }
}

.reason__list {
  width: 100%;
  height: auto;
  counter-reset: listnum;
  list-style: none;
}
@media screen and (min-width: 737px) {
  .reason__list {
    display: flex;
    justify-content: space-between;
  }
}
.reason__list__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  margin-left: 16px;
}
@media screen and (max-width: 736px) {
  .reason__list__item {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.reason__list__item::before {
  display: block;
  counter-increment: listnum;
  content: "0" counter(listnum);
  border-radius: 12px 0 0 12px;
  padding: 1rem;
  color: #007737;
  font-size: 5.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .reason__list__item::before {
    padding: 0;
  }
}
.reason__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .reason__list__item:first-child {
    margin-top: 0;
  }
}
.reason__list__item__img {
  display: block;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 16px;
}
@media screen and (max-width: 736px) {
  .reason__list__item__img {
    width: 45vw;
    max-width: 200px;
  }
}
.reason__list__item__ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.reason__list__item__ttl em {
  color: #FC5F00;
}
@media screen and (max-width: 736px) {
  .reason__list__item__ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
.reason__list__item__txt {
  font-size: 1.4rem;
  line-height: 1.75;
  flex-grow: 1;
}
.reason__list__item__btn {
  margin-top: 16px;
}

.example {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .example {
    width: 100%;
  }
}
.example__list {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 737px) {
  .example__list {
    display: flex;
    justify-content: space-between;
  }
}
.example__list__item {
  display: flex;
  width: 33.3333333333%;
  margin-left: 16px;
  flex-direction: column;
  border: solid 1px #FC5F00;
  overflow: hidden;
  padding: 20px;
  border-radius: 18px;
}
.example__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  .example__list__item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .example__list__item:first-child {
    margin-top: 0;
  }
}
.example__list__item__read-text {
  display: block;
  width: calc(100% + 40px);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #FC5F00;
  padding: 0.75em 0.25em;
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
}
.example__list__item__read-text::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FC5F00 transparent transparent transparent;
  border-width: 15px 12px 0 12px;
  z-index: 1;
}
.example__list__item__img-wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
}
.example__list__item__img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.example__list__item__img {
  display: block;
  width: 100%;
  max-width: none;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__list__item__img-text {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.example__list__item__ttl {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.25em;
  margin-top: 16px;
}
.example__list__item__user-name {
  font-size: 1.2rem;
}
.example__list__item__amount {
  margin: 20px 0 10px;
  padding: 8px;
  background: #FAF8F0;
  border: solid 1px #FC5F00;
  border-radius: 8px;
  position: relative;
}
.example__list__item__amount__text {
  font-size: 2rem;
  font-weight: bold;
  color: #FC5F00;
}
.example__list__item__amount__text em {
  font-size: 1.5em;
}
.example__list__item__amount__img {
  display: block;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 16px;
}
.example__list__item__text {
  font-size: 1.4rem;
  line-height: 1.75;
  flex-grow: 1;
}

.step__read-text {
  margin-bottom: 30px;
  position: relative;
}
.step__read-text__text {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #FC5F00;
  padding: 20px 40px;
  background: #fff;
}
.step__read-text__img {
  width: 250px;
  position: absolute;
  bottom: -5px;
  right: 20px;
}
@media screen and (max-width: 736px) {
  .step__read-text__text {
    font-size: 2.4rem;
    padding: 20px 20px 100px 20px;
    text-align: center;
  }
  .step__read-text__img {
    width: auto;
    height: 100px;
    right: 50%;
    transform: translateX(50%);
  }
}
.step__step-list {
  counter-reset: listnum;
  list-style: none;
}
.step__step-list__item {
  border-radius: 16px;
  border: 2px solid #007737;
  background: #fff;
  margin-top: 30px;
  position: relative;
}
.step__step-list__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 737px) {
  .step__step-list__item {
    display: flex;
  }
}
.step__step-list__item::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: auto;
  counter-increment: listnum;
  content: "STEP" counter(listnum);
  border-radius: 12px 0 0 12px;
  padding: 1rem;
  color: #fff;
  background: #007737;
  vertical-align: middle;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .step__step-list__item::before {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 12px 12px 0 0;
    position: relative;
    top: -1px;
  }
}
.step__step-list__item::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #007737 transparent transparent transparent;
  border-width: 15px 12px 0 12px;
  z-index: 1;
}
.step__step-list__item:last-child::after {
  content: none;
}
.step__step-list__item__inner {
  display: flex;
  line-height: 1.5;
  padding: 10px 20px 20px;
  width: 100%;
  flex-direction: column;
}
.step__step-list__item__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25em;
  color: #007737;
  flex-grow: 1;
}
@media screen and (max-width: 736px) {
  .step__step-list__item__ttl {
    font-size: 2.4rem;
  }
}
.step__step-list__item__txt {
  flex-grow: 1;
}

.news {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .news {
    width: 100%;
  }
}
@media screen and (min-width: 737px) {
  .news__list {
    display: flex;
    align-items: center;
  }
}
.news__list__item {
  width: 33.3333333333%;
  padding-left: 1.6rem;
}
.news__list__item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 736px) {
  .news__list__item {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news__list__item:first-child {
    margin-top: 0;
  }
}
.news__list__item a {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: #FAF8F0;
  border: solid 1px #FAF8F0;
  position: relative;
  border-radius: 16px;
}
.news__list__item a:hover {
  border: solid 1px #FC5F00;
}
.news__list__item a:hover .news__list__item__ttl {
  color: #FC5F00;
  text-decoration: underline;
}
.news__list__item__img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.news__list__item__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news__list__item__time {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-top: auto;
}

.faq {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .faq {
    width: 100%;
  }
}
.faq__list {
  line-height: 1.5;
}
.faq__list__q {
  font-weight: bold;
  padding: 16px 52px;
  border-top: 1px solid #EFEFEF;
  cursor: pointer;
  position: relative;
}
.faq__list__q:hover {
  color: #007737;
}
.faq__list__q::before {
  content: "Q";
  font-size: 2.8rem;
  color: #007737;
  position: absolute;
  top: 5px;
  left: 16px;
}
.faq__list__q::after {
  content: "";
  position: absolute;
  top: 40%;
  margin: auto;
  vertical-align: middle;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #007737;
  border-right: 2px solid #007737;
  transform: rotate(135deg) translate(-50%, -50%);
}
.faq__list__q.active {
  color: #007737;
}
.faq__list__q.active::after {
  right: 6px;
  transform: rotate(315deg) translate(-50%, -50%);
}
.faq__list__a {
  display: none;
  padding: 16px 52px 32px;
  position: relative;
}
.faq__list__a::before {
  content: "A";
  font-weight: bold;
  font-size: 2.8rem;
  color: #FC5F00;
  position: absolute;
  top: 5px;
  left: 16px;
}

.section {
  margin-top: 80px;
  position: relative;
}
.section:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .section {
    margin-top: 40px;
    padding: 10px;
  }
  .section:first-of-type {
    margin-top: 50px;
  }
}
.section__inner {
  width: 960px;
  background: #FAF8F0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .section__inner {
    width: 100%;
  }
}
.section--bg {
  padding: 60px 0;
  background: #FAF8F0;
}
@media screen and (max-width: 736px) {
  .section--bg {
    padding: 30px 10px;
  }
}/*# sourceMappingURL=style.css.map */