@charset "UTF-8";
/* ------ ttl ------*/
.ttl-01 {
  text-align: center;
  margin-bottom: 6rem;
}
.faq-box .ttl-01 {
  margin-bottom: 4.8rem;
}
.ttl-01 .en {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #e74921;
  font-family: "Outfit", sans-serif;
}
.ttl-01 .jp {
  font-size: 4.2rem;
  font-weight: bold;
  padding-top: 1.2rem;
}
.ttl-01 .jp .color {
  color: #e74921;
}
.accent-01 {
  font-size: 6.4rem;
  line-height: .8;
  font-weight: 500;
  letter-spacing: 0.3rem;
  margin: 0 0.5rem;
  color: #e74921;
  font-family: "Outfit", sans-serif;
  position: relative;
}
.accent-01::before {
  content: '';
  width: 23px;
  height: 26px;
  background: url("../img/service-1/accent-01.png") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-75%, -35%);
}
@media screen and (max-width: 750px) {
  .ttl-01 {
    margin-bottom: 7vw;
  }
  .ttl-01 .en {
    font-size: 4.1vw;
  }
  .ttl-01 .jp {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-top: 2vw;
  }
  .accent-01 {
    font-size: 7vw;
  }
  .accent-01::before {
    width: 10px;
    height: 15px;
    transform: translate(-85%, -55%);
  }
  .faq-box .ttl-01 {
    margin-bottom: 2.6rem !important;
  }
}
.ttl-02 {
  position: relative;
  padding-top: 7rem;
}
.ttl-02 h2 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3.8px;
  color: #e74921;
}
.ttl-02 .en {
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .ttl-02 h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .ttl-02 {
    width: 100%;
    padding-top: 3rem;
  }
  .ttl-02 .en {
    font-size: 14vw;
    width: 100%;
  }
  .ttl-02 h2 {
    padding-top: 4vw;
    font-size: 6vw;
    line-height: 1.4;
    letter-spacing: .6px;
  }
}
.ttl-03 {
  display: flex;
  gap: 0 2rem;
}
.ttl-03 .en {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.service-bnr .ttl-03 .en {
  letter-spacing: 0.06em;
  font-weight: 400 !important;
}
.service-bnr .ttl-03 {
  gap: 0 1.3rem;
}
.ttl-03 .jp {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 1.6rem;
  padding-top: 1.6rem;
  letter-spacing: 0.04em;
  position: relative;
}
.ttl-03 .jp::before {
  content: "[";
  font-size: 2.4rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: -1.5rem;
}
.ttl-03 .jp::after {
  content: "]";
  font-size: 2.4rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: -2rem;
}
@media screen and (max-width: 550px) {
  .ttl-03 {
    flex-direction: column;
    gap: 0 2.5rem;
  }
  .ttl-03 .en {
    font-size: 4rem;
    line-height: 1;
  }
  .ttl-03 .jp {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .ttl-03 .jp::after {
    right: auto;
    padding-left: 1rem;
  }
}
.under-line {
  background: linear-gradient(transparent 70%, #fbe851 70%);
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
}
/* CSS Document */
#consultant .inner .consultant-list .consultant-item .txt-box h3 {
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}
.ttl-01 .en {
  font-weight: 500 !important;
}
.accent-01 {
  font-weight: 500 !important;
}
.faq-box .faq .q-icon {
  font-weight: 500 !important;
}
@media screen and (min-width: 751px) {
  .plan-table tbody td {
    text-align: center;
    /* td内のulを中央寄せ */
  }
  .plan-table tbody td .list {
    display: inline-block;
    /* ulの幅をliの合計幅にする */
    text-align: left;
    /* ul内のテキストは左寄せ */
  }
  .plan-table tbody td .list li {
    margin: 0 5px;
    /* liの間隔を少し調整（任意） */
  }
}
@media screen and (min-width: 751px) {
  .service-bnr:hover {
    background: #007cb5 url(../img/service-1/service_bnr_arrow01.png) right 2.3rem center no-repeat;
    background-size: 3rem;
    opacity: 1 !important;
  }
  .service-bnr {
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
}
.service-1 .contact-bnr, .service-2 .contact-bnr, .service-3 .contact-bnr, .service-4 .contact-bnr, .service-5 .contact-bnr, .service-6 .contact-bnr, .service-7 .contact-bnr, .service-8 .contact-bnr, .service-9 .contact-bnr, .service-10 .contact-bnr, .service-list .contact-bnr, .service-11 .contact-bnr, .service-12 .contact-bnr, .service-13 .contact-bnr {
  border-radius: 0 !important;
}
@media screen and (min-width: 751px) {
  .service-1 .contact-bnr, .service-2 .contact-bnr, .service-3 .contact-bnr, .service-4 .contact-bnr, .service-5 .contact-bnr, .service-6 .contact-bnr, .service-7 .contact-bnr, .service-8 .contact-bnr, .service-9 .contact-bnr, .service-10 .contact-bnr, .service-list .contact-bnr, .service-11 .contact-bnr, .service-12 .contact-bnr, .service-13 .contact-bnr {
    height: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .service-1 .contact-bnr, .service-2 .contact-bnr, .service-3 .contact-bnr, .service-4 .contact-bnr, .service-5 .contact-bnr, .service-6 .contact-bnr, .service-7 .contact-bnr, .service-8 .contact-bnr, .service-9 .contact-bnr, .service-10 .contact-bnr, .service-list .contact-bnr, .service-11 .contact-bnr, .service-12 .contact-bnr, .service-13 .contact-bnr {
    height: 400px;
  }
}
.contact-bnr.contact-bnr-appeal .inner .ttl-box {
  border-right: 1px solid #dddddd;
}
.contact-bnr.contact-bnr-appeal .inner .tel-box {
  border-right: 1px solid #dddddd;
}
section.contact-bnr.contact-bnr-appeal {
  height: auto !important;
}
@media screen and (max-width: 750px) {
  .contact-bnr .inner {
    height: inherit;
    padding-bottom: 10px;
  }
}
/* -------------------
-------------------
サービス詳細
-------------------
------------------*/
.service_detail_icon {
  width: 120px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.service_detail_icon img {
  width: 100%;
}
.service_detail_inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 12.2rem;
}
.service_detail_inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  /* 任意の間隔 */
  padding: 0;
  margin: 0;
  list-style: none;
}
.service_detail_inner_wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 3rem 4rem 4rem;
  position: relative;
}
/*.service_detail_icon {
  width: 120px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}*/
.service_detail_inner h3 {
  color: #e74921;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 64px;
}
.service_detail_inner p.overview {
  line-height: 1.75;
  font-size: 1.6rem;
  margin-top: 30px;
}
.service_detail_inner_wrapper .point {
  text-align: center;
  position: relative;
  margin-top: 4.2rem;
}
.service_detail_inner_wrapper .point h4 {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 2px 34px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_detail_inner_wrapper .list {
  text-align: left !important;
}
.service_detail_inner_wrapper .list p {
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  margin-left: 40px;
  margin-bottom: 16px;
}
.service_detail_inner_wrapper .list p::before {
  position: absolute;
  top: .1em;
  left: -40px;
  content: "";
  background: url("../img/service-1/list_check.png") center bottom / cover no-repeat;
  width: 30px;
  height: 30px;
}
.service_detail_inner_wrapper .list {
  background: #f7f7f7;
  padding: 4.4rem 2.2rem 3rem;
}
.service_detail_inner_wrapper .list p.last {
  margin-bottom: 0;
}
.service_detail h3.numbered::before {
  content: attr(data-number);
  position: absolute;
  left: 49%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: #f4f4f4;
  z-index: -1;
  pointer-events: none;
  font-family: 'Outfit', sans-serif;
}
.service_detail h3.numbered {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.service_detail_inner ul li:nth-child(n + 4) {
  margin-top: 6rem;
}
.service_detail_inner li {
  background: #fff;
  border-radius: 30px;
}
.ec-success-example .service_detail_inner li {
  border: 8px solid #f5f5f5;
}
@media (max-width: 750px) {
  .ec-success-example .service_detail_inner li {
    border: 6px solid #f5f5f5;
  }
}
@media (max-width: 750px) {
  .service_detail h3.numbered.long {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
/*擬似要素関係*/
.service_detail_inner ul {
  position: relative;
}
.service_detail_inner ul::after {
  content: "";
  background: url(../img/service-1/service_bg01.png) center center / contain no-repeat;
  width: 31.5rem;
  height: 28.5rem;
  position: absolute;
  bottom: -11.8rem;
  left: -17.2rem;
  z-index: -1;
}
@media (max-width: 1200px) {
  .service_detail {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
  .service_detail_inner ul {
    gap: 3rem;
  }
  .service_detail_inner_wrapper {
    padding: 3rem;
  }
}
@media (max-width: 1000px) {
  .service_detail_inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_detail_inner ul li:nth-child(n + 3) {
    margin-top: 6rem;
  }
}
@media (max-width: 750px) {
  .service_detail_inner h3 {
    font-size: min(20px, 5.4vw);
    margin-top: min(40px, 11vw);
    text-align: left;
  }
  .service_detail h3.numbered::before {
    font-size: 8rem;
  }
  .service_detail_inner p.overview {
    font-size: 14px;
    margin-top: min(30px, 3vw);
  }
  .service_detail_inner_wrapper .list {
    padding: 3rem 2rem 2rem;
  }
  .service_detail_inner_wrapper .point h4 {
    font-size: 14px;
    padding: 1px 24px;
  }
  .service_detail_inner_wrapper .list p::before {
    width: 20px;
    height: 20px;
    top: 1px;
    left: -28px;
  }
  .service_detail_inner_wrapper .list p {
    font-size: 14px;
    margin-left: 28px;
    margin-bottom: 16px;
  }
  .service_detail_inner_wrapper {
    padding: 6vw 5vw;
    border-radius: 25px;
  }
  .service_detail_icon {
    width: 100px;
  }
  .service_detail_inner {
    margin-top: 90px;
  }
  .service_detail_inner ul::after {
    width: 16rem;
    height: 14rem;
    bottom: -4rem;
    left: -10rem;
  }
}
@media (max-width: 600px) {
  .service_detail_inner {
    margin-top: 40px;
  }
  .service_detail_inner ul {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service_detail_inner ul li {
    margin-top: 6rem;
  }
}
.service_detail .service_detail_inner ul {
  position: relative;
}
.service_detail .service_detail_inner ul::before {
  content: "";
  background: url(../img/service-2/service_detail_bg01.png) center center / contain no-repeat;
  width: 41.4rem;
  height: 39rem;
  position: absolute;
  bottom: -10.5rem;
  right: -18.4rem;
  z-index: -1;
}
@media (max-width: 750px) {
  .service_detail .service_detail_inner ul::before {
    width: 20rem;
    height: 18rem;
    bottom: -4rem;
    right: -10rem;
  }
}
/* ------ faq(よくある質問) ------*/
.faq-box {
  padding: 11.5rem 0 12.4rem;
  margin: 0 2rem;
}
.faq-box .faq {
  position: relative;
  background: #fff;
  border: 2px solid #fafafa;
  border-radius: 8px;
  padding: 1.2rem 4rem;
  margin-bottom: 3.2rem;
  cursor: pointer;
}
.faq-box .faq .q-icon {
  font-size: 3.2rem;
  font-weight: bold;
  color: #e74921;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 2.5rem;
  left: 4rem;
}
.faq-box .faq .q-icon span {
  font-size: 2.4rem;
}
.faq-box .q-ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.5;
  padding: 2rem 6rem 2rem 5.2rem;
  position: relative;
}
.faq-box .q-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
}
.faq-box .q-toggle > span {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e74921;
}
.faq-box .q-toggle > span::before, .faq-box .q-toggle > span::after {
  content: '';
  width: 21px;
  height: 1.4px;
  background: #fff;
  position: absolute;
  top: calc(50% - .7px);
  right: calc(50% - 11px);
  transition: all .2s;
}
.faq-box .q-ttl.active .q-toggle > span::after {
  opacity: 0;
  visibility: hidden;
}
.faq-box .q-toggle > span::after {
  transform: rotate(90deg);
}
.faq-box .q-txt {
  display: none;
  background: #fafafa;
  border-radius: 10px;
  padding: 2.8rem 3.6rem;
  margin: 1.6rem 0 3.6rem;
  position: relative;
  z-index: 1;
}
.faq-box .q-txt::before {
  content: url(../img/service-1/balloon-shape.png);
  position: absolute;
  left: 4rem;
  top: -2rem;
  z-index: -1;
}
.faq-box .q-txt h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #e74921;
  margin-bottom: 15px;
}
.faq-box .q-txt p {
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1200px) {
  .faq-box {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .faq-box {
    padding: 12vw 0 8vw 0 !important;
  }
  .faq-box .faq {
    padding: 1.4rem 1.7rem 1.8rem;
    margin-bottom: 2.5rem;
  }
  .faq-box .faq .q-icon {
    font-size: 2.8rem;
    top: 9px;
    left: 2.2rem;
  }
  .faq-box .q-ttl {
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 4.4rem 0 4.2rem;
  }
  .faq-box .q-toggle {
    top: calc(50% - 14px);
  }
  .faq-box .q-toggle > span {
    width: 32px;
    height: 32px;
  }
  .faq-box .q-toggle > span::before, .faq-box .q-toggle > span::after {
    width: 16px;
    right: calc(50% - 8px);
  }
  .faq-box .q-txt {
    margin: 2rem 0 0;
    padding: 1.8rem 0 1rem .5rem;
    border-radius: 0;
  }
  .faq-box .q-txt::before {
    top: -1rem;
  }
  .faq-box .q-txt h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: .8rem;
  }
  .faq-box .q-txt p {
    font-size: 16px;
    letter-spacing: -.2px;
    line-height: 1.7;
  }
}
/* service-bnr(サービス一覧へバナー) ------*/
.service-bnr {
  max-width: 800px;
  min-height: 180px;
  margin: 0 auto 12rem;
  border-radius: 15px;
  background: #0f91ce url("../img/service-1/service_bnr_arrow01.png")right 2.3rem center no-repeat;
  background-size: 3rem;
  box-sizing: border-box;
  position: relative;
}
.service-bnr::before {
  content: "";
  background: url("../img/service-1/service_bnr_img01.png")center center / cover no-repeat;
  width: 24.4rem;
  height: 23.5rem;
  position: absolute;
  top: 51%;
  transform: translateY(-54%);
  right: 9.1rem;
}
.service-bnr a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4.3rem 4.3rem 0;
  color: inherit;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.service-bnr a::before {
  content: "";
  background: url("../img/service-1/service_bnr_img02.png")center center / cover no-repeat;
  width: 37rem;
  height: 32.8rem;
  position: absolute;
  top: -24.6rem;
  left: -19.7rem;
}
.service-bnr a .text01 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 5px;
}
.service-bnr a .text01 span {
  letter-spacing: 0.1em;
}
.service-bnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .service-bnr {
    max-width: 700px;
    min-height: 160px;
  }
}
@media screen and (max-width: 960px) {
  .service-bnr {
    max-width: 630px;
    min-height: 145px;
  }
}
@media screen and (max-width: 750px) {
  .service-bnr {
    margin: 0 6rem 10vw;
  }
  .service-bnr::before {
    width: 20rem;
    height: 19rem;
    right: 6rem;
  }
}
@media screen and (max-width: 650px) {
  .service-bnr {
    margin: 0 4rem 10vw;
  }
  .service-bnr a {
    padding: 4.3rem 3.5rem 0;
  }
}
@media screen and (max-width: 550px) {
  .service-bnr {
    background: #0f91ce url("../img/service-1/service_bnr_arrow01.png")right 2rem center no-repeat;
    background-size: 2.5rem;
    margin: 0 2rem 8rem;
    min-height: 115px;
  }
  .service-bnr a {
    padding: 2rem 2rem 0;
  }
  .service-bnr a .text01 {
    line-height: 1.4;
  }
  .service-bnr::before {
    width: 14rem;
    height: 13.5rem;
    right: 5rem;
  }
}
@media screen and (max-width: 510px) {
  .service-bnr {
    min-height: 130px;
  }
  .service-bnr a {
    padding: 2rem 2rem 0 14%;
  }
  .service-bnr::before {
    left: 60%;
  }
}
@media screen and (max-width: 420px) {
  .service-bnr a {
    padding: 2rem 2rem 0;
  }
  .service-bnr::before {
    left: auto;
    right: 5rem;
  }
}
/* -------------------------
-------------------------
サービスページSP一気に調整し直し
-------------------------
------------------------- */
/* FV */
@media screen and (max-width: 750px) {
  .ttl-01 .en {
    font-size: 3.6vw;
  }
}
/*サービス詳細*/
@media screen and (max-width: 750px) {
  .service_detail_icon {
    width: 30%;
    position: relative;
    top: inherit;
    transform: inherit;
    left: inherit;
    margin-top: -50px;
  }
  .service_detail_inner h3 {
    text-align: left;
  }
  .service_detail_inner_wrapper .icon_txt_flex {
    display: flex;
    align-items: center;
    gap: 5%;
  }
  .service_detail_txt {
    width: 65%;
  }
  .service_detail_inner h3 {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: -0.005em;
  }
  .service_detail_inner p.overview {
    margin-top: 1px;
    line-height: 1.8;
    font-size: 13px;
  }
  .service_detail h3.numbered::before {
    left: inherit;
    right: 0;
    transform: translate(0%, -50%);
    font-weight: 400;
    font-size: 6.6rem !important;
  }
  .service_detail_inner_wrapper .point {
    margin-top: 3.6rem;
  }
  .service_detail_inner_wrapper .point h4 {
    font-size: 14px;
    padding: 0px 28px;
  }
  .service_detail_inner_wrapper .list {
    padding: 3.6rem 3.2rem 2rem;
  }
  .service_detail_inner_wrapper .list p {
    font-size: 13px;
    line-height: 1.5;
  }
  .service_detail_inner_wrapper .list p {
    margin-bottom: 12px;
  }
  .service_detail_inner ul li {
    margin-top: 1rem;
  }
  .service_detail_inner ul li:nth-child(n + 3) {
    margin-top: 1rem;
  }
  section.result-box {
    margin-bottom: 6rem;
  }
  .flow-box .flow-wrap .flow-slider .slide:nth-of-type(1) .txt-wrap h3:before {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 4vw;
  }
  .service_detail_inner_wrapper .list p::before {
    width: 22px;
    height: 22px;
    left: -30px;
  }
  .service_detail_inner_wrapper .point p {
    line-height: 1.62;
  }
  .service_detail_inner_wrapper .list p {
    margin-left: 32px;
  }
}
/*業績アップの一例*/
.ec-success-example .service_detail_icon {
  width: 132px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -20%);
  left: 50%;
}
.ec-success-example .txt_mini p.second {
  font-size: 2rem;
}
.service_detail_txt.ec-success-example_detail {
  margin-top: 5.4rem;
}
.ec-success-example .service_detail_inner_wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 6rem 2rem 2.4rem;
  position: relative;
}
.ec-success-example .service_detail_inner ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem 4rem;
  margin-top: 4rem;
}
.ec-success-example .service_detail_inner ul li:nth-child(n + 4) {
  margin-top: 4rem;
}
section.service_detail.ec-success-example {
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .service_detail.ec-success-example ul {
    margin-top: 2.4rem !important;
  }
  .ec-success-example .service_detail_inner ul {
    grid-template-columns: inherit !important;
    gap: inherit !important;
  }
  .ec-success-example .service_detail_icon {
    width: 30%;
    position: relative;
    top: inherit;
    transform: inherit;
    left: inherit;
  }
  .ec-success-example .service_detail_inner_wrapper {
    background: #fff;
    position: relative;
    padding: 4vw 3vw;
    border-radius: 25px;
  }
  .service_detail_txt.ec-success-example_detail {
    margin-top: 0;
  }
  .ec-success-example p.first {
    font-size: 3.6vw;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
  .ec-success-example p.first span.en {
    font-size: 4.8vw;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }
  .ec-success-example .service_detail_inner_wrapper .icon_txt_flex {
    gap: 2%;
  }
  .ec-success-example p.second {
    font-size: 4.2vw;
    margin-top: -14px;
  }
  .ec-success-example p.second span.en {
    font-size: 6.4vw;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }
  .ec-success-example .service_detail_txt {
    width: 63%;
    text-align: center;
  }
  .ec-success-example .service_detail_icon {
    margin-top: 0;
  }
  .ec-success-example .service_detail_inner ul li:nth-child(n + 4) {
    margin-top: 2rem;
  }
  .service_detail_inner ul li:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .ec-success-example .txt_mini p.second {
    font-size: 4.2vw;
    line-height: 1.4;
    margin-top: -4px;
  }
}
/* ------ flow(サービス導入の流れ) ------*/
.flow-box {
  padding: 11.2rem 0 0;
  margin: 0 5rem;
}
.flow-box .ttl-01 {
  margin-bottom: 5.5rem;
}
.flow-box .flow-wrap {
  position: relative;
}
.flow-box p.img.sponly {
  display: none;
}
.flow-box .sponlyttl {
  display: none;
}
.flow-box .flow-wrap .flow-nav {
  width: 7rem;
  background: #222;
  border-radius: 7rem;
  padding: 4rem 1rem 3rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-52.4%);
  right: -3rem;
  z-index: 1;
  cursor: pointer;
}
.flow-box .flow-wrap .flow-nav .slick-track {
  transform: none !important;
}
.flow-box .flow-wrap .flow-nav .flow-menu > span {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  padding-top: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #808080;
  background: #222;
  border-radius: 50%;
  position: relative;
  transition: all .2s;
  box-sizing: border-box;
}
.flow-box .flow-wrap .flow-nav .flow-menu:last-of-type > span {
  margin-bottom: 0;
}
.flow-box .flow-wrap .flow-nav .flow-menu.slick-current > span {
  color: #fff;
  background: #0f91ce;
}
.flow-box .flow-wrap .flow-slider {
  width: 100%;
  position: relative;
}
.flow-box .flow-wrap .flow-slider::before {
  content: "";
  background: url("../img/service-1/flow_bg01.png")center center / cover no-repeat;
  width: 41.6rem;
  height: 39.1rem;
  position: absolute;
  top: -13.8rem;
  left: -20rem;
  z-index: -2;
}
.flow-box .flow-wrap .flow-slider::after {
  content: "";
  background: url("../img/service-1/flow_bg02.png")center center / contain no-repeat;
  width: 44.5rem;
  height: 39.5rem;
  position: absolute;
  bottom: -16.2rem;
  right: -23.8rem;
  z-index: -1;
}
.flow-box .flow-wrap .flow-slider .slide {
  width: 100%;
  height: auto;
  background: #fff;
  border: 10px solid #fafafa;
  border-radius: 25px;
  padding: 0 9.8rem 0 7.4rem;
  margin-bottom: 2rem;
  position: relative;
}
.flow-box .flow-wrap .flow-slider .slide .flex {
  height: 47.6rem;
  align-items: center;
}
.flow-box .flow-wrap .txt-wrap {
  width: 55%;
  position: relative;
}
.flow-box .flow-wrap .txt-wrap .num {
  font-family: "Outfit", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(34, 34, 34, .05);
  position: absolute;
  top: -5px;
  right: 10px;
}
.flow-box .flow-wrap .txt-wrap h3 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 8rem;
  margin: 0 0 4rem 0;
  position: relative;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(1) .txt-wrap h3 {
  margin: 0 0 3.6rem -0.7rem;
}
.flow-box .flow-wrap .flow-slider .slide .txt-wrap h3::before {
  content: "";
  background: url("../img/service-1/flow_text01.png")left center / cover no-repeat;
  width: 18.2rem;
  height: 6.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(1) .txt-wrap h3:before {
  left: 0.7rem;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(2) .txt-wrap h3:before {
  background: url("../img/service-1/flow_text02.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(3) .txt-wrap h3:before {
  background: url("../img/service-1/flow_text03.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(4) .txt-wrap h3:before {
  background: url("../img/service-1/flow_text04.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(5) .txt-wrap h3:before {
  background: url("../img/service-1/flow_text05.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(6) .txt-wrap h3:before {
  background: url("../img/service-1/flow_text06.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .txt-wrap .read p {
  font-size: 1.7rem;
  line-height: 2;
}
.flow-box .flow-wrap .flow-slider .img {
  width: 45%;
  position: relative;
}
.flow-box .flow-wrap .flow-slider .img img {
  max-width: 400px;
  border-radius: 15px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .flow-box .flow-wrap .flow-slider .slide {
    padding: 0 8.7rem 0 6.3rem;
  }
  .flow-box .flow-wrap .txt-wrap {
    padding-right: 3rem;
    box-sizing: border-box;
  }
  .flow-box .flow-wrap .txt-wrap .num {
    right: 3rem;
  }
  .flow-box .flow-wrap .txt-wrap h3 {
    padding-top: 7.5rem;
    margin-bottom: 3rem;
    font-size: 3.5rem;
  }
  .flow-box .flow-wrap .flow-slider .slide .txt-wrap h3::before {
    width: 16.4rem;
    height: 5.7rem;
  }
  .flow-box .flow-wrap .txt-wrap .read p {
    font-size: 1.6rem;
  }
  .flow-box {
    margin: 0 3em 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .flow-box .flow-wrap .flow-slider .slide {
    padding: 0 5rem 0 3rem;
  }
}
@media screen and (max-width: 750px) {
  .flow-box {
    padding: 12vw 0 17vw !important;
    margin: 0;
  }
  .flow-box .ttl-01 {
    position: relative;
    z-index: 1;
  }
  .flow-box .flow-wrap {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-right: -2.6rem;
    margin-left: -2.6rem;
  }
  @keyframes swipe {
    0% {
      transform: translateX(0);
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    35% {
      opacity: 1;
    }
    50% {
      transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      transform: translateX(-30px);
      opacity: 0;
    }
  }
  .swipe-wrap {
    position: relative;
    margin-top: 3rem;
  }
  .swipe {
    position: absolute;
    top: -5rem;
    right: 8rem;
    z-index: 99;
  }
  .swipe img {
    display: inline-block;
    width: 13.5vw;
    height: auto;
    animation: swipe 3s linear 1s infinite normal;
  }
  .flow-box .flow-wrap .flow-nav {
    width: calc(100% - 12rem);
    padding: 1vw 4vw;
    margin: 4rem 8rem 0 4rem;
    position: initial;
    transform: none;
    text-align: center;
  }
  .flow-box .flow-wrap .flow-nav .flow-menu > span {
    width: 8vw;
    height: 8vw;
    font-size: 4.6vw;
    font-weight: normal;
    padding-top: 1.2vw;
    margin-bottom: 0;
  }
  .flow-box .flow-wrap .flow-slider {}
  .flow-box .flow-wrap .flow-slider::before {
    width: 19.2rem;
    height: 18.1rem;
    top: -4.5rem;
    left: -9rem;
  }
  .flow-box .flow-wrap .flow-slider::after {
    bottom: -6rem;
    right: -5rem;
    width: 13rem;
    height: 12rem;
  }
  .flow-box .flow-wrap .flow-slider .slide {
    width: calc(100% - 4rem);
    border: 8px solid #fafafa;
    padding: 10vw 1.6rem 9vw;
    margin-right: 2rem;
    margin-bottom: 0;
    display: flex;
    gap: 0 4rem;
  }
  .flow-box .slick-list {
    padding: 0 4rem;
  }
  .flow-box .slick-track {
    display: flex;
  }
  .flow-box .flow-wrap .flow-slider .slide .flex {
    height: auto;
    justify-content: start;
    align-items: start;
    flex-direction: column-reverse;
  }
  .flow-box .flow-wrap .txt-wrap .num {
    font-size: 21vw;
    font-weight: normal;
    top: 24px;
    right: 0;
  }
  .flow-box .flow-wrap .flow-slider .slide:nth-of-type(1) .txt-wrap h3 {
    padding-bottom: calc(330 / 400 * 100%);
    margin: 0;
    letter-spacing: -5px;
  }
  .flow-box .flow-wrap .txt-wrap h3 {
    font-size: 10vw;
    padding-top: 15.4vw;
    padding-bottom: calc(310 / 400 * 100%);
    position: relative;
  }
  .flow-box .flow-wrap .flow-slider .slide .txt-wrap h3::before {
    width: 36vw;
    height: 12.7vw;
    background-size: contain;
  }
  .flow-box .flow-wrap .txt-wrap .read p {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  .flow-box .flow-wrap .txt-wrap {
    width: 100%;
    padding-right: 0;
  }
  .flow-box .flow-wrap .flow-slider .img {
    width: 98%;
    padding: 0 4rem;
    position: absolute;
    top: 39vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow-box .flow-wrap .flow-slider .img img {
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .swipe {
    top: -2.5rem;
    right: 0;
  }
  .flow-box .flow-wrap .flow-nav {
    width: calc(100% - 10rem);
    margin: 2rem auto 0;
    padding: 1.4vw 4.8vw;
  }
  .flow-box .flow-wrap .flow-slider .slide {
    width: calc(100% - 10rem);
    border: 6px solid #fafafa;
  }
  .flow-box .slick-list {
    padding: 0;
  }
  .flow-box .flow-wrap .flow-slider .slide .txt-wrap h3 {
    padding-bottom: calc(330 / 400 * 100%);
  }
  .flow-box .flow-wrap .flow-slider .slide .txt-wrap h3 {
    padding-bottom: calc(333 / 400 * 100%) !important;
    margin: 0 !important;
  }
  .flow-box .flow-wrap .flow-slider .img {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .ec-success-example .service_detail_inner_wrapper {
    padding: 8rem 0rem 2.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .ec-success-example .service_detail_inner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem 2rem;
  }
  .ec-success-example .service_detail_inner ul li:nth-child(n + 4) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .flow-box p.img.sponly {
    display: block;
  }
  .flow-box p.img.pconly {
    display: none;
  }
  h3.pconlyttl {
    display: none;
  }
  .flow-box .sponlyttl {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0em;
    margin-bottom: 0.8rem;
  }
  .flow-box .flow-wrap .flow-slider .slide .flex {
    display: block;
  }
  .flow-box .flow-wrap .flow-slider .slide {
    padding: 0vw 1.4rem 9vw;
  }
  .flow-box .flow-wrap .flow-slider .slide {
    height: auto !important;
  }
  .flow-box .flow-wrap .txt-wrap {
    margin-top: -0.6em;
  }
  .flow-box .flow-wrap .txt-wrap .read p {
    line-height: 1.7;
    font-size: 3.48vw;
  }
  .flow-box .flow-wrap .flow-nav {
    width: calc(100% - 10rem);
    margin: -1rem auto 0;
    padding: 1.8vw 10.5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-52%, 50%);
    height: max(12vw, 51px);
    top: inherit;
  }
  .flow-box .flow-wrap .flow-nav .flow-menu > span {
    font-size: 3.2vw;
    padding-top: 1.86vw;
  }
  .flow-box .flow-wrap .flow-nav .slick-track {
    margin-top: 3px;
  }
  .flow-box .flow-wrap .txt-wrap .num {
    display: none !important;
  }
  .flow-box .flow-wrap .flow-slider .img {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .flow-box .flow-wrap .flow-slider .slide {
    padding: 0 !important;
    background: transparent !important;
    border: transparent !important;
  }
  .flow-box .flow-wrap .flow-slider .slide .cont.flex {
    background: #fff !important;
    padding: 0vw 1.4rem 7.2vw !important;
    margin-top: 3rem;
    border: 10px solid #fafafa;
    border-radius: 25px;
  }
  .flow-box .flow-wrap .flow-slider .img {
    top: -2.4rem;
    position: relative;
  }
  .flow-box .ttl-01 {
    margin-bottom: 1.5rem;
  }
  .flow-box .flow-wrap .flow-slider::before {
    top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .flow-box .swipe {
    top: 0rem;
    right: 0;
  }
}


/* ------ consultant(コンサルタント) ------*/
#consultant {
  position: relative;
}
#consultant + .contact-bnr {
  border-radius: 0;
}
#consultant .inner {
  max-width: 1300px;
  padding: 96px 50px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  #consultant .inner {
    padding: 10rem 50px;
  }
}
@media screen and (max-width: 960px) {
  #consultant .inner {
    padding: 61px 50px 50px;
  }
}
@media screen and (max-width: 750px) {
  #consultant .inner {
    padding: 2vw 5% 19vw;
  }
}
@media screen and (max-width: 375px) {
  #consultant .inner {
    padding: 15px 20px 60px;
  }
}
#consultant .inner .consultant-list {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 6rem;
}
@media screen and (max-width: 1300px) {
  #consultant .inner .consultant-list {
    margin-top: 4.6875vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  #consultant .inner .consultant-list {
    padding: 0 3vw;
  }
  #consultant .inner {
    padding-right: 3em;
    padding-left: 3em;
  }
  #consultant .inner .consultant-list {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #consultant .inner .consultant-list {
    margin-top: 6vw;
    flex-wrap: wrap;
    gap: 4rem;
    box-sizing: border-box;
  }
  #consultant .inner .consultant-list .consultant-item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 750px) {
  #consultant .inner .ttl-01 {
    margin-bottom: 8vw;
  }
  #consultant .inner .consultant-list {
    flex-direction: column;
    justify-content: center;
    gap: 7vw 0;
    padding: 0;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 375px) {
  #consultant .inner .consultant-list {
    gap: 35px 0;
    padding: 0;
    margin-top: 22.5px;
  }
}
#consultant .inner .consultant-list .consultant-item {
  width: calc((100% - 12rem) / 3);
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 28px 0;
}
#consultant .inner .consultant-list .consultant-item .img {
  width: 255px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: solid 4px #e74921;
  border-radius: 50%;
  overflow: hidden;
}

