@charset "utf-8";
/* BODY
---------------------------------------------*/
:root {
  --mian-color: #229cd6;
  --sub-color: #ff9900;
  --bg-color: #eef7fb;
  --color-white: #fff;
  --color-black: #212529;
  --color-red: #ef1414;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:link,
a:visited {
  color: #ff5b26;
  text-decoration: none;
}

a:hover {
  color: #ff5b26;
  font-weight: bold;
  text-decoration: underline;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-red {
  color: var(--color-red);
}
.text-blue {
  color: var(--mian-color);
}
.text-orange {
  color: var(--sub-color);
}
.sp-only {
  display: none;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* Layout
---------------------------------------------*/
#viewport {
  width: 100%;
  margin-top: 91px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

#wrap {
  padding: 12px 0 0;
}
#contents {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 20px;
}
#main {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #contents {
    margin: 0 auto 60px;
  }
}

/* Main Contents
---------------------------------------------*/
.main * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.main p {
  color: var(--color-black);
  word-break: break-all;
}
.main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec {
  margin-bottom: 40px;
}
.sec:last-child {
  margin-bottom: 0;
}
.sec > *:last-child {
  margin-bottom: 0;
}
.main-title {
  background: var(--mian-color);
  color: var(--color-white);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  padding: 14px 30px 16px;
  margin: 0 0 40px;
}
.sec__title {
  border-bottom: 4px solid var(--mian-color);
  color: var(--mian-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  margin: 0 0 30px;
  padding: 0 10px 10px;
}
.sec__sub-title {
  background: var(--bg-color);
  color: var(--mian-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.sec__text {
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec-list--bg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 20px;
}
.sec-list--bg .sec-list__text {
  background-color: var(--bg-color);
  color: #336177;
  font-weight: bold;
  line-height: 1.45;
  padding: 20px;
  width: 100%;
}
.sec-list--bg .sec-list__text.text-lg {
  font-size: 20px;
}
.sec-list--bg .sec-list__text.text-black {
  color: var(--color-black);
}
.sec-list--bg-horizon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 20px;
}
.sec-list--bg-horizon .sec-list__text {
  background-color: var(--bg-color);
  color: #336177;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px;
  width: calc((100% - 10px) / 2);
}
.sec-list--bg-horizon .sec-list__text.text-black {
  color: var(--color-black);
}
.sec-list--border-wrap {
  border: 1px solid var(--mian-color);
  margin-bottom: 20px;
  padding: 25px 20px;
  list-style: disc;
}
.sec-list--border-wrap .sec-list__text {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  list-style: disc inside;
}
.sec-list--border-wrap .sec-list__text:last-child {
  margin-bottom: 0;
}
.sec-list--border-horizon {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  margin-bottom: 30px;
}
.sec-list--border-horizon .sec-list__text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mian-color);
  border-radius: 20px;
  color: var(--mian-color);
  font-size: 18px;
  font-weight: bold;
  padding: 16px 16px;
  text-align: center;
  min-height: 120px;
  width: calc((100% - 28px) / 3);
}
.sec-media {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sec-media__img-wrapper {
  height: 133px;
  width: 200px;
}
.sec-media__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sec-media__body {
  padding-left: 30px;
  width: calc(100% - 200px);
}
.sec-flow__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-flow__item-left {
  background-color: var(--mian-color);
  border-radius: 48px;
  padding: 23px 16px 27px 40px;
  width: 292px;
}
.sec-flow .sec-flow__item-num {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 4px;
}
.sec-flow .sec-flow__item-title {
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
}
.sec-flow__item-center {
  padding: 0 28px 0 30px;
  width: calc(100% - 292px - 135px);
}
.sec-flow__item--noimg .sec-flow__item-center {
  padding: 0 0 0 30px;
  width: calc(100% - 292px);
}
.sec-flow__item-right {
  width: 135px;
}
.sec-flow__item-img {
  object-fit: cover;
  height: 100px;
  width: 100%;
}
.sec-flow__deco {
  margin: 10px auto 10px calc((292px - 38px) / 2);
  height: auto;
  width: 38px;
}
@media screen and (max-width: 767px) {
  .sec {
    margin-bottom: 32px;
  }
  .main-title {
    font-size: 24px;
    padding: 8px 16px;
    margin: 0 0 32px;
  }
  .sec__title {
    border-bottom: 2px solid var(--mian-color);
    font-size: 20px;
    margin: 0 0 24px;
    padding: 0 8px 4px;
  }
  .sec__sub-title {
    font-size: 18px;
    padding: 8px 16px;
  }
  .sec-list--bg-horizon .sec-list__text {
    padding: 16px;
    width: 100%;
  }
  .sec-media__body {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }
  .sec-list--bg .sec-list__text {
    padding: 16px;
  }
  .sec-list--bg .sec-list__text.text-lg {
    font-size: 16px;
  }
  .sec-list--bg-horizon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 20px;
  }
  .sec-list--border-horizon .sec-list__text {
    font-size: 16px;
    min-height: auto;
    width: calc((100% - 14px) / 2);
  }
  .sec-flow__item {
    align-items: flex-start;
  }
  .sec-flow__item-left {
    background-color: var(--mian-color);
    border-radius: 48px;
    margin-bottom: 16px;
    padding: 16px 16px 16px 32px;
    width: 100%;
    max-width: 400px;
  }
  .sec-flow__item-center {
    padding: 0 16px 0 0;
    width: calc(100% - 135px);
  }
  .sec-flow__item--noimg .sec-flow__item-center {
    padding: 0;
    width: 100%;
  }
  .sec-flow__deco {
    margin: 10px auto 10px calc((292px - 38px) / 2);
    height: auto;
    width: 38px;
  }
}

