@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: clamp(4px, 0.8vw, 10px);
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: clamp(4px, 1.333333vw, 10px);
    scroll-padding-top: 60px;
  }
}

#menu-mobile_menu,
.entry-header,
.entry-footer {
  display: none;
}

#main {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: unset;
}

.content-only .go-to-top-button {
  display: flex;
}

#my-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  #my-content {
    font-size: max(15px, min(3.2vw, 20px));
    letter-spacing: 0.05em;
  }
}
#my-content section {
  padding: 8rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content section {
    padding: 5rem 0;
  }
}
#my-content .inner {
  max-width: 1240px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #my-content .inner {
    max-width: 1023px;
    padding: 0 2.5rem;
  }
}
#my-content .section-title {
  background-color: transparent;
  border-radius: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 15px 0;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .section-title {
    font-size: 3.6rem;
  }
}
#my-content .fc-orange {
  color: #ea662a;
}
#my-content .fc-yellow {
  color: #ffe140;
}
#my-content .fc-green {
  color: #358c63;
}
#my-content .my-mobile-menu {
  background-color: transparent;
  padding: 0 2.5rem 0 0;
}
#my-content .my-mobile-menu.--fixed {
  background-color: rgba(255, 255, 255, 0.9);
}
#my-content .my-mobile-menu .navi-menu-icon {
  color: #003a0f;
}
#my-content .my-mobile-menu__logo {
  margin-top: 0;
  margin-bottom: auto;
}
#my-content .my-mobile-menu__logo img {
  height: 50px;
  width: auto;
}
#my-content .my-mobile-menu .menu-close-button {
  position: absolute;
  top: 10px;
  right: 2.5rem;
  line-height: 1;
}
#my-content .my-mobile-menu .menu-content {
  height: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#my-content .my-mobile-menu .menu-drawer {
  height: auto;
  border-top: 50px solid #84ce00;
  border-bottom: 50px solid #84ce00;
  padding: 0;
}
#my-content .my-mobile-menu .menu-item:not(:last-child) {
  border-bottom: 2px solid #84ce00;
}
#my-content .my-mobile-menu .menu-item a {
  padding: 15px 0;
}
#my-content .mv {
  height: 60rem;
  padding: 0 2rem 4rem;
  background: url(../img/mv_bg.jpg) center top/cover no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .mv {
    background: url(../img/mv_bg_sp.jpg) center top/cover no-repeat;
    height: auto;
    padding: 28rem 0 5rem;
    margin-top: -60px;
  }
}
#my-content .mv__header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  #my-content .mv__header {
    display: none;
  }
}
#my-content .mv__header-logo {
  margin-right: 4rem;
}
#my-content .mv__header-list {
  display: flex;
  flex-wrap: wrap;
}
#my-content .mv__header-list li {
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin: 5px;
}
#my-content .mv__content {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 90%);
  padding: 5rem 2rem 2rem 19rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__content {
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 59.53%, rgb(255, 255, 255) 78.59%, rgba(255, 255, 255, 0.8) 100%);
    padding: 5rem 2rem 4rem;
  }
}
#my-content .mv__content::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 66.8rem;
  height: 33.1rem;
  background: url(../img/mv_img01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__content::before {
    bottom: auto;
    top: 2rem;
    left: 1rem;
    width: 100%;
    height: 45rem;
    background: url(../img/mv_img01_sp.png) center top/contain no-repeat;
  }
}
#my-content .mv__catch {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__catch {
    padding-left: 15rem;
  }
}
#my-content .mv__catch-txt01 {
  color: #003a0f;
  font-family: "Kiwi Maru", serif;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__catch-txt01 {
    font-size: 2.8rem;
  }
}
#my-content .mv__catch-txt02 {
  color: #34aa00;
  font-size: 4.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__catch-txt02 {
    font-size: 6.5rem;
  }
}
#my-content .mv__catch-txt03 {
  color: #003a0f;
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__catch-txt03 {
    font-size: 9.4rem;
    margin-bottom: 2rem;
  }
}
#my-content .mv__catch-txt04 {
  background-color: #34aa00;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__catch-txt04 {
    font-size: 4.2rem;
  }
}
#my-content .mv__cta {
  max-width: 47rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta {
    max-width: 100%;
    padding-top: 0;
    margin-top: 12rem;
  }
}
#my-content .mv__cta-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 4rem 3rem 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-box {
    padding: 4rem;
  }
}
#my-content .mv__cta-txt01 {
  color: #005314;
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-txt01 {
    font-size: 2.7rem;
  }
}
#my-content .mv__cta-txt01 .chara {
  width: 8.9rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-txt01 .chara {
    width: 13rem;
  }
}
#my-content .mv__cta-txt02 {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-txt02 {
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}
#my-content .mv__cta-txt02 strong {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-txt02 strong {
    font-size: 3.8rem;
    margin-top: 2rem;
  }
}
#my-content .mv__cta-txt02 .icon {
  margin-right: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-txt02 .icon {
    width: 3.5rem;
  }
}
#my-content .mv__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11rem;
  background: linear-gradient(0deg, rgb(255, 115, 0) 37.28%, rgb(255, 139, 0) 54.63%, rgb(255, 139, 0) 100%);
  border-radius: 2rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__cta-btn {
    height: 16rem;
    font-size: 3.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #my-content .mv__cta-btn:hover {
    background: #ffe140;
    color: #eb662a;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  #my-content .mv__cta-btn:active {
    background: #ffe140;
    color: #eb662a;
  }
}
#my-content .trouble {
  padding: 5rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .trouble .inner {
    padding: 0;
  }
}
#my-content .trouble__bg {
  min-height: 80rem;
  background: url(../img/trouble_bg.jpg) center center/cover no-repeat;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__bg {
    background: url(../img/trouble_bg_sp.jpg) center top/100% auto no-repeat;
    background-color: #e6f8cb;
    padding: 7rem 5rem;
  }
}
#my-content .trouble__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 7rem;
  position: absolute;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    font-size: 2.8rem;
    padding-left: 9rem;
  }
}
#my-content .trouble__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/icon_check_white.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li::before {
    width: 3.8rem;
    height: 3.8rem;
    left: 3rem;
  }
}
#my-content .trouble__list li:nth-child(1) {
  top: 6rem;
  left: 8rem;
  width: 37.8rem;
  height: 15.1rem;
  background: url(../img/baloon01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(1) {
    width: 52.6rem;
    height: 21rem;
    margin-bottom: 3rem;
  }
}
#my-content .trouble__list li:nth-child(2) {
  top: 3rem;
  right: 4rem;
  width: 39.5rem;
  height: 15.1rem;
  background: url(../img/baloon02.png) center center/contain no-repeat;
  padding-left: 12rem;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(2) {
    width: 55.2rem;
    height: 21rem;
    padding-left: 17rem;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20rem;
  }
}
#my-content .trouble__list li:nth-child(2)::before {
  padding-left: 10rem;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(2)::before {
    padding-left: 15rem;
  }
}
#my-content .trouble__list li:nth-child(3) {
  top: 26%;
  left: 36%;
  width: 37.7rem;
  height: 15.1rem;
  background: url(../img/baloon03.png) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(3) {
    width: 52.6rem;
    height: 21rem;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
#my-content .trouble__list li:nth-child(3)::before {
  background: url(../img/icon_check_green.svg) center center/contain no-repeat;
}
#my-content .trouble__list li:nth-child(4) {
  top: 41%;
  left: 6rem;
  width: 37.7rem;
  height: 15.1rem;
  background: url(../img/baloon04.png) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(4) {
    width: 52.6rem;
    height: 21rem;
    margin-bottom: 3rem;
  }
}
#my-content .trouble__list li:nth-child(5) {
  left: 10rem;
  bottom: 5rem;
  width: 39.5rem;
  height: 15.1rem;
  background: url(../img/baloon05.png) center center/contain no-repeat;
  padding-left: 12rem;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(5) {
    width: 55.2rem;
    height: 21rem;
    padding-left: 17rem;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
#my-content .trouble__list li:nth-child(5)::before {
  padding-left: 10rem;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(5)::before {
    padding-left: 15rem;
  }
}
#my-content .trouble__list li:nth-child(6) {
  bottom: 8rem;
  right: 12rem;
  width: 39.5rem;
  height: 15.1rem;
  background: url(../img/baloon06.png) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .trouble__list li:nth-child(6) {
    width: 55.2rem;
    height: 21rem;
  }
}
#my-content .merit {
  background-color: #e5f7ca;
}
#my-content .merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -7rem -1rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__list {
    margin: -3rem 0 0;
  }
}
#my-content .merit__list > li {
  width: 33.3333333333%;
  padding: 7rem 1rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__list > li {
    width: 100%;
    padding: 3rem 0 0;
  }
}
#my-content .merit__box {
  height: 100%;
  flex-grow: 1;
  background-color: #fff;
  padding: 1.5rem 0 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__box {
    padding-bottom: 5rem;
  }
}
#my-content .merit__flex {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
#my-content .merit__no {
  flex-shrink: 0;
  width: 8.6rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__no {
    width: 15.5rem;
    height: 14.5rem;
    font-size: 9rem;
  }
}
#my-content .merit__no.--green {
  background: url(../img/baloon_green.svg) center center/contain no-repeat;
}
#my-content .merit__no.--orange {
  background: url(../img/baloon_orange.svg) center center/contain no-repeat;
}
#my-content .merit__subttl {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 2.2em;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__subttl {
    font-size: 3.3rem;
  }
}
#my-content .merit__subttl::after {
  content: "";
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  height: 2px;
}
#my-content .merit__subttl.--green {
  color: #8ab93c;
}
#my-content .merit__subttl.--green::after {
  background-color: #8ab93c;
}
#my-content .merit__subttl.--orange {
  color: #d68744;
}
#my-content .merit__subttl.--orange::after {
  background-color: #d68744;
}
#my-content .merit__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__ttl {
    min-height: unset;
    font-size: 4.7rem;
    margin-bottom: 2rem;
  }
}
#my-content .merit__img {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__img img {
    width: 70%;
  }
}
#my-content .merit__txt {
  font-size: 1em;
  padding: 0 4rem;
}
@media only screen and (max-width: 834px) {
  #my-content .merit__txt {
    padding: 0 5rem;
  }
}
#my-content .solution__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -5rem -1rem 0;
}
#my-content .solution__flex-item {
  width: 25%;
  padding: 5rem 1rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__flex-item {
    width: 50%;
  }
}
#my-content .solution__ttl {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__ttl {
    font-size: 3rem;
    letter-spacing: normal;
  }
}
#my-content .solution__ttl.--green {
  background-color: #b2e054;
}
#my-content .solution__ttl.--yellow {
  background-color: #ede820;
}
#my-content .solution__ttl.--orange {
  background-color: #f9cd20;
}
#my-content .solution__img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
#my-content .solution__box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem 0;
}
#my-content .solution__box hr {
  border: none;
  border-bottom: 0.4rem solid;
  margin: 1rem 0;
}
#my-content .solution__box.--green {
  background-color: #e5ffca;
}
#my-content .solution__box.--green hr {
  border-color: #b2e054;
}
#my-content .solution__box.--yellow {
  background-color: #f7ffae;
}
#my-content .solution__box.--yellow hr {
  border-color: #ede820;
}
#my-content .solution__box.--orange {
  background-color: #f7f4b6;
}
#my-content .solution__box.--orange hr {
  border-color: #f9cd20;
}
#my-content .solution__txt {
  flex-grow: 1;
  font-size: 1em;
  line-height: 1.75;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__txt {
    font-size: 0.75em;
    letter-spacing: normal;
  }
}
#my-content .solution__price {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 0.9;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__price {
    font-size: 3rem;
  }
}
#my-content .solution__price small {
  color: #505050;
  font-size: 0.48em;
}
#my-content .solution__detail {
  background-color: #fff;
  margin: 1.5rem -2rem 0;
  padding: 1.5rem 1rem 1rem 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