#consultant .inner .consultant-list .consultant-item:nth-child(2) .img {
  border-color: #0A91CE;
}
#consultant .inner .consultant-list .consultant-item:nth-child(n+3) .img {
  border-color: #01A240;
}
#consultant .inner .consultant-list .consultant-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #consultant .inner .consultant-list .consultant-item .img {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  #consultant .inner .consultant-list .consultant-item {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 0 3vw;
    position: relative;
  }
  #consultant .inner .consultant-list .consultant-item .img {
    position: absolute;
    top: 0;
    left: 0;
    border-width: 2px;
  }
}
@media screen and (max-width: 550px) {
  #consultant .inner .consultant-list .consultant-item .img {
    width: 110px;
  }
}
#consultant .inner .consultant-list .consultant-item:nth-of-type(2).mv02_off {
  transition: all 0.8s ease-out 0.2s;
}
#consultant .inner .consultant-list .consultant-item:nth-of-type(3).mv02_off {
  transition: all 0.8s ease-out 0.4s;
}
#consultant .inner .consultant-list .consultant-item:nth-of-type(4).mv02_off {
  transition: all 0.8s ease-out 0.6s;
}
#consultant .inner .consultant-list .consultant-item:nth-of-type(5).mv02_off {
  transition: all 0.8s ease-out 0.8s;
}
#consultant .inner .consultant-list .consultant-item:nth-of-type(6).mv02_off {
  transition: all 0.8s ease-out 1.0s;
}
#consultant .inner .consultant-list .consultant-item .txt-box h3 {
  text-align: center;
  padding-top: 3rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  position: relative;
}
#consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #e74921;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#consultant .inner .consultant-list .consultant-item:nth-child(2) .txt-box h3 .occupation {
  color: #0A91CE;
}