/* メッセージ */
.message__illust01 {
  margin: 0 auto 30px;
  height: auto;
  width: 60px;
}
.trouble-sec .message__illust01 {
  margin: 0 auto 12px;
}
.message__title {
  position: relative;
  font-size: clamp(20px, 3.37vw, 33px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
.message__title::before,
.message__title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.message__title::before {
  left: min(5.1vw, 50px);
  background-image: url(../images/entry/message_illust02.png);
  height: clamp(104px, 17.45vw, 171px);
  width: clamp(63px, 10.51vw, 103px);
}
.message__title::after {
  right: min(5.1vw, 50px);
  background-image: url(../images/entry/message_illust03.png);
  height: clamp(90px, 15.1vw, 148px);
  width: clamp(60px, 10vw, 98px);
}
.message__title .text-lg {
  font-size: clamp(32px, 4.39vw, 43px);
}
.message__title .text-border {
  border-bottom: 10px solid #ff9900;
}
.message__title .text-deco {
  position: relative;
}
.message__title .text-deco::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff9900;
  line-height: 1;
}
.message__text {
  margin-bottom: 20px;
  text-align: center;
}
.message__text-sm {
  font-size: 14px;
}
.message__text-lg {
  font-size: 20px;
  font-weight: bold;
}
.message__text .text-xl {
  font-size: 30px;
}
.message__text .text-border {
  border-bottom: 5px solid #ff9900;
}
.message__text .text-deco {
  position: relative;
}
.message__text .text-deco::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff9900;
  line-height: 1;
}
.message-list {
  background-color: var(--bg-color);
  border-radius: 49px;
  padding: clamp(20px, 4.08vw, 40px) clamp(20px, 9.18vw, 90px)
    clamp(20px, 5.1vw, 50px);
}
.message-list__text {
  position: relative;
  border-bottom: 1px solid #d1e4ec;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  position: relative;
  margin-bottom: 8px;
  padding: 0 16px 8px 34px;
}
.message-list__text:last-child {
  margin-bottom: 0;
}
.message-list__text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  background-image: url(../images/entry/message_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 22px;
}
.message__deco {
  margin: 26px auto 18px;
  width: 180px;
}
.message__sub-title {
  font-size: clamp(20px, 2.86vw, 28px);
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 57px;
  text-align: center;
}
.message__sub-title .text-lg {
  position: relative;
  display: inline-block;
  font-size: clamp(24px, 3.47vw, 34px);
}
.message__sub-title .text-lg::before,
.message__sub-title .text-lg::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--mian-color);
  height: 5px;
  width: 100%;
}
.message__sub-title .text-lg::before {
  bottom: -4px;
}
.message__sub-title .text-lg::after {
  bottom: -12px;
}
.message__sub-title .text-bg {
  background-color: #229cd6;
  border-radius: 5px;
  color: #fff;
  padding: 12px;
}
.message__sub-title .text-bg::before,
.message__sub-title .text-bg::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .message__title .text-border {
    border-bottom: 6px solid #ff9900;
  }
  .message__text {
    margin-bottom: 16px;
    text-align: left;
  }
  .message__text-lg {
    font-size: 18px;
  }
  .message__text .text-xl {
    font-size: 24px;
  }
  .message-list__text {
    font-size: 16px;
  }
  .message__deco {
    width: 125px;
  }
  .message__sub-title {
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .message__sub-title .text-lg::before,
  .message__sub-title .text-lg::after {
    height: 3px;
  }
  .message__sub-title .text-lg::before {
    bottom: 6px;
  }
  .message__sub-title .text-lg::after {
    bottom: 0;
  }
  .message__sub-title .text-bg {
    padding: 8px;
  }
}
@media screen and (max-width: 500px) {
  .message__title {
    text-shadow: 2px 2px 10px var(--color-white);
    z-index: 1;
  }
  .message__title::before {
    left: 0;
    z-index: -1;
  }
  .message__title::after {
    right: 0;
    z-index: -1;
  }
}

/* メリット */
.merit-sec {
  position: relative;
  background-color: var(--bg-color);
  margin-top: 87px;
  padding: 68px 30px 30px;
}
.merit__title {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--mian-color);
  border-radius: 38px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.merit__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: var(--mian-color) transparent;
  border-width: 16px 22px 0 22px;
  z-index: 1;
}
.merit__sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.merit-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.merit-item {
  background-color: var(--color-white);
  padding: 20px 30px 30px;
  width: 100%;
}
.merit-item__title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.merit-item__num {
  border: 2px solid var(--mian-color);
  border-radius: 16px;
  color: var(--mian-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  padding: 4px 0;
  text-align: center;
  width: 100px;
}
.merit-item__title {
  color: var(--mian-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 12px;
  width: calc(100% - 100px);
}
.merit-item__text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .merit-sec {
    margin-top: 64px;
    padding: 50px 16px 16px;
  }
  .merit__title {
    top: -30px;
    font-size: 20px;
    padding: 16px 0;
    width: 95%;
    max-width: 400px;
  }
  .merit__sub-title {
    text-align: left;
  }
  .merit-item {
    padding: 16px;
  }
  .merit-item__title {
    font-size: 18px;
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }
}

/* 記帳代行ページ */
.entry .compare-body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.entry .compare-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
  padding: 15px;
}
.entry .compare-list__item {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  font-weight: bold;
  line-height: 1.4;
  padding: 16px 20px;
  min-height: 100px;
  width: 100%;
}
.entry .compare-list__item-text {
  padding: 0 0 0 8px;
}
.entry .compare-item01 {
  width: 44%;
  max-width: 410px;
}
.entry .compare-item01__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.entry .compare-item01 .compare-list {
  background-color: #f3f3f3;
}
.entry .compare-item01__text {
  position: relative;
  color: #8e8e8e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 100px;
}
.entry .compare-item01__text::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/entry/compare_illust01.png);
  height: 102px;
  width: 138px;
}
.entry .compare-deco {
  margin-top: 55px;
  width: 8%;
  max-width: 80px;
}
.entry .compare-list__deco.pc-only {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  width: 100%;
}
.entry .compare-list__deco.sp-only {
  display: none;
}
.entry .compare-list__deco img {
  width: 33px;
  height: 31px;
}
.entry .compare-item02 {
  width: 48%;
  max-width: 450px;
}
.entry .compare-item02__title {
  color: var(--mian-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.entry .compare-item02 .compare-list {
  background-color: var(--mian-color);
}
.entry .compare-item02 .compare-list__item {
  position: relative;
  color: var(--mian-color);
}
.entry .compare-item02 .compare-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 72px;
}
.entry .compare-item02 .compare-list__item:nth-child(1):after {
  background-image: url(../images/entry/compare_icon01.png);
}
.entry .compare-item02 .compare-list__item:nth-child(2):after {
  background-image: url(../images/entry/compare_icon02.png);
}
.entry .compare-item02 .compare-list__item:nth-child(3):after {
  background-image: url(../images/entry/compare_icon03.png);
}
.entry .compare-item02 .compare-list__item:nth-child(4):after {
  background-image: url(../images/entry/compare_icon04.png);
}
.entry .compare-item02 .compare-list__item-text {
  padding: 0 64px 0 8px;
}
.entry .compare-item02__text {
  position: relative;
  color: var(--sub-color);
  font-size: 22px;
  font-weight: bold;
  padding-right: 110px;
}
.entry .compare-item02__text::before {
  content: "";
  position: absolute;
  top: -46px;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/entry/compare_illust02.png);
  height: 157px;
  width: 115px;
}
.entry .sec__sub-title {
  background-color: #ffface;
  color: var(--color-red);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.entry .sec__sub-title .text-lg {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .entry .compare-body {
    margin-bottom: 40px;
  }
  .entry .compare-list {
    margin-bottom: 8px;
  }
  .entry .compare-list__item {
    padding: 20px 10px;
    min-height: auto;
  }
  .entry .compare-list__item-text {
    padding: 0 0 0 2px;
  }
  .entry .compare-item01 {
    margin: 0 auto;
    width: 100%;
  }
  .entry .compare-item01__text {
    font-size: 16px;
    padding-left: 127px;
  }
  .entry .compare-item01__text::before {
    bottom: -8px;
    height: 83px;
    width: 112px;
  }
  .entry .compare-deco {
    margin: 25px auto 20px;
    width: 100%;
    max-width: none;
  }
  .entry .compare-deco .compare-list {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .entry .compare-list__deco.pc-only {
    display: none;
  }
  .entry .compare-list__deco.sp-only {
    display: block;
  }
  .entry .compare-list__deco img {
    width: 233px;
    height: 23px;
  }
  .entry .compare-item02 {
    margin: 0 auto;
    width: 100%;
  }
  .entry .compare-item02 .compare-list__item::after {
    right: 8px;
    height: 50px;
    width: 54px;
  }
  .entry .compare-item02 .compare-list__item-text {
    padding: 0 52px 0 4px;
  }
  .entry .compare-item02__text {
    font-size: 18px;
    padding-right: 70px;
  }
  .entry .compare-item02__text::before {
    top: auto;
    bottom: 0;
    right: 0;
    height: 88px;
    width: 65px;
  }
  .entry .sec__sub-title {
    font-size: 16px;
    padding: 16px;
    text-align: left;
  }
  .entry .sec__sub-title .text-lg {
    font-size: 20px;
  }
}

/* 経理代行サポート */
.accounting .message__text-lg.mb-50 {
  margin-bottom: 50px;
}
.accounting .message__text-lg.mb-6 {
  margin-bottom: 6px;
}
.accounting .concept__text {
  text-align: center;
}
.accounting .concept__text-lg {
  font-size: 20px;
  text-align: center;
}
.accounting .concept-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 824px;
}
.accounting .concept-media__img-wrapper {
  width: 138px;
  height: 224px;
}
.accounting .concept-media__img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.accounting .concept-media__body {
  padding-left: 46px;
  width: calc(100% - 138px);
}
.accounting .concept-list {
  position: relative;
  background-color: var(--bg-color);
  border-radius: 30px;
  padding: 30px 40px;
}
.accounting .concept-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent var(--bg-color);
  border-width: 14px 33px 14px 0;
  z-index: 1;
}
.accounting .concept-list__text {
  font-weight: bold;
  line-height: 1.5;
  list-style: disc inside;
  margin-bottom: 5px;
}
.accounting .concept-list__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .accounting .message__text-lg.mb-50 {
    margin-bottom: 32px;
  }
  .accounting .concept__text {
    text-align: left;
  }
  .accounting .concept__text-lg {
    font-size: 18px;
    text-align: left;
  }
  .accounting .concept-media {
    align-items: flex-start;
  }
  .accounting .concept-media__img-wrapper {
    margin-top: 16px;
    width: 92px;
    height: 150px;
  }
  .accounting .concept-media__body {
    padding-left: 16px;
    width: calc(100% - 92px);
  }
  .accounting .concept-list {
    padding: 16px;
  }
  .accounting .concept-list::before {
    top: 30px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 440px) {
  .accounting .concept-media__img-wrapper {
    margin-top: 20px;
    width: 69px;
    height: 112px;
  }
  .accounting .concept-media__body {
    width: calc(100% - 69px);
  }
}