#my-content .solution__arrow {
  position: absolute;
  left: 35%;
  top: -1.5rem;
  width: 3rem;
  height: 2rem;
  clip-path: polygon(0% 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0% 70%);
  transform: rotate(120deg);
}
@media only screen and (max-width: 834px) {
  #my-content .solution__arrow {
    left: 30%;
  }
}
#my-content .solution__arrow.--green {
  background-color: #83cd00;
}
#my-content .solution__arrow.--yellow {
  background-color: #ede820;
}
#my-content .solution__arrow.--orange {
  background-color: #f9cd20;
}
#my-content .solution__table {
  color: #8ab93c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__table {
    font-size: 1.8rem;
  }
}
#my-content .solution__table caption {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
#my-content .solution__table th {
  font-size: 1.8rem;
  padding: 2px 0;
  white-space: nowrap;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__table th {
    font-size: max(11px, 2.16rem);
  }
}
#my-content .solution__table th span {
  display: inline-block;
  padding: 0 1rem;
}
#my-content .solution__table th span.active {
  background-color: #ffff89;
  color: #ea662a;
}
#my-content .solution__table td {
  letter-spacing: normal;
  padding: 2px 0;
  white-space: nowrap;
}
#my-content .solution__table td span {
  display: inline-block;
  background-color: #8ab93c;
  color: #fff;
  font-weight: 400;
  padding: 0.3rem 2rem 0.3rem 1rem;
}
#my-content .solution__table td span.active {
  background-color: #ea662a;
  padding-right: 1rem;
}
#my-content .solution__table td span.long {
  padding-right: 3rem;
}
#my-content .solution__circle {
  width: 9.5rem;
  height: 9.5rem;
  background-color: #ea662a;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: normal;
  transform: rotate(15deg);
}
@media only screen and (max-width: 834px) {
  #my-content .solution__circle {
    width: 10rem;
    height: 10rem;
  }
}
#my-content .solution__circle-txt1 {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__circle-txt1 {
    font-size: 5rem;
  }
}
#my-content .solution__circle-txt2 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__circle-txt2 {
    font-size: 1.6rem;
  }
}
#my-content .solution__circle-txt3 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .solution__circle-txt3 {
    font-size: 2rem;
  }
}
#my-content .solution__circle-txt3 small {
  font-size: 0.7em;
}
#my-content .voice {
  background-color: #fcf8f5;
}
#my-content .voice__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -5rem -1rem 0;
}
#my-content .voice__flex-item {
  width: 50%;
  padding: 5rem 1rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__flex-item {
    width: 100%;
  }
}
#my-content .voice__flex-item.--col3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__flex-item.--col3 {
    width: 100%;
  }
}
#my-content .voice__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 5px solid #f9deb8;
  padding: 4rem 2rem 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__box {
    padding: 5rem 4rem 4rem;
  }
}
#my-content .voice__ttl {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl {
    font-size: 3.6rem;
    padding-bottom: 6rem;
  }
}
#my-content .voice__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#my-content .voice__ttl.--green::before {
  width: 47.6rem;
  height: 9.4rem;
  background: url(../img/line_green_lg.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--green::before {
    width: 56.4rem;
    height: 11.1rem;
  }
}
#my-content .voice__ttl.--orange::before {
  width: 50.2rem;
  height: 11.1rem;
  background: url(../img/line_orange_lg.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--orange::before {
    width: 59.5rem;
    height: 13.2rem;
  }
}
#my-content .voice__ttl.--green-sm {
  font-size: 2.3rem;
  padding-bottom: 5rem;
  margin-bottom: -0.5rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--green-sm {
    font-size: 3rem;
  }
}
#my-content .voice__ttl.--green-sm::before {
  width: 25.9rem;
  height: 4.5rem;
  background: url(../img/line_green_sm.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--green-sm::before {
    width: 46.8rem;
    height: 8rem;
  }
}
#my-content .voice__ttl.--orange-sm {
  font-size: 2.3rem;
  padding-bottom: 5rem;
  margin-bottom: -0.5rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--orange-sm {
    font-size: 3rem;
  }
}
#my-content .voice__ttl.--orange-sm::before {
  width: 25.9rem;
  height: 4.5rem;
  background: url(../img/line_orange_sm.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__ttl.--orange-sm::before {
    width: 46.8rem;
    height: 8rem;
  }
}
#my-content .voice__img-sm {
  width: 36rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__img-sm {
    width: 40rem;
  }
  #my-content .voice__img-sm img {
    width: 100%;
  }
}
#my-content .voice__img-lg {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__img-lg {
    width: 100%;
  }
  #my-content .voice__img-lg img {
    width: 100%;
  }
}
#my-content .voice__img-lg figcaption {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #505050;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__img-lg figcaption {
    font-size: max(10px, 2.3rem);
    letter-spacing: normal;
  }
}
#my-content .voice__img {
  width: 23rem;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__img {
    width: 40rem;
  }
}
#my-content .voice__txt {
  flex-grow: 1;
  max-width: 410px;
  font-size: 1em;
  font-weight: 500;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .voice__txt {
    max-width: 100%;
    font-size: 0.9em;
  }
}
#my-content .faq {
  background-color: #e5f7ca;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__list {
    border-top: 1px solid #000;
  }
}
#my-content .faq__list > li {
  background-color: #fff;
  border-radius: 4rem;
  padding: 4rem 4rem;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__list > li {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 4rem 0;
  }
}
#my-content .faq__list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__list > li:not(:last-child) {
    margin-bottom: 0;
  }
}
#my-content .faq__q, #my-content .faq__a {
  padding-left: 8rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__q, #my-content .faq__a {
    padding-left: 50px;
  }
}
#my-content .faq__q::before, #my-content .faq__a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 6.9rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__q::before, #my-content .faq__a::before {
    width: 40px;
    height: 43px;
  }
}
#my-content .faq__q {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__q {
    font-size: clamp(16px, 3rem, 26px);
  }
}
#my-content .faq__q::before {
  background-image: url(../img/icon_q.svg);
}
#my-content .faq__a {
  font-size: 1.125em;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  #my-content .faq__a {
    font-size: 0.9em;
  }
}
#my-content .faq__a::before {
  background-image: url(../img/icon_a.svg);
}
#my-content .flow {
  background-color: #fff;
}
#my-content .flow .section-title {
  margin-bottom: 6rem;
}
#my-content .flow__list {
  display: flex;
  margin: 0 -1.5rem;
  counter-reset: cnt;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__list {
    flex-direction: column;
    align-items: center;
    margin: -3rem 0 0;
  }
}
#my-content .flow__list li {
  counter-increment: cnt 1;
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4rem;
  margin: 0 1.5rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__list li {
    max-width: 400px;
    margin: 3rem 0 0;
  }
}
#my-content .flow__list li::before {
  color: #ea9b58;
  font-family: "Hina Mincho", serif;
  font-size: 8.2rem;
  line-height: 1;
  content: counter(cnt);
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  #my-content .flow__list li::before {
    font-size: min(13rem, 82px);
  }
}
#my-content .flow__ttl {
  min-height: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 9rem 1rem 1rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__ttl {
    min-height: unset;
    font-size: min(4.8rem, 30px);
    padding: min(15rem, 100px) 0 2rem;
    margin-bottom: 2rem;
  }
}
#my-content .flow__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24rem;
  height: 4px;
  background-color: #ea9b58;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__ttl::after {
    width: 38rem;
  }
}
#my-content .flow__img {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__img {
    min-height: unset;
    padding: 0 4rem;
    text-align: center;
  }
}
#my-content .flow__txt {
  font-size: 1.0625em;
  font-weight: 500;
  padding: 0 2rem 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .flow__txt {
    padding: 0 4rem 4rem;
  }
}
#my-content .request {
  background-color: #e5f7ca;
}
@media only screen and (max-width: 834px) {
  #my-content .request {
    padding-bottom: 8rem;
  }
}
#my-content .request__box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 10rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request__box {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  #my-content .request__box-sp {
    background-color: #fff;
    padding: 4rem 2.5rem 1rem;
  }
  #my-content .request__box-sp.--02 {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