#consultant .inner .consultant-list .consultant-item:nth-child(n+3) .txt-box h3 .occupation {
  color: #01A240;
}

#consultant .inner .consultant-list .consultant-item .txt-box .text01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .3px;
  margin-top: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    padding-top: 5rem;
    margin: 9rem 0 11rem 29rem;
    font-size: 48px;
    line-height: 1;
    position: relative;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.4rem;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box .text01 {
    font-size: 3.466vw;
    line-height: 1.8;
    margin-top: 2.666vw;
  }
}
@media screen and (max-width: 640px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    padding-top: 4rem;
    font-size: 5rem;
    margin-bottom: 14rem;
  }

  #consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
    font-size: 3vw;
  }
}
@media screen and (max-width: 550px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    padding-top: 3rem;
    font-size: 3.5rem;
    letter-spacing: 2.4px;
    margin: 3.7rem 0 4.7rem 14.5rem;
  }
}
@media screen and (max-width: 375px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    padding-top: 25px;
    font-size: 23px;
    line-height: 1;
    position: relative;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box .text01 {
    font-size: 14px;
    line-height: 1.9;
    padding-top: 8px;
  }
}


@media screen and (max-width: 750px) {
  #consultant .inner .consultant-list .consultant-item .txt-box .text01 {
    margin-top: 11vw;
  }
  #consultant .inner .consultant-list {
    gap: 9vw 0;
  }
}
@media screen and (max-width: 550px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    margin: 3.7rem 0 4.7rem 130px;
  }
  #consultant .inner .consultant-list .consultant-item .img {
    width: 114px;
  }
}
@media screen and (max-width: 750px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    text-align: left;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
    right: auto;
  }
}
@media screen and (max-width: 375px) {
  #consultant .inner .consultant-list .consultant-item .txt-box h3 {
    font-size: 20px;
    padding-top: 28px;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box .text01 {
    padding-top: 18px;
  }
  #consultant .inner .consultant-list .consultant-item .txt-box h3 .occupation {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #consultant .inner .consultant-list {
    gap: 27px 0;
  }
  #consultant .inner {
    padding: 15px 20px 47px;
  }
}