/* 振込代行サポート */
.transfer .message__text-sm {
  line-height: 1.8;
}

/* 決算・法人税申告サポート */
.support .sec-media-wrap {
  background-color: #fefaf3;
  margin: 0 auto 30px;
  padding: 30px;
  width: 100%;
  max-width: 900px;
}
.support .sec-media__main-title {
  color: var(--sub-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.support .sec-media {
  margin-bottom: 20px;
}
.support .sec-media:last-child {
  margin-bottom: 0;
}
.support .sec-media__img-wrapper {
  height: 160px;
  width: 240px;
}
.support .sec-media__body {
  width: calc(100% - 240px);
}
.support .sec-media__title {
  color: var(--sub-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.penalty .sec-item {
  background-color: var(--bg-color);
  margin-bottom: 20px;
  padding: 20px;
}
.penalty .sec-item__title {
  color: var(--mian-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 10px;
}
.penalty .penalty-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.penalty-item01 {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 41px;
  padding: min(2.86vw, 28px) min(4.08vw, 40px);
  width: min(30vw, 271px);
}
.penalty-item01::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(-6.5vw, -70px);
  background-image: url(../images/accounts/penalty_illust01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: min(15.1vw, 148px);
  width: min(10vw, 98px);
}
.penalty-item01__text {
  font-size: clamp(16px, 1.84vw, 18px);
  font-weight: bold;
}
.penalty-deco {
  margin: 0 min(2.24vw, 22px) 0 min(2.55vw, 25px);
  height: min(6.63vw, 65px);
  width: min(2.96vw, 29px);
}
.penalty-item02 {
  background-color: #fefaf3;
  border-radius: 41px;
  padding: min(3.06vw, 30px) min(3.67vw, 36px);
  width: min(53.27vw, 522px);
}
.penalty-item02__text {
  font-weight: bold;
}
.penalty-item02__text .text-lg {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .support .sec-media-wrap {
    margin: 0 auto 20px;
    padding: 20px;
  }
  .support .sec-media__body {
    width: 100%;
  }
  .penalty .penalty-body {
    justify-content: center;
  }
  .penalty-item01 {
    padding: 20px 16px;
    width: 100%;
    max-width: 271px;
  }
  .penalty-item01::before {
    left: -50px;
    height: 110px;
    width: 75px;
  }
  .penalty-item01__text {
    font-size: 18px;
    text-align: center;
  }
  .penalty-deco {
    margin: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .penalty-deco img {
    transform: rotate(90deg);
    height: 69px;
    width: 29px;
  }
  .penalty-item02 {
    padding: 20px;
    width: 100%;
    width: 522px;
  }
}

/* 年末調整代行サポート */
.important-sec {
  background-color: #fefaf3;
  padding: 30px;
}
.important__title {
  position: relative;
  color: var(--sub-color);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 45px;
  text-align: center;
}
.important__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 116px);
  transform: translateY(-50%);
  background-image: url(../images/adjustment/important_illust01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 32px;
}
.important-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.important-item {
  background-color: var(--color-white);
  padding: 25px;
  width: 100%;
}
.important-item__title {
  color: var(--sub-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.important-item__title .text-sm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .important-sec {
    padding: 20px;
  }
  .important__title {
    font-size: 20px;
    padding-left: 40px;
  }
  .important__title::before {
    left: calc(50% - 100px);
  }
  .important-item {
    padding: 16px;
  }
  .important-item__title {
    font-size: 18px;
  }
  .important-item__title .text-sm {
    font-size: 14px;
  }
}

/* 2022_06追加分 */
.inner_980 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 980px;
}
.inner_1240 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  width: 86%;
  max-width: 1240px;
}
.fv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--mian-color);
  height: clamp(132px, 15.56vw, 224px);
}
.fv__title {
  color: var(--bg-color);
  font-size: clamp(28px, 3.33vw, 48px);
  text-align: center;
}
.sec__title02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mian-color);
  border-radius: 100px;
  color: var(--color-white);
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: bold;
  margin: 0 auto 56px;
  text-align: center;
  height: clamp(60px, 6.94vw, 100px);
  width: clamp(360px, 41.67vw, 600px);
}
.sec__title02::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: solid 12px transparent;
  border-top: solid 16px var(--mian-color);
}
.sec__lead {
  font-size: clamp(18px, 2.08vw, 30px);
  font-weight: bold;
  margin-bottom: 64px;
  text-align: center;
}
.bg__deco {
  position: relative;
}
.bg__deco::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 6.93vw;
  width: 100%;
}
.bg__deco01::after {
  background: url(../images/beginner/bg_deco01.png) no-repeat top center/contain;
}
.bg__deco02::after {
  background: url(../images/beginner/bg_deco02.png) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  #viewport {
    margin-top: 60px;
  }
  .inner_1240 {
    width: 100%;
  }
  .fv {
    height: 100px;
  }
  .fv__title {
    font-size: min(5.33vw, 24px);
  }
  .sec__title02 {
    font-size: min(5.33vw, 24px);
    margin: 0 auto 32px;
    width: 100%;
    max-width: 360px;
  }
  .sec__title02::after {
    border: solid 8px transparent;
    border-top: solid 12px var(--mian-color);
  }
  .sec__lead {
    margin: 0 auto 32px;
    text-align: left;
    width: 100%;
    max-width: 500px;
  }
}