#my-content .request__ttl {
  letter-spacing: normal;
  margin-bottom: 3rem;
  text-align: center;
}
#my-content .request__ttl small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}
#my-content .request__ttl strong {
  display: block;
  background-color: #ffe140;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .request__ttl strong {
    font-size: 3.8rem;
    margin-top: 2rem;
  }
}
#my-content .request__ttl .icon {
  margin-right: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request__ttl .icon {
    width: 3.5rem;
  }
}
#my-content .request__ttl .chara {
  position: absolute;
  bottom: 0.5rem;
  width: 8.9rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request__ttl .chara {
    width: 13rem;
  }
}
#my-content .request__form {
  width: 100%;
  letter-spacing: normal;
}
#my-content .request__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request__flex {
    margin: 0 0 6rem;
  }
}
#my-content .request__flex-left, #my-content .request__flex-right {
  width: 50%;
  padding: 0 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request__flex-left, #my-content .request__flex-right {
    width: 100%;
    padding: 0;
  }
}
#my-content .request .req {
  position: relative;
}
#my-content .request .req::before {
  color: #eb662a;
  font-size: 1.5rem;
  content: "★";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 834px) {
  #my-content .request .req::before {
    content: unset;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .request .req span {
    padding-left: 2rem;
    position: relative;
  }
  #my-content .request .req span::before {
    color: #eb662a;
    font-size: 1.5rem;
    content: "★";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#my-content .request .row-wrap {
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request .row-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
}
#my-content .request .row-wrap label {
  margin-bottom: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 834px) {
  #my-content .request .row-wrap label {
    flex-grow: 0;
  }
}
#my-content .request .row-wrap label + label {
  margin-left: 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request .row-wrap label + label {
    margin-left: 0;
    margin-top: 4rem;
  }
}
#my-content .request .note01 {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
}
#my-content .request .note02 {
  color: #eb662a;
  font-size: 0.875em;
  font-weight: 500;
}
#my-content .request .note03 {
  width: 20em;
  background-color: #83cd00;
  border-radius: 1em;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  margin: 2rem auto 2rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .request .note03 {
    margin-top: 4rem;
  }
}
#my-content .request .note03::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #83cd00;
  clip-path: polygon(30% 0, 70% 0, 70% 40%, 100% 40%, 50% 100%, 0 40%, 30% 40%);
}
#my-content .request .checklist li {
  background-color: #d9f9a5;
  border-radius: 1rem;
  font-size: 1em;
  font-weight: bold;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request .checklist li {
    background-color: #fff;
  }
}
#my-content .request .checklist li:not(:last-child) {
  margin-bottom: 1rem;
}
#my-content .request .checklist li img {
  margin-right: 4rem;
}
#my-content .request .checklist li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
#my-content .request .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 12rem;
  background: linear-gradient(0deg, rgb(255, 115, 0) 37.28%, rgb(255, 139, 0) 54.63%, rgb(255, 139, 0) 100%);
  border-radius: 2rem;
  box-shadow: 1.51px 1.51px 10px rgb(0, 0, 0);
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 auto;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 834px) {
  #my-content .request .submit-btn {
    max-width: 64rem;
    width: 100%;
    height: 16rem;
    font-size: 3.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #my-content .request .submit-btn:hover {
    background: #ffe140;
    color: #eb662a;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  #my-content .request .submit-btn:active {
    background: #ffe140;
    color: #eb662a;
  }
}
#my-content .request label {
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .request label {
    margin-bottom: 4rem;
  }
}
#my-content .request label span {
  display: none;
}
@media only screen and (max-width: 834px) {
  #my-content .request label span {
    display: block;
    font-size: 0.875em;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
#my-content .request input,
#my-content .request select,
#my-content .request textarea {
  padding: 1rem;
  font-size: 1em;
  border-radius: 0.5rem;
  border: 1px solid #000;
}
#my-content .request input[type=checkbox] {
  width: 1.4em;
  height: 1.4em;
  margin-right: 1em;
}
#my-content .my-footer {
  background-color: #83cd00;
  padding: 2rem 0 2rem;
}
#my-content .my-footer__note {
  width: 100%;
  font-size: 0.75em;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: left;
}
#my-content .my-footer__logo {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .my-footer__logo {
    margin-top: 4rem;
  }
  #my-content .my-footer__logo img {
    max-width: 280px;
  }
}
#my-content .my-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .my-footer__menu {
    flex-direction: column;
  }
}
#my-content .my-footer__menu li a {
  display: inline-block;
  padding: 0 1rem;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 834px) {
  #my-content .my-footer__menu li a {
    padding: 1rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #my-content .my-footer__menu li a:hover {
    background-color: #fff;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  #my-content .my-footer__menu li a:active {
    background-color: #fff;
  }
}
#my-content .my-footer__menu li:not(:last-child)::after {
  content: "/";
}
@media only screen and (max-width: 834px) {
  #my-content .my-footer__menu li:not(:last-child)::after {
    content: unset;
  }
}
#my-content .my-footer__copyright {
  font-size: 0.75em;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}/*# sourceMappingURL=page_landscaping.css.map */