/* ------ reason(料金プラン：選べる3つver) ------*/
@media screen and (max-width: 750px) {
  .plan-box.reason-box .swipe-wrap {
    position: relative;
    margin-top: 3rem;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .plan-box.reason-box .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .plan-box.reason-box .ttl-01 .en {
    font-size: 4vw;
  }
  .plan-box.reason-box .table-wrap table th, .reason-box .table-wrap table td {
    line-height: 1.2;
  }
  .plan-box.reason-box {
    padding: 0 0 1vw;
  }
}
.plan-wrap .spillust {
  display: none;
}
.swipe-wrap.sponly {
  display: none;
}
.reason-box.plan-box {
  padding: 10.8rem 0;
  margin: 0 5rem;
}
.reason-box.plan-box .inner {
  position: relative;
}
.reason-box.plan-box .inner::before {
  content: "";
  background: url("../img/service-1/reason_img01.png") center / cover no-repeat;
  width: 24.2rem;
  height: 15.8rem;
  position: absolute;
  top: 24rem;
  right: 2.3rem;
  z-index: 1;
}
.reason-box.plan-box .ttl-01 {
  margin-bottom: 2.8rem;
  padding-bottom: 3rem;
  position: relative;
}
.reason-box.plan-box .ttl-01 .en {
  font-weight: 400;
}
.reason-box.plan-box .ttl-01 .num {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.reason-box.plan-box .ttl-01::before {
  content: "";
  background: #e74921;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reason-box.plan-box .ttl-read {
  position: relative;
  z-index: 1;
}
.reason-box .ttl-read p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 15.2rem;
}
.plan-box .table-wrap {
  position: relative;
}
.plan-box .table-wrap::before {
  content: "";
  background: url("../img/service-1/reason_bg01.png")center center / contain no-repeat;
  width: 41.6rem;
  height: 39.1rem;
  position: absolute;
  top: -24rem;
  left: -20rem;
  z-index: -1;
}
.plan-box .table-wrap::after {
  content: "";
  background: url("../img/service-1/reason_bg02.png")center center / contain no-repeat;
  width: 23.5rem;
  height: 21.8rem;
  position: absolute;
  bottom: -17.8rem;
  right: -19rem;
  z-index: -2;
}
.plan-box .reason-illust {
  position: absolute;
  top: -17.8rem;
  right: 3.4rem;
  width: 24rem;
  height: 16rem;
}
.plan-box .reason-illust img {
  width: 100%;
  height: auto;
}
.plan-box .plan-table {
  table-layout: fixed;
  position: relative;
  border-right: solid 1px #e6e6e6;
}
.plan-box .plan-table::before {
  content: "";
  background: #fff;
  width: calc(100% + 20rem);
  height: calc(100% + 18rem);
  border-radius: 3rem;
  position: absolute;
  top: -10rem;
  left: -10rem;
  z-index: -1;
}
.plan-box .plan-table thead tr:first-of-type th:first-of-type {
  border-left: solid 1px #fff;
}
.plan-box .plan-table thead tr:first-of-type th:last-of-type {
  border-right: solid 1px #fff;
}
.plan-box .plan-table thead th {
  background: #333;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding: 2rem 1.55rem;
  position: relative;
  vertical-align: middle;
  border-left: solid 1px #e6e6e6;
}
.plan-box .plan-table thead th:nth-of-type(1) {
  border-radius: 18px 0 0 0;
}
.plan-box .plan-table thead th:nth-of-type(4) {
  border-radius: 0 18px 0 0;
}
.plan-box .plan-table thead th.no-01 {
  border-left: solid 1px #e6e6e6;
  position: relative;
}
.plan-box .plan-table thead th.no-01::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e74921;
  border-radius: 15px 15px 0 0;
}
.plan-box .plan-table thead th.no-01 strong {
  font-size: 2.7rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
  transform: translateY(-.3em);
}
.plan-box .plan-table thead th.no-01 .tag {
  position: absolute;
  top: -2.7rem;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.plan-box .no-01 .tag::after {
  content: url(../img/service-1/balloon-shape02.png);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 48%);
}
.plan-box .plan-table thead th.no-01 .tag span {
  color: #002222;
  background: #fbe851;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 18px 20px;
  border-radius: 30px;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, .2);
}
.plan-box .plan-table thead th.no-01 .tag span::before {
  content: '';
  width: 23px;
  height: 26px;
  background: url("../img/service-1/accent-01.png") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 28%;
  transform: translate(0, -25%);
}
.plan-box .plan-table tbody th, .plan-table tbody td {
  height: 100px;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: 1.8;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  padding: 1rem;
}
.plan-box .plan-table tbody td {
  border-left: solid 1px #e6e6e6;
  text-align: center;
  font-size: 1.8rem;
}
.plan-box .plan-table tbody tr:nth-of-type(even) th, .plan-table tbody tr:nth-of-type(even) td {
  background: #fafafa;
  height: 100px;
  vertical-align: middle;
}
.plan-box .plan-table tbody th .plan-list-name {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.plan-box .plan-table tbody td .list li {
  padding-left: 1.2rem;
  margin: 1px 0;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: .03em;
  position: relative;
}
.plan-box .plan-table tbody td .list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e74921;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.plan-box .plan-table tbody td .num {
  font-size: 2rem;
  line-height: 1.1;
}
.plan-box .plan-table tbody td .num .en {
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}
.plan-box .plan-table tbody td .note {
  font-size: 12px;
  line-height: 1.43;
}
.plan-box .plan-table tbody tr:last-of-type td .list li {
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
}
.plan-box .plan-table tbody tr:last-of-type td .list li::before {
  top: 1.6rem;
}
.plan-table .batumaru img.maru {
  width: 30px;
}
.plan-table .batumaru img.batu {
  width: 22px;
}
.plan-box .attention_right {
  color: #666;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 1450px) {
  .plan-box .plan-table::before {
    width: calc(100% + 10rem);
    height: calc(100% + 12rem);
    top: -7.5rem;
    left: -5rem;
  }
}
@media screen and (max-width: 1200px) {
  .plan-box .plan-table::before {
    width: calc(100% + 6rem);
    left: -3rem;
  }
  .reason-box.plan-box {
    margin: 0;
    padding-right: 3em;
    padding-left: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .plan-box .reason-illust {
    right: -1.5em;
  }
}
@media screen and (max-width: 750px) {
  .reason-box.plan-box {
    padding: 0 0 7vw;
  }
  .reason-box.plan-box {
    padding: 9vw 0 1vw !important;
  }
  .reason-box.plan-box .inner::before {
    content: "";
    background: url("../img/service-1/reason_bg01.png")center center / contain no-repeat;
    width: 24vw;
    height: 24vw;
    position: absolute;
    top: 48vw;
    left: -8vw;
    z-index: -1;
  }
  .reason-box.plan-box .ttl-01 {
    margin-bottom: 1.6rem;
    padding-bottom: 2.8rem;
  }
  .reason-box.plan-box .ttl-01::before {
    width: 30px;
  }
  .reason-box.plan-box .ttl-01 .num {
    font-size: 2.8rem;
  }
  .plan-box .swipe-wrap {
    border-radius: 5vw;
    background-color: #fff;
    padding: 2.2rem 0 2.2rem 2.4rem;
  }
  .plan-box.reason-box .table-wrap {
    overflow-x: auto;
    display: block;
    position: relative;
    background: #f4f0ed;
  }
  .plan-box .table-wrap::before {
    display: none;
  }
  .plan-box .table-wrap::after {
    display: none;
  }
  .plan-box.reason-box .swipe-area {
    width: 500px;
  }
  .plan-box.reason-box .plan-table {
    width: 500px;
    margin: 13vw 0 3vw;
  }
  .plan-box.reason-box .plan-table::before {
    display: none;
  }
  .plan-box.reason-box .plan-table .pc03, .reason-box .plan-table .sp {
    display: none !important;
  }
  .plan-box.reason-box .plan-table tbody th, .reason-box .plan-table tbody td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .plan-box.reason-box .plan-table thead th {
    font-size: 16px;
  }
  .plan-box.reason-box .plan-table thead th.no-01::before {
    top: -12px;
    border-radius: 8px 7px 0 0;
  }
  .plan-box.reason-box .plan-table thead th.no-01 strong {
    font-size: 28px;
  }
  .plan-box.reason-box .plan-table thead th.no-01 .tag {
    display: inline-block;
    position: absolute;
    top: -49px;
    transform: none;
  }
  .plan-box .plan-table thead th.no-01 .tag span::before {
    display: none;
  }
  .plan-box .plan-table thead th.no-01 .tag::after {
    display: none;
  }
  .plan-box.reason-box .plan-table thead th.no-01 .tag span {
    font-size: 16px;
    padding: 21px 15px 22px 15px;
    margin-right: 4px;
    border-radius: 13px;
    background-position: center calc(50% + 2px);
  }
  .plan-box.reason-box .plan-table tbody th .plan-list-name {
    font-size: 14px;
    letter-spacing: -.2px;
  }
  .plan-box.reason-box .plan-table tbody td .list {
    display: inline-block;
    margin: 0 auto;
  }
  .plan-box.reason-box .plan-table tbody td .list li {
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 0;
  }
  .plan-box.reason-box .plan-table tbody td .num {
    font-size: 20px;
  }
  .plan-box.reason-box .plan-table tbody td .num .en {
    font-size: 28px;
  }
  .plan-box .plan-table tbody tr:last-of-type td .list li::before {
    top: 14px;
  }
  .plan-box .plan-table tbody tr:last-of-type td .list li {
    font-size: 16px;
  }
  .plan-box.reason-box .table-wrap .swipe {
    position: absolute;
    top: 0;
    left: 6rem;
    z-index: 99;
  }
  .plan-box.reason-box .swipe img {
    display: inline-block;
    width: 13.5vw;
    height: auto;
    animation: swipe 3s linear 1s infinite normal;
  }
  .plan-box.reason-box .table-wrap table th, .reason-box .table-wrap table td {
    white-space: nowrap;
    border-radius: 0;
    line-height: 1.3;
  }
  .plan-box.reason-box .table-wrap table th.no-01 {
    align-items: center;
    gap: .5em;
  }
  .plan-box.reason-box .table-wrap table th.no-01 .pc03 {
    display: inline !important;
  }
  .plan-box.reason-box .ttl-read p {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .plan-box .plan-table p.normalp {
    font-size: 14px;
  }
  .plan-box .plan-table thead th {
    padding: 0;
    padding-top: 15px;
  }
  .plan-box .plan-table .standard {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .plan-box .plan-table thead tr:first-of-type th:nth-of-type(1), .plan-table thead tr:first-of-type th:nth-of-type(3), .plan-table thead tr:first-of-type th:nth-of-type(4) {
    border-left: solid 1px #fff;
    padding-top: 0px;
  }
  .plan-box .plan-table thead tr:first-of-type th:nth-of-type(2) {
    padding-top: 60px;
  }
  .plan-box.reason-box .plan-table thead th.no-01 .tag span {
    position: relative;
  }
  .plan-box.reason-box .plan-table thead th.no-01 .tag span::after {
    display: none;
  }
  .plan-box.reason-box .plan-table thead th.no-01 .tag::before {
    display: none;
  }
  .plan-box .plan-table thead th.no-01 .tag span {
    color: #002222;
    background: inherit;
    background-image: url(../img/service-1/no1_balloon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 40px 50px;
    /* 吹き出し画像に合わせて調整 */
    border-radius: 0;
    /* 吹き出し画像に合わせてリセット */
    box-shadow: none;
    /* 必要に応じて削除 */
  }
  .plan-box.reason-box {
    padding-top: 34px;
  }
  .reason-box.plan-box .plan-table thead th.no-01 strong {
    font-size: 20px;
    transform: none;
  }
  /* 表のスクロール調整 */
  .reason-box.plan-box .plan-table th:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 3 !important;
    width: 120px !important;
    border-radius: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .plan-box.reason-box .plan-table th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
  }
  /* 1列目の <th> の下の行にも <th> を使っているならこちらも */
  .plan-box.reason-box .plan-table td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 2 !important;
  }
  .plan-box.reason-box .swipe-area {
    position: relative !important;
  }
  .plan-box.reason-box .plan-table {
    table-layout: auto;
  }
  .plan-box.reason-box th.planname {
    border-left: transparent !important;
  }
  .plan-box .plan-table tbody tr td {
    width: 200px !important;
  }
  .plan-box .swipe-wrap.sponly {
    display: block;
  }
  .plan-box .swipe-wrap.pconly {
    display: none;
  }
  .plan-box .plan-wrap .spillust {
    display: block;
    width: 125px !important;
    margin: 0 auto;
  }
  .plan-box .plan-wrap .spillust img {
    width: 100% !important;
  }
  .plan-box.reason-box .plan-table tbody th .plan-list-name {
    text-align: left;
  }
  .plan-box.reason-box .plan-table th:first-child {
    padding-right: 19px;
    padding-left: 19px;
  }
  .plan-box .plan-table tbody td .list li::before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
  .plan-box.reason-box .plan-table tbody td .list li {
    font-size: 12px;
    line-height: 1.8;
  }
  .plan-box .plan-table tbody th, .plan-table tbody td {
    height: auto;
  }
  .plan-box.reason-box .plan-table tbody th, .reason-box .plan-table tbody td {
    padding: 14px 15px;
  }
  .plan-box.reason-box .plan-table tbody tr:nth-of-type(3) th, .plan-box.reason-box .plan-table tbody tr:nth-of-type(3) td {
    padding: 12px 15px;
  }
  .plan-box.reason-box .plan-table tbody tr:nth-of-type(4) th, .plan-box.reason-box .plan-table tbody tr:nth-of-type(4) td {
    padding: 27px 15px;
  }
  .plan-box.reason-box .plan-table tbody tr:nth-of-type(6) th, .plan-box.reason-box .plan-table tbody tr:nth-of-type(6) td {
    padding: 19px 15px;
  }
  .plan-box.reason-box .plan-table tbody td .num .en {
    font-size: 20px;
  }
  .plan-box.reason-box .plan-table tbody td .num {
    font-size: 14px;
  }
  .plan-box .plan-table tbody tr:nth-of-type(even) th, .plan-box .plan-table tbody tr:nth-of-type(even) td {
    height: auto;
    padding: 25px 15px;
  }
  .plan-box .plan-table tbody td .note {
    font-size: 10px;
    line-height: inherit;
    color: #888;
    margin-top: 5px;
  }
  .plan-box .plan-list-name.back {
    line-height: 1.6;
  }
  .plan-box .plan-table p.normalp {
    text-align: left;
    margin-left: 256px;
    line-height: 1.5;
    font-size: 13px;
  }
  .plan-box .plan-wrap .swipe {
    top: -4.5rem;
    right: 0;
  }
  .plan-table thead th.planname::before {
    content: "";
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    height: 46px;
    background: #f4f0ed;
    z-index: -2;
  }
}
@media screen and (max-width: 500px) {
  .plan-box.reason-box .inner::before {
    top: 68vw;
  }
}
@media screen and (max-width: 440px) {
  .plan-box.reason-box .ttl-read p {
    font-size: 13px;
    letter-spacing: -.2px;
    line-height: 1.8;
  }
}
@keyframes swipe {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
/*faq*/
@media screen and (max-width: 750px) {
  .faq-box .faq {
    padding: 2.1rem 1.7rem 2.1rem;
  }
  .faq-box .q-ttl {
    font-size: 14px;
    padding: 0 4.4rem 0 3.4rem;
  }
  .faq-box .faq .q-icon {
    font-size: 2.6rem;
    top: 13.5px;
    left: 1.3rem;
  }
  .faq-box .q-txt p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .faq-box .q-txt h4 {
    font-size: 14px;
    line-height: 1.7;
  }
  .faq-box .q-txt {
    margin: 24px 0 0;
    border-radius: 15px;
    padding: 15px 20px;
  }
  .faq-box .q-txt::before {
    top: -17px;
  }
  .faq-box .q-toggle > span {
    width: 30px;
    height: 30px;
  }
}
/*banner*/
@media screen and (max-width: 750px) {
  .service-bnr.service-bnr-normal .ttl-03 .jp {
    padding-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .service-bnr.service-bnr-normal {
    border-radius: 8px;
  }
  .service-bnr.service-bnr-normal a {
    padding: 3.4rem 2rem 0;
  }
  .service-bnr-normal.service-bnr::before {
    width: 119.5px;
    height: 115px;
    top: 30%;
    right: 54px;
  }
  .service-bnr.service-bnr-normal {
    background-size: 28.7px;
  }
  .service-bnr.service-bnr-normal {
    margin: 0 2.8rem 8rem;
    max-width: unset;
  }
  .service-bnr.service-bnr-normal a .text01 {
    font-size: 1.65rem;
    margin-top: 16px;
    white-space: nowrap;
  }
  .service-bnr.service-bnr-normal {
    min-height: 140px;
  }
  .ttl-03 .en {
    font-weight: 500;
    letter-spacing: 1px;
  }
}
/*目立つCV*/
@media screen and (max-width: 750px) {
  .contact-bnr.contact-bnr-appeal .inner .ttl-box {
    border-right: transparent;
  }
  .contact-bnr.contact-bnr-appeal .inner .tel-box {
    border-right: transparent;
  }
  .contact-bnr-appeal .accent {
    top: -7rem;
    max-width: 150px;
  }
}
/* -------------------
-------------------
青ベタの可愛い箇所
-------------------
------------------*/
#about {
  position: relative;
}
#about::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background: url("../img/home/about_text01.png")left center repeat-x;
  width: 100%;
  height: 148px;
  z-index: -1;
}
#about span.yellow {
  color: #fbe851;
}
@media screen and (max-width: 1600px) {
  #about::before {
    background: url("../img/home/about_text01.png")left center repeat-x;
    background-size: 68vw;
    width: 100%;
    height: 9.25vw;
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  #about::before {
    background: url("../img/home/about_text01_sp.png")left center repeat-x;
    background-size: 98.666vw;
    width: 100%;
    height: 14.666vw;
    z-index: -1;
  }
}
@media screen and (max-width: 375px) {
  #about::before {
    background: url("../img/home/about_text01_sp.png")left center repeat-x;
    background-size: 375px;
    width: 100%;
    height: 55px;
    z-index: -1;
  }
}
#about .inner {
  max-width: 1400px;
  padding: 259px 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  #about .inner {
    padding: 16.1875vw 50px 0;
  }
}
@media screen and (max-width: 1400px) {
  #about .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #about .inner {
    padding: 32.4vw 5.333vw 0;
  }
}
@media screen and (max-width: 375px) {
  #about .inner {
    padding: 121.5px 20px 0;
  }
}
#about .inner h2 {
  background: url("../img/home/ttl_text04.png")center top no-repeat;
  background-size: 49.6rem;
  padding: 10.8rem 0 0;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #about .inner h2 {
    background: url("../img/home/ttl_text04.png")center top no-repeat;
    background-size: 27.76rem;
    padding: 5.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