/* 初めての方 */
/* trouble */
.trouble__inner {
  padding-top: 64px;
  padding-bottom: 96px;
}
.trouble__title {
  font-size: clamp(24px, 2.08vw, 30px);
  margin-bottom: 64px;
  text-align: center;
}
.trouble__title .text-lg {
  font-size: clamp(32px, 2.78vw, 40px);
}
.trouble__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(20px, 5.28vw, 76px);
}
.trouble__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mian-color);
  padding: clamp(16px, 1.67vw, 24px) 16px;
  width: calc((100% - clamp(20px, 5.28vw, 76px) * 2) / 3);
}
.trouble__item::before,
.trouble__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.trouble__item-l::before,
.trouble__item-l::after {
  left: 90%;
}
.trouble__item-r::before,
.trouble__item-r::after {
  left: 10%;
}
.trouble__item::before {
  border: solid 12px transparent;
  border-top: solid 18px var(--mian-color);
}
.trouble__item::after {
  border: solid 12px transparent;
  border-top: solid 18px var(--color-white);
  margin-top: -4px;
}
.trouble__item-text {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: bold;
  text-align: center;
}
.trouble__illust {
  margin: 0 auto;
  width: clamp(160px, 16.53vw, 238px);
}
.trouble__illust img {
  width: 100%;
}
.trouble__text {
  font-size: clamp(16px, 1.39vw, 20px);
  margin-bottom: clamp(16px, 2.22vw, 32px);
  text-align: center;
}
.trouble__text .text-lg {
  font-size: clamp(18px, 1.67vw, 24px);
}
.trouble__text-deco .text-lg {
  font-size: clamp(20px, 1.94vw, 28px);
}
.trouble__text-deco span {
  display: inline-block;
  padding: 0 16px 8px;
  border-bottom: 4px solid var(--sub-color);
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .trouble__title {
    font-size: min(4.8vw, 24px);
    margin-bottom: 32px;
  }
  .trouble__title .text-lg {
    font-size: min(6.4vw, 32px);
  }
  .trouble__items {
    row-gap: 28px;
  }
  .trouble__item {
    width: calc((100% - clamp(20px, 5.28vw, 76px)) / 2);
  }
  .trouble__item-l::before,
  .trouble__item-l::after {
    left: 50%;
  }
  .trouble__item-r::before,
  .trouble__item-r::after {
    left: 50%;
  }
  .trouble__illust {
    margin: 0 auto;
    width: 140px;
  }
  .trouble__text {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 100%;
    max-width: 500px;
  }
  .trouble__text .text-lg {
    font-size: 16px;
  }
  .trouble__text-deco .text-lg {
    font-size: 18px;
  }
  .trouble__text-deco span {
    padding: 0 8px 4px;
    border-bottom: 2px solid var(--sub-color);
  }
}
@media screen and (max-width: 540px) {
  .trouble__item {
    width: 100%;
    max-width: 300px;
  }
}

.target {
  background-color: var(--bg-color);
}
.target__inner {
  padding-top: 88px;
  padding-bottom: 60px;
}
.target__title {
  color: var(--mian-color);
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: bold;
  margin-bottom: 56px;
  text-align: center;
}
.target__lead {
  font-size: clamp(18px, 2.08vw, 30px);
  font-weight: bold;
  margin-bottom: 44px;
  text-align: center;
}
.target__text {
  font-size: clamp(18px, 1.67vw, 24px);
  margin-bottom: 48px;
  text-align: center;
}
.target__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(20px, 5vw, 72px);
  margin-bottom: 68px;
}
.target__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 40px 8px;
  width: calc((100% - clamp(20px, 5vw, 72px)) / 2);
  max-width: 516px;
}
.target__item-text {
  color: var(--mian-color) !important;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .target__inner {
    padding-top: 40px;
    max-width: 500px;
  }
  .target__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .target__lead {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: left;
  }
  .target__text {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
  }
  .target__items {
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .target__item {
    padding: 16px;
    width: 100%;
  }
  .target__item-text {
    font-size: min(4.8vw, 18px);
  }
}

.business__inner {
  padding-top: min(12.71vw, 244px);
  padding-bottom: 100px;
}
.business__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(7.22vw, 104px);
}
.business__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid var(--mian-color);
  padding: clamp(20px, 3.06vw, 44px) clamp(20px, 1.67vw, 24px)
    clamp(20px, 5.83vw, 84px);
  width: calc((100% - min(7.22vw, 104px)) / 2);
}
.business__item-title {
  display: inline-block;
  border-left: 8px solid var(--mian-color);
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: bold;
  margin: 0 auto 40px;
  padding-left: 28px;
}
.business__item-lead {
  color: var(--sub-color) !important;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  margin-bottom: 16px;
}
.business__item-list {
  flex: 1;
  margin-bottom: 48px;
  width: 100%;
  max-width: 300px;
}
.business__item-list-text {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 2;
}
.business__item-text {
  flex: 1;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .business__inner {
    padding-top: min(12.71vw, 244px);
    padding-bottom: 60px;
    max-width: 500px;
  }
  .business__items {
    row-gap: 24px;
  }
  .business__item {
    border: 2px solid var(--mian-color);
    padding: 16px;
    width: 100%;
  }
  .business__item-title {
    border-left: 4px solid var(--mian-color);
    margin: 0 auto 24px;
    padding-left: 16px;
  }
  .business__item-list {
    margin-bottom: 16px;
  }
}

