@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: clip;
  background-color: #ffffff;
  color: #414D58;
}

.font_en {
  font-family: "Helvetica", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.9;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.9;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

@media (min-width: 640px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 640px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 640px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.l-container {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-container {
    width: 960px;
  }
}

.l-container--viewport-center {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-container--viewport-center {
    width: 960px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.rightblue {
  color: #51A6DD;
}

.blue {
  color: #0054A7;
}

.marker {
  -webkit-box-decoration-break: clone;
  box-shadow: 0;
  box-decoration-break: clone;
  padding: 0.1em 0;
  background: linear-gradient(transparent 50%, #FEDC5E 50%);
}
.marker--yellow {
  background: linear-gradient(transparent 50%, #F4F467 50%);
}

.pc-br {
  display: none;
}
@media (min-width: 1024px) {
  .pc-br {
    display: block;
  }
}

.sp-br {
  display: block;
}
@media (min-width: 1024px) {
  .sp-br {
    display: none;
  }
}

.br-sponly {
  display: block;
}
@media (min-width: 640px) {
  .br-sponly {
    display: none;
  }
}

/* BEM風ユーティリティ（旧クラスも互換のため残す） */
.u-show-pc {
  display: none;
}
@media (min-width: 1024px) {
  .u-show-pc {
    display: block;
  }
}

.u-show-sp {
  display: block;
}
@media (min-width: 1024px) {
  .u-show-sp {
    display: none;
  }
}

.u-text--key {
  color: #51A6DD;
}

.u-highlight {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.1em 0;
  background: linear-gradient(transparent 50%, #FEDC5E 50%);
}

.is-bg_primary {
  background-color: rgb(49, 145, 168);
}

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 80;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
}
.l-header__logo {
  position: relative;
  z-index: 1;
}
.l-header__logo img {
  display: block;
  height: 40px;
  width: auto;
}
.is-open .l-header__logo {
  z-index: -1;
}
.l-header {
  /* ハンバーガーボタン */
}
.l-header__ham {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 1180px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__ham-lines {
  position: relative;
  width: 20px;
  height: 14px;
}
.l-header__ham-lines .l-header__ham-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #414D58;
  transition: all 0.3s;
}
.l-header__ham-lines .l-header__ham-line:nth-child(1) {
  top: 0;
}
.l-header__ham-lines .l-header__ham-line:nth-child(2) {
  top: 6px;
}
.l-header__ham-lines .l-header__ham-line:nth-child(3) {
  top: 12px;
}
.l-header__ham-text {
  font-size: 12px;
  color: #414D58;
  font-weight: bold;
}
.l-header__ham {
  /* 開いている時の「×」アニメーション */
}
.is-open .l-header__ham .l-header__ham-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.is-open .l-header__ham .l-header__ham-line:nth-child(2) {
  opacity: 0;
}
.is-open .l-header__ham .l-header__ham-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.l-header {
  /* PCナビゲーション */
}
.l-header__nav {
  display: none;
}
@media (min-width: 1180px) {
  .l-header__nav {
    display: block;
  }
  .l-header__nav .l-header__menu {
    display: flex;
    gap: 20px;
    list-style: none;
  }
  .l-header__nav .l-header__menu li {
    padding-top: 20px;
  }
  .l-header__nav .l-header__menu li:last-child {
    padding-top: 0;
  }
  .l-header__nav .l-header__menu a {
    text-decoration: none;
    color: #414D58;
    font-size: 16px;
    font-weight: 500;
  }
  .l-header__nav .l-header__menu a:hover {
    color: #0054A7;
  }
  .l-header__nav .l-header__menu a.is-cta {
    display: block;
    width: 250px;
    background: #A83191;
    border-radius: 41px;
    text-align: center;
    color: #fff;
    border: solid 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 15px 0;
  }
  .l-header__nav .l-header__menu a.is-cta:hover {
    color: #A83191;
    background-color: #fff;
  }
}
.l-header {
  /* SPドロワーメニュー */
}
.l-header__drawer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__drawer-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: #fff;
  padding: 80px 20px;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.l-header__drawer.is-open .l-header__drawer-nav {
  transform: translateX(0);
}
.l-header__drawer-menu {
  list-style: none;
}
.l-header__drawer-menu li {
  border-bottom: 1px solid #eee;
}
.l-header__drawer-menu li:last-child {
  border-bottom: none;
}
.l-header__drawer-menu li a {
  display: block;
  padding: 15px 0;
  color: #414D58;
  text-decoration: none;
}
.l-header__drawer-menu li a:hover {
  color: #0054A7;
}
.l-header__drawer-menu li a.is-cta {
  width: 280px;
  background: #A83191;
  border-radius: 41px;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
  border: solid 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.l-header__drawer-menu li a.is-cta:hover {
  color: #A83191;
  background-color: #fff;
}

.l-footer {
  background-color: #0054A7;
  color: #fff;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 20px 0 10px;
  }
}
.l-footer a {
  color: #fff;
  font-size: 14px;
}
.l-footer__inner {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-footer__inner {
    width: 960px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 15px;
}
.l-footer__col {
  width: calc((100% - 5px) / 2);
  padding: 8px;
}
.l-footer__col p {
  margin-bottom: 8px;
}
.l-footer__col ul {
  line-height: 23px;
}
.l-footer__legal ul {
  margin: 10px 0;
}
@media (min-width: 640px) {
  .l-footer__legal ul {
    display: flex;
    gap: 10px;
  }
}
.l-footer__legal ul li {
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .l-footer__legal ul li {
    border-right: solid 1px #fff;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .l-footer__legal ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.l-footer__copy {
  font-size: 12px;
  text-align: center;
}
.l-footer__actions {
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .l-main__container {
    display: flex;
    margin-top: 45px;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .l-main__container {
    width: 1200px;
    margin: 0 auto;
  }
}
.l-main__side {
  width: 95%;
  background: #F4FBFF;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  margin: 30px auto;
  padding: 20px 10px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .l-main__side {
    width: 300px;
    position: sticky;
    top: 80px;
    align-self: flex-start;
  }
}
.l-main__side-text {
  color: #414D58;
  margin: 20px 0;
  font-weight: 700;
  letter-spacing: 2px;
}
.l-main__side-list li {
  line-height: 30px;
}
.l-main__side-list li a {
  color: #414D58;
  text-decoration: underline;
}
.l-main__side-cta {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .l-main__side-cta {
    width: 90%;
    margin: 20px auto;
  }
}
.l-main__side-cta p {
  color: #51A6DD;
  text-align: center;
}
.l-main__side-btn {
  display: block !important;
  width: 280px;
  margin: 10px auto;
  background-color: #A83191 !important;
  padding: 15px 0;
  font-weight: 700;
  font-size: 18px;
}
.l-main__content {
  width: 95%;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .l-main__content {
    padding: 30px 0 30px 20px;
  }
}

.c-section {
  margin: 30px 0;
}
@media (min-width: 640px) {
  .c-section {
    margin: 40px 0;
    padding: 20px 0;
  }
}
.c-section--default {
  margin: 30px 0;
}
.c-section--bg-viewport {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .c-section--bg-viewport {
    padding: 60px 0;
  }
}
.c-section--bg-viewport::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 98%;
  max-width: 1200px;
  background: #EDF8FF;
  border-radius: 0 30px 30px 0;
}
@media (min-width: 1500px) {
  .c-section--bg-viewport::before {
    max-width: 1440px;
  }
}
.c-section--bg-viewport--left::before {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.c-section--bg-viewport--right::before {
  right: 0;
  border-radius: 30px 0 0 30px;
}
.c-section--bg-viewport .l-container {
  position: relative;
  z-index: 1;
}
.c-section__back {
  padding: 30px 0;
}
.c-section__back--blue {
  background: #EDF8FF;
}
.c-section__title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #414D58;
}
@media (min-width: 1024px) {
  .c-section__title {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 40px;
  }
}
.c-section__title--blue {
  color: #0054A7;
}
.c-section__title--rightblue {
  color: #51A6DD;
}
.c-section__title--green {
  color: #429FB5;
}
.c-section__title--small {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.c-section__title--small::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #51A6DD;
  position: absolute;
  top: 0;
  left: 0;
}
.c-section__title--tax {
  color: #1186CE;
}
.c-section__text {
  font-size: 16px;
  color: #414D58;
  line-height: 25px;
  margin: 5px 0;
}
.c-section__text:first-child {
  margin-top: 0;
}
.c-section__text:last-child {
  margin-bottom: 0;
}
.c-section__text--middle {
  font-size: 14px;
  color: #414D58;
  line-height: 23px;
}
.c-section__text--bold {
  font-weight: 500;
}
.c-section__text--margin-top {
  margin-top: 15px;
}
.c-section__text--tiny {
  font-size: 12px;
  line-height: 20px;
}
.c-section__text--rightblue {
  color: #51A6DD;
}
.c-section__text--right {
  text-align: right;
  line-height: 24px;
}
.c-section__subtitle {
  font-size: 20px;
  margin: 30px 0 20px;
  color: #414D58;
  line-height: 26px;
}
.c-section__subtitle--rightblue {
  color: #51A6DD;
}
.c-section__list {
  padding-left: 20px;
  margin: 10px 0;
}
.c-section__list li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 22px;
}
.c-section__list--ol {
  padding-left: 20px;
  margin: 10px 0;
}
.c-section__list--ol li {
  list-style: decimal;
  margin-bottom: 10px;
  line-height: 22px;
}
.c-section__list--ol li .child {
  margin: 10px 0;
}
.c-section__list--ol li .child li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
}
.c-section-support__inner {
  padding: 30px 0;
}
.c-section-support__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 30px 0 0;
}
@media (min-width: 1024px) {
  .c-section-support__links {
    gap: 20px;
  }
}
.c-section-support__links-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #51A6DD;
  padding: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #51A6DD;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
}
.c-section-support__links-btn:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: #51A6DD;
}
.c-section-support__links-btn:active {
  transform: scale(0.98);
}
.c-section-support__links-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 28px solid #51A6DD;
  border-left: 28px solid transparent;
}
@media (min-width: 1024px) {
  .c-section-support__links-btn::after {
    border-bottom: 60px solid #51A6DD;
    border-left: 60px solid transparent;
  }
}
.c-section-support__links-btn span {
  display: block;
}
@media (min-width: 1024px) {
  .c-section-support__links-btn {
    font-size: 22px;
    line-height: 32px;
    padding: 25px 0;
  }
}
.c-section-office {
  overflow: hidden;
}
.c-section-office__inner {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.c-section-office__head {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-section-office__head {
    width: 960px;
  }
}
@media (min-width: 1024px) {
  .c-section-office__head-btn {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.c-section-office__slider {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.c-section-office__slider .slick-list {
  padding: 0 10% 0 0;
}
.c-section-office__titles {
  padding-bottom: 20px;
}
.c-section-office__grid {
  display: grid;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 640px) {
  .c-section-office__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .c-section-office__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-section-office__grid-item {
  margin: 15px 0 !important;
}
.c-section-pregion {
  width: 95%;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .c-section-pregion {
    width: 960px;
  }
}
.c-section-pregion__group-title {
  color: #51A6DD;
  margin: 10px 0;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}
.c-section-pregion__group-title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #51A6DD;
  position: absolute;
  top: 0;
  left: 0;
}
.c-section-pregion__parent-item {
  margin: 10px 0;
}
.c-section-pregion__parent-name {
  font-size: 14px;
  display: block;
  margin: 15px 0 10px;
}
.c-section-pregion__child-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-section-pregion__child-item {
  width: calc((100% - 24px) / 4);
}
@media (min-width: 1024px) {
  .c-section-pregion__child-item {
    width: calc((100% - 40px) / 6);
  }
}
.c-section-pregion__child-item a {
  display: block;
  padding: 10px 0;
  background: #fff;
  border: solid 1px #51A6DD;
  color: #51A6DD;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-section-pregion__child-item a:hover {
  background: #51A6DD;
  color: #fff;
}
.c-section-ad__bnr {
  display: block;
  width: 90%;
  margin: 20px auto;
}
@media (min-width: 640px) {
  .c-section-ad__inner {
    display: flex;
    gap: 10px;
    margin: 30px auto;
  }
}
@media (min-width: 1024px) {
  .c-section-ad__inner {
    width: 750px;
    gap: 30px;
  }
}
.c-section-area-points__lead {
  margin-bottom: 30px;
  padding-bottom: 60px;
  position: relative;
  width: 95%;
}
@media (min-width: 1024px) {
  .c-section-area-points__lead {
    width: 700px;
    padding-bottom: 10px;
  }
}
.c-section-area-points__lead::after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: -28px;
  width: 120px;
  height: 120px;
  background: url(../images/business/single/image-1.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .c-section-area-points__lead::after {
    width: 270px;
    height: 200px;
    right: -240px;
    bottom: 0;
  }
}
.c-section-area-points__lead p {
  color: #414D58;
  line-height: 25px;
}
.c-section-area-points__cols {
  display: grid;
  gap: 24px;
}
@media (min-width: 640px) {
  .c-section-area-points__cols {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .c-section-area-points__cols {
    width: 960px;
  }
}
.c-section-area-points__col {
  background: #fff;
  padding: 20px 20px 60px 20px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (min-width: 1024px) {
  .c-section-area-points__col {
    padding: 20px;
  }
}
.c-section-area-points__col::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 8px;
  width: 110px;
  height: 90px;
  background: url(../images/business/single/image-2.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 640px) {
  .c-section-area-points__col::after {
    right: 10px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-section-area-points__col::after {
    width: 150px;
    height: 120px;
  }
}
.c-section-area-points__col--point::after {
  background: url(../images/business/single/image-3.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
}
.c-section-area-points__col-title {
  display: inline-block;
  background: #63C0B5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.c-section-area-points__col-title--point {
  background: #51A6DD;
}
.c-section-area-points__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.c-section-area-points__list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}
.c-section-area-points__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background: #63C0B5;
  border-radius: 2px;
}
.c-section-area-points__list--point li:before {
  background: #51A6DD;
}
.c-section-area-faq .c-area-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-section-area-faq .c-area-faq__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.c-section-area-faq .c-area-faq__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-section-area-faq .c-area-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.c-section-area-faq .c-area-faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #EDF8FF;
  color: #0054A7;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
}
.c-section-area-faq .c-area-faq__question {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-section-area-faq .c-area-faq__question {
    font-size: 18px;
  }
}
.c-section-area-faq .c-area-faq__a {
  padding-left: 44px;
  font-size: 15px;
  line-height: 1.8;
  color: #414D58;
}
.c-section-area-faq .c-area-faq__a p {
  margin: 0 0 0.5em;
}
.c-section-area-faq .c-area-faq__a p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .c-section-area-faq .c-area-faq__a {
    padding-left: 44px;
  }
}
.c-section__copy {
  font-size: 24px;
  color: #1186CE;
  line-height: 36px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 640px) {
  .c-section__copy {
    margin: 60px 0 30px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-section__copy {
    font-size: 32px;
    line-height: 48px;
    margin-top: 90px;
  }
}
.c-section {
  /* リンク：テキスト右に arrow.svg が左→右に流れて繰り返す */
}
.c-section__link {
  display: inline-flex;
  align-items: center;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
  margin: 20px 0;
  color: #A83191;
}
.c-section__link:hover {
  opacity: 0.85;
}
.c-section__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 8px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  animation: c-section__link-arrow 1.8s ease-in-out infinite;
}
.c-section__link {
  /* 事例セクションなど、このリンクだけ中央寄せにしたいとき（スマホのみ、g.mqからは左寄せ） */
}
.c-section__link--center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .c-section__link--center {
    display: inline-flex;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-section__info {
  margin-bottom: 20px;
}
.c-section__info-cat-list {
  margin-bottom: 24px;
}
.c-section__info-cat-list span {
  font-size: 20px;
  color: #51A6DD;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}
.c-section__info-cat-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 20px 0 0;
}
@media (min-width: 980px) {
  .c-section__info-cat-list ul {
    margin-bottom: 40px;
  }
}
.c-section__info-cat-list ul li a {
  display: block;
  min-width: 80px;
  padding: 8px 16px;
  background: #fff;
  border: solid 1px #51A6DD;
  color: #51A6DD;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.c-section__info-cat-list ul li a:hover {
  background: #51A6DD;
  color: #fff;
}
.c-section__info-cat-list ul li a.is-current {
  background: #51A6DD;
  color: #fff;
  border-color: #51A6DD;
}
.c-section__info-list {
  margin-bottom: 10px;
}
.c-section__info-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
}
.c-section__info-item a {
  color: #414D58;
  line-height: 22px;
}
.c-section__info-item a:hover {
  color: #51A6DD;
}
.c-section__info-link {
  color: #414D58;
  line-height: 22px;
}
.c-section__info-link:hover {
  color: #51A6DD;
}
@media (min-width: 640px) {
  .c-section__info-link {
    display: flex;
    gap: 8px;
  }
}
.c-section__info-date {
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 640px) {
  .c-section__info-date {
    width: 100px;
  }
}
@media (min-width: 640px) {
  .c-section__info-title {
    width: calc(100% - 100px - 8px);
  }
}
.c-section__case p {
  font-size: 20px;
  color: #51A6DD;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.c-section__case ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 20px 0;
}
@media (min-width: 980px) {
  .c-section__case ul {
    margin-bottom: 40px;
  }
}
.c-section__case ul li a {
  display: block;
  width: 160px;
  padding: 8px;
  background: #fff;
  border: solid 1px #51A6DD;
  color: #51A6DD;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.c-section__case ul li a:hover {
  background: #51A6DD;
  color: #fff;
}

/* リンク用 矢印アニメーション（左→右に流れて繰り返す） */
@keyframes c-section__link-arrow {
  0% {
    transform: translateY(-50%) translateX(-60%);
  }
  100% {
    transform: translateY(-50%) translateX(100%);
  }
}
.c-section-related-banners {
  margin: 30px 0;
}
.c-section-related-banners__inner {
  padding: 0 20px;
}
.c-section-related-banners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-section-related-banners {
  /* スマホ: 2枚が1行に収まり、3枚目は下の左に折り返し（スクロールなし） */
}
.c-section-related-banners__item {
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: 0;
}
.c-section-related-banners__link {
  display: block;
  transition: opacity 0.25s;
}
.c-section-related-banners__link:hover {
  opacity: 0.85;
}
.c-section-related-banners__link picture, .c-section-related-banners__link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .c-section-related-banners__list {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .c-section-related-banners__item {
    flex: 0 0 220px;
  }
}
@media (min-width: 1024px) {
  .c-section-related-banners__item {
    flex: 0 0 280px;
  }
  .c-section-related-banners__list {
    gap: 24px;
  }
}

.c-office-card {
  width: 280px;
  height: 380px !important;
  margin: 30px 10px 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
}
.c-office-card:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
}
.c-office-card:active {
  transform: scale(0.98);
}
.c-office-card__logo {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-office-card__area {
  background: #F4F467;
  color: #414D58;
  padding: 8px;
  width: 70%;
  font-weight: 500;
  font-size: 14px;
}
.c-office-card__name {
  padding: 10px 8px;
  color: #414D58;
}
.c-office-card__desc {
  padding: 10px 8px;
  color: #414D58;
  font-size: 14px;
  line-height: 22px;
}
.c-office-card__btn {
  display: block;
  background: #51A6DD;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 20px 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.c-btn {
  display: inline-block;
  padding: 15px 24px;
  background: #0b5cab;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
}
.c-btn:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: rgb(255, 255, 255);
}
.c-btn:active {
  transform: scale(0.98);
}
.c-btn--ghost {
  background-color: #63C0B5;
}
.c-btn--primary {
  background-color: #A83191;
}
.c-btn--login {
  background-color: #63C0B5;
}
.c-btn--manual {
  background-color: #429FB5;
}
.c-btn--cta {
  display: block;
  width: 280px;
  margin: 10px auto;
  background-color: #A83191;
  padding: 15px 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .c-btn--cta {
    position: absolute;
    right: 90px;
    top: -7px;
  }
}

.c-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.c-actions .c-btn {
  flex: 0 0 auto;
}

.c-se-card-list {
  padding: 40px 0;
}
.c-se-card-list__row:not(:last-child) {
  margin-bottom: 40px;
}
.c-se-card-list__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.c-se-card-list__scroll::-webkit-scrollbar {
  display: none;
}
.c-se-card-list__scroll {
  scrollbar-width: none;
}
@media (min-width: 640px) {
  .c-se-card-list__scroll {
    overflow: visible;
  }
}
.c-se-card-list__grid {
  display: flex;
  gap: 16px;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .c-se-card-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin-bottom: 60px;
  }
}

.c-se-card {
  flex: 0 0 260px;
  min-width: 0;
}
@media (min-width: 640px) {
  .c-se-card {
    flex: none;
    width: 320px;
  }
}
.c-se-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-se-card__link:hover {
    opacity: 0.7;
  }
}
.c-se-card__thumb {
  aspect-ratio: 16/9;
  margin-bottom: 12px;
  background: #f0f0f0;
  overflow: hidden;
}
.c-se-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-se-card__date {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.c-se-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-se-card__case {
  background-color: #F3F3F4;
  padding: 40px 0;
  margin-bottom: 0;
}
.c-se-card__case--nobg {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.c-se-card__case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 20px 0;
}
@media (min-width: 640px) {
  .c-se-card__case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .c-se-card__case-list {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0;
  }
}
.c-se-card__case-item {
  display: block;
  width: 95%;
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-se-card__case-item:hover {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .c-se-card__case-item {
    width: 100%;
    max-width: none;
  }
}
.c-se-card__case-image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-se-card__case-content {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 16px;
}
.c-se-card__case-tag {
  display: inline-block;
  font-size: 12px;
  color: #51A6DD;
  margin: 8px 0 4px;
}
.c-se-card__case-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}
.c-se-card__case-text {
  font-size: 14px;
  line-height: 1.5;
  color: #414D58;
}
.c-se-card__case-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #51A6DD;
  margin-top: 8px;
}

.c-page-fv {
  position: relative;
  height: 430px;
}
@media (min-width: 640px) {
  .c-page-fv {
    height: 400px;
  }
}
.c-page-fv--back::after {
  content: "";
  width: 100%;
  height: 190px;
  background-image: url(../images/business/back.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 640px) {
  .c-page-fv--back::after {
    height: 260px;
    background-size: contain;
    bottom: -25px;
  }
}
@media (min-width: 980px) {
  .c-page-fv--back::after {
    height: 285px;
  }
}
@media (min-width: 1180px) {
  .c-page-fv--back::after {
    height: 340px;
  }
}
.c-page-fv--simple {
  height: 230px;
}
@media (min-width: 980px) {
  .c-page-fv--simple {
    height: 250px;
  }
}
.c-page-fv--short {
  height: 185px;
}
@media (min-width: 980px) {
  .c-page-fv--short {
    height: 170px;
  }
}
.c-page-fv {
  /* 税理士トップ用：上側（bg-top）＋下側（bg-bottom）の波 */
}
.c-page-fv--tax {
  /* 上側の波：共通の geometry を使いつつ、画像だけ差し替え */
}
.c-page-fv--tax::after {
  background-image: url(../images/tax/bg-top.png);
}
.c-page-fv--tax {
  /* 下側の波：bg-bottom を同じ .c-page-fv 内に配置 */
}
.c-page-fv--tax::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 190px;
  background-image: url(../images/tax/bg-bottom.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -190px;
  z-index: 0;
}
@media (min-width: 640px) {
  .c-page-fv--tax::before {
    height: 260px;
    background-size: contain;
    bottom: -268px;
  }
}
@media (min-width: 980px) {
  .c-page-fv--tax::before {
    height: 285px;
    bottom: -310px;
  }
}
@media (min-width: 1180px) {
  .c-page-fv--tax::before {
    height: 340px;
    bottom: -365px;
  }
}
.c-page-fv__inner {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-page-fv__inner {
    width: 960px;
  }
}
.c-page-fv__title {
  font-size: 24px;
  line-height: 32px;
  padding-top: 60px;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  .c-page-fv__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 980px) {
  .c-page-fv__title {
    font-size: 40px;
    line-height: 52px;
    padding-top: 80px;
  }
}
.c-page-fv__title {
  /* タイトル内のアクセント行・補足行 */
}
.c-page-fv__title .c-page-fv__title-accent {
  display: block;
  font-size: 18px;
  color: #F4F467;
}
@media (min-width: 1024px) {
  .c-page-fv__title .c-page-fv__title-accent {
    font-size: 28px;
  }
}
.c-page-fv__title .c-page-fv__title-label {
  display: block;
  font-size: 20px;
}
.c-page-fv__title--white {
  color: #fff;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .c-page-fv__title--white {
    padding-top: 85px;
  }
}
@media (min-width: 980px) {
  .c-page-fv__title--white {
    padding-left: 100px;
    padding-top: 65px;
  }
}
.c-page-fv__title--white span {
  display: block;
}
.c-page-fv__title--white span.yellow {
  font-size: 20px;
  color: #F4F467;
}
@media (min-width: 980px) {
  .c-page-fv__title--white span.yellow {
    font-size: 26px;
  }
}
.c-page-fv__title--white span.small {
  font-size: 18px;
}
@media (min-width: 980px) {
  .c-page-fv__title--white span.small {
    font-size: 22px;
    display: inline;
  }
}
.c-page-fv__title--tax-accountant {
  padding-top: 0;
}
.c-page-fv__title--tax-accountant .logo {
  width: 300px;
  display: block;
  margin: 15px auto 0;
}
@media (min-width: 640px) {
  .c-page-fv__title--tax-accountant .logo {
    width: 400px;
    margin: 20px auto 0 0;
  }
}
@media (min-width: 1024px) {
  .c-page-fv__title--tax-accountant .logo {
    width: 420px;
    margin: 30px auto 0 0;
  }
}
.c-page-fv__title--tax-accountant .text {
  padding-left: 100px;
  font-size: 20px;
  margin-top: -17px;
  display: block;
}
@media (min-width: 1024px) {
  .c-page-fv__title--tax-accountant .text {
    font-size: 24px;
    margin-top: -17px;
  }
}
.c-page-fv__title--case {
  color: #51A6DD;
  padding: 0 0 0 0 !important;
  font-size: 35px;
  line-height: 25px;
}
@media (min-width: 980px) {
  .c-page-fv__title--case {
    font-size: 45px;
    line-height: 35px;
  }
}
.c-page-fv__title--case span {
  font-size: 18px;
  display: block;
}
@media (min-width: 980px) {
  .c-page-fv__title--case span {
    font-size: 20px;
  }
}
.c-page-fv__subtitle {
  font-weight: 700;
  padding-top: 20px;
  line-height: 28px;
}
@media (min-width: 640px) {
  .c-page-fv__subtitle {
    font-size: 20px;
  }
}
.c-page-fv__subtitle--tax-accountant {
  text-align: center;
}
@media (min-width: 640px) {
  .c-page-fv__subtitle--tax-accountant {
    text-align: left;
  }
}
@media (min-width: 980px) {
  .c-page-fv__subtitle--tax-accountant {
    font-size: 24px;
    padding-top: 50px;
  }
}
.c-page-fv__subtitle--tax-accountant .emphasis {
  font-size: 18px;
  display: block;
}
@media (min-width: 640px) {
  .c-page-fv__subtitle--tax-accountant .emphasis {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  .c-page-fv__subtitle--tax-accountant .emphasis {
    font-size: 30px;
    padding-top: 12px;
  }
}
.c-page-fv__content {
  position: relative;
  z-index: 1;
}
.c-page-fv__content--short {
  padding-top: 50px;
}
.c-page-fv__visual {
  width: 80%;
  height: 210px;
  background-image: url(../images/business/mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 640px) {
  .c-page-fv__visual {
    width: 320px;
    height: 340px;
    bottom: 0;
  }
}
@media (min-width: 980px) {
  .c-page-fv__visual {
    right: 10%;
  }
}
@media (min-width: 1180px) {
  .c-page-fv__visual {
    right: 20%;
  }
}
@media (min-width: 1500px) {
  .c-page-fv__visual {
    right: 25%;
  }
}
.c-page-fv__visual--tax-accountant {
  background-image: url(../images/tax/kv.png);
  width: 300px;
  height: 240px;
  right: -30px;
  bottom: 0;
}
@media (min-width: 640px) {
  .c-page-fv__visual--tax-accountant {
    width: 320px;
    height: 280px;
    right: -5px;
  }
}
@media (min-width: 980px) {
  .c-page-fv__visual--tax-accountant {
    width: 400px;
    height: 380px;
    right: 60px;
  }
}
@media (min-width: 1180px) {
  .c-page-fv__visual--tax-accountant {
    width: 450px;
    height: 410px;
    right: 210px;
  }
}
@media (min-width: 1280px) {
  .c-page-fv__visual--tax-accountant {
    right: 5%;
  }
}
.c-page-fv {
  /* Block: page-fv, Element: hero（ファーストビュー色付きエリア）, Modifier: 色 */
}
.c-page-fv__hero {
  width: 95%;
  margin: 20px auto 0;
  border-radius: 20px 20px 0 0;
  height: 280px;
}
@media (min-width: 1180px) {
  .c-page-fv__hero {
    width: 1080px;
    height: 380px;
  }
}
.c-page-fv__hero--rightblue {
  background-color: #51A6DD;
}
.c-page-fv__hero--orange {
  background-color: #F18E38;
}
.c-page-fv__hero--green {
  background-color: #63C0B5;
}
.c-page-fv__hero--pink {
  background-color: #ED7980;
}
.c-page-fv__hero--blue {
  background-color: #0054A7;
}
.c-page-fv__hero--yellow {
  background-color: #E4B815;
}
.c-page-fv__images {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 175px;
  height: 153px;
}
@media (min-width: 980px) {
  .c-page-fv__images {
    width: 250px;
    height: 220px;
    right: 100px;
  }
}
@media (min-width: 1180px) {
  .c-page-fv__images {
    width: 290px;
    height: 260px;
    right: 100px;
  }
}
.c-page-fv__images--select {
  background-image: url(../images/business/content/kv/1.png);
}
.c-page-fv__images--cloud {
  background-image: url(../images/business/content/kv/2.png);
}
.c-page-fv__images--system {
  background-image: url(../images/business/content/kv/3.png);
}
.c-page-fv__images--keiri {
  background-image: url(../images/business/content/kv/4.png);
}
.c-page-fv__images--consul {
  background-image: url(../images/business/content/kv/5.png);
}
@media (min-width: 1024px) {
  .c-page-fv__images--consul {
    right: 20px;
  }
}
.c-page-fv__images--basic {
  background-image: url(../images/business/content/kv/6.png);
}
.c-page-fv__logo {
  width: 280px;
  padding: 35px 0 5px;
}
.c-page-fv__content--taxonomy {
  padding-top: 40px;
}
@media (min-width: 980px) {
  .c-page-fv__content--taxonomy {
    padding-top: 65px;
  }
}
.c-page-fv__case-toptext {
  font-weight: 700;
  padding-top: 25px;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .c-page-fv__case-toptext {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-page-fv__case-toptext {
    padding-top: 45px;
  }
}
.c-page-fv__case-bottomtext {
  color: #414D58;
  font-weight: 500;
  margin-top: 22px;
  line-height: 25px;
  -webkit-text-stroke: 0.3px rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
}

.c-cta {
  /* 基本のスタイル */
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  padding: 20px 0;
  margin: 50px auto;
  background-color: #f1f8fc; /* 淡い水色 */
  border: 1px solid #d3dee4; /* 枠線 */
  border-radius: 16px; /* 角丸 */
  box-sizing: border-box;
  /* 2つのシャドウを重ねる */
  box-shadow: 0 10px 20px rgba(181, 194, 201, 0.4), inset 0 -20px 30px rgba(131, 149, 161, 0.3); /* インナーシャドウ：下から上へ広がるように、insetを指定 */
}
@media (min-width: 1024px) {
  .c-cta {
    padding: 50px 0;
    width: 960px;
  }
}
.c-cta__text {
  font-weight: 500;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 980px) {
  .c-cta__text {
    text-align: left;
    padding: 0 0 0 40px;
  }
}
.c-cta__text span {
  display: block;
}
@media (min-width: 1024px) {
  .c-cta__text span {
    display: inline;
  }
}
.c-cta__inner {
  position: relative;
}
@media (min-width: 980px) {
  .c-cta__btn {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -14px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .c-cta__btn {
    right: 40px;
  }
}
.c-cta__btn a {
  display: block;
  width: 280px;
  margin: 10px auto;
}
@media (min-width: 980px) {
  .c-cta__btn a {
    width: 230px;
    margin: 10px 0;
  }
}
.c-cta__btn a span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff000;
}

.c-parts__card {
  padding: 30px 10px;
  border-radius: 30px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  background-color: #EDF8FF;
}
@media (min-width: 1024px) {
  .c-parts__card--2column {
    width: calc((100% - 10px) / 2);
    padding: 30px 20px;
  }
}
.c-parts__title {
  font-size: 20px;
  text-align: center;
  color: #51A6DD;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
.c-parts__title--merit {
  padding: 20px 0;
  text-align: center;
}
.c-parts__subtitle {
  text-align: center;
  color: #51A6DD;
  padding-bottom: 20px;
  line-height: 22px;
}
.c-parts__subtitle span {
  display: block;
}
@media (min-width: 1024px) {
  .c-parts__subtitle span {
    display: inline;
  }
}
.c-parts__list {
  padding-left: 30px;
  padding-bottom: 20px;
}
.c-parts__list li {
  position: relative;
  line-height: 30px;
  font-weight: 600;
}
.c-parts__list li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: -20px;
}
.c-parts__list--checkblue li::before {
  background-image: url(../images/icon/check.svg);
}
.c-parts__list--orange li {
  color: #E4B815;
}
.c-parts__list--orange li::before {
  background-color: #E4B815;
  border-radius: 50%;
}
.c-parts__merit {
  padding: 50px 10px 30px;
  margin-top: 50px;
  position: relative;
}
.c-parts__merit--tax {
  width: 220px !important;
  text-align: center;
}
@media (min-width: 640px) {
  .c-parts__merit--cloud {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  .c-parts__merit--cloud {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1180px) {
  .c-parts__merit--cloud {
    width: calc((100% - 20px) / 3);
  }
}
.c-parts__merit--yellow {
  background: #FFFBED;
}
.c-parts__merit .c-parts__list {
  margin-top: 20px;
}
.c-parts__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #51A6DD;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 110px;
  padding-top: 15px;
  line-height: 20px;
  font-weight: 500;
}
.c-parts__circle span {
  display: block;
  font-size: 22px;
}
.c-parts__circle--yellow {
  background-color: #F4F467;
  color: #414D58;
}
.c-parts__circle--tax {
  left: 70px;
}
.c-parts__circle--cloud {
  left: 100px;
}
@media (min-width: 1024px) {
  .c-parts__circle--cloud {
    left: 130px;
  }
}

.c-breadcrumbs__list {
  display: flex;
  margin: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 640px) {
  .c-breadcrumbs__list {
    overflow: visible;
    flex-wrap: wrap;
  }
}
.c-breadcrumbs__item {
  color: #414D58;
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .c-breadcrumbs__item {
    white-space: normal;
  }
}
.c-breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: -2px;
  right: 3px;
}
.c-breadcrumbs__item:last-child::after {
  content: none;
}
.c-breadcrumbs__link {
  color: #51A6DD;
  font-size: 12px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.c-breadcrumbs__link:hover {
  text-decoration: underline;
}

.c-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
.c-table__wrapper {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  /* 960px以下で形を保つための最小幅 */
  min-width: 800px;
}
@media (min-width: 1024px) {
  .c-table__wrapper {
    min-width: auto;
  }
}
.c-table__wrapper th, .c-table__wrapper td {
  padding: 15px;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.c-table__wrapper thead th {
  font-weight: bold;
}
.c-table__wrapper thead th.c-table__head-item {
  background-color: #c0c0c0;
  width: 20%;
}
.c-table__wrapper thead th.c-table__head-traditional {
  background-color: #a0d8f1;
  width: 40%;
}
.c-table__wrapper thead th.c-table__head-cloud {
  background-color: #e6b422;
  color: #fff;
  width: 40%;
}
.c-table__wrapper tbody th {
  background-color: #c0c0c0;
}
.c-table__wrapper tbody td:nth-of-type(1) {
  background-color: #f0f9ff;
}
.c-table__wrapper tbody td:nth-of-type(2) {
  background-color: #fffbeb;
}

.c-share {
  margin: 20px 0;
}
@media (min-width: 640px) {
  .c-share {
    margin-top: 40px;
  }
}
.c-share__label {
  font-size: 14px;
  color: #0054A7;
}
.c-share__list {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.c-share__item button {
  border: none;
  background-color: transparent;
}
.c-share__link {
  display: block;
  width: 30px;
  height: 30px;
}
.c-share__link-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-share__link-icon--x {
  background-image: url(../images/share/x.png);
}
.c-share__link-icon--fb {
  background-image: url(../images/share/fb.png);
}
.c-share__link-icon--li {
  background-image: url(../images/share/in.png);
}
.c-share__link-icon--line {
  background-image: url(../images/share/line.png);
}
.c-share__link-icon--copy {
  background-image: url(../images/share/link.svg);
}

.o-flex {
  display: block;
}
@media (min-width: 980px) {
  .o-flex {
    display: flex;
    gap: 10px;
  }
}
.o-flex--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 10px;
  margin: 30px 0;
}
.o-flex--scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin: 20px 0;
}
.o-flex--scroll > * {
  flex-shrink: 0;
  width: 80%;
  white-space: normal;
}
@media (min-width: 640px) {
  .o-flex--scroll > * {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .o-flex--scroll {
    margin: 40px 0;
  }
  .o-flex--scroll > * {
    width: calc((100% - 20px) / 3);
  }
}
.o-flex--mix {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin: 20px 0;
}
.o-flex--mix > * {
  flex-shrink: 0;
  width: 80%;
  white-space: normal;
}
@media (min-width: 640px) {
  .o-flex--mix > * {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .o-flex--mix {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
    margin: 40px 0;
  }
  .o-flex--mix > * {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 980px) {
  .o-flex__content {
    width: calc((100% - 10px) / 2);
  }
}
.o-flex__content--3column {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1024px) {
  .o-flex__content--3column {
    width: calc((100% - 20px) / 3);
  }
}

.o-title {
  margin-bottom: 24px;
}
.o-title__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}
.o-title__main h1, .o-title__main h2 {
  font-family: Helvetica, Helvetica Neue, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .o-title__main h1, .o-title__main h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1280px) {
  .o-title__main h1, .o-title__main h2 {
    line-height: 42px;
  }
}
@media (min-width: 1280px) {
  .o-title__main h1 span, .o-title__main h2 span {
    display: inline-block;
  }
}
.o-title__main h1, .o-title__main h2 {
  color: rgb(49, 145, 168);
  font-weight: 400;
  line-height: 1 !important;
}
.o-title__main p {
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .o-title__main p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .o-title__main p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-title__main p span {
    display: inline-block;
  }
}
.o-title__main p {
  color: rgb(65, 77, 88);
  line-height: 1 !important;
}
.o-title__discription {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
}
.o-title.is-lp_mark {
  text-align: center;
  position: relative;
  z-index: 1;
}
.o-title.is-lp_mark .text {
  display: inline-block;
  padding: 4px 8px 6px;
  position: relative;
  background-color: rgb(168, 49, 145);
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .o-title.is-lp_mark .text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp_mark .text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp_mark .text span {
    display: inline-block;
  }
}
.o-title.is-lp_mark .text {
  color: rgb(252, 253, 254);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
.o-title.is-lp_mark .text .left, .o-title.is-lp_mark .text .right {
  position: absolute;
  top: 1px;
  width: 20px;
  height: 29px;
  background-color: rgb(168, 49, 145);
  z-index: -1;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 640px) {
  .o-title.is-lp_mark .text .left, .o-title.is-lp_mark .text .right {
    top: 3px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp_mark .text .left, .o-title.is-lp_mark .text .right {
    top: 6px;
  }
}
.o-title.is-lp_mark .text .left_over {
  position: absolute;
  left: -14px;
  top: 8px;
  z-index: -2;
  transform: rotate(180deg);
  width: 18.789px;
  height: 29.2px;
}
@media (min-width: 640px) {
  .o-title.is-lp_mark .text .left_over {
    top: 10.8px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp_mark .text .left_over {
    top: 13.6px;
  }
}
.o-title.is-lp_mark .text .left {
  left: -10px;
}
.o-title.is-lp_mark .text .right {
  right: -10px;
}
.o-title.is-lp_mark .text .right_over {
  position: absolute;
  right: -24px;
  top: 8px;
  z-index: -2;
  transform: rotate(180deg);
  width: 18.789px;
  height: 29.2px;
}
@media (min-width: 640px) {
  .o-title.is-lp_mark .text .right_over {
    top: 10.8px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp_mark .text .right_over {
    top: 13.6px;
  }
}
.o-title.is-lp {
  text-align: center;
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-title.is-lp {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-title.is-lp span {
    display: inline-block;
  }
}
.o-title.is-lp {
  color: rgb(49, 145, 168);
  font-weight: 500;
  margin-bottom: 40px;
}
.o-title.is-lp span {
  display: inline-block;
}

.o-mv.is-top {
  position: relative;
  margin-bottom: 56px;
  padding: 144px 16px 40px;
}
@media (min-width: 640px) {
  .o-mv.is-top {
    padding: 128px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top {
    padding: 128px 32px 64px;
  }
}
.o-mv.is-top .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 1200px;
}
.o-mv.is-top .image {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 971px;
  right: 0;
  left: 0;
  margin: auto;
}
.o-mv.is-top .title {
  padding: 40px 0 0px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 640px) {
  .o-mv.is-top .title {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .title {
    padding: 64px 0 0;
  }
}
.o-mv.is-top .text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .o-mv.is-top .text {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .o-mv.is-top .text {
    padding: 0;
  }
}
.o-mv.is-top .text {
  padding: 0 !important;
  position: relative;
}
@media (min-width: 1280px) {
  .o-mv.is-top .text {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
.o-mv.is-top .text .list {
  display: flex;
  gap: 24px 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.o-mv.is-top .text .list li {
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.32px;
}
@media (min-width: 640px) {
  .o-mv.is-top .text .list li {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .list li {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .list li span {
    display: inline-block;
  }
}
.o-mv.is-top .text .list li:nth-child(1) {
  background: linear-gradient(transparent 75%, rgba(49, 145, 168, 0.7) 75%);
}
.o-mv.is-top .text .list li:nth-child(2) {
  background: linear-gradient(transparent 75%, rgba(39, 88, 132, 0.7) 75%);
}
.o-mv.is-top .text .list li:nth-child(3) {
  background: linear-gradient(transparent 75%, rgba(145, 168, 49, 0.7) 75%);
}
.o-mv.is-top .text .detail {
  margin-bottom: 24px;
}
.o-mv.is-top .text .detail p:nth-child(1) {
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .o-mv.is-top .text .detail p:nth-child(1) {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .detail p:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .detail p:nth-child(1) span {
    display: inline-block;
  }
}
.o-mv.is-top .text .detail p:nth-child(1) {
  margin-bottom: 8px;
}
.o-mv.is-top .text .detail p:nth-child(2) {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-mv.is-top .text .detail p:nth-child(2) {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .detail p:nth-child(2) {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .text .detail p:nth-child(2) span {
    display: inline-block;
  }
}
.o-mv.is-top .text .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.o-mv.is-top .text .btn__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-top .text .btn__detail:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-top .text .btn__detail:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-top .text .btn__detail svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.o-mv.is-top .text .btn__text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(65, 77, 88);
  position: relative;
}
.o-mv.is-top .text .btn__text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -24px;
  border-top: solid 2px rgb(65, 77, 88);
  border-right: solid 2px rgb(65, 77, 88);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.o-mv.is-area {
  position: relative;
  padding: 192px 16px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .o-mv.is-area {
    padding: 200px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-area {
    padding: 208px 0px 64px;
  }
}
.o-mv.is-area .title {
  color: rgb(22, 26, 29);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 640px) {
  .o-mv.is-area .title {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-area .title {
    font-size: 56px;
    line-height: 86px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-area .title span {
    display: inline-block;
  }
}
.o-mv.is-area .title {
  margin-bottom: 32px;
}
.o-mv.is-area .text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .o-mv.is-area .text {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .o-mv.is-area .text {
    padding: 0;
  }
}
.o-mv.is-area .text {
  padding: 0 !important;
  position: relative;
}
.o-mv.is-area .text .detail {
  margin-bottom: 24px;
}
.o-mv.is-area .text .detail p {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-mv.is-area .text .detail p {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-area .text .detail p {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-area .text .detail p span {
    display: inline-block;
  }
}
.o-mv.is-area .text .detail p:not(:last-child) {
  margin-bottom: 24px;
}
.o-mv.is-area .text .detail p.is-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.o-mv.is-area .text .detail p.is-flex span.l_blue {
  background: linear-gradient(transparent 75%, rgba(49, 145, 168, 0.7) 75%);
}
.o-mv.is-area .text .detail p.is-flex span.blue {
  background: linear-gradient(transparent 75%, rgba(39, 88, 132, 0.7) 75%);
}
.o-mv.is-area .text .detail p.is-flex span.yellow {
  background: linear-gradient(transparent 75%, rgba(145, 168, 49, 0.7) 75%);
}
.o-mv.is-area .text .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.o-mv.is-area .text .btn__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-area .text .btn__detail:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-area .text .btn__detail:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-area .text .btn__detail svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.o-mv.is-area .text .btn__text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(65, 77, 88);
  position: relative;
}
.o-mv.is-area .text .btn__text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -24px;
  border-top: solid 2px rgb(65, 77, 88);
  border-right: solid 2px rgb(65, 77, 88);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.o-mv.is-join {
  position: relative;
  padding: 192px 16px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .o-mv.is-join {
    padding: 200px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-join {
    padding: 208px 0px 64px;
  }
}
.o-mv.is-join .discription {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-mv.is-join .discription {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-join .discription {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-join .discription span {
    display: inline-block;
  }
}
.o-mv.is-join .discription {
  margin-bottom: 32px;
}
.o-mv.is-join .title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: rgb(22, 26, 29);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 640px) {
  .o-mv.is-join .title {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-join .title {
    font-size: 56px;
    line-height: 86px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-join .title span {
    display: inline-block;
  }
}
.o-mv.is-join .title {
  margin-bottom: 32px;
}
.o-mv.is-join .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.o-mv.is-join .btn__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-join .btn__detail:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-join .btn__detail:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-join .btn__detail svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.o-mv.is-join .btn__text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(65, 77, 88);
  position: relative;
}
.o-mv.is-join .btn__text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -24px;
  border-top: solid 2px rgb(65, 77, 88);
  border-right: solid 2px rgb(65, 77, 88);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.o-mv.is-store {
  position: relative;
  padding: 192px 16px 56px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 1366px;
}
@media (min-width: 640px) {
  .o-mv.is-store {
    padding: 200px 32px 56px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store {
    padding: 208px 0px 56px;
  }
}
.o-mv.is-store .image_left {
  position: absolute;
  left: 72px;
  width: 205px;
  top: 200px;
}
.o-mv.is-store .image_right {
  position: absolute;
  width: 324px;
  top: 487px;
  right: 48px;
  display: none;
}
@media (min-width: 1280px) {
  .o-mv.is-store .image_right {
    display: block;
  }
}
.o-mv.is-store .inner720 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 720px;
  margin-bottom: 144px;
  position: relative;
}
.o-mv.is-store .inner960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 960px;
}
.o-mv.is-store .inner960 .o-cta {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
}
.o-mv.is-store .title {
  margin-bottom: 24px;
}
.o-mv.is-store .title .top {
  display: flex;
  gap: 16px;
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-mv.is-store .title .top {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .title .top {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .title .top span {
    display: inline-block;
  }
}
.o-mv.is-store .title .top {
  margin-bottom: 24px;
}
.o-mv.is-store .title .top span.l_blue {
  background: linear-gradient(transparent 75%, rgba(49, 145, 168, 0.7) 75%);
}
.o-mv.is-store .title .top span.blue {
  background: linear-gradient(transparent 75%, rgba(39, 88, 132, 0.7) 75%);
}
.o-mv.is-store .title .top span.yellow {
  background: linear-gradient(transparent 75%, rgba(145, 168, 49, 0.7) 75%);
}
.o-mv.is-store .title .main {
  color: rgb(22, 26, 29);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 640px) {
  .o-mv.is-store .title .main {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .title .main {
    font-size: 56px;
    line-height: 86px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .title .main span {
    display: inline-block;
  }
}
.o-mv.is-store .text {
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .o-mv.is-store .text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-store .text span {
    display: inline-block;
  }
}
.o-mv.is-store .text {
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 1.4;
}
.o-mv.is-lower {
  position: relative;
  padding: 192px 16px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .o-mv.is-lower {
    padding: 200px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-lower {
    padding: 208px 0px 64px;
  }
}
.o-mv.is-lower .discription {
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgb(65, 77, 88);
  margin-bottom: 32px;
}
.o-mv.is-lower .title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: rgb(22, 26, 29);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 640px) {
  .o-mv.is-lower .title {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-lower .title {
    font-size: 56px;
    line-height: 86px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-lower .title span {
    display: inline-block;
  }
}
.o-mv.is-lower .title {
  margin-bottom: 32px;
}
.o-mv.is-lower .title.is-only {
  margin-bottom: 0;
}
.o-mv.is-lower .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.o-mv.is-lower .btn__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-lower .btn__detail:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-lower .btn__detail:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-lower .btn__detail svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.o-mv.is-lower .btn__text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(65, 77, 88);
  position: relative;
}
.o-mv.is-lower .btn__text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -24px;
  border-top: solid 2px rgb(65, 77, 88);
  border-right: solid 2px rgb(65, 77, 88);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.o-mv.is-taxsys {
  position: relative;
  padding: 192px 16px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 640px) {
  .o-mv.is-taxsys {
    padding: 200px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys {
    padding: 208px 0px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .text {
    width: 48.6%;
  }
}
.o-mv.is-taxsys .text .title {
  color: rgb(22, 26, 29);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 640px) {
  .o-mv.is-taxsys .text .title {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .text .title {
    font-size: 56px;
    line-height: 86px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .text .title span {
    display: inline-block;
  }
}
.o-mv.is-taxsys .text .title {
  margin-bottom: 32px;
}
.o-mv.is-taxsys .text .discription {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .o-mv.is-taxsys .text .discription {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .text .discription {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .text .discription span {
    display: inline-block;
  }
}
.o-mv.is-taxsys .text .discription {
  margin-bottom: 32px;
}
.o-mv.is-taxsys .text .btn {
  display: inline-block;
  gap: 8px;
  padding: 10px 24px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-taxsys .text .btn:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-taxsys .text .btn:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-taxsys .image {
  text-align: center;
}
@media (min-width: 1280px) {
  .o-mv.is-taxsys .image {
    width: 48.6%;
  }
}
.o-mv.is-lp {
  padding: 64px 0 0;
  position: relative;
}
@media (min-width: 640px) {
  .o-mv.is-lp {
    padding: 64px 0 72px;
  }
}
@media (min-width: 1024px) {
  .o-mv.is-lp {
    padding: 72px 0;
  }
}
.o-mv.is-lp .lp_text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 355px;
  padding-bottom: 24px;
  position: relative;
}
@media (min-width: 640px) {
  .o-mv.is-lp .lp_text {
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .o-mv.is-lp .lp_text {
    max-width: 720px;
  }
}
.o-mv.is-lp .lp_text .text_num {
  text-align: center;
}
@media (min-width: 1024px) {
  .o-mv.is-lp .lp_text .text_num {
    position: absolute;
    top: -64px;
    left: -115px;
  }
}
.o-mv.is-lp .cta {
  background-image: url(../images/lp/mv_cta_bg.png);
  background-size: 16px 32px;
  background-repeat: repeat;
  padding: 24px 8px;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .o-mv.is-lp .cta {
    max-width: 355px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .o-mv.is-lp .cta {
    max-width: 100%;
  }
}
.o-mv.is-lp .cta p {
  text-align: center;
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 16px;
  color: rgb(65, 77, 88);
}
.o-mv.is-lp .cta .btn {
  text-align: center;
}
.o-mv.is-lp .cta .btn a {
  background-color: rgb(168, 49, 145);
  padding: 8px 24px 8px 16px;
  display: inline-block;
  gap: 8px;
  color: rgb(252, 253, 254);
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  border: solid 1px rgb(168, 49, 145);
  transition: 0.3s;
}
.o-mv.is-lp .cta .btn a:hover {
  opacity: 1;
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-lp .cta .btn a:hover span:nth-child(1) svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-lp .cta .btn a span {
  vertical-align: middle;
}
.o-mv.is-lp .cta .btn a span:nth-child(1) {
  margin-right: 8px;
  vertical-align: middle;
}
.o-mv.is-lp .cta .btn a span:nth-child(1) svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.o-mv.is-lp .cta .btn a span:nth-child(2) {
  display: inline-block;
  padding-bottom: 4px;
}
@media (min-width: 640px) {
  .o-mv.is-lp .cta .btn a span:nth-child(2) {
    padding-bottom: 0;
  }
}
.o-mv .human {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 640px) {
  .o-mv .human {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .o-mv .human {
    bottom: 0;
  }
}
.o-mv .human__left {
  max-width: 150px;
}
@media (min-width: 640px) {
  .o-mv .human__left {
    max-width: 141px;
    width: 141px;
  }
}
@media (min-width: 1024px) {
  .o-mv .human__left {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1180px) {
  .o-mv .human__left {
    max-width: 212px;
    width: 212px;
  }
}
.o-mv .human__right {
  max-width: 186px;
}
@media (min-width: 640px) {
  .o-mv .human__right {
    max-width: 150px;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .o-mv .human__right {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1180px) {
  .o-mv .human__right {
    max-width: 243px;
    width: 243px;
  }
}
.o-mv.is-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 32px;
  position: relative;
  padding: 192px 16px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 960px;
}
@media (min-width: 640px) {
  .o-mv.is-partner {
    padding: 200px 32px 48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-partner {
    padding: 208px 0px 64px;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0;
  }
}
.o-mv.is-partner .text {
  margin-bottom: 32px;
}
@media (min-width: 1280px) {
  .o-mv.is-partner .text {
    width: 47%;
    margin-bottom: 0;
  }
}
.o-mv.is-partner .text .title {
  margin-bottom: 32px;
}
.o-mv.is-partner .text .title p {
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.32px;
}
@media (min-width: 640px) {
  .o-mv.is-partner .text .title p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-partner .text .title p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-partner .text .title p span {
    display: inline-block;
  }
}
.o-mv.is-partner .text .title p {
  margin-bottom: 8px;
}
.o-mv.is-partner .text .title h1 {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .o-mv.is-partner .text .title h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-partner .text .title h1 {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-partner .text .title h1 span {
    display: inline-block;
  }
}
.o-mv.is-partner .text .discription {
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgb(65, 77, 88);
  margin-bottom: 32px;
}
.o-mv.is-partner .text .btn a {
  display: inline-block;
  gap: 8px;
  padding: 10px 24px;
  background-color: rgb(168, 49, 145);
  border: solid 1px rgb(168, 49, 145);
  color: rgb(252, 253, 254);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}
.o-mv.is-partner .text .btn a:hover {
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.o-mv.is-partner .text .btn a:hover svg path {
  fill: rgb(168, 49, 145);
}
.o-mv.is-partner .image {
  text-align: center;
}
@media (min-width: 1280px) {
  .o-mv.is-partner .image {
    width: 47%;
  }
}
.o-mv.is-max1200 {
  max-width: 1200px;
}

.o-qa {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .o-qa {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .o-qa {
    padding: 56px 0;
  }
}
.o-qa {
  position: relative;
}
.o-qa__content.is-mb {
  margin-bottom: 40px;
}
.o-qa__content__detail {
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px rgb(196, 204, 212);
}
.o-qa__content__detail:not(:last-child) {
  margin-bottom: 32px;
}
.o-qa__content__detail dt {
  padding: 16px 40px 16px 16px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  transition: 0.3s;
}
.o-qa__content__detail dt:hover {
  cursor: pointer;
}
.o-qa__content__detail dt.is-open {
  border-bottom: solid 1px rgb(196, 204, 212);
}
.o-qa__content__detail dt.is-open:after {
  opacity: 0;
}
.o-qa__content__detail dt:before, .o-qa__content__detail dt:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  background-color: rgb(49, 145, 168);
  top: 0;
  bottom: 0;
  margin: auto;
}
.o-qa__content__detail dt:before {
  width: 14px;
  height: 2px;
  right: 16px;
}
.o-qa__content__detail dt:after {
  width: 2px;
  height: 14px;
  right: 22px;
}
.o-qa__content__detail dt span:nth-child(1) {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(49, 145, 168);
  border-radius: 50%;
  font-family: Helvetica, Helvetica Neue, sans-serif;
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .o-qa__content__detail dt span:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .o-qa__content__detail dt span:nth-child(1) {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1280px) {
  .o-qa__content__detail dt span:nth-child(1) span {
    display: inline-block;
  }
}
.o-qa__content__detail dt span:nth-child(1) {
  color: rgb(252, 253, 254);
  font-size: 16px !important;
}
.o-qa__content__detail dt span:nth-child(2) {
  flex: 1;
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgb(49, 145, 168);
}
.o-qa__content__detail dd {
  display: flex;
  gap: 0 16px;
  align-items: center;
  height: 0;
  transition: 0.3s;
  padding: 0;
  overflow: hidden;
  padding: 0 16px;
}
.o-qa__content__detail dd.is-open {
  padding: 16px;
  height: auto;
}
.o-qa__content__detail dd span:nth-child(1) {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(49, 145, 168);
  border-radius: 50%;
  font-family: Helvetica, Helvetica Neue, sans-serif;
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .o-qa__content__detail dd span:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .o-qa__content__detail dd span:nth-child(1) {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1280px) {
  .o-qa__content__detail dd span:nth-child(1) span {
    display: inline-block;
  }
}
.o-qa__content__detail dd span:nth-child(1) {
  color: rgb(49, 145, 168);
  font-size: 16px !important;
}
.o-qa__content__detail dd span:nth-child(2) {
  flex: 1;
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.p-top-fv__inner {
  position: relative;
  height: 400px;
  margin-bottom: 85px;
}
@media (min-width: 980px) {
  .p-top-fv__inner {
    height: 540px;
  }
}
@media (min-width: 1366px) {
  .p-top-fv__inner {
    margin-bottom: 140px;
  }
}
.p-top-fv__visual {
  position: absolute;
  top: 40px;
  right: 0;
  width: 90%;
  height: 53%;
  z-index: 1;
  pointer-events: none;
}
.p-top-fv__visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/kv.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: right bottom;
  animation: naturalZoom 10s ease-in-out infinite alternate;
  /* ポイント1：右下を基準に配置 */
  background-position: right bottom;
  background-repeat: no-repeat;
  /* ポイント2：画面が狭いときは画像が収まるようにし、広いときはカバーする */
  background-size: contain;
  z-index: 1;
  /* ポイント3：拡大の基準点を「右下」に指定 */
  transform-origin: right bottom;
  animation: naturalZoom 10s ease-in-out infinite alternate;
}
@media (min-width: 640px) {
  .p-top-fv__visual {
    height: 390px;
    top: 80px;
  }
}
@media (min-width: 980px) {
  .p-top-fv__visual {
    height: 550px;
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .p-top-fv__visual {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .p-top-fv__visual {
    height: 630px;
  }
}
@media (min-width: 1500px) {
  .p-top-fv__visual {
    right: 10%;
  }
}
@keyframes naturalZoom {
  0% {
    transform: scale(1);
  }
  100% {
    /* 右下基準で拡大するので、右端の人は動かず、左や上に向かって膨らみます */
    transform: scale(1.08);
  }
}
.p-top-fv__content {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media (min-width: 640px) {
  .p-top-fv__content {
    padding-top: 60px;
  }
}
@media (min-width: 1366px) {
  .p-top-fv__content {
    padding-top: 135px;
  }
}
.p-top-fv__lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 640px) {
  .p-top-fv__lead {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 980px) {
  .p-top-fv__lead {
    font-size: 40px;
    line-height: 52px;
  }
}
.p-top-fv__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0;
}
@media (min-width: 640px) {
  .p-top-fv__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 980px) {
  .p-top-fv__title {
    font-size: 40px;
    line-height: 52px;
  }
}
.p-top-fv__title span {
  font-size: 30px;
}
@media (min-width: 640px) {
  .p-top-fv__title span {
    font-size: 35px;
  }
}
@media (min-width: 980px) {
  .p-top-fv__title span {
    font-size: 50px;
  }
}
.p-top-fv__cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: relative;
  bottom: -60px;
}
@media (min-width: 640px) {
  .p-top-fv__cta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .p-top-fv__cta {
    bottom: -100px;
  }
}
.p-top-fv__cta-cardlink {
  display: block;
  width: 90%;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .p-top-fv__cta-cardlink {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .p-top-fv__cta-cardlink {
    height: 150px;
  }
}
.p-top-fv__cta-cardlink span {
  display: block;
  line-height: 23px;
  font-weight: 700;
}
@media (min-width: 980px) {
  .p-top-fv__cta-cardlink span {
    font-size: 24px;
    line-height: 30px;
    padding-top: 8px;
  }
}
.p-top-fv__cta-cardlink::after {
  content: "";
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 4px;
  right: 10px;
}
@media (min-width: 980px) {
  .p-top-fv__cta-cardlink::after {
    width: 140px;
    height: 135px;
    top: 7px;
  }
}
.p-top-fv__cta-cardlink--blue {
  border: solid 4px #51A6DD;
}
.p-top-fv__cta-cardlink--blue span {
  color: #51A6DD;
}
.p-top-fv__cta-cardlink--blue::after {
  background-image: url(../images/top/images-1.png);
}
.p-top-fv__cta-cardlink--blue:hover {
  background: #51A6DD;
}
.p-top-fv__cta-cardlink--blue:hover span {
  color: #fff;
}
.p-top-fv__cta-cardlink--green {
  border: solid 4px #63C0B5;
}
.p-top-fv__cta-cardlink--green span {
  color: #63C0B5;
}
.p-top-fv__cta-cardlink--green::after {
  background-image: url(../images/top/images-2.png);
  width: 115px;
  height: 104px;
  top: -5px;
}
@media (min-width: 980px) {
  .p-top-fv__cta-cardlink--green::after {
    width: 170px;
    height: 145px;
    top: 2px;
  }
}
.p-top-fv__cta-cardlink--green:hover {
  background: #63C0B5;
}
.p-top-fv__cta-cardlink--green:hover span {
  color: #fff;
}

@media (min-width: 1024px) {
  .p-page__future-inner {
    width: 100% !important;
    margin-left: 20px;
  }
}
@media (min-width: 640px) {
  .p-page__future-content {
    display: flex !important;
    gap: 5px;
  }
}
.p-page__future-image {
  width: 100%;
  height: 230px;
  background-image: url(../images/business/future.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .p-page__future-image {
    width: 200px;
  }
}
@media (min-width: 980px) {
  .p-page__future-image {
    width: 400px;
    height: 390px;
    margin-top: 50px;
  }
}
.p-page__future-image--join {
  background-image: url(../images/tax/image-join.png);
}
@media (min-width: 980px) {
  .p-page__future-image--join {
    width: 380px;
    margin-right: 20px;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .p-page__future-list {
    width: 360px;
  }
}
@media (min-width: 980px) {
  .p-page__future-list {
    width: 530px;
    padding-top: 45px;
  }
}
.p-page__future-item {
  padding: 35px 0;
  position: relative;
}
@media (min-width: 640px) {
  .p-page__future-item {
    padding: 20px 0;
  }
}
.p-page__future-item--join {
  padding: 20px 0 0;
}
.p-page__future-point {
  width: 60px;
  height: 60px;
  background: #51A6DD;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: -15px;
  left: 0px;
  border-radius: 50%;
}
.p-page__future-point::after {
  content: "";
  position: absolute;
  top: 20px; /* 親要素の下端に配置 */
  right: -10px; /* 左から20%の位置（お好みで調整） */
  margin-left: -10px; /* 三角の幅の半分戻して中央寄せ */
  /* 透明なボーダーで三角を作る */
  border: 10px solid transparent;
  border-bottom: 10px solid #51A6DD; /* 背景色と同じ色にする */
}
@media (min-width: 640px) {
  .p-page__future-point {
    left: -8px;
  }
}
.p-page__future-point__text {
  color: #fff;
}
.p-page__future-point__num {
  display: block;
  color: #fff;
  font-size: 20px;
}
.p-page__future-body__title {
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 640px) {
  .p-page__future-body__title {
    text-align: left;
    padding-left: 70px;
  }
}
.p-page__future-body__title--join {
  color: #1186CE;
  text-align: left;
}
@media (min-width: 980px) {
  .p-page__future-body__title--join {
    padding-left: 0;
  }
}
.p-page__future-body__text {
  line-height: 26px;
  color: #414D58;
}
.p-page__future-cattext {
  color: #51A6DD;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .p-page__future-cattext {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .p-page__future-cattext {
    font-size: 24px;
  }
}
.p-page__section {
  margin: 30px 0;
}
.p-page__title {
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 20px; /* 右側に切り込み用の余白を多めに取る */
  color: #fff;
  font-weight: bold;
  background-color: #51A6DD;
  margin-bottom: 20px;
  /* 右側を三角形に切り抜く設定 */
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .p-page__title {
    margin-top: 30px;
  }
}
.p-page__textarea {
  padding: 20px 0;
}
@media (min-width: 1180px) {
  .p-page__textarea {
    padding: 20px 60px 20px 0;
  }
}
.p-page__textarea--after {
  padding-bottom: 80px;
  position: relative;
}
.p-page__textarea--after::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.p-page__textarea--loan::after {
  width: 80px;
  height: 170px;
  background-image: url(../images/business/page/1-1.png);
  right: 0;
  bottom: 0;
}
@media (min-width: 1180px) {
  .p-page__textarea--loan::after {
    bottom: -25px;
  }
}
.p-page__list {
  margin: 15px 0;
}
.p-page__list li {
  line-height: 35px;
  font-weight: 600;
}
.p-page__list--rightblue {
  padding-left: 25px;
}
.p-page__list--rightblue li {
  position: relative;
}
.p-page__list--rightblue li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/check-square.svg);
  position: absolute;
  top: 8px;
  left: -25px;
}
.p-page__list--balloon li {
  margin-bottom: 8px;
}
.p-page__list--balloon li span {
  display: inline-block;
  padding: 8px 10px;
  margin-right: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.p-page__list--balloon li span.color01 {
  background: #9ED5F9;
}
.p-page__list--balloon li span.color02 {
  background: #6EAED7;
}
.p-page__list--balloon li span.color03 {
  background: #669EC2;
}
.p-page__bottom {
  margin: 30px 0;
}
.p-page__bottom-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #51A6DD;
}
@media (min-width: 1024px) {
  .p-page__bottom-text {
    font-size: 22px;
  }
}
.p-page__loan-flow {
  margin: 20px 0;
  border-radius: 30px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 980px) {
  .p-page__loan-flow {
    display: flex;
  }
}
@media (min-width: 1180px) {
  .p-page__loan-flow {
    margin: 40px 0;
  }
}
.p-page__loan-flow__step {
  background: #9ED5F9;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
@media (min-width: 980px) {
  .p-page__loan-flow__step {
    width: 180px;
    border-radius: 30px 0 0 30px;
  }
}
@media (min-width: 1180px) {
  .p-page__loan-flow__step {
    width: 210px;
  }
}
.p-page__loan-flow__step p {
  font-size: 18px;
  line-height: 28px;
}
.p-page__loan-flow__step p span {
  display: block;
}
.p-page__loan-flow__text {
  padding: 20px;
}
@media (min-width: 980px) {
  .p-page__loan-flow__text {
    width: calc(100% - 190px);
  }
}
@media (min-width: 1180px) {
  .p-page__loan-flow__text {
    width: calc(100% - 220px);
  }
}
.p-page__loan-flow__text ul {
  padding-left: 20px;
  margin: 10px 0;
}
.p-page__loan-flow__text ul li {
  line-height: 28px;
  color: #51A6DD;
  font-weight: 500;
  position: relative;
}
.p-page__loan-flow__text ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #51A6DD;
  position: absolute;
  top: 7px;
  left: -20px;
}
.p-page__loan-talk {
  position: relative;
}
@media (min-width: 1180px) {
  .p-page__loan-talk {
    margin: 60px 40px;
  }
}
.p-page__loan-talk::after {
  content: "";
  width: 100px;
  height: 110px;
  background-image: url(../images/business/page/1-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .p-page__loan-talk::after {
    width: 120px;
    height: 130px;
    right: 45px;
  }
}
@media (min-width: 1180px) {
  .p-page__loan-talk::after {
    width: 160px;
    height: 170px;
    right: 60px;
    bottom: -35px;
  }
}
.p-page__loan-talk p {
  width: 80%;
  background-color: #F3F3F4;
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 1180px) {
  .p-page__loan-talk p {
    padding: 40px;
  }
}
.p-page__worry {
  position: relative;
}
.p-page__worry p {
  width: 90%;
  padding: 20px;
  background: #F3F3F4;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .p-page__worry p {
    margin-top: 30px;
  }
}
.p-page__worry::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.p-page__worry--tax::after {
  width: 110px;
  height: 90px;
  background-image: url(../images/business/page/2-1.png);
}
@media (min-width: 1024px) {
  .p-page__worry--tax::after {
    width: 140px;
    height: 120px;
  }
}
.p-page__worry--cloud::after {
  width: 120px;
  height: 100px;
  background-image: url(../images/business/page/3-1.png);
  bottom: -55px;
}
@media (min-width: 1024px) {
  .p-page__worry--cloud::after {
    width: 160px;
    height: 130px;
    bottom: -30px;
  }
}
.p-page__tax-request {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .p-page__tax-request {
    display: flex;
    margin: 0 0 0 0;
    gap: 10px;
  }
}
.p-page__tax-request__content {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .p-page__tax-request__content {
    width: calc((100% - 10px) / 2);
  }
}
.p-page__tax-request__content h3 {
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  width: 90%;
  margin: 20px auto;
}
.p-page__tax-request__content ul {
  padding-left: 60px;
  line-height: 35px;
}
.p-page__tax-request__content ul li {
  position: relative;
}
.p-page__tax-request__content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -20px;
}
.p-page__tax-request__content--orange h3 {
  background-color: #E4B815;
}
.p-page__tax-request__content--orange ul li::before {
  background-image: url(../images/icon/check-yellow.svg);
}
.p-page__tax-request__content--blue h3 {
  background-color: #51A6DD;
}
.p-page__tax-request__content--blue ul li::before {
  background-image: url(../images/icon/check.svg);
}
.p-page__tax-support {
  width: 220px;
  height: 220px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.p-page__tax-support .icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/2-1.svg);
  margin: 0 auto;
}
.p-page__tax-support .icon-2 {
  background-image: url(../images/icon/2-2.svg);
}
.p-page__tax-support .icon-3 {
  background-image: url(../images/icon/2-3.svg);
}
.p-page__tax-support .icon-4 {
  background-image: url(../images/icon/2-4.svg);
}
.p-page__tax-support h3 {
  margin: 10px 0;
  color: #51A6DD;
  text-align: center;
}
@media (min-width: 640px) {
  .p-page__cloud-content {
    justify-content: space-between;
  }
}
.p-page__cloud-content__images {
  width: 100%;
  height: 180px;
  background-image: url(../images/business/page/3-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .p-page__cloud-content__images {
    width: 30%;
  }
}
@media (min-width: 1180px) {
  .p-page__cloud-content__images {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .p-page__cloud-content__text {
    width: 75%;
    padding: 2%;
  }
}
@media (min-width: 1180px) {
  .p-page__cloud-content__text {
    width: 650px;
  }
}
.p-page__cloud-support {
  margin: 20px 0;
}
.p-page__cloud-support__list {
  padding: 10px 0;
}
.p-page__cloud-support__title {
  position: relative;
  padding: 15px 0 15px 50px;
  font-weight: 500;
}
.p-page__cloud-support__title::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/bubble.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: 5px;
}
.p-page__cloud-support__text {
  line-height: 25px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #51A6DD;
}

@media (min-width: 640px) {
  .p-pickup {
    padding: 0 0 0 0;
  }
}
.p-pickup__title {
  font-size: 20px;
  color: #51A6DD;
  padding: 20px 0;
  margin: 30px 0 20px;
  line-height: 28px;
  border-top: solid 1px #51A6DD;
  border-bottom: solid 1px #51A6DD;
}
@media (min-width: 1024px) {
  .p-pickup__title {
    font-size: 24px;
    margin: 50px 0 30px;
  }
}
.p-pickup__subtitle {
  font-size: 18px;
  color: #51A6DD;
  padding: 15px 0 15px 20px;
  margin: 10px 0;
  line-height: 25px;
  position: relative;
}
.p-pickup__subtitle::before {
  content: "";
  width: 15px;
  height: 30px;
  background: #51A6DD;
  position: absolute;
  top: 13px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-pickup__subtitle {
    font-size: 20px;
    margin: 20px 0;
  }
}
.p-pickup__headline {
  margin: 10px 0;
  padding: 8px 0;
  color: #51A6DD;
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-pickup__headline::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #51A6DD;
}
@media (min-width: 1024px) {
  .p-pickup__headline {
    font-size: 18px;
    margin: 20px 0;
    padding: 15px 0 0;
  }
}
.p-pickup__box {
  background: #F3F3F4;
  margin: 20px 0;
  padding: 0 0 40px;
  position: relative;
}
@media (min-width: 980px) {
  .p-pickup__box {
    width: calc((100% - 10px) / 2);
    margin: 40px 0 30px;
  }
}
.p-pickup__box::after {
  content: "";
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .p-pickup__box::after {
    width: 150px;
    height: 150px;
  }
}
.p-pickup__box--tax::after {
  background-image: url(../images/business/content/1-1.png);
}
.p-pickup__box--kaikei::after {
  background-image: url(../images/business/content/1-2.png);
  right: -26px;
  bottom: -6px;
  width: 120px;
}
@media (min-width: 640px) {
  .p-pickup__box--kaikei::after {
    width: 180px;
    bottom: -10px;
  }
}
.p-pickup__box--noimage::after {
  content: none;
}
.p-pickup__box-title {
  background: #51A6DD;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.p-pickup__box-title--blue {
  background: #0054A7;
}
.p-pickup__box-title--orange {
  background: #E4B815;
}
.p-pickup__box-inner {
  width: 90%;
  margin: 0 auto;
}
.p-pickup__box-subtitle {
  width: 100px;
  border-radius: 50px;
  background: #fff;
  border: solid 1px #51A6DD;
  margin: 10px 0;
  font-size: 14px;
  color: #51A6DD;
  padding: 8px;
  text-align: center;
}
.p-pickup__box-subtitle--blue {
  color: #0054A7;
  border: solid 1px #0054A7;
}
.p-pickup__box-list {
  padding-left: 15px;
}
.p-pickup__box-list li {
  color: #414D58;
  position: relative;
  line-height: 28px;
}
.p-pickup__box-list li::before {
  content: "・";
  position: absolute;
  left: -17px;
  top: 0;
}
.p-pickup__box-list2 {
  padding-left: 30px;
}
.p-pickup__box-list2 li {
  color: #414D58;
  position: relative;
  line-height: 28px;
}
.p-pickup__box-list2 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  left: -17px;
  top: 9px;
}
.p-pickup__box-list2--orange li::before {
  background: #E4B815;
}
.p-pickup__box-list2--blue li::before {
  background: #0054A7;
}
.p-pickup__box-list2--lightblue li::before {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -20px;
  top: 7px;
}
.p-pickup__box-list2--yellow li::before {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/check-yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -20px;
  top: 7px;
}
.p-pickup__card {
  background: #F3F3F4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .p-pickup__card {
    width: calc((100% - 40px) / 3);
  }
}
.p-pickup__card--cloud {
  background: #FFFBED;
}
.p-pickup__card-top {
  display: flex;
  margin-bottom: 20px;
}
.p-pickup__card-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  background: #51A6DD;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 22px;
  font-size: 14px;
}
.p-pickup__card-circle span {
  display: block;
  font-size: 23px;
}
.p-pickup__card-circle--yellow {
  background: #E4B815;
}
.p-pickup__card-title {
  line-height: 25px;
  padding: 13px 0 0 10px;
}
.p-pickup__card-title--pdt {
  padding-top: 27px;
}
.p-pickup__card-bottom {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
}
.p-pickup__card-subtitle {
  color: #51A6DD;
  margin-bottom: 8px;
}
.p-pickup__check {
  margin: 15px 0;
}
@media (min-width: 640px) {
  .p-pickup__check {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .p-pickup__check {
    gap: 20px;
    margin: 30px 0;
  }
}
.p-pickup__check li {
  color: #414D58;
  background: #F3F3F4;
  margin-bottom: 10px;
  padding: 15px 0 15px 40px;
  font-weight: 500;
  position: relative;
}
.p-pickup__check li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 2px #51A6DD;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 14px;
}
@media (min-width: 640px) {
  .p-pickup__check li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 1024px) {
  .p-pickup__check li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
}
.p-pickup__table {
  margin: 30px 0;
}
.p-pickup__table-title {
  padding-bottom: 10px;
}
.p-pickup__content {
  background: #F3F3F4;
}
.p-pickup__content--yellow {
  background: #FFFBED;
}
.p-pickup__content-headline {
  background: #51A6DD;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.p-pickup__content-headline--yellow {
  background: #E4B815;
}
.p-pickup__content-text {
  width: 90%;
  margin: 20px auto;
  line-height: 22px;
  font-size: 14px;
}
.p-pickup__content-bottom {
  width: 90%;
  margin: 20px auto;
}
.p-pickup__content-bottom__label {
  padding: 10px 0;
  color: #51A6DD;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
}
.p-pickup__content-bottom__list {
  margin: 10px 0;
}
.p-pickup__content-bottom__list li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.p-pickup__content-bottom__list li.p-pickup__list-item--headline {
  color: #51A6DD;
}
.p-pickup__content-bottom__list2 {
  margin: 10px 0 20px;
  padding-left: 30px;
}
.p-pickup__content-bottom__list2 li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  position: relative;
}
.p-pickup__content-bottom__list2 li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #E4B815;
  position: absolute;
  top: 6px;
  left: -16px;
  border-radius: 50%;
}
.p-pickup__content-bottom__yellow {
  width: 90%;
  font-size: 14px;
  color: #E4B815;
  background: #fff;
  border: solid 1px #E4B815;
  padding: 8px;
  border-radius: 30px;
  margin: 20px auto 0;
  text-align: center;
}
.p-pickup__future {
  background: #F3F3F4;
  padding: 20px 10px;
}
@media (min-width: 980px) {
  .p-pickup__future {
    width: calc((100% - 10px) / 2) !important;
    padding: 30px 20px;
  }
}
.p-pickup__future-headline {
  background: #51A6DD;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto 10px;
  font-size: 14px;
}
.p-pickup__future-headline--blue {
  background: #0054A7;
}
.p-pickup__future-list {
  margin: 10px 0;
  padding-left: 15px;
  color: #51A6DD;
}
.p-pickup__future-list li {
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
}
.p-pickup__future-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -16px;
}
.p-pickup__future-list--blue {
  color: #0054A7;
}
.p-pickup__flow {
  margin: 20px 0;
}
@media (min-width: 980px) {
  .p-pickup__flow {
    display: flex;
    gap: 30px;
    margin: 30px 0;
  }
}
.p-pickup__flow-container {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .p-pickup__flow-container {
    width: calc((100% - 30px) / 2);
  }
}
.p-pickup__flow-card {
  width: calc((100% - 30px) / 2);
  background: #F3F3F4;
  position: relative;
  padding: 30px 10px 10px;
  margin: 30px 0 0;
}
.p-pickup__flow-card--arrow::after {
  content: "";
  width: 40px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/business/content/system-arrow.svg);
  position: absolute;
  top: 60px;
  right: -30px;
}
.p-pickup__flow-title {
  width: 90%;
  background: #51A6DD;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  top: -15px;
  left: 8px;
}
.p-pickup__flow-title--green {
  background: #669EC2;
}
.p-pickup__flow-title--blue {
  background: #0054A7;
}
.p-pickup__flow-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.p-pickup__flow-text--orange {
  color: #E4B815;
}
.p-pickup__flow-icon {
  width: 100px;
  height: 100px;
  background-image: url(../images/business/content/2-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.p-pickup__flow-icon--02 {
  background-image: url(../images/business/content/2-2.png);
}
.p-pickup__flow-image {
  width: 100px;
  height: 100px;
  background-image: url(../images/business/content/2-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.p-pickup__flow-image--02 {
  background-image: url(../images/business/content/2-4.svg);
  width: 120px;
}
.p-pickup__selection-list {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .p-pickup__selection-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-pickup__selection-list li {
  color: #414D58;
  background: #F3F3F4;
  border-radius: 50px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .p-pickup__selection-list li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 980px) {
  .p-pickup__system-container {
    display: flex;
    gap: 20px;
  }
}
.p-pickup__system-item {
  padding: 20px 10px;
  background: #F3F3F4;
  margin-top: 20px;
}
.p-pickup__system-item__title {
  color: #51A6DD;
  margin-bottom: 10px;
}
.p-pickup__system-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 980px) {
  .p-pickup__system-item__list {
    width: 600px;
    flex-wrap: nowrap;
    padding-top: 15px;
  }
}
.p-pickup__system-item__list ul {
  width: calc((100% - 10px) / 2);
  margin: 10px 0;
}
.p-pickup__system-item__list ul li {
  font-size: 14px;
}
.p-pickup__system-item__list ul li.p-pickup__list-item--headline {
  padding-bottom: 5px;
}
.p-pickup__system-item__talk {
  position: relative;
  margin: 20px 0;
}
.p-pickup__system-item__talk::after {
  content: "";
  width: 100px;
  height: 110px;
  background-image: url(../images/business/content/2-5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 15px;
}
@media (min-width: 980px) {
  .p-pickup__system-item__talk {
    width: 300px;
    margin: 0 0 0 0;
  }
  .p-pickup__system-item__talk::after {
    bottom: -27px;
    right: -10px;
  }
}
.p-pickup__system-item__text {
  width: 220px;
  background: #fff;
  border-radius: 20px;
  color: #414D58;
  line-height: 23px;
  padding: 20px 10px;
}
.p-pickup__system-saving {
  padding: 30px 20px;
  background: #EDF8FF;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .p-pickup__system-saving {
    width: calc((100% - 10px) / 2);
  }
}
.p-pickup__system-saving__title {
  color: #51A6DD;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 980px) {
  .p-pickup__consul-basic {
    display: flex;
    gap: 20px;
  }
}
.p-pickup__consul-basic__images {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/business/content/4-1.png);
  margin: 20px auto;
}
@media (min-width: 980px) {
  .p-pickup__consul-basic__images {
    width: 280px;
  }
}
@media (min-width: 980px) {
  .p-pickup__consul-basic__text {
    width: 660px;
  }
}
.p-pickup__consul-container {
  margin: 30px 0;
}
@media (min-width: 980px) {
  .p-pickup__consul-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.p-pickup__consul-content {
  margin-bottom: 10px;
  background: #F3F3F4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 25px 15px;
}
@media (min-width: 980px) {
  .p-pickup__consul-content {
    width: calc((100% - 20px) / 2);
  }
}
.p-pickup__consul-content__title {
  color: #51A6DD;
  padding-bottom: 10px;
}
.p-pickup__consul-bottom {
  position: relative;
  padding-bottom: 160px;
}
@media (min-width: 980px) {
  .p-pickup__consul-bottom {
    padding-bottom: 40px;
  }
}
.p-pickup__consul-bottom::after {
  content: "";
  width: 280px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/business/content/4-2.png);
  position: absolute;
  bottom: -28px;
  right: 0;
}
@media (min-width: 980px) {
  .p-pickup__consul-bottom::after {
    width: 430px;
    height: 280px;
  }
}
@media (min-width: 980px) {
  .p-pickup__consul-bottom__text {
    width: 500px;
  }
}
@media (min-width: 980px) {
  .p-pickup__basic-flex {
    display: flex;
    gap: 20px;
  }
}
.p-pickup__basic-flex__list {
  background: #EDF8FF;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .p-pickup__basic-flex__list {
    width: 400px;
  }
}
.p-pickup__basic-flex__list p {
  width: 90%;
  margin: 0 auto 15px;
  background: #51A6DD;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
}
.p-pickup__basic-flex__list ul {
  padding-left: 30px;
  margin: 10px 0;
}
.p-pickup__basic-flex__list ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 22px;
}
.p-pickup__basic-flex__list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -16px;
  background-color: #51A6DD;
}
@media (min-width: 980px) {
  .p-pickup__basic-flex__text {
    width: 540px;
  }
}
.p-pickup__basic-container {
  background: #F3F3F4;
  border-radius: 20px;
  padding: 25px 15px;
  margin: 20px 0;
}
@media (min-width: 980px) {
  .p-pickup__basic-container__content {
    width: calc((100% - 20px) / 2);
    padding: 20px;
  }
}
.p-pickup__basic-container__content h3 {
  color: #51A6DD;
  margin-bottom: 15px;
}
.p-pickup__basic-container__content h4 {
  background: #51A6DD;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 10px;
  padding: 8px 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .p-pickup__basic-container__content h4 {
    font-size: 16px;
    margin-top: 0;
  }
}
.p-pickup__basic-container__content p {
  font-size: 14px;
  color: #414D58;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .p-pickup__basic-container__content p {
    font-size: 16px;
  }
}
.p-pickup__basic-container__content ul {
  padding-left: 30px;
  margin: 10px 0;
}
.p-pickup__basic-container__content ul li {
  color: #414D58;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}
.p-pickup__basic-container__content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/check-square.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -18px;
}
@media (min-width: 1024px) {
  .p-pickup__basic-container__content ul li {
    font-size: 16px;
  }
}
.p-pickup__basic {
  /* キャッシュフロー「見える化」3カード（白背景・区切り線・アイコン・青タイトル・青丸リスト） */
}
.p-pickup__basic-plan {
  background: #fff;
  border-right: 1px solid #51A6DD;
  padding: 24px 20px 32px;
  flex: 1 1 auto;
  min-width: 280px;
  box-sizing: border-box;
}
@media (min-width: 1180px) {
  .p-pickup__basic-plan {
    min-width: 0;
  }
}
.p-pickup__basic-plan:last-child {
  border-right: none;
}
.p-pickup__basic-plan--join {
  border-right: 1px solid #0054A7;
}
.p-pickup__basic-plan__content {
  text-align: center;
}
.p-pickup__basic-plan__content .images {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/business/content/5-1.svg);
}
.p-pickup__basic-plan__content .images--2 {
  background-image: url(../images/business/content/5-2.svg);
}
.p-pickup__basic-plan__content .images--3 {
  background-image: url(../images/business/content/5-3.svg);
}
.p-pickup__basic-plan__content .images--join {
  background-image: url(../images/tax/icon/roles-1.svg);
}
.p-pickup__basic-plan__content .images--join2 {
  background-image: url(../images/tax/icon/roles-2.svg);
}
.p-pickup__basic-plan__content .images--join3 {
  background-image: url(../images/tax/icon/roles-3.svg);
}
.p-pickup__basic-plan__content h3 {
  color: #51A6DD;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.4;
}
.p-pickup__basic-plan__content h3.blue {
  color: #0054A7;
}
.p-pickup__basic-plan__content p {
  text-align: left;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #414D58;
}
.p-pickup__basic-plan__content ul {
  padding-left: 18px;
  margin: 0;
  list-style: none;
}
.p-pickup__basic-plan__content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #414D58;
  text-align: left;
}
.p-pickup__basic-plan__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #51A6DD;
}
.p-pickup__basic-point {
  margin: 20px 0;
}
@media (min-width: 980px) {
  .p-pickup__basic-point {
    display: flex;
    gap: 10px;
  }
}
.p-pickup__basic-point li {
  width: 90%;
  margin: 10px auto;
  background: #F3F3F4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
}
@media (min-width: 980px) {
  .p-pickup__basic-point li {
    width: calc((100% - 20px) / 3);
  }
}

.p-single__fv-inner {
  width: 95%;
  margin: 0 auto;
}
.p-single__fv-logo {
  width: 280px;
  height: 180px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-single__fv-logo {
    width: 650px;
    height: 322px;
  }
}
.p-single__fv-title {
  font-size: 22px;
  color: #414D58;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-single__fv-title {
    font-size: 30px;
  }
}
.p-single__fv-area {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .p-single__fv-area {
    font-size: 24px;
  }
}
.p-single__fv-subtitle {
  font-size: 20px;
  color: #0054A7;
  margin: 20px 0;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-single__fv-subtitle {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-single__fv-subtitle {
    font-size: 28px;
    margin: 30px 0;
  }
}
.p-single__section {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .p-single__section {
    margin: 40px 0;
  }
}
.p-single__section--gray {
  background-color: #F3F3F4;
  padding: 20px 0;
  margin: 20px 0 0;
}
.p-single__title {
  font-size: 20px;
  color: #0054A7;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .p-single__flex {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .p-single__flex {
    margin: 60px 0;
    gap: 10px;
  }
}
.p-single__flex-message {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .p-single__flex-message {
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .p-single__flex-message {
    width: 610px;
  }
}
.p-single__flex-message__top {
  margin-top: 20px;
  order: 2;
}
@media (min-width: 640px) {
  .p-single__flex-message__top {
    order: 1;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-single__flex-message__top {
    margin-top: 20px;
  }
}
.p-single__flex-message__top p {
  line-height: 25px;
}
.p-single__flex-message__bottom {
  padding: 20px;
  margin: 20px 0;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  order: 1;
}
@media (min-width: 1024px) {
  .p-single__flex-message__bottom {
    order: 2;
  }
}
.p-single__flex-message__bottom-position {
  margin-bottom: 10px;
}
.p-single__flex-message__bottom-position span.name {
  display: block;
  padding-top: 8px;
  color: #414D58;
  font-size: 18px;
  line-height: 28px;
}
.p-single__flex-message__bottom-prof p {
  font-size: 14px;
  line-height: 22px;
  color: #414D58;
}
.p-single__flex-images {
  width: 100%;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@media (min-width: 640px) {
  .p-single__flex-images {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .p-single__flex-images {
    width: 330px;
    height: 330px;
  }
}
.p-single__future {
  background-color: #EDF8FF;
  padding: 110px 20px 20px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (min-width: 1024px) {
  .p-single__future {
    padding: 100px 10px 20px;
  }
}
.p-single__future-circle {
  width: 80px;
  height: 80px;
  background: #51A6DD;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding-top: 25px;
  position: absolute;
  top: 15px;
  left: 100px;
}
.p-single__future-circle span {
  display: block;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .p-single__future-circle {
    width: 90px;
    height: 90px;
    left: 110px;
    padding-top: 30px;
  }
}
.p-single__future-body__title {
  margin: 15px 0;
  line-height: 23px;
  color: #51A6DD;
}
.p-single__future-body__text p {
  line-height: 25px;
  color: #414D58;
}
@media (min-width: 1024px) {
  .p-single__access {
    width: 440px;
  }
}
.p-single__access-top {
  display: flex;
  justify-content: space-between;
}
.p-single__access-top__logo {
  width: 100px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .p-single__access-top__logo {
    width: 130px;
    height: 90px;
  }
}
.p-single__access-top__title {
  width: calc(100% - 100px);
  font-weight: 700;
  color: #414D58;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .p-single__access-top__title {
    width: calc(100% - 130px);
  }
}
.p-single__access-bottom__list-item {
  display: flex;
  margin-bottom: 10px;
}
.p-single__access-bottom__list-icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/business/single/icon-1.svg);
}
.p-single__access-bottom__list-icon--02 {
  background-image: url(../images/business/single/icon-2.svg);
}
.p-single__access-bottom__list-icon--03 {
  background-image: url(../images/business/single/icon-3.svg);
}
.p-single__access-bottom__list-icon--04 {
  background-image: url(../images/business/single/icon-4.svg);
}
.p-single__access-bottom__list-text {
  width: calc(100% - 20px);
  line-height: 25px;
  color: #414D58;
  padding-left: 8px;
}
.p-single__map {
  margin-top: 10px;
}
.p-single__map iframe {
  width: 100%;
  height: 300px;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .p-single__map iframe {
    width: 500px;
    height: 400px;
  }
}
.p-single__cta-inner {
  position: relative;
}
@media (min-width: 1024px) {
  .p-single__cta-inner {
    width: 760px;
  }
}
.p-single__inbox {
  background: #F3F5F8;
  margin: 20px 0 !important;
  padding: 15px;
}
.p-single__btn a {
  display: block;
  width: 300px;
  background: #51A6DD;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  margin: 20px auto 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
  line-height: 22px;
}
@media (min-width: 980px) {
  .p-single__btn a {
    margin: 30px 0;
  }
}
.p-single__btn a:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: rgb(255, 255, 255);
}
.p-single__btn a:active {
  transform: scale(0.98);
}
.p-single__info-subtitle {
  font-size: 20px;
  color: #0054A7;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-single__info-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #414D58;
}
@media (min-width: 980px) {
  .p-single__info-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.p-single__info-date {
  line-height: 22px;
  color: #414D58;
  margin-bottom: 10px;
}
.p-single__info-content h2 {
  color: #0054A7;
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0;
}
@media (min-width: 980px) {
  .p-single__info-content h2 {
    font-size: 26px;
    margin: 30px 0;
    padding: 15px 0;
  }
}
.p-single__info-content p {
  color: #414D58;
  line-height: 25px;
  margin: 5px 0;
}
.p-single__info-content p:first-child {
  margin-top: 0;
}
.p-single__info-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .p-single__info-content p {
    margin: 20px 0;
  }
}
.p-single__info-content ul {
  padding-left: 15px;
  margin: 15px 0;
}
.p-single__info-content ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 25px;
}
.p-single__info-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0054A7;
  position: absolute;
  left: -15px;
  top: 7px;
}

.p-tax-accountant__section--top {
  margin-top: 0;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .p-tax-accountant__section--top {
    padding-top: 90px;
  }
}
.p-tax-accountant__card {
  background: #F3F3F4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 80px 10px 20px;
  position: relative;
  height: 390px;
}
@media (min-width: 980px) {
  .p-tax-accountant__card {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .p-tax-accountant__card {
    width: calc((100% - 20px) / 2);
    padding: 70px 20px 20px;
  }
}
.p-tax-accountant__card--about {
  padding: 20px 10px 80px;
}
@media (min-width: 1024px) {
  .p-tax-accountant__card--about {
    padding: 20px 30px 80px;
  }
}
.p-tax-accountant__card-tag {
  background: #1186CE;
  color: #fff;
  font-size: 14px;
  width: 230px;
  padding: 15px 10px;
  position: absolute;
  top: 20px;
  left: 0;
}
.p-tax-accountant__card-title {
  margin-bottom: 20px;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  color: #1186CE;
  display: flex;
  align-items: center;
  height: 95px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .p-tax-accountant__card-title {
    height: 65px;
  }
}
.p-tax-accountant__card-content {
  height: 220px;
}
.p-tax-accountant__card-content__title {
  position: relative;
  padding-left: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #51A6DD;
  line-height: 23px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .p-tax-accountant__card-content__title {
    font-size: 18px;
    line-height: 25px;
    height: 65px;
    padding-left: 90px;
  }
}
.p-tax-accountant__card-content__title::before {
  content: "";
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/tax/icon/about-1.svg);
  position: absolute;
  top: 5px;
  left: 4px;
}
@media (min-width: 1024px) {
  .p-tax-accountant__card-content__title::before {
    width: 65px;
    height: 65px;
  }
}
.p-tax-accountant__card-content__title--02::before {
  background-image: url(../images/tax/icon/about-2.svg);
}
.p-tax-accountant__card-content__title--03::before {
  background-image: url(../images/tax/icon/about-3.svg);
}
.p-tax-accountant__card-content__title--04::before {
  background-image: url(../images/tax/icon/about-4.svg);
}
.p-tax-accountant__card-content__bottom {
  background: #51A6DD;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-tax-accountant__group-partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}
.p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item {
  flex: 0 0 auto;
  width: 80px;
}
@media (min-width: 1024px) {
  .p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item {
    width: 100px;
  }
}
.p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item-logo {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
}
.p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item-link {
  display: block;
}
@media (min-width: 1024px) {
  .p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item:nth-child(-n+8) {
    transform: translateX(-24px);
  }
  .p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item:nth-child(n+9):nth-child(-n+16) {
    transform: translateX(8px);
  }
  .p-tax-accountant__group-partner-list .p-tax-accountant__group-partner-item:nth-child(n+17):nth-child(-n+24) {
    transform: translateX(-8px);
  }
}
.p-tax-accountant__phase {
  background: #F3F3F4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 70px 10px 20px;
  position: relative;
}
.p-tax-accountant__phase-tag {
  background: #51A6DD;
  padding: 15px;
  color: #fff;
  width: 220px;
  position: absolute;
  top: 13px;
  left: 0;
}
.p-tax-accountant__phase-tag span {
  font-size: 14px;
  padding-right: 10px;
}
.p-tax-accountant__phase-title {
  margin: 10px 0 20px;
  font-weight: 600;
  color: #1186CE;
  line-height: 25px;
}
.p-tax-accountant__phase-list {
  padding-left: 20px;
  height: 175px;
  margin-bottom: 20px;
}
.p-tax-accountant__phase-list li {
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}
.p-tax-accountant__phase-list li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -20px;
  background-image: url(../images/icon/check.svg);
}
@media (min-width: 980px) {
  .p-tax-accountant__flex {
    gap: 20px;
  }
}
@media (min-width: 980px) {
  .p-tax-accountant__flex-content {
    width: calc((100% - 20px) / 2);
  }
}
.p-tax-accountant__flex-text {
  line-height: 28px;
  font-weight: 600;
}
.p-tax-accountant__flex-text--blue {
  color: #0054A7;
}
.p-tax-accountant__flex-images {
  width: 100%;
  height: 250px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/tax/tahara.png);
  margin: 20px 0;
  border-radius: 20px;
}
@media (min-width: 980px) {
  .p-tax-accountant__flex-images {
    height: 340px;
    margin: 20px 0 0;
  }
}
.p-tax-accountant__plan {
  width: 630px;
}
.p-tax-accountant__plan--short {
  width: 310px;
}
.p-tax-accountant__plan-obi {
  background: #ACD2DA;
  padding: 10px;
  margin: 10px 0 20px;
  text-align: center;
}
.p-tax-accountant__plan-obi--standardplus {
  background: #9ED5F9;
}
.p-tax-accountant__plan-inflex {
  display: flex;
  gap: 10px;
}
.p-tax-accountant__plan-card {
  width: 310px;
  background: #F3F3F4;
  padding: 20px;
  border-radius: 20px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
}
.p-tax-accountant__plan-card__head {
  border-bottom: 1px solid #1186CE;
  margin-bottom: 10px;
}
.p-tax-accountant__plan-card__head h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1186CE;
  line-height: 25px;
}
.p-tax-accountant__plan-card__head h3 span {
  display: block;
  font-size: 14px;
  color: #414D58;
}
.p-tax-accountant__plan-card__list {
  padding-left: 20px;
  margin: 20px 0;
  height: 170px;
}
.p-tax-accountant__plan-card__list li {
  position: relative;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #414D58;
}
.p-tax-accountant__plan-card__list li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -20px;
  background-image: url(../images/icon/check.svg);
}
.p-tax-accountant__plan-card {
  /* 加盟プランの料金テーブル */
}
.p-tax-accountant__plan-card__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
.p-tax-accountant__plan-card__table th,
.p-tax-accountant__plan-card__table td {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.p-tax-accountant__plan-card__table th {
  width: 42%;
  background: #ACD2DA;
  color: #414D58;
  font-weight: 600;
  text-align: left;
}
.p-tax-accountant__plan-card__table td {
  width: 58%;
  background: #fff;
  text-align: left;
  line-height: 1.6;
  color: #414D58;
}
.p-tax-accountant__note p {
  font-size: 14px;
  color: #414D58;
  margin-bottom: 5px;
}
.p-tax-accountant__flow {
  position: relative;
}
@media (min-width: 980px) {
  .p-tax-accountant__flow__flex {
    gap: 20px;
  }
}
.p-tax-accountant__flow-item {
  margin: 20px 0;
}
@media (min-width: 980px) {
  .p-tax-accountant__flow-item {
    width: calc((100% - 20px) / 2);
  }
}
.p-tax-accountant__flow-item h3 {
  font-size: 18px;
  color: #1186CE;
}
.p-tax-accountant__flow-list {
  margin: 15px 0;
}
.p-tax-accountant__flow-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 980px) {
  .p-tax-accountant__flow-list li {
    height: 98px;
  }
}
.p-tax-accountant__flow-list li {
  /* 数字から次の数字へ伸びる縦ライン（最後の li 以外） */
}
.p-tax-accountant__flow-list li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: -10px;
  width: 2px;
  background: #9ED5F9;
}
.p-tax-accountant__flow-list li:last-child::before {
  display: none;
}
.p-tax-accountant__flow-list li {
  /* アクティブ行（スクロールで付与される is-active） */
}
.p-tax-accountant__flow-list li.is-active .p-tax-accountant__flow-list__num {
  background: #51A6DD;
}
.p-tax-accountant__flow-list li.is-active::before {
  background: #51A6DD;
}
.p-tax-accountant__flow-list__num {
  width: 50px;
  height: 50px;
  background: #9ED5F9;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.p-tax-accountant__flow-list__content {
  width: calc(100% - 50px - 10px);
}
.p-tax-accountant__flow-list__content p {
  color: #414D58;
  line-height: 24px;
}
.p-tax-accountant__flow-list__content a {
  width: 280px;
  display: block;
  background: #A83191;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 999px;
  font-weight: 600;
  margin: 10px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.p-tax-accountant__flow-list__content a:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: rgb(255, 255, 255);
}
.p-tax-accountant__flow-list__content a:active {
  transform: scale(0.98);
}
@media (min-width: 980px) {
  .p-tax-accountant__flow-list__content a {
    margin: 10px 0;
  }
}
@media (min-width: 980px) {
  .p-tax-accountant__flow .p-tax-accountant__note {
    width: calc((100% - 20px) / 2);
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}
@media (min-width: 980px) {
  .p-tax-accountant__scroll {
    margin-bottom: 0;
  }
}

.p-taxsys__text {
  color: #3191A8;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 980px) {
  .p-taxsys__text {
    text-align: center;
    font-size: 20px;
  }
}
.p-taxsys__fv {
  height: 450px;
  position: relative;
}
@media (min-width: 1180px) {
  .p-taxsys__fv {
    height: 525px;
  }
}
.p-taxsys__fv-content {
  position: relative;
  z-index: 3;
}
.p-taxsys__fv-content__lead {
  color: #0054A7;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .p-taxsys__fv-content__lead {
    font-size: 28px;
    padding: 40px 0;
  }
}
@media (min-width: 1180px) {
  .p-taxsys__fv-content__lead {
    font-size: 32px;
  }
}
.p-taxsys__fv-content__lead span {
  display: block;
  color: #414D58;
  font-size: 14px;
}
@media (min-width: 640px) {
  .p-taxsys__fv-content__lead span {
    font-size: 20px;
  }
}
@media (min-width: 1180px) {
  .p-taxsys__fv-content__lead span {
    font-size: 24px;
  }
}
.p-taxsys__fv-content__title {
  color: #414D58;
  font-size: 50px;
}
@media (min-width: 640px) {
  .p-taxsys__fv-content__title {
    font-size: 90px;
    padding-left: 20px;
  }
}
.p-taxsys__fv-content__title span {
  display: block;
  font-size: 18px;
}
@media (min-width: 640px) {
  .p-taxsys__fv-content__title span {
    font-size: 25px;
  }
}
.p-taxsys__fv-image {
  width: 280px;
  height: 240px;
  background-image: url(../images/tax/taxsys-kv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 135px;
  right: -20px;
  z-index: 2;
}
@media (min-width: 640px) {
  .p-taxsys__fv-image {
    width: 350px;
    height: 320px;
    right: -13px;
    top: 160px;
  }
}
@media (min-width: 980px) {
  .p-taxsys__fv-image {
    width: 450px;
    height: 360px;
    right: 30px;
    top: 85px;
  }
}
@media (min-width: 1180px) {
  .p-taxsys__fv-image {
    width: 500px;
    height: 400px;
    right: 10%;
    top: 44px;
  }
}
@media (min-width: 1366px) {
  .p-taxsys__fv-image {
    right: 15%;
  }
}
@media (min-width: 1500px) {
  .p-taxsys__fv-image {
    right: 22%;
  }
}
.p-taxsys__fv-cta {
  position: absolute;
  bottom: 25px;
  z-index: 4;
}
@media (min-width: 640px) {
  .p-taxsys__fv-cta {
    bottom: 15px;
  }
}
@media (min-width: 980px) {
  .p-taxsys__fv-cta {
    bottom: 50px;
  }
}
@media (min-width: 1180px) {
  .p-taxsys__fv-cta {
    bottom: 100px;
  }
}
.p-taxsys__fv::after {
  bottom: 170px;
}
@media (min-width: 640px) {
  .p-taxsys__fv::after {
    bottom: 20px;
  }
}
@media (min-width: 980px) {
  .p-taxsys__fv::after {
    bottom: 62px;
  }
}
@media (min-width: 1180px) {
  .p-taxsys__fv::after {
    bottom: 118px;
  }
}
.p-taxsys__fv::before {
  bottom: -17px;
}
@media (min-width: 640px) {
  .p-taxsys__fv::before {
    bottom: -223px;
  }
}
@media (min-width: 980px) {
  .p-taxsys__fv::before {
    bottom: -222px;
  }
}
@media (min-width: 640px) {
  .p-taxsys__flex {
    display: flex;
    gap: 20px;
  }
}
.p-taxsys__flex-image {
  width: 100%;
  height: 240px;
  background-image: url(../images/tax/taxsys-image1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px 0 60px;
  position: relative;
}
@media (min-width: 640px) {
  .p-taxsys__flex-image {
    width: calc((100% - 20px) / 2);
    margin: 30px 0;
  }
}
.p-taxsys__flex-image::after {
  content: "";
  width: 10%;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/tax/arrow.svg);
  transform: rotate(90deg);
  position: absolute;
  bottom: -55px;
  right: 45%;
}
@media (min-width: 640px) {
  .p-taxsys__flex-image::after {
    width: 100px;
    transform: rotate(0deg);
    bottom: 104px;
    right: -50px;
  }
}
.p-taxsys__flex-image--right {
  background-image: url(../images/tax/taxsys-image2.svg);
  margin-bottom: 20px;
}
.p-taxsys__flex-image--right::after {
  content: none;
}
.p-taxsys__flex-content {
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #F0FFFD;
  margin: 20px 0;
  color: #3191A8;
}
.p-taxsys__flex-title {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  margin: 20px 0;
}
.p-taxsys__flex-subtitle {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.p-taxsys__flex-subtitle span {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
}
.p-taxsys__flex-text {
  line-height: 22px;
  margin: 20px 0;
}
.p-taxsys {
  /* 処理フロー画像：横スクロール */
}
.p-taxsys__imgscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.p-taxsys__imgscroll::-webkit-scrollbar {
  height: 6px;
}
.p-taxsys__imgscroll::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 3px;
}
.p-taxsys__imgscroll img {
  display: block;
  height: auto;
  vertical-align: top;
  max-width: none; /* 共通の max-width:100% を打ち消し、横スクロールさせる */
  width: auto;
  /* 大きくなりすぎないよう最大幅で抑える（狭い画面では横スクロール） */
  max-width: 900px;
}
.p-taxsys__point {
  width: 100%;
  margin: 20px 0;
  background: #F3F3F4;
  border-radius: 20px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.p-taxsys__point-title {
  font-weight: 700;
  margin: 10px 0;
  color: #3191A8;
}
.p-taxsys__point-list {
  padding-left: 15px;
  margin: 10px 0;
}
.p-taxsys__point-list li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  position: relative;
}
.p-taxsys__point-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/tax/icon/taxsys-check2.svg);
  position: absolute;
  left: -13px;
  top: 7px;
}
.p-taxsys__point-text {
  font-size: 12px;
}
.p-taxsys__news {
  margin-top: 110px;
  position: relative;
}
.p-taxsys__news::before {
  content: "";
  width: 100px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/tax/taxsys-image3.png);
  position: absolute;
  right: 0;
  top: -95px;
}
@media (min-width: 640px) {
  .p-taxsys__news::before {
    width: 150px;
    height: 120px;
    top: auto;
    bottom: -25px;
  }
}
@media (min-width: 1024px) {
  .p-taxsys__news::before {
    width: 200px;
    height: 180px;
    bottom: -55px;
  }
}

.p-case__top-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 0 20px;
}
@media (min-width: 640px) {
  .p-case__top-thumb {
    height: 320px;
  }
}
@media (min-width: 980px) {
  .p-case__top-thumb {
    height: 490px;
  }
}
@media (min-width: 1024px) {
  .p-case__top-thumb {
    height: 505px;
  }
}
.p-case__top-cat {
  color: #51A6DD;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 980px) {
  .p-case__top-cat {
    margin-bottom: 15px;
  }
}
.p-case__top-title {
  font-size: 22px;
  color: #414D58;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .p-case__top-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.p-case__content-detail {
  background-color: #F3F3F4;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .p-case__content-detail {
    display: flex;
    gap: 10px;
  }
}
.p-case__content-detail-office {
  color: #414D58;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .p-case__content-detail-office {
    width: calc(100% - 200px - 10px);
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.p-case__content-detail-link {
  display: block;
  width: 200px;
  background: #0054A7;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
}
.p-case__content-detail-link:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: rgb(255, 255, 255);
}
.p-case__content-detail-link:active {
  transform: scale(0.98);
}
.p-case__content-detail-body p {
  color: #414D58;
  line-height: 25px;
  margin: 5px 0;
}
.p-case__content-detail-body p:first-child {
  margin-top: 0;
}
.p-case__content-detail-body p:last-child {
  margin-bottom: 0;
}
.p-case__content-detail-body p strong {
  color: #414D58;
  font-weight: 500;
}
@media (min-width: 980px) {
  .p-case__content-detail-body p {
    margin: 10px 0;
  }
}
.p-case__content-detail-body h2 {
  color: #3191A8;
  font-size: 20px;
  margin: 20px 0;
  line-height: 28px;
  padding: 10px 0;
  border-top: solid 1px #3191A8;
  border-bottom: solid 1px #3191A8;
}
@media (min-width: 980px) {
  .p-case__content-detail-body h2 {
    font-size: 26px;
    margin: 30px 0;
    padding: 15px 0;
  }
}
.p-case__content-detail-body h3 {
  color: #3191A8;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin: 15px 0;
  line-height: 25px;
}
.p-case__content-detail-body h3::before {
  content: "";
  width: 15px;
  height: 100%;
  background-color: #3191A8;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 980px) {
  .p-case__content-detail-body h3 {
    font-size: 22px;
    padding-left: 28px;
    margin: 20px 0;
    line-height: 30px;
  }
}
.p-case__content-detail-body ul {
  padding-left: 15px;
  margin: 15px 0;
}
.p-case__content-detail-body ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 25px;
}
.p-case__content-detail-body ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3191A8;
  position: absolute;
  left: -15px;
  top: 7px;
}
.p-case__btn a {
  display: block;
  width: 250px;
  background: #0054A7;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  margin: 40px auto 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
}
.p-case__btn a:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  color: rgb(255, 255, 255);
}
.p-case__btn a:active {
  transform: scale(0.98);
}

.p-archive-info__empty {
  display: block;
  padding: 40px 0;
  text-align: center;
  color: #414D58;
}
.p-archive-info__pagination {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.p-archive-info__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-archive-info__pagination a,
.p-archive-info__pagination span {
  display: inline-block;
  min-width: 40px;
  padding: 8px 12px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  color: #414D58;
  font-weight: 500;
}
.p-archive-info__pagination a:hover {
  border-color: #51A6DD;
  color: #51A6DD;
}
.p-archive-info__pagination .current {
  background: #51A6DD;
  color: #fff;
  border-color: #51A6DD;
}
.p-archive-info__pagination .prev,
.p-archive-info__pagination .next {
  padding: 8px 16px;
}

.p-lp {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .p-lp {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp {
    padding: 0;
  }
}
.p-lp {
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .p-lp {
    padding: 0 40px;
  }
}
.p-lp__fixed {
  height: 64px;
  background-color: rgb(168, 49, 145);
  width: 100%;
  position: fixed;
  bottom: -64px;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .p-lp__fixed {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__fixed {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .p-lp__fixed span {
    display: inline-block;
  }
}
.p-lp__fixed {
  color: rgb(252, 253, 254);
}
@media (min-width: 640px) {
  .p-lp__fixed {
    display: none !important;
  }
}
.p-lp__fixed span:nth-child(1) {
  padding-top: 4px;
}
.p-lp__fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.p-lp__fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
.p-lp__title_bottom_text {
  text-align: center;
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
  margin-bottom: 40px;
}
.p-lp__title_bottom_text span {
  display: inline-block;
}
.p-lp__bg {
  background-color: rgb(243, 243, 244);
}
.p-lp__assignment {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__assignment {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__assignment {
    padding: 56px 0;
  }
}
.p-lp__assignment__title {
  text-align: center;
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__assignment__title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__assignment__title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__assignment__title span {
    display: inline-block;
  }
}
.p-lp__assignment__title {
  color: rgb(65, 77, 88);
  margin-bottom: 40px;
}
.p-lp__assignment__title span {
  display: inline-block;
  border-bottom: solid 1px rgb(49, 145, 168);
  padding-bottom: 4px;
}
.p-lp__assignment__content {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.p-lp__assignment__detail {
  display: inline-block;
  position: relative;
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgb(65, 77, 88);
}
.p-lp__assignment__detail-bg {
  display: inline-block;
  padding: 24px 16px 24px 64px;
  background-color: rgb(252, 253, 254);
  border-radius: 16px;
  position: relative;
}
@media (min-width: 640px) {
  .p-lp__assignment__detail-bg {
    padding: 24px 32px 24px 72px;
  }
}
.p-lp__assignment__detail-bg:before {
  content: "";
  position: absolute;
  width: 27.935px;
  height: 27.935px;
  background-size: 100%;
  background-image: url(../images/lp/assignment_illust.svg);
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
@media (min-width: 640px) {
  .p-lp__assignment__detail-bg:before {
    left: 32px;
  }
}
.p-lp__assignment__detail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 27px solid rgb(252, 253, 254);
  border-top: 0;
  bottom: 0;
}
.p-lp__assignment__detail:nth-child(odd) {
  margin-left: 16px;
}
.p-lp__assignment__detail:nth-child(odd):after {
  left: -16px;
}
.p-lp__assignment__detail:nth-child(even) {
  margin-right: 16px;
  text-align: right;
}
.p-lp__assignment__detail:nth-child(even):after {
  right: -16px;
}
.p-lp__feature {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__feature {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__feature {
    padding: 56px 0;
  }
}
@media (min-width: 1024px) {
  .p-lp__feature__content {
    display: flex;
    margin-bottom: 40px;
    gap: 24px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-lp__feature__detail {
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .p-lp__feature__detail {
    width: 31.6%;
  }
}
.p-lp__feature__detail:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .p-lp__feature__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-lp__feature__detail:not(:nth-child(3n)) {
    margin-right: 2.6%;
  }
}
.p-lp__feature__detail-illust {
  text-align: center;
  margin-bottom: 16px;
}
.p-lp__feature__detail-title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__feature__detail-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__feature__detail-title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__feature__detail-title span {
    display: inline-block;
  }
}
.p-lp__feature__detail-title {
  font-weight: 500;
  margin-bottom: 16px;
}
.p-lp__feature__detail-text {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
}
.p-lp__feature__tips {
  background-color: rgb(252, 253, 254);
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 640px) {
  .p-lp__feature__tips {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .p-lp__feature__tips {
    padding: 32px 16px;
  }
}
.p-lp__feature__tips-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Helvetica Neue, sans-serif;
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .p-lp__feature__tips-title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1280px) {
  .p-lp__feature__tips-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .p-lp__feature__tips-title span {
    display: inline-block;
  }
}
.p-lp__feature__tips-title {
  margin-bottom: 8px;
  color: rgb(49, 145, 168);
  gap: 0 6px;
}
.p-lp__feature__tips-detail {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
  font-weight: bold;
  text-align: center;
}
.p-lp__feature__tips-detail span {
  display: inline-block;
}
.p-lp__comparison {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__comparison {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__comparison {
    padding: 56px 0;
  }
}
.p-lp__comparison__table {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-lp__comparison__table table {
  min-width: 100%;
}
.p-lp__comparison__table table tr:last-child td.is-active {
  border-bottom: solid 1px rgb(49, 145, 168);
}
.p-lp__comparison__table table th {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
  padding: 4px 16px;
  background-color: rgba(87, 103, 117, 0.12);
  border: solid 1px #C4CCD4;
}
.p-lp__comparison__table table th:first-child {
  border-right: solid 1px rgb(49, 145, 168);
}
@media (min-width: 1024px) {
  .p-lp__comparison__table table th:first-child {
    width: 25%;
  }
}
.p-lp__comparison__table table th.is-active {
  font-weight: bold;
  color: rgb(49, 145, 168);
  border-top: solid 1px rgb(49, 145, 168);
  border-right: solid 1px rgb(49, 145, 168);
}
.p-lp__comparison__table table th:nth-child(1) {
  text-align: right;
}
.p-lp__comparison__table table td {
  padding: 16px;
  border: solid 1px #C4CCD4;
  vertical-align: middle;
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.p-lp__comparison__table table td.is-active {
  border-right: solid 1px rgb(49, 145, 168);
}
.p-lp__comparison__table table td.is-active .green {
  color: rgb(49, 145, 168);
}
.p-lp__comparison__table table td:nth-child(1) {
  border-right: solid 1px rgb(49, 145, 168);
  background-color: rgba(87, 103, 117, 0.12);
  text-align: right;
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.p-lp__comparison__table table td span:nth-child(1) {
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.p-lp__price {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__price {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__price {
    padding: 56px 0;
  }
}
@media (min-width: 1024px) {
  .p-lp__price__content {
    display: flex;
    justify-content: space-between;
  }
}
.p-lp__price__detail {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  position: relative;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .p-lp__price__detail {
    width: 45.1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-lp__price__detail:first-child:before {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  background-image: url(../images/lp/plus.svg);
  background-size: 100% 100%;
  bottom: -71px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .p-lp__price__detail:first-child:before {
    bottom: 0;
    top: 0;
    left: initial;
    right: -73px;
  }
}
.p-lp__price__detail:not(:last-child) {
  margin-bottom: 88px;
}
@media (min-width: 1024px) {
  .p-lp__price__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-lp__price__detail-title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__price__detail-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-title span {
    display: inline-block;
  }
}
.p-lp__price__detail-title {
  margin-bottom: 16px;
}
.p-lp__price__detail-money span:nth-child(1) {
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.32px;
}
@media (min-width: 640px) {
  .p-lp__price__detail-money span:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(1) {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(1) span {
    display: inline-block;
  }
}
.p-lp__price__detail-money span:nth-child(1) {
  color: rgb(49, 145, 168);
}
.p-lp__price__detail-money span:nth-child(2) {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .p-lp__price__detail-money span:nth-child(2) {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(2) {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(2) span {
    display: inline-block;
  }
}
.p-lp__price__detail-money span:nth-child(2) {
  color: rgb(49, 145, 168);
}
.p-lp__price__detail-money span:nth-child(3) {
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .p-lp__price__detail-money span:nth-child(3) {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(3) {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .p-lp__price__detail-money span:nth-child(3) span {
    display: inline-block;
  }
}
.p-lp__price__detail-money span:nth-child(3) {
  color: rgb(65, 77, 88);
}
.p-lp__price__detail-money span:nth-child(4) {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
}
.p-lp__price__detail-box:not(:last-child) {
  margin-bottom: 16px;
}
.p-lp__price__detail-sub_title {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
  margin-bottom: 8px;
}
.p-lp__service {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__service {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__service {
    padding: 56px 0;
  }
}
.p-lp__service__title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__service__title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__service__title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__service__title span {
    display: inline-block;
  }
}
.p-lp__service__title {
  color: rgb(65, 77, 88);
  text-align: center;
  margin-bottom: 40px;
}
.p-lp__service__title span {
  display: inline-block;
  border-bottom: solid 1px rgb(49, 145, 168);
  padding-bottom: 4px;
}
@media (min-width: 640px) {
  .p-lp__service__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
  }
}
.p-lp__service__detail {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px 24px;
}
@media (min-width: 640px) {
  .p-lp__service__detail {
    width: 48.75%;
  }
}
.p-lp__service__detail:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .p-lp__service__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-lp__service__detail-illust {
  text-align: center;
  margin-bottom: 16px;
}
.p-lp__service__detail-title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__service__detail-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__service__detail-title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__service__detail-title span {
    display: inline-block;
  }
}
.p-lp__service__detail-title {
  margin-bottom: 8px;
}
.p-lp__service__detail-text {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
}
.p-lp__campaign {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__campaign {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__campaign {
    padding: 56px 0;
  }
}
.p-lp__campaign__box {
  margin-bottom: 40px;
  padding: 16px;
  background-color: rgb(252, 253, 254);
  border-radius: 16px;
}
@media (min-width: 640px) {
  .p-lp__campaign__box {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .p-lp__campaign__box {
    padding: 32px;
  }
}
.p-lp__campaign__box-title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__campaign__box-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__campaign__box-title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__campaign__box-title span {
    display: inline-block;
  }
}
.p-lp__campaign__box-title {
  color: rgb(65, 77, 88);
  text-align: center;
  margin-bottom: 20px;
}
.p-lp__campaign__box-title span {
  display: inline-block;
  border-bottom: solid 1px rgb(49, 145, 168);
  padding-bottom: 4px;
}
.p-lp__campaign__box-text p, .p-lp__campaign__box-text li {
  color: rgb(65, 77, 88);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(65, 77, 88);
}
.p-lp__campaign__box-text p:not(:last-child), .p-lp__campaign__box-text li:not(:last-child) {
  margin-bottom: 16px;
}
.p-lp__campaign__box-text li {
  padding-left: 32px;
  position: relative;
}
.p-lp__campaign__box-text li:not(:last-child) {
  margin-bottom: 16px;
}
.p-lp__campaign__box-text li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 2px rgb(49, 145, 168);
  border-radius: 50%;
  top: 4px;
  left: 2px;
  opacity: 0.4;
}
.p-lp__campaign__box-text li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  height: 5px;
  border-left: 2px solid rgb(49, 145, 168);
  border-bottom: 2px solid rgb(49, 145, 168);
  transform: rotate(-45deg);
  opacity: 0.4;
}
.p-lp__campaign__box-title-mgt {
  margin-top: 24px;
}
.p-lp__campaign__plan {
  padding: 16px 16px 20px;
}
@media (min-width: 640px) {
  .p-lp__campaign__plan {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 32px;
  }
}
.p-lp__campaign__plan__box {
  margin: 30px 0;
}
@media (min-width: 640px) {
  .p-lp__campaign__plan__box {
    width: calc((100% - 16px) / 3);
    margin: 0 0 0 0;
  }
}
.p-lp__campaign__plan__box h3 {
  font-size: 18px;
  color: rgb(49, 145, 168);
  margin-bottom: 20px;
}
.p-lp__campaign__plan__box ul {
  padding-left: 20px;
}
.p-lp__campaign__plan__box ul li {
  line-height: 28px;
  position: relative;
  color: rgb(65, 77, 88);
}
.p-lp__campaign__plan__box ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: rgb(49, 145, 168);
  position: absolute;
  top: 8px;
  left: -20px;
}
@media (min-width: 640px) {
  .p-lp__campaign__plan__box ul li::before {
    top: 8px;
  }
}
.p-lp__campaign__plan__box-title {
  color: rgb(49, 145, 168);
  font-weight: bold;
  margin: 10px 0;
}
.p-lp__campaign__plan__box-price {
  line-height: 30px;
  color: rgb(65, 77, 88);
}
.p-lp__campaign__plan__box-small {
  font-size: 14px;
  margin-top: 10px;
  color: rgb(65, 77, 88);
}
.p-lp__cta {
  background-image: url(../images/common/cta_bg_hover.png);
  background-size: cover;
  padding: 40px 24px;
  position: relative;
  border-radius: 16px;
}
@media (min-width: 640px) {
  .p-lp__cta {
    padding: 40px;
  }
}
.p-lp__cta__illust {
  mix-blend-mode: color-burn;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.p-lp__cta__text {
  position: relative;
  margin-bottom: 32px;
}
.p-lp__cta__text p:nth-child(1) {
  color: rgb(22, 26, 29);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.32px;
}
@media (min-width: 640px) {
  .p-lp__cta__text p:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .p-lp__cta__text p:nth-child(1) {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__cta__text p:nth-child(1) span {
    display: inline-block;
  }
}
.p-lp__cta__text p:nth-child(1) {
  color: rgb(65, 77, 88);
  margin-bottom: 8px;
}
.p-lp__cta__text p:nth-child(1) span {
  display: inline-block;
}
.p-lp__cta__text p:nth-child(2) {
  color: rgb(22, 26, 29);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  .p-lp__cta__text p:nth-child(2) {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__cta__text p:nth-child(2) {
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1280px) {
  .p-lp__cta__text p:nth-child(2) span {
    display: inline-block;
  }
}
.p-lp__cta__text p:nth-child(2) {
  color: rgb(49, 145, 168);
}
.p-lp__cta__btn {
  background-color: rgb(168, 49, 145);
  padding: 8px 24px 8px 16px;
  display: inline-block;
  gap: 8px;
  color: rgb(252, 253, 254);
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  border: solid 1px rgb(168, 49, 145);
  transition: 0.3s;
  position: relative;
}
.p-lp__cta__btn:hover {
  opacity: 1;
  color: rgb(168, 49, 145);
  background-color: rgb(252, 253, 254);
}
.p-lp__cta__btn:hover span:nth-child(1) svg path {
  fill: rgb(168, 49, 145);
}
.p-lp__cta__btn span {
  vertical-align: middle;
}
.p-lp__cta__btn span:nth-child(1) {
  margin-right: 8px;
  vertical-align: middle;
}
.p-lp__cta__btn span:nth-child(1) svg path {
  fill: rgb(252, 253, 254);
  transition: 0.3s;
}
.p-lp__cta__btn span:nth-child(2) {
  display: inline-block;
  padding-bottom: 4px;
}
@media (min-width: 640px) {
  .p-lp__cta__btn span:nth-child(2) {
    padding-bottom: 0;
  }
}
.p-lp__review {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 16px;
}
@media (min-width: 640px) {
  .p-lp__review {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .p-lp__review {
    padding: 56px 0;
  }
}
.p-lp__review__detail:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .p-lp__review__detail {
    display: flex;
    align-items: flex-end;
    gap: 0 16px;
  }
}
.p-lp__review__detail:nth-child(odd) .p-lp__review__detail-content {
  margin: 0 0 0 auto;
}
@media (min-width: 640px) {
  .p-lp__review__detail:nth-child(odd) .p-lp__review__detail-content {
    margin: 0;
  }
}
.p-lp__review__detail:nth-child(odd) .p-lp__review__detail-content:before {
  left: -16px;
}
.p-lp__review__detail:nth-child(even) {
  flex-direction: row-reverse;
}
.p-lp__review__detail:nth-child(even) .p-lp__review__detail-content:before {
  right: -16px;
}
.p-lp__review__detail-illust {
  display: none;
}
@media (min-width: 640px) {
  .p-lp__review__detail-illust {
    width: 96px;
    display: block;
  }
}
.p-lp__review__detail-content {
  padding: 16px 24px;
  background-color: rgb(252, 253, 254);
  border-radius: 16px;
  position: relative;
  width: calc(100% - 16px);
}
@media (min-width: 640px) {
  .p-lp__review__detail-content {
    width: auto;
    flex: 1;
  }
}
.p-lp__review__detail-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 27px solid rgb(252, 253, 254);
  border-top: 0;
  bottom: 0;
}
.p-lp__review__detail-name {
  margin-bottom: 8px;
  color: rgb(22, 26, 29);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.28px;
}
@media (min-width: 640px) {
  .p-lp__review__detail-name {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1280px) {
  .p-lp__review__detail-name {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1280px) {
  .p-lp__review__detail-name span {
    display: inline-block;
  }
}
.p-lp__review__detail-name {
  color: rgb(65, 77, 88);
}
.p-lp__review__detail-title {
  color: rgb(22, 26, 29);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (min-width: 640px) {
  .p-lp__review__detail-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1280px) {
  .p-lp__review__detail-title {
    line-height: 30px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1280px) {
  .p-lp__review__detail-title span {
    display: inline-block;
  }
}
.p-lp__review__detail-title {
  color: rgb(49, 145, 168);
  margin-bottom: 16px;
}
.p-lp__review__detail-text {
  color: rgb(65, 77, 88);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgb(65, 77, 88);
}