#about .inner .about-box {
  width: 1300px;
  background: #007ab5;
  padding: 0px 0 48px;
  border-radius: 385px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-top: 194px;
  position: relative;
}
#about.service-10 .inner .about-box {
  padding: 0px 0 40px;
}
#about.service-list .inner .about-box {
  padding: 0px 0 40px;
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 0 0 6.786vw;
    border-radius: 27.5vw;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 13.86vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 14vw 0 8vw;
    border-radius: 26.666vw;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 13.86vw;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 52.5px 0 30px;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 67px;
    position: relative;
  }
}
#about .inner .about-box h3 {
  font-size: 4rem;
  line-height: 1;
  position: relative;
}
#about .inner .about-box h3 .span01 {
  position: relative;
}
#about .inner .about-box h3 .span01::before {
  position: absolute;
  top: -1.5rem;
  left: -7rem;
  content: "“";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10rem;
}
#about.service-10 .inner .about-box h3 .span01::before {
  left: -6.6rem;
  top: -0.5rem;
}
#about .inner .about-box h3 .span01::after {
  position: absolute;
  top: -2rem;
  right: -6rem;
  content: "“";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10rem;
  transform: rotate(180deg);
}
#about.service-10 .inner .about-box h3 .span01::after {
  top: -1rem;
  right: -5rem;
}
#about .inner .about-box h3 .span02 {
  color: #fbe851;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  position: relative;
}
#about .inner .about-box h3 .span02::before {
  position: absolute;
  top: -0.8rem;
  left: -2.4rem;
  content: "";
  background: url("../img/home/about_deco01.png")no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.3rem;
}
@media screen and (max-width: 1600px) {
  #about .inner .about-box h3::after {
    right: -3.125vw;
    background: url("../img/home/about_img02.png")no-repeat;
    background-size: 100%;
    width: 18.75vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box h3 {
    font-size: 2.857vw;
  }
  #about .inner .about-box h3::after {
    position: absolute;
    top: -2.143vw;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -1.071vw;
    left: -5vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 7.142vw;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: -1.428vw;
    right: -4.286vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 7.142vw;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 5.714vw;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -0.5714vw;
    left: -1.714vw;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 2.286vw;
    height: 2.357vw;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box h3 {
    font-size: 5.333vw;
    line-height: 1.2;
  }
  #about .inner .about-box h3::after {
    content: none;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -4vw;
    left: -8vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 13.333vw;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: 4vw;
    right: -22vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 13.333vw;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 10.666vw;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -1.5vw;
    left: -4vw;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 4.2666vw;
    height: 4.4vw;
  }
  #about.service-10 .inner .about-box {
    padding: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -15px;
    left: -30px;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: 15px;
    right: -82.5px;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 40px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -5.625px;
    left: -15px;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16.5px;
  }
}
#about .inner .about-box .text01 {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 4.2rem;
  position: relative;
}
#about.service-10 .inner .about-box .text01 {
  margin-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box .text01 {
    font-size: 1.14285vw;
    line-height: 2.5;
    margin-top: 3vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .text01 {
    font-size: 3.4666vw;
    line-height: 1.769;
    letter-spacing: 0.01em;
    margin-top: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .text01 {
    font-size: 13px;
    line-height: 1.769;
    letter-spacing: 0.01em;
    margin-top: 15px;
    position: relative;
  }
}
#about .inner .about-box .button01 {
  position: absolute;
  bottom: -7.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .button01 {
    position: absolute;
    bottom: -6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 76vw;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .button01 {
    position: absolute;
    bottom: -22.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 285px;
  }
}
#about .inner .about-box .button01 a {
  width: 36rem;
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .button01 a {
    width: 76vw;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .button01 a {
    width: 285px;
  }
}
#about p.yellowtext {
  color: #fbe851;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 5rem;
}
#about.service-10 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  #about p.yellowtext {
    font-size: 4.4vw;
    margin-top: 3rem;
    letter-spacing: -0.02em;
  }
  #about.service-10 {
    margin-bottom: 6rem;
  }
}
/*service-listのabout*/
#about.service-list .inner .about-box h3 .span01::before {
  left: -6.6rem;
  top: -0.5rem;
}
#about.service-list .inner .about-box h3 .span01::after {
  top: -1rem;
  right: -5rem;
}
@media screen and (max-width: 750px) {
  #about.service-list .inner .about-box {
    padding: 0;
    padding-bottom: 8.5vw;
  }
}
#about.service-list .inner .about-box .text01 {
  margin-top: 4rem;
  line-height: 2;
}
#about.service-list {
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  #about.service-list {
    margin-bottom: 6rem;
  }
}
.service-list .illust.illust_pc {
  left: 49%;
  top: -29%;
  width: 15.5%;
}
.service-list .illust.illust_bird {
  left: 3.5%;
  top: 48%;
}
/*aboutのポワポワのアニメーション*/
.illust.illust_tree1 img, .illust.illust_tree2 img, .illust.illust_person img, .illust.illust_photo1 img, .illust.illust_camera img, .illust.illust_bird img, .illust.illust_photo2 img, .illust.illust_sta img, .illust.illust_photo3 img, .illust.illust_pc img, .illust.illust_people img, .illust.illust_ipad img {
  width: 100%;
}
.about-illusts {
  padding-bottom: 110px;
}
/* 汎用ふわっとアニメーション（他の2つに使用） */
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.85);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
/* .illust_person 用の控えめアニメーション */
@keyframes popInPerson {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.15);
  }
}
@keyframes popInPC {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.15);
  }
}
.illust {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, 0) scale(0.85);
}
.illust.illust_tree1 {
  left: 19.5%;
  top: 0%;
}
.illust.illust_tree2 {
  right: 5%;
  top: -1%;
}
.illust.illust_person {
  left: 49.5%;
  top: -25%;
  width: 39%;
}
.illust.illust_pc {
  left: 49.5%;
  top: -25%;
  width: 14%;
}
.illust.illust_photo1 {
  right: -21%;
  top: 12%;
}
.illust.illust_camera {
  right: -7%;
  top: 64%;
}
.illust.illust_bird {
  left: 8.5%;
  top: 14%;
}
.illust.illust_photo2 {
  left: 2%;
  top: 48%;
}
.illust.illust_sta {
  left: 25.5%;
  bottom: -11%;
}
.illust.illust_photo3 {
  right: -1%;
  bottom: -15%;
}
.service-10 .illust.illust_pc {
  left: 50%;
  top: -25%;
  width: 16.5%;
}
.service-10 .illust.illust_bird {
  left: 4.5%;
  top: 14%;
}
.illust.inview {
  animation: popIn 0.7s ease forwards;
}
.illust_person.inview {
  animation: popInPerson 0.7s ease forwards;
}
.illust_pc.inview {
  animation: popInPC 0.7s ease forwards;
}
/* 各イラストの delay（ほんの少しずつ） */
.illust_tree1.inview {
  animation-delay: 0s;
}
.illust_tree2.inview {
  animation-delay: 0.4s;
}
.illust_person.inview {
  animation-delay: 0.9s;
}
.illust_pc.inview {
  animation-delay: 0.9s;
}
.illust_photo1.inview {
  animation-delay: 1.1s;
}
.illust_camera.inview {
  animation-delay: 0.6s;
}
.illust_bird.inview {
  animation-delay: 0.8s;
}
.illust_photo2.inview {
  animation-delay: 0.6s;
}
.illust_sta.inview {
  animation-delay: 0.4s;
}
.illust_photo3.inview {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1400px) {
  .illust.illust_person {
    width: 32vw;
    top: -21%;
  }
  .illust.illust_pc {
    width: 32vw;
    top: -21%;
  }
  .illust.illust_tree1 {
    width: 13vw;
  }
  .illust.illust_tree2 {
    width: 13vw;
  }
  .illust.illust_bird {
    width: 13vw;
  }
  .illust.illust_photo2 {
    left: 5%;
    top: 50%;
    width: 23vw;
  }
  .illust.illust_photo1 {
    right: -15%;
    top: 16%;
    width: 20vw;
  }
  .illust.illust_camera {
    width: 9vw;
  }
  .illust.illust_sta {
    bottom: -16%;
    width: 7vw;
  }
  .illust.illust_photo3 {
    width: 16vw;
  }
  #about .inner .about-box .button01 {
    bottom: -9vw;
  }
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box .button01 {
    bottom: -15vw;
  }
}
@media screen and (max-width: 781px) {
  #about .inner .about-box {
    margin-right: 0 !important;
  }
  .illust.illust_sta {
    left: 21.5%;
  }
}
@media screen and (max-width: 750px) {
  .illust.illust_photo1, .illust.illust_photo2, .illust.illust_photo3 {
    display: none;
  }
  .about-illusts {
    padding-bottom: 0;
  }
  .illust.illust_person {
    width: 170px;
    top: -16%;
  }
  .illust.illust_pc {
    width: 170px;
    top: -16%;
  }
  .illust.illust_tree1 {
    width: 69px;
    top: -5.5%;
    left: 10%;
  }
  .illust.illust_tree2 {
    width: 69px;
    top: -5.5%;
    right: -11%;
  }
  .about-box.about-box2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .illust.illust_bird {
    width: 67px;
    left: 1.5%;
    top: 6%;
  }
  .illust.illust_camera {
    width: 70px;
    right: -14%;
    top: 37%;
  }
  .illust.illust_sta {
    left: 2.5%;
    width: 43px;
    bottom: inherit;
    top: 38%;
  }
  .illust_tree1.inview {
    animation-delay: 0s;
  }
  .illust_tree2.inview {
    animation-delay: 0.4s;
  }
  .illust_person.inview {
    animation-delay: 0.9s;
  }
  .illust_pc.inview {
    animation-delay: 0.9s;
  }
  .illust_camera.inview {
    animation-delay: 0.8s;
  }
  .illust_bird.inview {
    animation-delay: 1s;
  }
  .illust_sta.inview {
    animation-delay: 1s;
  }
}
/*service_10（EC）*/
.service-10 .illust.illust_tree2 {
  right: 15.5%;
  top: -19%;
}
.service-10 .illust.illust_tree1 {
  left: 30.5%;
  top: -11%;
}
.service-10 .illust.illust_sta {
  right: -2.5%;
  bottom: -3%;
  width: 8%;
  left: inherit;
}
@media screen and (max-width: 1000px) {
  .service-10 .illust.illust_pc {
    top: -26%;
    width: 18vw;
  }
  .service-10 .illust.illust_tree1 {
    left: 27.5%;
    top: -8%;
  }
  .service-10 .illust.illust_tree2 {
    right: 12.5%;
    top: -14%;
  }
}
@media screen and (max-width: 781px) {}
@media screen and (max-width: 750px) {
  .service-10 .illust.illust_tree1 {
    top: -1.5%;
    left: 20%;
  }
  .service-10 .illust.illust_tree2 {
    top: -4.5%;
    right: 0%;
  }
  .service-10 .illust.illust_pc {
    left: 50%;
    top: -10%;
    width: 25.5%;
  }
  #about.service-10 .inner .about-box h3 .span01::before {
    top: -4vw;
    left: -8vw;
    content: "“";
    font-size: 13.333vw;
  }
  .service-10 .illust.illust_bird {
    left: -0.5%;
    top: 21%;
  }
  .service-10 .illust.illust_sta {
    right: -8.5%;
    bottom: 7%;
    width: 50px;
    left: inherit;
    top: inherit;
  }
}
/*service_listのアニメーション*/
.service-list .illust.illust_tree2 {
  right: 16%;
  top: -24%;
  width: 15%;
}
.service-list .illust.illust_tree1 {
  left: 30%;
  top: -13%;
  width: 15.5%;
}
.service-list .illust.illust_sta {
  right: -9%;
  top: 28%;
  bottom: inherit;
  width: 10.2%;
  left: inherit;
}
/*service_6（website）のアニメーション*/
.service-6 .illust.illust_people {
  left: 50%;
  top: -35%;
  width: 36.5%;
}
.service-6 .illust.illust_ipad {
  left: 5.5%;
  top: 10%;
  width: 10%;
}
.service-6 .illust.illust_sta {
  right: -2%;
  bottom: -11%;
  width: 7.5%;
  left: inherit;
}
.service-6 #about .inner .about-box h3 .accent {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service-6 .illust.illust_sta {
    right: 3%;
  }
  .service-6 .about-illusts {
    padding-bottom: 83px !important;
  }
}
@media screen and (max-width: 750px) {
  .service-6 .illust.illust_people {
    left: 50%;
    top: -23%;
    width: 60%;
  }
  .service-6 .illust.illust_sta {
    right: -8.5%;
    bottom: 7%;
    width: 50px;
    left: inherit;
    top: inherit;
  }
  .service-6 .illust.illust_ipad {
    left: 3.5%;
    top: 27%;
    width: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .service-list .illust.illust_tree1 {
    top: -11%;
  }
  .service-list .illust.illust_pc {
    top: -27%;
  }
  .service-list .illust.illust_tree2 {
    right: 14%;
    top: -20%;
  }
  .service-list .illust.illust_bird {
    left: 4.5%;
    top: 48%;
  }
  .service-list .illust.illust_sta {
    right: -9%;
    top: 34%;
  }
}
@media screen and (max-width: 1100px) {
  .illust.illust_bird {
    width: 11vw;
  }
  .service-list .illust.illust_sta {
    right: -7%;
    top: 40%;
    width: 9.2%;
  }
}
@media screen and (max-width: 1000px) {
  .service-list .illust.illust_pc {
    top: -26%;
    width: 15vw;
  }
  .service-list .illust.illust_tree1 {
    left: 27.5%;
    top: -8%;
  }
  .service-list .illust.illust_tree2 {
    right: 12.5%;
    top: -14%;
  }
}
@media screen and (max-width: 750px) {
  .service-list .illust.illust_tree1 {
    top: 1%;
    left: 19%;
    width: 19vw;
  }
  .service-list .illust.illust_tree2 {
    top: -3%;
    right: -3%;
    width: 19vw;
  }
  .service-list .illust.illust_pc {
    left: 50%;
    top: -8%;
    width: 25.5%;
  }
  #about.service-list .inner .about-box h3 .span01::before {
    top: -4vw;
    left: -8vw;
    content: "“";
    font-size: 13.333vw;
  }
  .service-list .illust.illust_bird {
    left: 2.5%;
    top: 21%;
    width: 17vw;
  }
  .service-list .illust.illust_sta {
    right: -5.5%;
    width: 12vw;
    left: inherit;
    top: 48%;
    transform: rotate(10deg) !important;
  }
}
/* サービスのオプション */
h3.double_line {
  display: flex;
  align-items: center;
  gap: .75em;
  font-weight: 500;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 2.8rem;
}
h3.double_line::before, h3.double_line::after {
  content: "";
  flex: 1;
  border-top: 2px solid #e74c25;
  transform: translateY(0.1em);
}
section.service_option {
  margin-top: 9rem;
  margin-bottom: 12rem;
}
.service_option li {
  display: flex;
}
.service_option .img {
  width: 150px;
}
.service_option .img img {
  width: 100%;
}
.service_option ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 4rem;
}
.service_option_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service_option .txt {
  width: 73%;
  padding: 0px 0px 0 30px;
}
.service_option h4 {
  color: #e74921;
  font-size: 2.4rem;
}
.service_option p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.service_option .viewmore {
  text-align: right;
  margin-right: 30px !important;
}
.service_option .viewmore a {
  color: #e74921;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}
.service_option .viewmore a::before {
  position: absolute;
  top: .1em;
  right: -30px;
  content: "";
  background: url(../img/common/red_arrow_small.png) center bottom / cover no-repeat;
  width: 20px;
  height: 20px;
}
.service_option .viewmore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /* 下線の位置 */
  width: 0;
  height: 1.5px;
  /* 下線の太さ */
  background-color: currentColor;
  /* aタグと同じ色 */
  transition: width 0.3s ease;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .service_option_inner {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
}
@media screen and (min-width: 751px) {
  .service_option .viewmore a:hover::after {
    width: 137%;
  }
}
@media screen and (max-width: 750px) {
  .service_option ul {
    display: block;
  }
  section.service_option {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
  .service_option .img {
    width: 114px;
  }
  .service_option .txt {
    padding: 0px 0px 0 20px;
  }
  .service_option li {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
  .service_option h4 {
    font-size: 18px;
  }
  h3.double_line {
    font-size: 5vw;
  }
  section.service_option {
    margin-top: 6rem;
    margin-bottom: 7rem;
  }
  .service_option .viewmore a::before {
    position: absolute;
    top: 0;
    right: -28px;
    content: "";
    background: url(../img/common/red_arrow_small.png) center bottom / cover no-repeat;
    width: 18px;
    height: 18px;
  }
}
/*こんなお悩み*/
.worry-box {
  margin-top: 13.5rem;
}
.worry-wrapper {
  max-width: 1200px !important;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 5rem 2rem;
  position: relative;
}
.worry-wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.worry-wrapper h3 strong {
  font-size: 1.5em;
}
.worry-wrapper h3 .color {
  color: #0f91ce;
}
.worry-wrapper ul {
  display: flex;
  justify-content: center;
  gap: 0rem;
  margin-top: 1.2rem;
  padding: 0 18px;
  list-style: none;
}
.worry-wrapper ul li {
  padding: 2rem;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  /* #222 with 10%透明度 */
}
.worry-wrapper ul li:last-child {
  border-right: none;
}
.worry-wrapper ul li img {
  width: 100px;
}
.worry-wrapper ul li p {
  text-align: center;
  line-height: 1.5;
  margin-top: 1.8rem;
  font-size: 1.8rem;
  white-space: nowrap;
}
.worry-box .ttl-01 {
  margin-bottom: 7rem;
}
.worry-wrapper ul li:nth-child(5n), .worry-wrapper ul li:last-child {
  border-right: none;
}
.worry-wrapper ul li:nth-child(n + 6) {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 1200px) {
  .worry-box {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
  .worry-wrapper ul {
    padding: auto;
  }
}
@media screen and (max-width: 1000px) {
  .worry-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .worry-wrapper ul {
    padding: 0;
  }
  .worry-wrapper ul li {
    padding-right: .5em;
    padding-left: .5em;
  }
  .worry-wrapper ul li p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .worry-wrapper h3 {
    white-space: nowrap;
  }
  .worry-box {
    margin: 48px 0 0;
  }
  .worry-wrapper ul {
    flex-direction: column;
  }
  .worry-wrapper ul li {
    width: 100%;
    padding: 1.45rem 0;
    display: flex;
    flex-direction: row;
    gap: 2.2rem;
    flex-wrap: nowrap;
    border-right: transparent;
  }
  .worry-wrapper ul li img {
    width: min(14vw, 80px);
  }
  .worry-wrapper h3 {
    font-size: min(24px, 5vw);
  }
  .worry-box .ttl-01 {
    margin-bottom: 40px;
  }
  .worry-wrapper {
    border-radius: 50px;
    padding: 4rem 3rem 3rem 3.6rem;
  }
  .worry-wrapper ul {
    margin-top: 0;
  }
  .worry-wrapper ul li p {
    margin-top: -5px;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
/*横並びコンテンツ_黄色のハイライトつき*/
.leftrightflex-with-yellow-box {
  padding: 6.5rem 2rem 0;
}
.leftrightflex-with-yellow-box .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}
.leftrightflex-with-yellow-box .inner .img {
  margin-top: 30px;
  margin-right: 0;
}
.leftrightflex-with-yellow-box .cont-box-01.pc {
  margin: initial;
}
.leftrightflex-with-yellow-box .cont-box-01 {
  position: relative;
}
.leftrightflex-with-yellow-box .ttl-02 {
  padding-top: 5.6rem;
}
.leftrightflex-with-yellow-box .ttl-02 h2 {
  color: #222;
  font-size: 3.2rem;
}
.leftrightflex-with-yellow-box .copy {
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
.leftrightflex-with-yellow-box .copy p {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.leftrightflex-with-yellow-box .copy p .line:first-of-type {
  padding-left: 2rem;
}
.leftrightflex-with-yellow-box .copy p .line {
  font-size: 2.8rem;
}
.leftrightflex-with-yellow-box .copy p .line {
  background: #fbe851;
  padding: .2rem .2rem .5rem 1.5rem;
}
.leftrightflex-with-yellow-box .read p {
  font-size: 1.8rem;
  line-height: 2.333;
  letter-spacing: 0;
}
.leftrightflex-with-yellow-box .ttl-02 h2 span {
  color: #e74921;
}
.leftrightflex-with-yellow-box span.eng {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.leftrightflex-with-yellow-box p.bigen_white {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 11rem;
  line-height: 1;
  white-space: nowrap;
}
.leftrightflex-with-yellow-box .ttl-02 h2 {
  letter-spacing: 0.4rem;
  margin-top: -3rem;
}
.common .leftrightflex-with-yellow-box {
  padding: 4rem 2rem 0;
}
.common .leftrightflex-with-yellow-box .ttl-02 h2 {
  font-size: 4.2rem;
  margin-top: -4rem;
  white-space: nowrap;
}
.common .leftrightflex-with-yellow-box .copy p .line {
  font-size: 3.2rem;
}
.common .leftrightflex-with-yellow-box .copy {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.common .leftrightflex-with-yellow-box .copy p .line {
  padding: .4rem .4rem .6rem 1.7rem;
}
.common .leftrightflex-with-yellow-box .inner .img {
  max-width: 450px;
}
.common .leftrightflex-with-yellow-box .inner .img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .leftrightflex-with-yellow-box {
    padding-right: 0;
    padding-left: 0;
  }
  .leftrightflex-with-yellow-box .inner .img img {
    width: 100%;
  }
  .leftrightflex-with-yellow-box .ttl-02 h2 {
    font-size: 4.5rem;
  }
  .leftrightflex-with-yellow-box .copy p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .leftrightflex-with-yellow-box .inner {
    justify-content: center;
    gap: 0 3.5rem;
  }
  .leftrightflex-with-yellow-box .ttl-02 h2 {
    font-size: 3.9rem;
  }
  .leftrightflex-with-yellow-box .ttl-02 .sp {
    display: block !important;
  }
  .leftrightflex-with-yellow-box .inner .img {
    width: 42%;
  }
  .leftrightflex-with-yellow-box .cont-box-01 {
    width: 58%;
  }
  .leftrightflex-with-yellow-box .read p {
    line-height: 2;
  }
  .leftrightflex-with-yellow-box .read p .pc {
    display: none !important;
  }
  .leftrightflex-with-yellow-box .copy p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .leftrightflex-with-yellow-box {
    padding: 20px 0 0px 0;
  }
  .leftrightflex-with-yellow-box .inner {
    display: block;
  }
  .leftrightflex-with-yellow-box .ttl-02 .en {
    top: 3vw;
    text-align: center;
  }
  .leftrightflex-with-yellow-box .inner .img {
    width: 100%;
    padding: 5.4vw;
    padding-top: 3vw;
    padding-bottom: 2vw;
    margin: 1rem 0 1.4em !important;
  }
  .leftrightflex-with-yellow-box .ttl-02 h2 {
    font-size: 6.3vw !important;
    padding-top: 2vw;
    letter-spacing: -.2px;
  }
  .leftrightflex-with-yellow-box .copy {
    margin-top: 4.2vw;
    margin-bottom: 4.2vw;
    text-align: center;
  }
  .leftrightflex-with-yellow-box .copy p {
    font-size: 4.5vw;
    letter-spacing: -0.02em;
    line-height: 1.75;
  }
  .leftrightflex-with-yellow-box .read p {
    line-height: 1.82;
    letter-spacing: -.4px;
    font-size: 14px;
    text-align: left;
  }
  .leftrightflex-with-yellow-box .copy p .line {
    font-size: 2.6rem !important;
    padding: 0 1.4vw .5vw 1.8vw !important;
  }
  .common .leftrightflex-with-yellow-box {
    padding: 60px 0 0px 0;
  }
  .common .leftrightflex-with-yellow-box .inner .img {
    width: 88%;
    max-width: unset;
    margin: 1rem 0 1.4em !important;
    padding-left: 11vw;
    padding-top: 2vw;
    padding-bottom: 0vw;
  }
  .common .leftrightflex-with-yellow-box .copy {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .common .leftrightflex-with-yellow-box .ttl-02 h2 {
    margin-top: -5rem;
  }
}
.leftrightflex-with-yellow-box .ttl-02 h2 {
  color: #222;
  font-size: 3.2rem;
}
.leftrightflex-with-yellow-box .ttl-02 h2 span {
  color: #e74921;
}
.leftrightflex-with-yellow-box .copy p .line {
  font-size: 2.8rem;
}
.leftrightflex-with-yellow-box .cont-box-01.pc {
  margin: initial;
}
.leftrightflex-with-yellow-box .inner .img {
  margin-top: 30px;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .leftrightflex-with-yellow-box .ttl-02 h2 {
    text-align: center;
  }
  .leftrightflex-with-yellow-box .ttl-02 .en {
    top: 10px;
    text-align: left;
  }
  .leftrightflex-with-yellow-box .ttl-02 {
    padding-top: 13px;
  }
}
/*お客様の声*/
.voice_fuki_wrapper {
  display: flex;
  justify-content: space-between;
}
.voice_fuki {
  background: #fff;
}
.voice_fuki {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  position: relative;
  width: 22.5%;
  min-height: 15.5rem;
}

.voice_fuki_l {
  border-radius: 40px 40px 0 40px;
}
.voice_fuki_r {
  border-radius: 40px 40px 40px 0;
}
.voice_fuki p {
  font-size: 2.1rem;
  line-height: 1.52;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
	    letter-spacing: -0.01em;
}
.voice_fuki p span {
  color: #e74921;
}
.voice_fuki p span.bignum {
  font-size: 3.5rem;
}
.voice_fuki.withbig p {
  line-height: 1.3 !important;
}
.voice_fuki::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25px;
  width: 32px;
  height: 32px;
  background: url("../img/service/voice_accent.png") center center / contain no-repeat;
  pointer-events: none;
}
.voice_fuki.end {
  position: relative;
  top: 5rem;
}
.voice_cont_wrapper {
  margin-top: 4.4rem;
}
.voice_main {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 1rem;
}
.voice_main img {
  width: 100%;
}
.voice-box {
  position: relative;
  margin-bottom: 8rem;
}
.voice-box::before {
  position: absolute;
  bottom: -8rem;
  left: 0;
  content: "";
  background: url(../img/common/behappy_txt.png) left center repeat-x;
  width: 100%;
  height: 148px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
	.voice_fuki {
    width: 23.5%;
}
	.voice_fuki p {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 1000px) {
  .voice_main {
    max-width: 540px;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 880px) {
  .voice_main {
    max-width: 500px;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .voice-box::before {
    background: url(../img/common/behappy_txt.png) left center repeat-x;
    background-size: 375px;
    width: 100%;
    height: 55px;
    z-index: -1;
  }
  .voice_fuki_wrapper {
    display: flex;
    flex-wrap: wrap;
    /* 折り返し有効化 */
    justify-content: space-between;
  }
  .voice_fuki_wrapper .voice_fuki {
    width: calc(50% - 10px);
    /* 2列にするための幅（隙間調整） */
    margin-bottom: 15px;
    /* 下に余白を追加 */
  }
  .voice_fuki.end {
    top: 0;
  }
  .voice_fuki.voice_fuki_l.voice_fuki_2 {
    border-radius: 20px 20px 20px 0;
  }
  .voice_fuki.voice_fuki_r.voice_fuki_3 {
    border-radius: 20px 20px 0px 20px;
  }
  .voice_fuki.voice_fuki_l.end.voice_fuki_1 {
    border-radius: 20px 20px 0 20px;
  }
  .voice_fuki.voice_fuki_r.end.voice_fuki_4 {
    border-radius: 20px 20px 20px 0;
  }


  .voice_fuki p span.bignum {
    font-size: 20px;
  }
  .voice_fuki p {
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: -0.01em !important;
  }
  .voice_fuki::before {
    width: 18px;
    height: 18px;
    left: 15px;
    top: -7px;
  }
  .voice_cont_wrapper {
    margin-top: 27px;
  }
  .voice_main {
    max-width: 400px;
    padding-left: 0;
    width: 86vw;
    margin-top: -4px;
  }
  .voice-box::before {
    background: url(../img/common/behappy_txt_sp.png) left center repeat-x;
    background-size: 100vw;
    width: 100%;
    z-index: -1;
    height: 15vw;
    bottom: -8vw;
  }
  .voice-box {
    position: relative;
    margin-bottom: 8vw;
  }
	.voice_fuki {
    min-height: 11.5rem;
}
}
/*制作実績*/
section.result_slider {
  padding: 9.2rem 0 0;
}
.result_slider .slide.slick-slide {
  width: 360px !important;
  background: #fff !important;
  margin: 0 20px;
  height: 360px;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
}
.txt {
  padding: 30px 30px 0 30px;
}
.result_slider h4.ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: left;
}
.result_slider p.client {
  width: 100%;
  font-size: 1.5rem;
  text-align: right;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result_slider .slick-prev, .result_slider .slick-next {
  color: #000;
  background: #000;
  z-index: 9;
}
.result_slider .slick-next {
  right: 0;
}
.result_slider .slick-prev {
  left: 0;
}
.result_slider .slick-prev, .result_slider .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.result_slider .slick-prev:before, .result_slider .slick-next:before {
  display: none;
}
.result_slider .slick-prev {
  left: calc((100vw - 1200px) / 2);
}
.result_slider .slick-next {
  right: calc((100vw - 1200px) / 2);
}
@media screen and (min-width: 1300px) {
  .result_slider .slick-prev {
    left: calc((100vw - 1200px) / 2 - 48px);
    top: 53%;
  }
  .result_slider .slick-next {
    right: calc((100vw - 1200px) / 2 - 48px);
    top: 53%;
  }
}
.result_slider .slick-next, .result_slider .slick-prev {
  background-size: 48px !important;
  width: 48px;
  height: 48px;
}
.result_slider .sumnail {
  width: 360px;
  height: 200px;
  overflow: hidden;
}
.result_slider .sumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.result_slider .slick-prev {
  background: url("../img/service-10/arrow_prev.png") center bottom / cover no-repeat;
  transition: all .2s;
}
.result_slider .slick-next {
  background: url("../img/service-10/arrow_next.png") center bottom / cover no-repeat;
  transition: all .2s;
}
.result_slider .slick-prev:hover, .result_slider .slick-prev:focus {
  color: inherit;
  outline: inherit;
  background: inherit;
  background: url(../img/service-10/arrow_prev_hover.png) center bottom / cover no-repeat;
  transition: all .2s;
}
.result_slider .slick-next:hover, .result_slider .slick-next:focus {
  color: inherit;
  outline: inherit;
  background: inherit;
  background: url(../img/service-10/arrow_next_hover.png) center bottom / cover no-repeat;
  transition: all .2s;
}
.result_slider .slick-slider .slide.slick-slide {
  opacity: 0.6 !important;
}
.result_slider .slick-slider .slide.slick-slide.slick-active {
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .result_slider .slide.slick-slide {
    width: calc(100vw - 8em) !important;
    height: auto;
    min-height: 330px;
    border-radius: 25px;
  }
  .result_slider .sumnail {
    width: calc(100vw - 8em) !important;
  }
  .result_slider .txt {
    padding: 25px 20px 20px 20px;
  }
  .result_slider h4.ttl {
    margin-bottom: 15px;
  }
  .result_slider .slick-prev {
    left: 3vw;
  }
  .result_slider .slick-next {
    right: 3vw;
  }
  .result_slider .slick-next, .result_slider .slick-prev {
    background-size: 40px !important;
    width: 40px;
    height: 40px;
  }
  .result_slider .button01 a {
    margin: 36.25px auto 0;
  }
  section.result_slider {
    padding: 48px 0 0;
  }
  section.result_slider .with_enbig.ttl-01 {
    margin-bottom: 3rem;
  }
}
/*成功の例*/
@media screen and (min-width: 751px) {
  .ec-success-example p.first {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }
  .ec-success-example .icon_txt_flex {
    text-align: center;
  }
  .ec-success-example p.second {
    font-size: 2.8rem;
    margin-top: -1.6rem;
  }
  .ec-success-example p.second span.en {
    font-family: "Outfit", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
  }
}
/*box入りのタイトル*/
.boxttl .background-title {
  font-size: 18rem;
  color: #fff;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
.boxttl .headline {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: -8.4rem;
}
.boxttl .headline p {
  font-size: 4rem;
  letter-spacing: 0.001em;
  text-align: center;
}
.boxttl .two_block {
  position: relative;
}
.boxttl .two_block::before {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../img/service-10/crayon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  vertical-align: middle;
  position: absolute;
  bottom: -3.6rem;
}
.boxttl .headline span.block {
  background: #fff;
  border: 2px solid #000;
  padding: 10px 16px 10px 18px;
  margin-left: 10px;
  margin-right: 10px;
}
/*step*/
.step-box .steps_wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 4rem;
}
.step-box .step_wrapper {
  display: flex;
  background: #fff;
  border-radius: 15px 50px 50px 15px;
  padding: 2.3rem 5rem 2.3rem 3rem;
  align-items: center;
  justify-content: space-between;
}
.step-box .step_wrapper .image {
  width: 50px;
}
.step-box .step_wrapper .image img {
  width: 100%;
}
.step-box .step_wrapper .dot {
  width: 28px;
  margin-right: 30px;
}
.step-box .step_wrapper .dot img {
  width: 100%;
}
.step-box .step p {
  color: #e74921;
  border: 2px solid #e74921;
  padding: 0px 14px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.step-box .detail p {
  font-size: 2rem;
}
.step-box .step {
  margin-right: 20px;
}
.step-box .step_txt {
  display: flex;
  align-items: center;
}
.step-box .step_wrapper {
  position: relative;
  /* 擬似要素の基準にする */
  margin-bottom: 2.6rem;
}
.step-box .step_wrapper::after {
  content: "";
  position: absolute;
  left: 50.5%;
  bottom: -2%;
  transform: translate(-50%, 50%);
  width: 27px;
  height: 16px;
  background-image: url(../img/service/arrow_down_sign.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 10;
}
.step-box .step_last {
  background-image: url("../img/service-6/step_last_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding: 6.4rem 0;
  position: relative;
  border-radius: 5px;
  margin-top: 29px !important;
}
.step-box .step_last_txt p {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
}
.step-box .step_last {}
.step-box .step_last_img_l {
  width: 109px;
  position: absolute;
  left: 9%;
  top: 51%;
  transform: translate(-50%, -50%);
}
.step-box .step_last_img_r {
  width: 159px;
  position: absolute;
  right: -7%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.step-box .step_last_img_l img, .step_last_img_r img {
  width: 100%;
}
.step-box .step_last::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 26%;
  transform: translateX(-50%);
  width: 230px;
  height: 116px;
  background: url(../img/service-6/success.png) no-repeat center / contain;
  z-index: 2;
}
.step-box .step_txt_wrapper {
  margin-top: 6rem;
}
.step-box .step_txt_wrapper p {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
.step-box .step_txt_wrapper span {
  color: #e74921;
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .step-box .step_last_img_l {
    width: 10vw;
    left: 5%;
  }
  .step-box .step_last_img_r {
    width: 14vw;
    right: -7.87%;
  }
  .step-box .step_last::before {
    top: -23px;
    width: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .boxttl .background-title {
    font-size: 21.25vw;
  }
  .boxttl .headline p {
    font-size: 24px;
    margin-top: 21px;
    font-weight: 600;
  }
  .boxttl .headline span.block {
    padding: 6px 10px 6px 12px;
    margin-left: 3px;
    margin-right: 6px;
    border: 1.8px solid #000;
  }
  .service-6 .boxttl .headline span.block {
    padding: 9px 9px 10px 8px;
  }
  .reason-box.boxttl span.block.block1 {
    font-size: 7.2vw;
  }
  .service-6 .reason-box.boxttl .two_block::before {
    background-image: url(../img/service-6/crayon.png);
    width: 172%;
    height: 40px;
    left: 60%;
    transform: translate(-50%, 0px);
    bottom: -5rem;
  }
  .step-box .step_wrapper .dot {
    display: none;
  }
  .step-box .step {
    margin-right: 20px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .step-box .steps_wrapper {
    margin-top: 11vw;
  }
  .step-box .step_wrapper {
    border-radius: 5px 32px 32px 5px;
    padding: 5.2vw 5vw 5.2vw 5vw;
    margin-bottom: 8vw;
  }
  .step-box .step_wrapper .image {
    width: 10vw;
  }
  .step-box .step p {
    color: #e74921;
    border: 1.5px solid #e74921;
    padding: 0px 8px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .step-box .step_wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8%;
    transform: translate(-50%, 50%);
    width: 5vw;
    height: 5vw;
    background-image: url(../img/service/arrow_down_sign.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10;
  }
  .step-box .detail p {
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .step-box .step_last_img_l {
    width: 14.5vw;
    left: 12%;
    top: 56%;
  }
  .step-box .step_last_img_r {
    width: 21vw;
    right: -10%;
    top: 55%;
  }
  .step-box .step_last::before {
    width: 28vw;
    top: -29%;
    left: 36%;
  }
  .step-box .step_last_txt p {
    font-size: 5vw;
    line-height: 1.4;
  }
  .step-box .step_last {
    padding: 10vw 0 9vw 0;
    margin-top: -1vw !important;
  }
  .step-box .step_txt_wrapper p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  .step-box .step_txt_wrapper {
    margin-top: 28px;
  }
}
/*ミニコラム*/
.mini_column {
  position: relative;
  border: 3px solid #111;
  background: #fff;
  border-radius: 15px;
  padding: 5.8rem 6.4rem 5.2rem 6.4rem;
  margin-bottom: 5rem;
}
.mini_column_txt p {
  font-size: 1.8rem;
  line-height: 2.22;
}
.mini_column_ttl {
  position: absolute;
  top: -0.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  background: #111;
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 50px;
}
.mini_column_inner {
  display: flex;
  gap: 3rem;
}
.mini_column_inner .mini_column_img img {
  width: 100%;
}
.mini_column_inner .mini_column_left {
  width: 57%;
}
.mini_column_inner .mini_column_right {
  width: 43%;
}
.mini_column::before {
  content: "";
  position: absolute;
  top: -1px;
  transform: translate(0px, -50%);
  left: 27px;
  width: 40px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/minicolumn_framedeco_top.png);
}
.mini_column::after {
  content: "";
  position: absolute;
  bottom: -1px;
  transform: translate(0px, 50%);
  right: 27px;
  width: 40px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/minicolumn_framedeco_bottom.png);
}
/*QAっぽいセクション*/
.chat_base_contents .qa-box {
  margin: 0rem auto 1rem;
  overflow: hidden;
}
/* ヘッダー部分 */
.chat_base_contents .qa-header {
  display: flex;
  align-items: center;
  background-color: #e74921;
  padding: 2.2rem 3.3rem;
  border-radius: 12px;
  position: relative;
  margin-top: 3rem;
}
.chat_base_contents .qa-icon {
  width: 110px;
  height: 110px;
  margin-right: 12px;
  position: absolute;
  z-index: 3;
}
.chat_base_contents .qa-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat_base_contents .qa-question {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 129px;
  letter-spacing: 0.03em;
}
.chat_base_contents .qa-body {
  position: relative;
  padding: 3.6rem 4.8rem;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.chat_base_contents .qa-body p {
  font-size: 1.8rem;
  line-height: 2;
  width: 80%;
  letter-spacing: -0.005em;
}
.chat_base_contents .qa-body .qa-image {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translate(0%, -50%);
  z-index: 3;
}
.chat_base_contents .qa-body .qa-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid .4rem #222;
  border-radius: 50%;
}
.chat_base_contents .qa-header {
  position: relative;
}
.chat_base_contents .qa-header::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 13.6%;
  width: 26px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/service-9/fuki_accent.png);
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .chat_base_contents .qa-icon {
    width: 7vw;
    height: 7vw;
  }
  .chat_base_contents .qa-body .qa-image {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .mini_column_inner {
    display: block;
  }
  .mini_column {
    position: relative;
    padding: 11vw 5vw 7vw 5vw;
  }
  .mini_column_ttl {
    position: absolute;
    top: 0;
    font-size: min(20px, 4.5vw);
    padding: 2vw 6vw;
    white-space: nowrap;
  }
  .mini_column_inner .mini_column_sp .mini_column_img {
    max-width: 500px;
    margin: 0 auto;
  }
  .mini_column_inner .mini_column_left {
    width: 100%;
  }
  .mini_column_txt p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    letter-spacing: -.4px;
    margin-top: 6vw;
  }
  .chat_base_contents .qa-icon {
    width: 14.8vw;
    height: 14.8vw;
  }
  .chat_base_contents .qa-header {
    padding: 7vw 2vw 7vw 3vw;
    border-radius: 5px;
    margin-top: 0vw;
  }
  .chat_base_contents .qa-header {
    padding: 5vw 6vw 5vw 3vw !important;
  }
  .chat_base_contents .qa-question {
    font-size: min(20px, 4vw);
    font-weight: bold;
    margin-left: 18vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .chat_base_contents .qa-body .qa-image {
    right: inherit;
    left: 50%;
    top: 0;
    width: 26.8vw;
    height: 26.8vw;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .chat_base_contents .qa-body .qa-image  img {
    border-width: 2px; 
  }
  .chat_base_contents .qa-body p {
    width: 100%;
    line-height: 1.85;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 11vw;
  }
  .chat_base_contents .qa-body {
    padding: 6vw 6vw 4vw 6vw;
    border-radius: 5px;
    margin-top: 17vw;
  }
  .chat_base_contents .qa-header::before {
    bottom: -18px;
    left: 8.6%;
    width: 24px;
    height: 18px;
  }
}