.merit-head__inner {
  padding-top: 60px;
}
.merit-head__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(16px, 1.94vw, 28px);
  margin-bottom: 96px;
}
.merit-head__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--mian-color);
  border-radius: 100px;
  text-align: center;
  height: clamp(80px, 8.61vw, 124px);
  width: calc((100% - clamp(16px, 1.94vw, 28px) * 2) / 3);
}
.merit-head__item-num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  color: var(--mian-color) !important;
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 8px;
  min-width: 104px;
}
.merit-head__item-text {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: bold;
}
.merit-head__text {
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
.merit-head__deco {
  margin: 0 auto 68px;
  width: 172px;
}
@media screen and (max-width: 767px) {
  .merit-head__inner {
    padding-top: 0;
  }
  .merit-head__items {
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .merit-head__item {
    width: calc((100% - 16px) / 2);
  }
  .merit-head__text {
    font-size: 16px;
    margin: 0 auto 32px;
    text-align: left;
    width: 100%;
    max-width: 500px;
  }
  .merit-head__deco {
    margin: 0 auto 32px;
    width: 120px;
  }
}
@media screen and (max-width: 540px) {
  .merit-head__item {
    width: 100%;
  }
}
.merit-body__inner {
  margin-bottom: 50px;
}
.merit-body-02 .merit-body__inner,
.merit-body-03 .merit-body__inner {
  margin-top: 84px;
}
.merit-body__title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 4px solid var(--mian-color);
  column-gap: 38px;
  margin-bottom: 54px;
  padding-bottom: 30px;
}
.merit-body__num {
  background-color: var(--mian-color);
  color: var(--color-white) !important;
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  padding: 8px 28px;
  text-align: center;
}
.merit-body__title {
  color: var(--mian-color) !important;
  font-size: clamp(24px, 1.94vw, 28px);
  font-weight: bold;
}
.merit-body__text {
  font-size: clamp(18px, 1.67vw, 24px);
  margin-bottom: 24px;
}
.merit-body-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.merit-body-list__item {
  display: flex;
  column-gap: 8px;
  margin-bottom: 8px;
}
.merit-body-list__item-num {
  color: var(--color-black) !important;
  font-size: clamp(18px, 1.67vw, 24px);
  width: 24px;
}
.merit-body-list__item-text {
  color: var(--sub-color) !important;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  width: calc(100% - 24px - 8px);
}
.merit-body-01 .merit-body__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(16px, 4.03vw, 58px);
}
.merit-body-01 .merit-body__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - clamp(16px, 4.03vw, 58px)) / 2);
}
.merit-body-01 .merit-body__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color);
  font-size: clamp(16px, 1.67vw, 24px);
  padding: 28px 8px;
  text-align: center;
  min-height: 128px;
}
.merit-body-01 .merit-body__item-inner {
  padding: 50px 12px 0 36px;
}
.merit-body-01 .merit-body__item-lead {
  border-left: 6px solid var(--mian-color);
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 8px;
}
.merit-body-01 .merit-body__item-text {
  font-size: clamp(16px, 1.39vw, 20px);
  line-height: 1.8;
}
.merit-body-01 .merit-body__item-text + .merit-body__item-lead {
  margin-top: 52px;
}
.merit-body-02 .merit-body__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: min(10.76vw, 155px);
  margin-top: 112px;
}
.merit-body-02 .merit-body__item {
  border-bottom: 3px solid var(--sub-color);
  width: calc((100% - min(10.76vw, 155px)) / 2);
  max-width: 400px;
}
.merit-body-02 .merit-body__item-text {
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  text-align: center;
}
.merit-body-03 .merit-body__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(16px, 4.51vw, 65px);
}
.merit-body-03 .merit-body__item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: calc((100% - clamp(16px, 4.51vw, 65px)) / 2);
}
.merit-body-03 .merit-body__item-c {
  margin-top: 76px;
  margin-bottom: 50px;
}
.merit-body-03 .merit-body__item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color);
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  padding: 24px 8px;
  text-align: center;
  min-height: 157px;
}
.merit-body-foot {
  background-color: var(--bg-color);
}
.merit-body-foot__inner {
  padding-top: min(10vw, 192px);
  padding-bottom: 76px;
}
.merit-body-foot__title {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 44px;
  text-align: center;
}
.merit-body-foot__lead {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.merit-body-foot__text {
  font-size: clamp(18px, 1.67vw, 24px);
  margin-bottom: 24px;
  text-align: center;
}
.merit-body-foot__inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .merit-body__inner {
    margin-bottom: 32px;
    max-width: 500px;
  }
  .merit-body-02 .merit-body__inner,
  .merit-body-03 .merit-body__inner {
    margin-top: 40px;
  }
  .merit-body__title-wrap {
    border-bottom: 2px solid var(--mian-color);
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .merit-body__num {
    padding: 8px 16px;
  }
  .merit-body__title {
    font-size: 20px;
    min-width: 400px;
  }
  .merit-body__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .merit-body-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .merit-body-list__item {
    margin-bottom: 4px;
  }
  .merit-body-list__item-num {
    font-size: 16px;
    width: 18px;
  }
  .merit-body-list__item-text {
    font-size: 16px;
    width: calc(100% - 18px - 8px);
  }
  .merit-body-01 .merit-body__items {
    row-gap: 32px;
  }
  .merit-body-01 .merit-body__item {
    width: 100%;
  }
  .merit-body-01 .merit-body__item-title {
    padding: 16px 8px;
    min-height: auto;
  }
  .merit-body-01 .merit-body__item-inner {
    padding: 16px 16px 0;
  }
  .merit-body-01 .merit-body__item-lead {
    border-left: 4px solid var(--mian-color);
    margin-bottom: 8px;
    padding-left: 4px;
  }
  .merit-body-01 .merit-body__item-text + .merit-body__item-lead {
    margin-top: 16px;
  }
  .merit-body-02 .merit-body__items {
    row-gap: 24px;
    margin-top: 20px;
  }
  .merit-body-02 .merit-body__item {
    width: 100%;
  }
  .merit-body-03 .merit-body__items {
    row-gap: 24px;
  }
  .merit-body-03 .merit-body__item {
    width: 100%;
  }
  .merit-body-03 .merit-body__item-c {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .merit-body-03 .merit-body__item-text {
    font-size: 16px;
    padding: 16px 8px;
    min-height: auto;
  }
  .merit-body-foot__inner {
    padding-bottom: 40px;
    max-width: 500px;
  }
  .merit-body-foot__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .merit-body-foot__lead {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
  }
  .merit-body-foot__text {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
  }
}

.flow__inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
.flow__item {
  margin-bottom: 80px;
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item-title {
  background-color: var(--mian-color);
  color: var(--color-white) !important;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  margin-bottom: 52px;
  padding: 18px 16px 18px 30px;
}
.flow__item-text {
  font-size: clamp(16px, 1.39vw, 20px);
  line-height: 1.8;
  margin-bottom: 32px;
}
.flow__item-text:last-of-type {
  margin-bottom: 0;
}
.flow__item-list {
  margin-top: 32px;
}
.flow__item-list-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
}
.flow__item-list-item-icon {
  height: 24px;
  width: 24px;
}
.flow__item-list-item-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.flow__item-list-item-text {
  color: var(--sub-color) !important;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: bold;
  width: calc(100% - 24px);
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 500px;
  }
  .flow__item {
    margin-bottom: 32px;
  }
  .flow__item-title {
    margin-bottom: 20px;
    padding: 16px;
  }
  .flow__item-text {
    margin-bottom: 16px;
  }
  .flow__item-list {
    margin-top: 16px;
  }
  .flow__item-list-item-icon {
    height: 16px;
    width: 16px;
  }
  .flow__item-list-item-text {
    width: calc(100% - 16px - 8px);
  }
}

/* 導入事例 */
.cace__lead-wrap {
  padding-top: 110px;
  padding-bottom: 72px;
}
.cace__lead {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: bold;
  text-align: center;
}

.case_category__inner {
  padding-bottom: 64px;
}
.case_category__list {
  display: flex;
}
.case_category__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 5);
}
.case_category__btn a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mian-color);
  color: var(--mian-color);
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: bold;
  padding: clamp(8px, 1.11vw, 16px);
  text-align: center;
}
.case_category__btn.active a {
  position: relative;
  background-color: var(--mian-color);
  color: var(--color-white);
}
.case_category__btn.active a::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: solid 8px transparent;
  border-top: solid 16px var(--mian-color);
}
.case_category__btn:not(:last-child) a {
  border-right: none;
}

