
.br {
  display: block;
}

.consulting #main_ph .bg_fx_consulting::after {
  background-image: url(/images/consulting/main_bk.jpg);
  background-position: bottom -11vw center;
}

/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
  .consulting #pageUnder .top_area {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .consulting #pageUnder .top_area .slider_div {
    position: absolute;
    top: 50%;
    width: 18%;
    height: 100%;
    z-index: -1;
  }
  .consulting #pageUnder .top_area .slider_div::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .consulting #pageUnder .top_area .slider_div.right_slider::after {
    background: linear-gradient(120deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    top: -5%;
  }
  .consulting #pageUnder .top_area .slider_div.left_slider::after {
    background: linear-gradient(30deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    bottom: -5%;
  }
  .consulting #pageUnder .top_area .slider_div.right_slider {
    right: 1vw;
    transform: rotate(6deg) translateY(-50%);
  }
  .consulting #pageUnder .top_area .slider_div.left_slider {
    transform: rotate(-4deg) translateY(-50%);
    left: 1vw;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper {
    transition-timing-function: linear;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/2;
    border-radius: 10px;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide img {
    height: 150%;
    width: auto;
  }
  .consulting #pageUnder .top_area .body h3 {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .consulting #pageUnder .top_area .body h3 img {
    width: clamp(11.25rem, 9.773rem + 4.55vw, 13.75rem);/*180~220px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body h3 .txt {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body .catch {
    font-size: clamp(1.125rem, 0.903rem + 0.68vw, 1.5rem);/*18~24px(520~14000px)*/
    color: #6FB92C;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .consulting #pageUnder .top_area .body .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);/*14~18px(520~14000px)*/
    text-align: center;
  }
  .consulting #pageUnder .top_area .body .text .br.mb {
    margin-bottom: 2em;
  }
  .consulting #pageUnder .top_area .body .text .br.strong {
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
    font-weight: bold;
  }
  .consulting #pageUnder .top_area .body .text .br.small {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }


  .consulting #pageUnder .service h3 {
    padding: 1rem;
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service h3 .br {
    color: #fff;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
    line-height: 1.5;
    text-align: center;
  }
  .consulting #pageUnder .service .about {
    background: url(/images/consulting/photo_bg_pc.jpg) center/auto 100% no-repeat;
    aspect-ratio: 1600/465;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consulting #pageUnder .service .about .text_area {
    background-color: rgba(255, 255, 255, .85);
    padding: 3rem 2rem;
  }
  .consulting #pageUnder .service .about .text_area .br {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    text-align: center;
    line-height: 2;
  }

  .consulting #pageUnder .service .faq  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .faq h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;    
  }
  .consulting #pageUnder .service .faq h4 img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq h4 .fukidashi {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    color: #6FB92C;
    padding: 2vw 1rem 3vw;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .consulting #pageUnder .service .faq h4 .fukidashi::after {
    content: url(/images/consulting/fukidashi.svg);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .consulting #pageUnder .service .faq .catch {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 3px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq ul {
    width: 90%;
    margin: 2.5rem auto 2rem;
  }
  .consulting #pageUnder .service .faq ul li {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    padding: .5rem;
    border-bottom: 2px #ccc solid;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .consulting #pageUnder .service .faq ul li img {
    width: clamp(4.375rem, 3.267rem + 3.41vw, 6.25rem);/*70~100px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .consulting #pageUnder .service .faq .arrow img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow .txt {
    text-align: center;
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .consulting #pageUnder .service .faq .result h5 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    background-color: #6FB92C;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area .strong {
    padding: 2vw 0;
    line-height: 2;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
    text-decoration: underline;
    text-decoration-color: #6FB92C;
    text-decoration-thickness: 2px;
  }
  .consulting #pageUnder .service .faq .result .box {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    border: 1px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq .result .box .br {
    color: #6FB92C;
    line-height: 2;
    text-align: center;
  }

  
  .consulting #pageUnder .service .contact  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .contact h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact h4 img {
    width: clamp(5rem, 3.523rem + 4.55vw, 7.5rem);/*80~120px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact h4 p {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact .contact_box {
    padding: min(2vw,2.5rem);
    background-color: #F1FFE3;
  }
  .consulting #pageUnder .service .contact .contact_box .catch {
    padding: .5rem 1rem;
    background-color: #fff;
    border: 2px solid #666;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 5%;
    justify-content: center;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt {
    width: 40%;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: .5rem;
    padding: .75rem 1rem;
    background-color: #666;
    transition: all .5s;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a:hover {
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.tel a img {
    width: auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.mail a img {
    width:auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a .txt {
    color: #fff;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0 .5rem;
    margin-top: .5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .tit {
    font-size: 12px;
    padding: 0rem .5rem;
    border: 1px solid #333;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .txt {
    font-size: 12px;
    color: #333;
  }


}
@media all and (max-width: 768px) {
  .consulting #main_ph .bg_fx_consulting::after {
    background-position: bottom  center;
  }
}
/*------------------------------------------------------------
pad
------------------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {

  .consulting #pageUnder .body {
    padding: 80px 0;
  }

  .consulting #pageUnder .top_area {
    position: relative;
    overflow: hidden;
  }
  .consulting #pageUnder .top_area .slider_div {
    position: absolute;
    top: 50%;
    width: 18%;
    height: 100%;
  }
  .consulting #pageUnder .top_area .slider_div::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .consulting #pageUnder .top_area .slider_div.right_slider::after {
    background: linear-gradient(120deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    top: -5%;
  }
  .consulting #pageUnder .top_area .slider_div.left_slider::after {
    background: linear-gradient(30deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
    bottom: -5%;
  }
  .consulting #pageUnder .top_area .slider_div.right_slider {
    right: 1vw;
    transform: rotate(6deg) translateY(-50%);
  }
  .consulting #pageUnder .top_area .slider_div.left_slider {
    transform: rotate(-4deg) translateY(-50%);
    left: 1vw;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper {
    transition-timing-function: linear;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/2;
    border-radius: 10px;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide img {
    height: 150%;
    width: auto;
  }
  .consulting #pageUnder .top_area .body h3 {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .consulting #pageUnder .top_area .body h3 img {
    width: clamp(11.25rem, 9.773rem + 4.55vw, 13.75rem);/*180~220px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body h3 .txt {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body .catch {
    font-size: clamp(1.125rem, 0.903rem + 0.68vw, 1.5rem);/*18~24px(520~14000px)*/
    color: #6FB92C;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .consulting #pageUnder .top_area .body .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);/*14~18px(520~14000px)*/
    text-align: center;
  }
  .consulting #pageUnder .top_area .body .text .br.mb {
    margin-bottom: 2em;
  }
  .consulting #pageUnder .top_area .body .text .br.strong {
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
    font-weight: bold;
  }
  .consulting #pageUnder .top_area .body .text .br.small {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }


  .consulting #pageUnder .service h3 {
    padding: 1rem;
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service h3 .br {
    color: #fff;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
    line-height: 1.5;
    text-align: center;
  }
  .consulting #pageUnder .service .about {
    background: url(/images/consulting/photo_bg_pc.jpg) center/auto 100% no-repeat;
    aspect-ratio: 1600/465;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consulting #pageUnder .service .about .text_area {
    background-color: rgba(255, 255, 255, .85);
    padding: 3rem 2rem;
  }
  .consulting #pageUnder .service .about .text_area .br {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    text-align: center;
    line-height: 2;
  }

  .consulting #pageUnder .service .faq  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .faq h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;    
  }
  .consulting #pageUnder .service .faq h4 img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq h4 .fukidashi {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    color: #6FB92C;
    padding: 2vw 1rem 3vw;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .consulting #pageUnder .service .faq h4 .fukidashi::after {
    content: url(/images/consulting/fukidashi.svg);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .consulting #pageUnder .service .faq .catch {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 3px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq ul {
    width: 90%;
    margin: 2.5rem auto 2rem;
  }
  .consulting #pageUnder .service .faq ul li {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    padding: .5rem;
    border-bottom: 2px #ccc solid;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .consulting #pageUnder .service .faq ul li img {
    width: clamp(4.375rem, 3.267rem + 3.41vw, 6.25rem);/*70~100px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .consulting #pageUnder .service .faq .arrow img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow .txt {
    text-align: center;
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .consulting #pageUnder .service .faq .result h5 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    background-color: #6FB92C;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area .strong {
    padding: 2vw 0;
    line-height: 2;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
    text-decoration: underline;
    text-decoration-color: #6FB92C;
    text-decoration-thickness: 2px;
  }
  .consulting #pageUnder .service .faq .result .box {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    border: 1px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq .result .box .br {
    color: #6FB92C;
    line-height: 2;
    text-align: center;
  }

  
  .consulting #pageUnder .service .contact  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .contact h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact h4 img {
    width: clamp(5rem, 3.523rem + 4.55vw, 7.5rem);/*80~120px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact h4 p {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact .contact_box {
    padding: min(2vw,2.5rem);
    background-color: #F1FFE3;
  }
  .consulting #pageUnder .service .contact .contact_box .catch {
    padding: .5rem 1rem;
    background-color: #fff;
    border: 2px solid #666;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 5%;
    justify-content: center;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt {
    width: 100%;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: .5rem;
    padding: .75rem 1rem;
    background-color: #666;
    transition: all .5s;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a:hover {
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.tel a img {
    width: auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.mail a img {
    width:auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a .txt {
    color: #fff;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0 .5rem;
    margin-top: .5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .tit {
    font-size: 12px;
    padding: 0rem .5rem;
    border: 1px solid #333;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .txt {
    font-size: 12px;
    color: #333;
  }
  

}
/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 520px) {
  .consulting #pageUnder .body {
    padding: 50px 0;
  }



  .consulting #pageUnder .top_area {
    position: relative;
    overflow: hidden;
  }
  .consulting #pageUnder .top_area .body {
    position: relative;
    z-index: 1;
  }
  .consulting #pageUnder .top_area .slider_div {
    position: absolute;
    top: 50%;
    width: 18%;
    height: 100%;
  }
  .consulting #pageUnder .top_area .slider_div::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .consulting #pageUnder .top_area .slider_div.right_slider::after {
    background: linear-gradient(to bottom,rgba(255,255,255,.65),rgba(255,255,255,.65));
  }
  .consulting #pageUnder .top_area .slider_div.left_slider::after {
    background: linear-gradient(to bottom,rgba(255,255,255,.65),rgba(255,255,255,.65));
  }
  .consulting #pageUnder .top_area .slider_div.right_slider {
    right: 3vw;
    transform: rotate(6deg) translateY(-50%);
  }
  .consulting #pageUnder .top_area .slider_div.left_slider {
    transform: rotate(-4deg) translateY(-50%);
    left: 3vw;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper {
    transition-timing-function: linear;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/2;
    border-radius: 10px;
  }
  .consulting #pageUnder .top_area .slider_div .swiper-wrapper .swiper-slide img {
    height: 150%;
    width: auto;
  }
  .consulting #pageUnder .top_area .body h3 {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .consulting #pageUnder .top_area .body h3 img {
    width: clamp(11.25rem, 9.773rem + 4.55vw, 13.75rem);/*180~220px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body h3 .txt {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~14000px)*/
  }
  .consulting #pageUnder .top_area .body .catch {
    font-size: clamp(1.125rem, 0.903rem + 0.68vw, 1.5rem);/*18~24px(520~14000px)*/
    color: #6FB92C;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .consulting #pageUnder .top_area .body .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);/*14~18px(520~14000px)*/
    text-align: center;
  }
  .consulting #pageUnder .top_area .body .text .br.mb {
    margin-bottom: 2em;
  }
  .consulting #pageUnder .top_area .body .text .br.strong {
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
    font-weight: bold;
  }
  .consulting #pageUnder .top_area .body .text .br.small {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }


  .consulting #pageUnder .service h3 {
    padding: 1rem;
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service h3 .br {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .consulting #pageUnder .service .about {
    background: url(/images/consulting/photo_bg_pc.jpg) center/auto 100% no-repeat;
    aspect-ratio: 1600/465;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consulting #pageUnder .service .about .text_area {
    background-color: rgba(255, 255, 255, .85);
    padding: 3rem 2rem;
  }
  .consulting #pageUnder .service .about .text_area .br {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    text-align: center;
    line-height: 2;
  }

  .consulting #pageUnder .service .faq  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .faq h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;    
  }
  .consulting #pageUnder .service .faq h4 img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq h4 .fukidashi {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    color: #6FB92C;
    padding: 2vw 1rem 3vw;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .consulting #pageUnder .service .faq h4 .fukidashi::after {
    content: url(/images/consulting/fukidashi.svg);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .consulting #pageUnder .service .faq .catch {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 3px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq ul {
    width: 100%;
    margin: 2rem auto 1.5rem;
  }
  .consulting #pageUnder .service .faq ul li {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    padding: .5rem;
    border-bottom: 2px #ccc solid;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .consulting #pageUnder .service .faq ul li img {
    width: clamp(4.375rem, 3.267rem + 3.41vw, 6.25rem);/*70~100px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .consulting #pageUnder .service .faq .arrow img {
    width: clamp(6.25rem, 4.773rem + 4.55vw, 8.75rem);/*100~140px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .arrow .txt {
    text-align: center;
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(520~14000px)*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .consulting #pageUnder .service .faq .result h5 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    background-color: #6FB92C;
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
  }
  .consulting #pageUnder .service .faq .result .text_area .strong {
    padding: 2vw 0;
    line-height: 2;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
    text-decoration: underline;
    text-decoration-color: #6FB92C;
    text-decoration-thickness: 2px;
  }
  .consulting #pageUnder .service .faq .result .box {
    padding: 2vw;
    line-height: 2;
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~14000px)*/
    border: 1px solid #6FB92C;
  }
  .consulting #pageUnder .service .faq .result .box .br {
    color: #6FB92C;
    line-height: 2;
    text-align: center;
  }

  
  .consulting #pageUnder .service .contact  {
    margin-bottom: clamp(2.5rem, 1.023rem + 4.55vw, 5rem);/*40~80px(520~14000px)*/

  }
  .consulting #pageUnder .service .contact h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact h4 img {
    width: clamp(5rem, 3.523rem + 4.55vw, 7.5rem);/*80~120px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact h4 p {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~14000px)*/
  }
  .consulting #pageUnder .service .contact .contact_box {
    padding: min(2vw,2.5rem);
    background-color: #F1FFE3;
  }
  .consulting #pageUnder .service .contact .contact_box .catch {
    padding: .5rem 1rem;
    background-color: #fff;
    border: 2px solid #666;
    margin-bottom: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 5%;
    justify-content: center;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt {
    width: 100%;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: .5rem;
    padding: .75rem 1rem;
    background-color: #666;
    transition: all .5s;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a:hover {
    background-color: #6FB92C;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.tel a img {
    width: auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt.mail a img {
    width:auto;
    height: 1.5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt a .txt {
    color: #fff;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0 .5rem;
    margin-top: .5rem;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .tit {
    font-size: 12px;
    padding: 0rem .5rem;
    border: 1px solid #333;
  }
  .consulting #pageUnder .service .contact .contact_box .bt_row .contact_bt .text .txt {
    font-size: 12px;
    color: #333;
  }
}