/* 共通 20251111 start */
@media screen and (min-width: 641px), print {
  .section_heading {
    font-size: 27px;
    font-weight: bold;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f68014;
    text-align: center;
    margin-bottom: 40px;
  }
  .jp-font.bold {
    font-weight: 700;
  }
  .contents.organized {
    margin-bottom: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .section_heading {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f68014;
    text-align: center;
    margin-bottom: 20px;
  }
  .jp-font.bold {
    font-weight: 700;
  }
  .contents.organized {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 371px) {
  .sp-only-370 {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .sp-only-370 {
    display: block;
  }
}
/* 共通 20251111 end */


/* FV 微調整 20251111 start */
@media screen and (min-width: 641px), print {
  .top_img_box.keiridaikou {
    height: 337px;
  }
  .top_img.keiridaikou {
    background: url(/lp01/field/keiri/img/top.png) no-repeat;
    height: 337px;
  }
}
@media screen and (max-width: 640px) {
  .top_sp {
    background: url(/lp01/field/keiri/img/top_sp.png) no-repeat;
    background-size: cover;
    aspect-ratio: 375 / 240;
    position: relative;
  }
  .top_sp.keiridaikou {
    margin-bottom: inherit;
  }
	.top_sp.keiridaikou img {
    width: 92%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
	}
  .top_sp-omakase {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 80px;
    margin-top: -48px;
    z-index: 1;
  }
  .top_sp-omakase img {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .top_sp-omakase {
    top: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 375px) {
  .top_sp-omakase {
    top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 330px) {
  .top_sp-omakase {
    top: 58px;
    margin-top: -60px;
  }
}
/* FV 微調整 20251111 end */

/* お悩みセクション 20251111 start */
@media screen and (min-width: 641px), print {
  .onayami_keiridaikou {
    background-color: #F8F9FB;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .onayami_keiridaikou .section_heading {
    padding-bottom: 24px;
  }
  .onayami_list {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .onayami_item {
    width: 300px;
    border-radius: 30px;
    text-align: center;
    position: relative;
  }
  .onayami_item:not(:last-of-type) {
    margin-right: 30px;
  }
  .onayami_item-title {
    width: 220px;
    max-width: 220px;
    font-size: 16px;
    font-weight: 700;
    background-color: #65512C;
    color: #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .onayami_item img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .onayami_solution {
    width: 840px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #F68014;
    background-color: #FFFFFF;
    border-radius: 30px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1051px), print {
  .onayami_item-title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 42px;
    width: 36px;
    height: 36px;
    background-color: #65512C;
    clip-path: polygon(0% 100%, 70% 0%, 100% 100%);
    border-radius: 3px;
    transform: rotate(-40deg);
    transform-origin: top right;
  }
}

@media screen and (min-width: 641px) and (max-width: 1050px), print {
  .onayami_keiridaikou {
    width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .onayami_list {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
  }
  .onayami_item {
    min-width: 220px;
  }
  .onayami_item-title {
    width: 220px;
    max-width: 220px;
    font-size: 16px;
    font-weight: 700;
    background-color: #65512C;
    color: #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .onayami_item-title::after {
    content: "";
    background: url(/lp01/field/keiri/img/fukidashi-brown.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: -19px;
    right: 5px;
    z-index: 1;
    transform: inherit;
  }
}
@media screen and (max-width: 640px) {
  .onayami_keiridaikou {
    background-color: #F8F9FB;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .onayami_keiridaikou .section_heading {
    padding-bottom: 20px;
  }
  .onayami_list {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .onayami_item {
    width: calc((100% - 16px) / 3);
    border-radius: 30px;
    text-align: center;
    position: relative;
  }
  .onayami_item:not(:last-of-type) {
    margin-right: 8px;
  }
  .onayami_item-title {
    width: 96px;
    max-width: 96px;
    font-size: 8px;
    font-weight: 700;
    background-color: #65512C;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 30px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .onayami_item-title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 16px;
    width: 14px;
    height: 8px;
    background-color: #65512C;
    clip-path: polygon(0% 100%, 70% 0%, 100% 100%);
    border-radius: 3px;
    transform: rotate(-40deg);
    transform-origin: top right;
  }
  .onayami_item img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .onayami_solution {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #F68014;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
}
/* お悩みセクション 20251111 end */

/* お悩みセクション ドット調整 20251114 start */
@media screen and (min-width: 641px), print {
  .onayami_dot-line {
    position: absolute;
    transform-origin: top;
    width: 6px;
  }
  .onayami_dot-line line {
    stroke: #F68014;
    stroke-width: 3.5;
    stroke-dasharray: 0, 8;
    stroke-linecap: round;
  }
  .onayami_dot-line.line1 {
    transform: translateX(-50%) rotate(-65deg);
    bottom: -118px;
    right: 110px;
    height: 124px;
  }
  .onayami_dot-line.line2 {
    transform: translateX(-50%);
    bottom: -36px;
    left: 50%;
    height: 56px;
  }
  .onayami_dot-line.line3 {
    transform: translateX(-50%) rotate(65deg);
    bottom: -118px;
    left: 110px;
    height: 124px;
  }
  .onayami_dot-line.line2 line {
    stroke-width: 2.8;
  }
}

@media screen and (min-width: 971px), print {
  .onayami_dot-line.line1 {
    transform: translateX(-50%) rotate(-65deg);
    bottom: -118px;
    right: 148px;
    height: 130px;
  }
  .onayami_dot-line.line2 {
    transform: translateX(-50%);
    bottom: -36px;
    left: 50%;
    height: 56px;
  }
  .onayami_dot-line.line3 {
    transform: translateX(-50%) rotate(65deg);
    bottom: -118px;
    left: 148px;
    height: 130px;
  }
}
@media screen and (max-width: 640px) {
  .onayami_dot-line {
    position: absolute;
    transform-origin: top;
    width: 6px;
  }
  .onayami_dot-line line {
    stroke: #F68014;
    stroke-width: 2.5;
    stroke-dasharray: 0, 6;
    stroke-linecap: round;
  }
  .onayami_dot-line.line1 {
    transform: translateX(-50%) rotate(-65deg);
    bottom: -118px;
    right: 65px;
    height: 124px;
  }
  .onayami_dot-line.line2 {
    transform: translateX(-50%);
    bottom: -32px;
    left: 50%;
    height: 50px;
  }
  .onayami_dot-line.line3 {
    transform: translateX(-50%) rotate(65deg);
    bottom: -118px;
    left: 65px;
    height: 124px;
  }
  .onayami_dot-line.line2 line {
    stroke-width: 2.2;
  }
}
/* お悩みセクション ドット調整 20251114 end */


/* 経理代行のサービスとはセクション 20251111 start */
@media screen and (min-width: 641px), print {
  .about_keiridaikou {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_keiridaikou-text {
    width: 840px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  .service_list {
    display: flex;
    padding: 0 10px;
    justify-content: center;
    margin-top: 40px;
  }
  .service_item {
    width: 220px;
    height: 220px;
    background-color: #FFF6EF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .service_item:not(:last-child) {
    margin-right: 20px;
  }
  .service_item-img img {
    max-height: 108px;
  }
  .service_title {
    color: #65512C;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
  }
  .service_title.spacer-top {
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1050px), print {
  .about_keiridaikou {
    width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .about_keiridaikou {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about_keiridaikou-text {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  .service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
  }
  .service_item {
    width: calc((100% - 15px) / 2);
    aspect-ratio: 1 / 1;
    background-color: #FFF6EF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .service_item-img img {
    height: 80px;
    max-height: 80px;
  }
  .service_title {
    color: #65512C;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
  }
  .service_title.spacer-top {
    margin-top: 10px;
  }
}
@media screen and (max-width: 345px) {
  .service_title {
    font-size: 12px;
  }
}
/* 経理代行のサービスとはセクション 20251111 end */

/* 経理代行に切り替えるメリットセクション 20251111 start */
@media screen and (min-width: 641px), print {
  .merit_keiridaikou {
    padding-bottom: 50px;
  }
  .merit_wrapper {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .merit_item {
    background-color: #FEF1E6;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .merit_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .merit_item p {
    color: #65512C;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .merit_item p span {
    color: #F68014;
    font-weight: 700;
  }
  .merit_item img {
    width: 17px;
    margin: 0;
    margin-right: 10px;
  }
  .more_merit {
    font-size: 20px;
    font-weight: bold;
    color: #65512C;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 16px;
    padding-bottom: 33px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }
  .more_merit::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 330px;
    height: 60px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(180deg,  #FFFFFF 0%, #FFD6B1 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .merit_example-list {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
  .merit_example-list::after {
    display: none;
  }
  .merit_example-item {
    display: flex;
    box-sizing: border-box;
    width: 460px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .merit_example-item:not(:last-child) {
    margin-right: 20px;
  }
  .merit_example-item-left {
    margin-right: 20px;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
  }
  .merit_example-item-left img {
    width: 100%;
    height: 100%;
  }
  .merit_example-item-right {
    width: 260px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #333333;
  }
  .merit_example-item-title {
    background-color: #65512C;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 2px 0;
    width: 100%;
  }
  .merit_example-cost {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
  .cost-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .cost-title span {
    font-size: 12px;
  }
  .cost-number {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #F68014;
    line-height: 1;
    position: relative;
    top: 5px;
    padding-right: 2px;
  }
  .cost-subnumber {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    line-height: 1.1;
  }
  .cost-subnumber span {
    font-size: 12px;
    font-weight: 400;
  }
  .merit_example-notice {
    font-size: 10px;
    font-weight: 400;
  }
}

@media screen and (min-width: 641px) and (max-width: 1050px), print {
  .merit_keiridaikou {
    min-width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .merit_keiridaikou {
    padding-bottom: 40px;
  }
  .merit_wrapper {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .merit_item {
    background-color: #FEF1E6;
    padding: 7px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .merit_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .merit_item p {
    color: #65512C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .merit_item p span {
    color: #F68014;
    font-weight: 700;
  }
  .merit_item img {
    width: 17px;
    margin: 0;
    margin-right: 10px;
  }
  .more_merit {
    font-size: 16px;
    font-weight: bold;
    color: #65512C;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 16px;
    padding-bottom: 33px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
  }
  .more_merit::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 300px;
    height: 60px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(180deg,  #FFFFFF 0%, #FFD6B1 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .merit_example-list {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .merit_example-list::after {
    display: none;
  }
  .merit_example-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc((100% - 15px) / 2);
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .merit_example-item-left {
    width: 100%;
    box-sizing: border-box;
  }
  .merit_example-item-left img {
    width: 100%;
    height: 100%;
  }
  .merit_example-item-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
  }
  .merit_example-item-title {
    background-color: #65512C;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    width: 100%;
  }
  .merit_example-cost {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .cost-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .cost-title span {
    font-size: 8px;
  }
  .cost-number {
    font-family: "Inter", sans-serif;
    font-size: 33px;
    font-weight: 700;
    color: #F68014;
    line-height: 1;
    position: relative;
    top: 3px;
    padding-right: 2px;
  }
  .cost-subnumber {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    padding: 0 2px;
    line-height: 1.1;
  }
  .cost-subnumber span {
    font-size: 8px;
    font-weight: 400;
  }
  .merit_example-notice {
    font-size: 8px;
    font-weight: 400;
    text-align: inherit;
  }
}
@media screen and (max-width: 390px) {
  .cost-title {
    font-size: 11px;
  }
  .cost-number {
    font-size: 30px;
  }
  .cost-subnumber {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .merit_example-item {
    padding: 10px;
  }
  .cost-title {
    font-size: 10px;
  }
  .cost-number {
    font-size: 27px;
  }
  .cost-subnumber {
    font-size: 12px;
  }
}
/* 経理代行に切り替えるメリットセクション 20251111 end */

/* 経理代行オススメセクション 20251111 start */
@media screen and (min-width: 641px), print {
  .recommned_keiridaikou-title {
    background-color: #F68014;
    color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
  }
  .recommned_keiridaikou-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #F68014; 
    visibility: visible!important;
  }
  .recommned_keiridaikou-title p {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    position: relative;
  }
  .recommned_keiridaikou-title p::before {
    content: "";
    background: url(/lp01/field/keiri/img/recomend-char.svg) no-repeat;
    background-size: contain;
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .section_heading.recommend {
    color: #65512C;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .section_heading.recommend span {
    color: #F68014;
    position: relative;
    display: inline-block;
  }
  .section_heading.recommend span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08em;
    width: 100%;
    height: 8px;
    background-color: #FEF1E6;
    z-index: -1;
  }
  .process {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #65512C;
    padding-bottom: 50px;
  }
  .process_wrapper {
    width: 700px;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .process_wrapper.customer {
    padding: 20px 0 26px 0;
    background-color: #FEF1E6;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .process_wrapper.zeirishi {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px;
  }
  .process_wrapper.keiridaikou {
    width: 630px;
    background-color: #D0DCD0;
    padding: 20px 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .service-bg {
    width: 700px;
    border-radius: 6px;
    background-color: #E7F5E7;
    margin: 0 auto;
    padding: 20px 0;
  }
  .process_wrapper.customer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    width: 300px;
    height: 30px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg,  #FEF1E6 0%, #FFD6B1 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    visibility: visible!important;
  }
  .process_title {
    width: 400px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    padding: 7px 0;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }
  .process_title.customer {
    background-color: #F68014;
  }
  .process_title.zeirishi, .process_title.keiridaikou {
    background-color: #134831;
  }
  .process_title::before {
    content: "";
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .process_title.customer::before {
    background: url(/lp01/field/keiri/img/icon_customer.svg) no-repeat;
  }
  .process_title.zeirishi::before {
    background: url(/lp01/field/keiri/img/icon_zeirishi.svg) no-repeat;
  }
  .process_title.keiridaikou::before {
    background: url(/lp01/field/keiri/img/icon_keiridaikou.svg) no-repeat;
  }
  .daikou_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .daikou_item {
    background-color: #FFFFFF;
    color: #134831;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    padding: 7px 0;
    border-radius: 4px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1050px), print {
  .recommned_keiridaikou-title {
    min-width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .recommned_keiridaikou {
    min-width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .daikou_list.one-column {
    gap: inherit;
  }
  .daikou_list.one-column .daikou_item:not(:last-child) {
    margin-right: 10px;
  }
  .daikou_list.two-column {
    gap: inherit;
  }
  .daikou_list.two-column .daikou_item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .daikou_list.two-column .daikou_item:nth-child(-n+3) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .recommned_keiridaikou-title {
    background-color: #F68014;
    color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
  }
  .recommned_keiridaikou-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #F68014; 
    visibility: visible!important;
  }
  .recommned_keiridaikou-title p {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 10px 90px;
    position: relative;
  }
  .recommned_keiridaikou-title p::before {
    content: "";
    background: url(/lp01/field/keiri/img/recomend-char.svg) no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .section_heading.recommend {
    color: #65512C;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section_heading.recommend span {
    color: #F68014;
    position: relative;
    display: inline-block;
  }
  .section_heading.recommend span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08em;
    width: 100%;
    height: 8px;
    background-color: #FEF1E6;
    z-index: -1;
  }
  .process {
    width: 100%;
    margin: 0 auto;
    color: #65512C;
    padding-bottom: 40px;
  }
  .process_wrapper {
    width: 100%;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .process_wrapper.customer {
    padding: 15px 15px 20px 15px;
    background-color: #FEF1E6;
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .process_wrapper.zeirishi {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .process_wrapper.keiridaikou {
    width: calc(100% - 30px);
    background-color: #D0DCD0;
    padding: 15px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-bg {
    width: 100%;
    border-radius: 6px;
    background-color: #E7F5E7;
    margin: 0 auto;
    padding: 15px 0;
  }
  .process_wrapper.customer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translatex(-50%);
    width: 240px;
    height: 24px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg,  #FEF1E6 0%, #FFD6B1 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    visibility: visible!important;
  }
  .process_title {
    width: 100%;
    max-width: 295px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 7px 0;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
  }
  .process_title.customer {
    background-color: #F68014;
  }
  .process_title.zeirishi, .process_title.keiridaikou {
    background-color: #134831;
  }
  .process_title::before {
    content: "";
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .process_title.customer::before {
    background: url(/lp01/field/keiri/img/icon_customer.svg) no-repeat;
  }
  .process_title.zeirishi::before {
    background: url(/lp01/field/keiri/img/icon_zeirishi.svg) no-repeat;
  }
  .process_title.keiridaikou::before {
    background: url(/lp01/field/keiri/img/icon_keiridaikou.svg) no-repeat;
  }
  .daikou_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .daikou_item {
    background-color: #FFFFFF;
    color: #134831;
    font-size: 14px;
    font-weight: 500;
    width: calc((100% - 15px) / 2);
    padding: 7px 0;
    border-radius: 4px;
  }
}

@media screen and (max-width: 400px) {
  .recommned_keiridaikou-title p::before {
    width: 80px;
    height: 80px;
  }
  .recommned_keiridaikou-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .recommned_keiridaikou-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 345px) {
  .recommned_keiridaikou-title p::before {
    width: 72px;
    height: 72px;
  }
  .recommned_keiridaikou-title p {
    font-size: 14px;
  }
  .section_heading.recommend {
    font-size: 18px;
  }
}
/* 経理代行オススメセクション 20251111 end */

/* 税理士が運営する経理代行３つのメリット 20251111 start */
@media screen and (min-width: 641px), print {
  .three-merits_list {
    display: flex;
    padding-bottom: 50px;
  }
  .three-merits_item {
    width: 300px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .three-merits_item:not(:last-child) {
    margin-right: 30px;
  }
  .three-merits_imgbox {
    position: relative;
  }
  .merit-num {
    background-color: #F68014;
    color: #FFFFFF;
    width: 130px;
    border-radius: 14px;
    padding: 2px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translatex(-50%);
  }
  .merit-num span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    top: 1px;
    padding: 0 1px;
    line-height: 1;
  }
  .three-merits_textbox {
    padding: 0 15px 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
  }
  .three-merits_main {
    color: #F68014;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 33px 0 20px 0;
  }
  .three-merits_sub {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 641px) and (max-width: 1050px), print {
  .three-merits {
    min-width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
.three-merits_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 40px;
  }
  .three-merits_item {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }
  .three-merits_imgbox {
    position: relative;
  }
  .three-merits_imgbox img {
    width: 100%;
  }
  .merit-num {
    background-color: #F68014;
    color: #FFFFFF;
    width: 130px;
    border-radius: 14px;
    padding: 2px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translatex(-50%);
  }
  .merit-num span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    top: 1px;
    padding: 0 1px;
    line-height: 1;
  }
  .three-merits_textbox {
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
  }
  .three-merits_main {
    color: #F68014;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 28px 0 15px 0;
  }
  .three-merits_sub {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
  }
}
/* 税理士が運営する経理代行３つのメリット 20251111 end */

/* 医療法人に強い税理士をご紹介セクション追加 20251111 start */
@media screen and (min-width: 641px), print {
	.zeirishishokai-keiri {
		background-color: #FFF6EF;
		color: #65512C;
		padding-top: 50px;
		padding-bottom: 50px;
    margin-bottom: 40px;
		font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.zeirishishokai-keiri .contents {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.zenkoku-header {
		font-size: 24px;
		font-weight: 700;
		background-color: #FFFFFF;
		color: #65512C;
		border: 5px solid #F68014;
		box-sizing: border-box;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	.zenkoku-header::after {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 20px solid #F68014;
	}
	.zenkoku-header::before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 16px solid #F68014;
	}
	.map-img {
		width: 110px;
		height: 110px;
		background-color: #F68014;
		position: relative;
	}
	.map-img::after {
		content: "";
		background: url(/lp01/field/iryou/img/zenkoku.png) no-repeat;
		background-size: contain;
		width: 80px;
		height: 80px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	.zenkoku-header__txt {
		margin: 0 auto;
		margin-top: -3.3px;
		line-height: 1;
	}
	.zenkoku-header__txt .txt-inter {
		font-family: "Inter", sans-serif;
		font-weight: 700;
		font-size: 40px;
		letter-spacing: 0.05em;
		color: #F68014;
		position: relative;
		top: 3.3px;
		padding: 0 1px;
		line-height: 1;
	}
	.zeirishi-list {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.zeirishi-item {
		width: calc((100% - 60px) / 3);
		background-color: #FFFFFF;
		border-radius: 6px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		position: relative;
	}
	.zeirishi-item__area {
		background-color: #F68014;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 700;
		border-radius: 6px 0 6px 0;
		padding: 9px 18px;
		width: fit-content;
		position: absolute;
		left: 0;
		top: 0;
	}
	.zeirishi-item__img {
		padding: 15px;
	}
	.zeirishi-item__info {
		border-top: 3px solid #F68014;
		padding: 15px;
		font-size: 14px;
	}
	.zeirishi-item__info-name {
		font-size: 16px;
		font-weight: 600;
		margin-top: 10px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.zeirishi-item__info-name span {
		font-size: 14px;
		font-weight: 400;
		background-color: #65512C;
		color: #FFFFFF;
		padding: 0.2rem 0.4rem;
		line-height: 1;
	}
}
@media screen and (min-width: 641px) and (max-width: 1050px), print {
	.zeirishishokai-keiri {
		width: 1050px;
	}
	.zeirishishokai-keiri .contents {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.zenkoku-header {
		font-size: 22px;
		font-weight: 700;
		background-color: #FFFFFF;
		color: #65512C;
		border: 5px solid #F68014;
		box-sizing: border-box;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	.zenkoku-header__txt {
		margin: 0 auto;
		text-align: center;
		line-height: 1.3;
	}
	.zenkoku-header__txt .txt-inter {
		font-family: "Inter", sans-serif;
		font-weight: 700;
		font-size: 35px;
		letter-spacing: 0.04em;
		color: #F68014;
		position: relative;
		top: 3px;
		padding-right: 1px;
	}
	.txt-line {
		line-height: 1.6;
	}
}
@media screen and (min-device-width: 641px) and (max-device-width: 1050px) {
	.zeirishishokai-keiri .contents {
		min-width: 1050px;
	}
	.zeirishi-list {
		min-width: 930px;
		gap: 0;
	}
	.zeirishi-item {
		margin-right: 30px;
  	margin-bottom: 30px;
	}
	.zeirishi-item:nth-child(3n) {
		margin-right: 0;
	}
	.zeirishi-item:nth-child(n+4) {
		margin-bottom: 0;
	}
	.zeirishi-list
	.zeirishi-item__info-name {
		gap: 0;
	}
	.zeirishi-item__info-name span {
		margin-right: 10px;
		padding: 0.2rem 0.4rem;
		line-height: 1;
	}
}
@media screen and (max-width: 640px) {
	.zeirishishokai-keiri {
		background-color: #FFF6EF;
		color: #65512C;
		padding-top: 40px;
		padding-bottom: 40px;
    margin-bottom: 30px;
		font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.zeirishishokai-keiri .contents {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		padding-bottom: 0;
		box-sizing: border-box;
	}
	.zenkoku-header {
		font-size: 14px;
		font-weight: 700;
		background-color: #FFFFFF;
		color: #65512C;
		border: 3px solid #F68014;
		box-sizing: border-box;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.zenkoku-header::after {
		content: "";
		position: absolute;
		bottom: -18px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 14px solid #F68014;
	}
	.zenkoku-header::before {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 14px solid #F68014;
	}
	.map-img {
		width: 84px;
		height: 84px;
		background-color: #F68014;
		position: relative;
	}
	.map-img::after {
		content: "";
		background: url(/lp01/field/iryou/img/zenkoku.png) no-repeat;
		background-size: contain;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	.zenkoku-header__txt {
		margin: 0 auto;
		text-align: center;
		line-height: 1.3;
	}
	.zenkoku-header__txt .txt-inter {
		font-family: "Inter", sans-serif;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.04em;
		color: #F68014;
		position: relative;
		top: 1px;
		padding-right: 1px;
	}
	.txt-line {
		line-height: 1.6;
	}
	.zeirishi-list {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		margin-top: 18px;
	}
	.zeirishi-item {
		width: calc((100% - 16px) / 3);
		background-color: #FFFFFF;
		border-radius: 6px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		position: relative;
	}
	.zeirishi-item__area {
		background-color: #F68014;
		color: #FFFFFF;
		font-size: 8px;
		font-weight: 700;
		border-radius: 6px 0 6px 0;
		padding: 4px 8px;
		width: fit-content;
		position: absolute;
		left: 0;
		top: 0;
	}
	.zeirishi-item__img {
		padding: 5px;
	}
	.zeirishi-item__info {
		border-top: 1px solid #F68014;
		padding: 5px;
		font-size: 8px;
	}
  .zeirishi-item__info.keiridaikou {
    padding: 5px 5px 10px 5px;
  }
	.zeirishi-item__info-name {
		font-size: 10px;
		font-weight: 600;
		margin-top: 5px;
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.zeirishi-item__info-name span {
		font-size: 8px;
		font-weight: 400;
		background-color: #65512C;
		color: #FFFFFF;
		padding: 0.2rem 0.4rem;
		line-height: 1;
	}
}
/* 医療法人に強い税理士をご紹介セクション追加 20251111 end */