.case__inner {
  padding-bottom: 128px;
}
.case__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(20px, 6.67vw, 96px);
  row-gap: 48px;
}
.case__item {
  border: 4px solid var(--mian-color);
  padding: 28px 16px 16px;
  width: calc((100% - clamp(20px, 6.67vw, 96px)) / 2);
}
.case__item-illus {
  margin: 0 auto 24px;
  height: 90px;
  width: 90px;
}
.case__item-illus img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.case__item-body {
  background-color: var(--bg-color);
  padding: 16px clamp(16px, 2.5vw, 36px) clamp(16px, 1.94vw, 28px);
}
.case__item-list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: clamp(16px, 1.25vw, 18px);
  row-gap: 4px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 220px;
}
.case__item-list01-title,
.case__item-list01-text {
  color: var(--mian-color);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
}
.case__item-list01-title {
  width: 76px;
}
.case__item-list01-text {
  width: calc(100% - 76px - 18px);
}
.case__item-list01-text-lg {
  font-size: clamp(18px, 1.67vw, 24px);
}
.case__item-list02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case__item-list02-title {
  background-color: var(--color-white);
  border-radius: 50px;
  color: var(--mian-color);
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 600;
  margin-bottom: 12px;
  padding: 4px 16px;
}
.case__item-list02-title:last-of-type {
  margin-bottom: 0;
}
.case__item-list02-text {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 24px;
  width: 100%;
}
.case__item-list02-price {
  flex: 1;
  color: var(--sub-color);
  font-size: clamp(18px, 1.94vw, 28px);
  font-weight: bold;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .cace__lead-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 500px;
  }
  .cace__lead {
    font-size: 18px;
    text-align: left;
  }
  .case_category__inner {
    padding-bottom: 32px;
  }
  .case_category__btn a {
    padding: 8px 4px;
  }
  .case__inner {
    padding-bottom: 60px;
  }
  .case__items {
    column-gap: 16px;
    row-gap: 20px;
  }
  .case__item {
    padding: 16px;
    width: calc((100% - 16px) / 2);
  }
  .case__item-illus {
    margin: 0 auto 8px;
    height: 60px;
    width: 60px;
  }
  .case__item-body {
    background-color: var(--bg-color);
    padding: 16px;
  }
  .case__item-list01 {
    column-gap: 8px;
    margin: 0 auto 16px;
  }
  .case__item-list01-title {
    width: 68px;
  }
  .case__item-list01-text {
    width: calc(100% - 68px - 8px);
  }
  .case__item-list02-title:last-of-type {
    margin-bottom: 12px;
  }
  .case__item-list02-text {
    margin-bottom: 16px;
  }
  .case__item-list02-price {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .case_category__btn a {
    font-size: 14px;
    padding: 4px 2px;
  }
  .case__item {
    width: 100%;
  }
  .case__item-list02 {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
}

/* ページネーション */
.pagination {
  justify-content: center;
  margin: 0;
  margin-top: 48px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  font-size: 0;
}
.pagination ul li {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  width: 32px;
}
.pagination ul li a,
.pagination .current,
.pagination .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sub-color);
  color: var(--sub-color);
  text-align: center;
  height: 32px;
  transition: 0.3s;
}
.pagination ul li .prev,
.pagination ul li .next,
.pagination .dots {
  border: 0;
}
.pagination ul li a {
  text-decoration: none;
}
.pagination ul li a:hover,
.pagination .current {
  color: var(--color-white);
  background-color: var(--sub-color);
}

/* beginner */
@media screen and (max-width: 767px) {
  .post-type-archive-case .beginner .btn,
  .tax-case_category .beginner .btn,
  .page-template-top-2022 .beginner .btn {
    margin-right: 6vw !important;
    min-width: 250px !important;
  }
}

/* トップページ2022 */
.page-template-top-2022 #wrap {
  padding: 0;
}
.page-template-top-2022 #contents {
  margin: 0;
  padding: 0;
  max-width: none;
}
.page-template-top-2022 .bg-content:before {
  content: none;
}

/* mv */
.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 min(18.75vw, 270px) 51.77vw;
  border-color: transparent transparent transparent var(--bg-color);
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 clamp(380px, 50.56vw, 728px) 100vw;
  border-color: transparent transparent var(--bg-color) transparent;
}
.mv__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  min-height: 380px;
  height: 50.56vw;
  max-height: 728px;
  width: 86%;
  max-width: 1240px;
  z-index: 1;
}
.mv__text-wrap {
  position: relative;
  padding-top: min(6.39vw, 92px);
  z-index: 1;
}
.mv_title {
  font-size: clamp(24px, 3.33vw, 48px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: min(1.67vw, 24px);
}
.mv_title .text-sm {
  font-size: clamp(20px, 2.78vw, 40px);
}
.mv_title .text-lg {
  font-size: clamp(28px, 4.17vw, 60px);
}
.mv_title .text-xl {
  font-size: clamp(44px, 6.25vw, 90px);
}
.mv__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.78vw, 40px);
  margin-bottom: clamp(16px, 2.5vw, 36px);
}
.mv__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid var(--mian-color);
  height: clamp(84px, 10.42vw, 150px);
  width: clamp(120px, 10.42vw, 150px);
}
.mv__item-text {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
.mv__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sub-color);
  color: var(--color-white);
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 8px 8px;
  height: clamp(60px, 5.56vw, 80px);
  width: 100%;
  max-width: 300px;
}
.mv__illust {
  position: absolute;
  top: min(13.89vw, 200px);
  right: 20px;
  width: min(49.31vw, 710px);
}
.mv__illust img {
  width: 100%;
}
@media screen and (max-width: 540px) {
  .mv::before {
    border-width: 0 0 53vw 35vw;
  }
  .mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 716px 100vw;
    border-color: transparent transparent var(--bg-color) transparent;
  }
  .mv__inner {
    padding: 12px 0 20px;
    height: auto;
    width: 100%;
  }
  .mv__text-wrap {
    margin-bottom: 24px;
    padding-top: 0;
  }
  .mv_title {
    text-align: center;
    margin-bottom: 16px;
  }
  .mv__list {
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 auto 30px;
    width: 280px;
  }
  .mv__item {
    height: 95px;
    width: calc((100% - 20px) / 2);
  }
  .mv__btn a {
    margin: 0 auto;
  }
  .mv__illust {
    position: static;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 375px;
  }
}

/* worries */
.page-template-top-2022 .worries__title01 {
  font-size: clamp(32px, 3.33vw, 48px);
}
.page-template-top-2022 .worries__title01 .text-lg {
  font-size: clamp(38px, 4.03vw, 58px);
}
.page-template-top-2022 .worries__title02 {
  font-size: clamp(26px, 2.78vw, 40px);
}
.page-template-top-2022 .worries__item-list {
  margin: 0 auto;
  min-width: 560px;
  width: 70%;
  max-width: 780px;
}
.page-template-top-2022 .worries__item-list-item {
  display: flex;
  align-items: center;
  column-gap: clamp(22px, 2.22vw, 32px);
  margin-bottom: 16px;
}
.page-template-top-2022 .worries__item-list-item:last-child {
  margin-bottom: 0;
}
.page-template-top-2022 .worries__item-list-item-icon {
  height: clamp(32px, 3.06vw, 44px);
  width: clamp(32px, 3.06vw, 44px);
}
.page-template-top-2022 .worries__item-list-item-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.page-template-top-2022 .worries__item-list-item-text {
  font-size: clamp(18px, 1.81vw, 26px);
  font-weight: bold;
  width: calc(100% - clamp(32px, 3.06vw, 44px) - clamp(22px, 2.22vw, 32px));
}
@media screen and (max-width: 767px) {
  .page-template-top-2022 .worries__title01 {
    font-size: min(5.87vw, 32px);
  }
  .page-template-top-2022 .worries__title01 .text-lg {
    font-size: min(6.4vw, 38px);
  }
  .page-template-top-2022 .worries__title02 {
    font-size: min(5.33vw, 26px);
  }
  .page-template-top-2022 .worries__item-list {
    min-width: auto;
    width: 100%;
  }
  .page-template-top-2022 .worries__item-list-item {
    align-items: flex-start;
    column-gap: 8px;
    margin-bottom: 8px;
  }
  .page-template-top-2022 .worries__item-list-item:last-child {
    margin-bottom: 0;
  }
  .page-template-top-2022 .worries__item-list-item-icon {
    height: 24px;
    width: 24px;
  }
  .page-template-top-2022 .worries__item-list-item-text {
    width: calc(100% - 24 - 8px);
  }
}

/* message */
.page-template-top-2022 .message__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/top2022/messege_deco.png) no-repeat bottom
    center/contain;
  height: 172px;
  width: 100%;
}
.page-template-top-2022 .message__title01 {
  font-size: clamp(32px, 3.33vw, 48px);
}
.page-template-top-2022 .message__title01 .text-deco {
  position: relative;
  font-size: clamp(48px, 5vw, 72px);
}
.page-template-top-2022 .message__title01 .text-deco::after {
  content: "・";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--sub-color);
  font-size: 48px;
  line-height: 1;
}
.page-template-top-2022 .message__title02 {
  font-size: clamp(26px, 2.78vw, 40px);
}
@media screen and (max-width: 767px) {
  .page-template-top-2022 .message__title01 {
    font-size: min(6.4vw, 32px);
  }
  .page-template-top-2022 .message__title01 .text-deco {
    font-size: min(9.6vw, 48px);
  }
  .page-template-top-2022 .message__title01 .text-deco::after {
    top: max(-4.8vw, -24px);
    font-size: min(9.6vw, 48px);
  }
  .page-template-top-2022 .message__title02 {
    font-size: min(5.33vw, 26px);
  }
  .page-template-top-2022 .message .fs-3 {
    font-size: min(5.33vw, 24px) !important;
    text-align: left;
  }
  .page-template-top-2022 .message .fs-4 {
    font-size: min(4.87vw, 22px) !important;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-template-top-2022 .beginner .btn__wrap {
    left: 50%;
    right: auto !important;
    transform: translateX(-50%);
  }
  .page-template-top-2022 .beginner .btn {
    margin-right: 0 !important;
  }
}

/* case */
.page-template-top-2022 .case__item {
  background-color: var(--color-white);
}
.page-template-top-2022 .case__item-l {
  order: 0;
}
.page-template-top-2022 .case__item-r {
  order: 1;
}
.page-template-top-2022 .case__item-body {
  background-color: var(--color-white);
}
.page-template-top-2022 .case__item-list02-title {
  background-color: var(--mian-color);
  color: var(--color-white);
}
.page-template-top-2022 .case__item-list02-price {
  color: var(--mian-color);
}
@media screen and (max-width: 767px) {
  .page-template-top-2022 .case__item {
    width: 100%;
  }
}

/* 会社概要（page-1338） */

.inner_960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.about-img {
  margin-top: 3rem;
}

.about-img__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10%;
  row-gap: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .about-img__content {
    display: block;
  }
}

.about-img__img {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .about-img__img:not(:first-child) {
    margin-top: 3rem;
  }
}

/*lead*/

.lead {
  margin-top: 3rem;
}

.lead__p {
  font-size: 16px;
}

/*company*/

.company {
  margin-top: 3rem;
}

.company__content--table {
  border-collapse: collapse;
  border: 1px solid #b9b9b9;
  width: 100%;
}

.company__content--table th,
.company__content--table td {
  border: 1px solid #b9b9b9;
  padding: 1rem 1rem;
}

.company__content--table th {
  width: 20%;
  background: #eef7fb;
}

/*access*/

.access {
  margin-top: 3rem;
}

.iframe__wrap {
  text-align: center;
}
.iframe__wrap iframe {
  max-width: 100%;
}

.access__button {
  margin-top: 2rem;
  text-align: center;
}

.access__btn {
  background: var(--mian-color);
  color: var(--bg-color) !important;
}

/*profile*/

.profile {
  margin-top: 3rem;
}

.profile__content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .profile__content {
    display: block;
  }
}

.profile__left {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .profile__left {
    width: 100%;
  }
}

.profile__left--img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.profile__right {
  margin-left: 2rem;
  width: calc(100% - 30% + 2rem);
}

@media screen and (max-width: 767px) {
  .profile__right {
    margin-top: 3rem;
    margin-left: 0;
    width: 100%;
  }
}

.profile__right--dl {
}

.profile__right--row {
  display: flex;
}
.profile__right--row:not(:first-child) {
  margin-top: 1rem;
}

.profile__right--dt {
  width: 35%;
}

.profile__right--dd {
  margin-left: auto;
  width: 60%;
}

.history__content {
  margin-top: 3rem;
}

.history__table {
  border-collapse: collapse;
  border: 1px solid #b9b9b9;
  width: 100%;
}

.history__table th,
.history__table td {
  border-bottom: 1px solid #b9b9b9;
  padding: 1rem;
  vertical-align: text-top;
}

.history__table th {
  width: 20%;
  color: var(--mian-color);
}

.profile__bottom {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.profile__banner:last-child {
  margin-left: 5rem;
}
*/
.profile__banner:not(:first-child) {
  margin-left: 5rem;
}

.philosophy {
  margin-top: 3rem;
}

.philosophy__lead {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: var(--mian-color);
  font-weight: 600;
}

.philosophy__lead span {
  display: block;
  font-size: 14px;
  margin-top: 1rem;
}

.philosophy__content {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  row-gap: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .philosophy__content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__item:not(:first-child) {
    margin-top: 3rem;
  }
}

.philosophy__title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 1rem;
  position: relative;
}
.philosophy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 90%;
  background: #229cd6;
}

.philosophy__text {
  margin-top: 1rem;
}
.philosophy__text span {
  color: var(--mian-color);
}

.logo {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.logo__content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .logo__content {
    display: block;
  }
}

.logo__left {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .logo__left {
    width: 100%;
  }
}

.logo__left--img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.logo__right {
  margin-left: 2rem;
  width: calc(100% - 30% - 2rem);
}

@media screen and (max-width: 767px) {
  .logo__right {
    margin-top: 3rem;
    margin-left: 0;
    width: 100%;
  }
}

.logo__right--text {
}

/* 2023_1_11 */

/* page-1199.php */

.sec__title--lead {
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sec__title--lead {
    font-size: clamp(18px, 1.3vw, 20px);
  }
}

.sec__title--lead .big {
  font-size: clamp(30px, 3vw, 40px);
}

@media screen and (max-width: 767px) {
  .sec__title--lead .big {
    font-size: clamp(24px, 2vw, 30px);
  }
}

.sec__title--lead .orange {
  color: var(--sub-color);
  letter-spacing: 0.02em;
}
.sec__title--lead .margin-top {
  display: inline-block;
  margin-top: 0.2rem;
}
.sec__title--lead .text-border {
  border-bottom: 10px solid #f09e38;
}
@media screen and (max-width: 767px) {
  .sec__title--lead .text-border {
    border-bottom: 6px solid #f09e38;
  }
}

/* footer.php */
.bg-white .contact-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .bg-white .contact-title {
    font-size: 1rem;
  }
}

/* お問い合わせ */
.contact-color strong {
  color: var(--sub-color);
}

/* 経理代行サポート(2023_01_20) */
.page-id-1352 #main {
  overflow-x: visible;
}
.page-id-1352 .accounting .message__title {
  line-height: 2;
  padding-bottom: clamp(100px, 160 / 980 * 100vw, 160px);
}
.page-id-1352 .accounting .message__text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-id-1352 .accounting .message__title {
    line-height: 1.6;
  }
}

.support-sec {
  margin-bottom: 100px;
}
.support__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 32px;
}
.support__item {
  flex: 0 1 calc((100% - 20px * 3) / 4);
}
.support__item-head {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  padding: 6px;
  width: 100%;
}
.support__item-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  width: 100%;
}
.support__item-head-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.support__item-title {
  color: #fff;
  font-size: clamp(20px, 25 / 980 * 100vw, 25px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.support__item-text {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .support-sec {
    margin-bottom: 50px;
  }
  .support__list {
    justify-content: center;
  }
  .support__item {
    flex: 0 1 calc((100% - 20px * 2) / 3);
    min-width: 160px;
    max-width: 180px;
  }
  .support__item-head {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .support__list {
    column-gap: 12px;
    row-gap: 24px;
  }
  .support__item {
    flex: 0 1 calc((100% - 12px) / 2);
    min-width: auto;
  }
  .support__item-title {
    font-size: min(18 / 375 * 100vw, 20px);
  }
}

.reason__body {
  position: relative;
  background-color: var(--bg-color);
  margin: 87px auto 40px;
  padding: 68px 42px 30px;
}
.reason__title {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--mian-color);
  border-radius: 38px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.reason__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: var(--mian-color) transparent;
  border-width: 16px 22px 0 22px;
  z-index: 1;
}
.reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason__item {
  position: relative;
  flex: 0 1 calc((100% - 20px) / 2);
  background-color: #fff;
  padding: 30px 20px;
}
.reason__item-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #229cd6;
  border-radius: 20px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  padding: 4px 12px;
  text-align: center;
}
.reason__item-title {
  position: relative;
  color: #229cd6;
  font-size: min(23 / 980 * 100vw, 23px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0 -20px 30px;
  padding-bottom: 30px;
  text-align: center;
}
.reason__item-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--mian-color);
  height: 5px;
  width: 70px;
}
.reason__item-text {
  font-size: 15px;
  line-height: 1.7;
}
.reason__item-text + .reason__item-text {
  margin-top: 20px;
}
.reason__item-text .text-lg {
  font-size: 18px;
  font-weight: 900;
}
.reason__item-text .text-border {
  border-bottom: 3px solid var(--sub-color);
}
.reason__item-img {
  margin-left: auto;
  width: 80px;
}
.reason__bottom {
  padding: 0 42px;
}
.reason__bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason__bottom-item {
  position: relative;
  flex: 0 1 calc((100% - 20px) / 2);
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 40px;
  padding: 60px 20px;
}
.reason__bottom-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-style: solid;
  border-color: #bababa transparent;
  border-width: 0 12px 23px 12px;
  z-index: 1;
}
.reason__bottom-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-style: solid;
  border-color: #fff transparent;
  border-width: 0 11px 22px 11px;
  z-index: 1;
}
.reason__bottom-text {
  font-size: 15px;
  line-height: 1.7;
}
.reason__bottom-text + .reason__bottom-text {
  margin-top: 20px;
}
.reason__bottom-text .text-lg {
  font-size: 18px;
  font-weight: 900;
}
.reason__bottom-text .text-border {
  border-bottom: 3px solid var(--sub-color);
}
@media screen and (max-width: 767px) {
  .reason__body {
    position: relative;
    background-color: var(--bg-color);
    margin: 64px auto 40px;
    padding: 60px 16px 16px;
  }
  .reason__title {
    top: -30px;
    font-size: 20px;
    padding: 16px 0;
    width: 95%;
    max-width: 400px;
  }
  .reason__list {
    row-gap: 40px;
  }
  .reason__item {
    flex: 0 1 100%;
    padding: 30px 16px 16px;
  }
  .reason__item-title {
    font-size: min(18 / 375 * 100vw, 20px);
    margin: 0 -16px 16px;
    padding-bottom: 16px;
  }
  .reason__item-text + .reason__item-text {
    margin-top: 16px;
  }
  .reason__item-text .text-lg {
    font-size: 16px;
  }
  .reason__item-text .text-border {
    border-bottom: 2px solid var(--sub-color);
  }
  .reason__bottom {
    padding: 0 16px;
  }
  .reason__bottom-list {
    row-gap: 40px;
  }
  .reason__bottom-item {
    flex: 0 1 100%;
    border-radius: 20px;
    padding: 16px;
  }
  .reason__bottom-text + .reason__bottom-text {
    margin-top: 16px;
  }
  .reason__bottom-text .text-lg {
    font-size: 16px;
  }
  .reason__bottom-text .text-border {
    border-bottom: 2px solid var(--sub-color);
  }
}

.page-id-1352 .accounting .merit-sec {
  position: relative;
  background-color: #fdf1e1;
}
.page-id-1352 .accounting .merit__title {
  background-color: var(--sub-color);
}
.page-id-1352 .accounting .merit__title::before {
  border-color: var(--sub-color) transparent;
}
.page-id-1352 .accounting .merit__sub-title .text-lg {
  font-size: 31px;
}
.page-id-1352 .accounting .merit-item:last-child .merit-item__text {
  padding-right: clamp(24px, 50 / 540 * 100vw, 80px);
}
.page-id-1352 .accounting .merit-item__num {
  background-color: var(--sub-color);
  border: 2px solid var(--sub-color);
  color: var(--color-white);
}
.page-id-1352 .accounting .merit-item__title {
  color: var(--color-black);
}
.page-id-1352 .accounting .merit-item__title .text-border {
  border-bottom: 5px solid var(--sub-color);
}
.page-id-1352 .accounting .merit__img {
  position: absolute;
  bottom: 0;
  right: clamp(-34px, -20 / 980 * 100vw, -20px);
  width: clamp(100px, 100 / 540 * 100vw, 180px);
}
@media screen and (max-width: 767px) {
  .page-id-1352 .accounting .merit-item__title .text-border {
      border-bottom: 2px solid var(--sub-color);
    }
}

.consult {
  margin-top: 100px;
}
.consult__title {
  background-color: var(--mian-color);
  border-radius: 15px;
  color: var(--color-white);
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.consult__deco {
  margin: 0 auto 30px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .consult {
    margin-top: 52px;
  }
  .consult__title {
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 16px 0;
    width: 95%;
    max-width: 400px;
  }
  .consult__deco {
    margin: 0 auto 16px;
  }
}

.bt-banner-link{
  display:flex;
  justify-content:center;
}
.bt-banner {
  width: 50%;
  max-width: 500px;
  height: auto;
  display: block;
}

.bt-banner.bt-banner-lg {
  width: 75%;
}

.kakugo-banner{
  width: 50%;
  height: auto;
  display: block;
  margin-bottom:10px;
}

@media screen and (max-width: 767px) {
	.kakugo-banner,
	.bt-banner{
	  width: 70%;
	  margin-inline: auto;
	}
}