@charset "UTF-8";
/**
 * BOS メインスタイルシート
 * FLOCSS設計
 */
/* ++++++++++++++++++++++++++++++++++++++++++
	Theme Name: BOS - バックオフィスソリューションズ

	Description: スマケイ 公式サイト
	Version: 1.0
++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-en {
  font-family: "Cormorant Garamond", serif;
}

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

/*
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;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

ul,
ol {
  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;
}

th {
  text-align: left;
}

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

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

html,
body {
  overflow-x: hidden;
}

/*------------------------------------
SP特化サイト用メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定
-----------------------*/
/*---------------------
//Fontサイズ vw可変指定（SP特化サイト用）
----------------------*/
/* @include font-vw(font-size, 440px, 16px, 12px);
SP特化サイトの最大幅440pxのとき16pxの文字sizeをvw変換し、
幅を狭めるごとに比率で縮めるが、そのまま適用すると早々に小さくなりすぎるので、
最小値12pxを指定。最小値になる幅sizeを割り出し、メディアクエリにmin指定することで
16pxの比率のまま縮め、12px以下には縮まないという指定にしている。
*/
/*---------------------
 ★ リンク文字色 一括指定
-----------------------*/
/*---------------------
 ★ リンク下線復活
-----------------------*/
/*-------------------------------------
 ★ リンク下線消去 一括指定//フォーカスのみ下線
---------------------------------------*/
/*-------------------------------------
 ★ floatのあとは自動 clear: both;
 @include clearfix;
 float: left;
 のように使用する
---------------------------------------*/
/*-------------------------------------
 ★セレクトのプロパティをサイズ指定して変更
---------------------------------------*/
/*-------------------------------------

   レイアウト汎用

---------------------------------------*/
/*-----------------------------------

 上部余白

-----------------------------------*/
/*-----------------------------------

| 左余白（レスポンシブ）

-----------------------------------*/
/*-----------------------------------

 改行制御

-----------------------------------*/
/*-----------------------------------

 中央寄せと左寄せ制御

-----------------------------------*/
/*--------------------------------------------
//文字数を指定行数で丸めて…で省略・複数行対応mixin
----------------------------------------------*/
/*-----------------------------------

 文章段落

-----------------------------------*/
/*------------------------------------
コンテナ MIXIN
---------------------------------*/
/*
使い方例：

// 最大幅1200px、パディング20px（パディングを指定する場合）
@include l-container(1200px, 20px);  

// 最大幅1000px、パディング25px（デフォルト設定値なので省略可能）
@include l-container(1000px); 

// 最大幅800px、パディングなし
@include l-container-full(800px);

関連ファイル：
- assets/scss/layout/_l-container.scss で実際のクラス定義に使用
- .l-container-1200, .l-container-1000 などのクラスで利用
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #071026;
  background-color: #f6f6f6;
  line-height: 1.7;
  font-size: 16px;
}

.b,
strong {
  font-weight: bold;
}

a {
  color: #071026;
  text-decoration: none;
  transition: 0.3s ease;
}
a:visited, a:hover, a:active, a:focus {
  color: #071026;
  text-decoration: none;
}

a.link-none {
  pointer-events: none !important;
}

[id] {
  scroll-margin-top: 88px;
}

::selection {
  background-color: rgb(187.8947368421, 212.5657894737, 247.1052631579);
  color: #071026;
}

.l-header {
  width: 100%;
  background: linear-gradient(180deg, rgba(240, 241, 243, 0.95) 0%, rgba(255, 255, 255, 0.98) 40%, rgb(255, 255, 255) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.l-header__container {
  max-width: 1490px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
}

.l-header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 1370px) {
  .l-header__inner {
    display: flex;
    padding: 15px 0;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 410px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1370px) {
  .l-header__logo {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .l-header__logo {
    width: 66.6vw;
    min-width: 200px;
  }
}

.l-header__nav {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
@media screen and (max-width: 1370px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
  height: 100%;
}

.l-header__menu-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header__menu-item--mega {
  position: static;
}

.l-header__menu-link {
  display: flex;
  align-items: center;
  height: 88px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
}
.l-header__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fd9a00;
  transition: width 0.3s ease;
}
.l-header__menu-link:hover::after {
  width: 100%;
}

.l-header__menu-item--cta .l-header__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff5722;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.1s;
  color: #ffffff;
  text-decoration: none;
}
.l-header__menu-item--cta .l-header__cta-link:visited, .l-header__menu-item--cta .l-header__cta-link:hover, .l-header__menu-item--cta .l-header__cta-link:active, .l-header__menu-item--cta .l-header__cta-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.l-header__menu-item--cta .l-header__cta-link:hover {
  background-color: #ff7600;
  transform: translateY(2px) scale(1.03);
}
.l-header__menu-item--cta .l-header__cta-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__menu-item--cta .l-header__cta-icon svg {
  width: 100%;
  height: 100%;
}
.l-header__menu-item--cta .l-header__cta-text {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
}

.c-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header__menu-item--mega:hover .c-mega-menu, .l-header__menu-item--mega:focus-within .c-mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-mega-menu__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 40px 20px;
}

.c-mega-menu__column {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
  position: relative;
}
.c-mega-menu__column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.c-mega-menu__column--multi {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-mega-menu__section .c-mega-menu__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1.7;
  margin-bottom: 8px;
}
.c-mega-menu__section .c-mega-menu__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin-top: 8px;
}
.c-mega-menu__section .c-mega-menu__title a {
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__section .c-mega-menu__title a:visited, .c-mega-menu__section .c-mega-menu__title a:hover, .c-mega-menu__section .c-mega-menu__title a:active, .c-mega-menu__section .c-mega-menu__title a:focus {
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__section .c-mega-menu__title a:hover {
  color: #337ee7;
}
.c-mega-menu__section .c-mega-menu__list {
  margin-top: 12px;
}

.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1.7;
}
.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin-top: 8px;
}
.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a {
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a:visited, .c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a:hover, .c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a:active, .c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a:focus {
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__title a:hover {
  color: #337ee7;
}

.c-mega-menu__column:not(.c-mega-menu__column--multi) > .c-mega-menu__list {
  margin-top: 20px;
}

.c-mega-menu__item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-mega-menu__item a {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  transition: background 0.3s ease, transform 0.3s ease;
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__item a:visited, .c-mega-menu__item a:hover, .c-mega-menu__item a:active, .c-mega-menu__item a:focus {
  color: #071026;
  text-decoration: none;
}
.c-mega-menu__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -5px;
}
.c-mega-menu__item a:hover {
  background: #f5f5f5;
  transform: translateX(6px);
}

.c-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  padding: 16px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 300;
}
.l-header__menu-item--sub:hover .c-sub-menu, .l-header__menu-item--sub:focus-within .c-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-sub-menu__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 32px 10px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1.5;
  white-space: nowrap;
  transition: background 0.3s ease;
  color: #071026;
  text-decoration: none;
}
.c-sub-menu__item a:visited, .c-sub-menu__item a:hover, .c-sub-menu__item a:active, .c-sub-menu__item a:focus {
  color: #071026;
  text-decoration: none;
}
.c-sub-menu__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}
.c-sub-menu__item a:hover {
  background: #f5f5f5;
}
.c-sub-menu__item a .c-sub-menu__text {
  transition: transform 0.3s ease;
}
.c-sub-menu__item a:hover .c-sub-menu__text {
  transform: translateX(6px);
}

.l-header__menu-item--mega:hover > .l-header__menu-link::after,
.l-header__menu-item--mega:focus-within > .l-header__menu-link::after,
.l-header__menu-item--sub:hover > .l-header__menu-link::after,
.l-header__menu-item--sub:focus-within > .l-header__menu-link::after {
  width: 100%;
}

.l-header__hamburger {
  display: block;
  display: none;
}
@media screen and (max-width: 1370px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 1370px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    z-index: 1050;
  }
}

.l-header__hamburger-bar {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #071026;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
  flex-shrink: 0;
}

.l-header__hamburger.is-open .l-header__hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.l-header__hamburger.is-open .l-header__hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l-header__hamburger.is-open .l-header__hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.l-sp-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-sp-menu-overlay.is-open {
  opacity: 1;
}
@media screen and (min-width: 1371px) {
  .l-sp-menu-overlay {
    display: none !important;
  }
}

.l-sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 86vw;
  height: 100dvh;
  background: #fff;
  z-index: 1100;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: none;
}
.l-sp-menu.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 1371px) {
  .l-sp-menu {
    display: none !important;
  }
}

.l-sp-menu__header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.l-sp-menu__header-logo a {
  display: block;
  line-height: 1;
}
.l-sp-menu__header-logo img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.l-sp-menu__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  flex-shrink: 0;
}

.l-sp-menu__close-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #071026;
  border-radius: 2px;
  position: absolute;
}
.l-sp-menu__close-bar:nth-child(1) {
  transform: rotate(45deg);
}
.l-sp-menu__close-bar:nth-child(2) {
  transform: rotate(-45deg);
}

.l-sp-menu__inner {
  padding: 0 0 40px;
}

.l-sp-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-sp-menu__item {
  border-bottom: 1px solid #e8e8e8;
}
.l-sp-menu__item:first-child {
  border-top: 1px solid #e8e8e8;
}

.l-sp-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1;
  text-decoration: none;
}
.l-sp-menu__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.l-sp-menu__link:hover {
  background: #f5f7fa;
  color: #337ee7;
}

.l-sp-menu__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
}
.l-sp-menu__accordion-trigger:hover {
  background: #f5f7fa;
}
.l-sp-menu__accordion-trigger[aria-expanded=true] {
  color: #337ee7;
  background: #f0f5fd;
}
.l-sp-menu__accordion-trigger[aria-expanded=true] .l-sp-menu__accordion-icon::before {
  transform: rotate(135deg);
  margin-top: 2px;
}

.l-sp-menu__accordion-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-sp-menu__accordion-icon::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #337ee7;
  border-right: 2px solid #337ee7;
  transform: rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
  margin-top: -3px;
}

.l-sp-menu__accordion-body {
  overflow: hidden;
  background: #f8f9fc;
}
.l-sp-menu__accordion-body.is-animating {
  display: block;
}

.l-sp-menu__sub-list {
  list-style: none;
  margin: 0;
  padding: 8px 0 12px;
}

.l-sp-menu__sub-item a {
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 32px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0em;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.l-sp-menu__sub-item a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 10px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.l-sp-menu__sub-item a:hover {
  background: #edf2fb;
  color: #337ee7;
}
.l-sp-menu__sub-item a:hover::before {
  background: #337ee7;
}
.l-sp-menu__sub-item--heading {
  margin-top: 12px;
}
.l-sp-menu__sub-item--heading:first-child {
  margin-top: 0;
}
.l-sp-menu__sub-item--heading a {
  padding: 10px 20px 10px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
  background: #eff3fa;
}
.l-sp-menu__sub-item--heading a::before {
  display: none;
}
.l-sp-menu__sub-item--heading a:hover {
  background: #e3ecf9;
  color: #337ee7;
}

.l-sp-menu__cta-area {
  padding: 28px 20px 0;
}

.l-sp-menu__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background-color: #ff5722;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.l-sp-menu__cta-link:hover {
  background-color: #ff7600;
  color: #ffffff !important;
}

.l-sp-menu__cta-icon {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.l-sp-menu__cta-icon svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
}

.l-sp-menu__privacy {
  margin-top: 16px;
  text-align: center;
}
.l-sp-menu__privacy a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0em;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.l-sp-menu__privacy a:hover {
  color: #337ee7;
}

.l-footer {
  background: #022648;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .l-footer {
    padding-bottom: 160px;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 20px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px;
    gap: 40px;
  }
}
.l-footer__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.l-footer__company {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.l-footer__company-type {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
  line-height: 1;
}
.l-footer__company-name {
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .l-footer__company-name {
    font-size: 1.125rem;
  }
}
.l-footer__offices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .l-footer__offices {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.l-footer__office {
  background: rgba(255, 255, 255, 0.06);
  padding: 16px 20px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.l-footer__office:hover {
  background: rgba(255, 255, 255, 0.1);
}
.l-footer__office-name {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.l-footer__office-address {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.l-footer__service-areas {
  margin-top: 4px;
  opacity: 0.55;
}
.l-footer__service-areas-group {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.l-footer__service-areas-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.l-footer__service-areas-pref {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 4px;
}
.l-footer__service-areas-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 0;
}
.l-footer__service-areas-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .l-footer__right {
    align-items: flex-start;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
  }
}
.l-footer__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.l-footer__nav-link .material-icons {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease, color 0.2s ease;
}
.l-footer__nav-link:hover {
  color: #fff;
}
.l-footer__nav-link:hover .material-icons {
  color: #fff;
  transform: translateX(3px);
}
.l-footer__nav-link:visited {
  color: rgba(255, 255, 255, 0.85);
}
.l-footer__copyright {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.l-footer__copyright-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 901px) {
  .l-pagetop {
    bottom: 140px;
    right: 30px;
  }
}
.l-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-pagetop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #337ee7;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.l-pagetop__btn .material-icons {
  font-size: 26px;
  color: #fff;
}
.l-pagetop__btn:hover {
  background: #0c1f71;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 20px;
    right: 20px;
  }
  .l-pagetop__btn {
    width: 46px;
    height: 46px;
  }
  .l-pagetop__btn .material-icons {
    font-size: 22px;
  }
}

.c-btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #337ee7;
  padding: 16px 36px;
  border-radius: calc(infinity * 1px);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.c-btn-more__icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.c-btn-more:hover {
  background: #0054ac;
  transform: translateY(-2px);
}
.c-btn-more:hover .c-btn-more__icon {
  transform: translateX(4px);
}
.c-btn-more:visited {
  color: #fff;
}
.c-btn-more--down .c-btn-more__icon {
  transition: transform 0.3s ease;
}
.c-btn-more--down:hover .c-btn-more__icon {
  transform: translateX(0) translateY(3px);
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    font-size: 0.875rem;
    padding: 14px 28px;
  }
}
.c-btn-more--green {
  background: #2e7d32;
}
.c-btn-more--green:hover {
  background: rgb(32.2807017544, 87.7192982456, 35.0877192982);
}
.c-btn-more--green:visited {
  color: #fff;
}
.c-btn-more--sm {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 12px 24px;
}
.c-btn-more--sm .c-btn-more__icon {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-btn-more--sm {
    font-size: 0.75rem;
    padding: 10px 20px;
  }
  .c-btn-more--sm .c-btn-more__icon {
    font-size: 16px;
  }
}

.c-btn-more__icon--down {
  transition: transform 0.3s ease;
}

.c-btn-more:hover .c-btn-more__icon--down,
.c-btn-more:focus-visible .c-btn-more__icon--down {
  transform: translateY(3px);
}

.c-compact-cta__area {
  margin-top: 80px;
  padding: 80px 20px;
  background-color: #337ee7;
  background-image: url(img/bg-03.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__area {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
.c-compact-cta__box {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 48px 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .c-compact-cta__box {
    padding: 32px 20px;
  }
}
.c-compact-cta__sub-ttl {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__sub-ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .c-compact-cta__sub-ttl {
    font-size: 1rem;
  }
}
.c-compact-cta__ttl {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__ttl {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .c-compact-cta__ttl {
    font-size: 1.25rem;
  }
}
.c-compact-cta__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.c-compact-cta__wrapper > a {
  display: block;
  width: 50%;
  padding: 24px 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.c-compact-cta__wrapper > a:first-of-type {
  border-right: 1px solid #ebebeb;
}
.c-compact-cta__wrapper > a:hover {
  background-color: rgba(51, 126, 231, 0.04);
}
@media screen and (max-width: 768px) {
  .c-compact-cta__wrapper > a {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: transparent;
    border: 1px solid rgba(12, 31, 113, 0.22);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(12, 31, 113, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  .c-compact-cta__wrapper > a:first-of-type {
    border-right: 1px solid rgba(12, 31, 113, 0.22);
  }
  .c-compact-cta__wrapper > a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(51, 126, 231, 0.12) 0%, rgba(253, 154, 0, 0.12) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  .c-compact-cta__wrapper > a:hover, .c-compact-cta__wrapper > a:focus-visible {
    border-color: rgba(51, 126, 231, 0.45);
    box-shadow: 0 14px 34px rgba(12, 31, 113, 0.1);
    transform: translateY(-1px);
  }
  .c-compact-cta__wrapper > a:hover::before, .c-compact-cta__wrapper > a:focus-visible::before {
    opacity: 1;
  }
}
.c-compact-cta__wrapper .wrapper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .c-compact-cta__wrapper .wrapper-item {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-compact-cta__wrapper .wrapper-item {
    position: relative;
    z-index: 1;
  }
}
.c-compact-cta__wrapper .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-compact-cta__wrapper .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .c-compact-cta__wrapper .icon {
    width: 40px;
    height: 40px;
  }
}
.c-compact-cta__wrapper .label-tel {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #fd1500;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .c-compact-cta__wrapper .label-tel {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 480px) {
  .c-compact-cta__wrapper .label-tel {
    font-size: 1.375rem;
  }
}
.c-compact-cta__wrapper .label-tel .time {
  display: block;
  margin-top: 6px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .c-compact-cta__wrapper .label-tel .time {
    font-size: 0.6875rem;
  }
}
.c-compact-cta__wrapper .label-mail {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .c-compact-cta__wrapper .label-mail {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .c-compact-cta__wrapper .label-mail {
    font-size: 1rem;
  }
}
.c-compact-cta__hero-style {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__hero-style {
    margin-top: 20px;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__inner {
  max-width: 900px;
  margin: 0 auto;
}
.c-compact-cta__hero-style .p-home-hero-cta__box {
  border-radius: 16px;
  background: linear-gradient(135deg, #0054ac 0%, #337ee7 55%, #68caf7 140%);
  box-shadow: 0 18px 40px rgba(2, 38, 72, 0.28);
  padding: 22px 26px;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__hero-style .p-home-hero-cta__box {
    padding: 18px 16px;
    border-radius: 14px;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__hero-style .p-home-hero-cta__buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(12, 31, 113, 0.14);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 126, 231, 0.12) 0%, rgba(253, 154, 0, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn:hover, .c-compact-cta__hero-style .p-home-hero-cta__btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  border-color: rgba(51, 126, 231, 0.3);
}
.c-compact-cta__hero-style .p-home-hero-cta__btn:hover::before, .c-compact-cta__hero-style .p-home-hero-cta__btn:focus-visible::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__hero-style .p-home-hero-cta__btn {
    padding: 14px 14px;
    border-radius: 12px;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(218, 229, 238, 0.6);
  border: 1px solid rgba(12, 31, 113, 0.1);
  color: #0c1f71;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-icon img {
  width: 26px;
  height: 26px;
  display: block;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-icon .material-icons {
  font-size: 28px;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.03em;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .c-compact-cta__hero-style .p-home-hero-cta__btn-title {
    font-size: 18px;
  }
}
@media (min-width: 375px) and (max-width: 1199px) {
  .c-compact-cta__hero-style .p-home-hero-cta__btn-title {
    font-size: calc(0.2424242424vw + 15.0909090909px);
  }
}
@media (max-width: 374px) {
  .c-compact-cta__hero-style .p-home-hero-cta__btn-title {
    font-size: 16px;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__btn-sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-compact-cta__hero-style .p-home-hero-cta__btn--tel .p-home-hero-cta__btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.c-compact-cta__hero-style .p-home-hero-cta__tel-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.c-compact-cta__hero-style .p-home-hero-cta__tel-number {
  font-family: "Roboto", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: calc(35 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.01em;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-compact-cta__hero-style .p-home-hero-cta__tel-number {
    font-style: normal;
    font-weight: 800;
    font-size: calc(20 / 16 * 1rem);
    color: #ff5722;
    letter-spacing: 0.01em;
    line-height: 1.1;
  }
}
.c-compact-cta__hero-style .p-home-hero-cta__tel-time {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.c-cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 12px 20px 16px;
  transform: translateY(100%);
  transition: transform 0.35s ease-out;
  pointer-events: none;
}
body.is-past-fv .c-cta-fixed {
  transform: translateY(0);
  pointer-events: auto;
}
body.is-cta-fixed-closed .c-cta-fixed {
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .c-cta-fixed {
    display: none !important;
  }
}
.c-cta-fixed__close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #0c1f71;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.c-cta-fixed__close .material-icons {
  font-size: 22px;
}
.c-cta-fixed__close:hover {
  background: #fff;
  color: #337ee7;
  transform: scale(1.05);
}
.c-cta-fixed__close:focus-visible {
  outline: 2px solid #0c1f71;
  outline-offset: 2px;
}
.c-cta-fixed__inner {
  max-width: 700px;
  margin: 0 auto;
}
.c-cta-fixed__box {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg, #0054ac 0%, #337ee7 55%, #68caf7 140%);
  box-shadow: 0 18px 40px rgba(2, 38, 72, 0.28);
  padding: 18px 24px;
}
.c-cta-fixed__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.c-cta-fixed__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(12, 31, 113, 0.14);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.c-cta-fixed__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 126, 231, 0.12) 0%, rgba(253, 154, 0, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.c-cta-fixed__btn:hover, .c-cta-fixed__btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  border-color: rgba(51, 126, 231, 0.3);
}
.c-cta-fixed__btn:hover::before, .c-cta-fixed__btn:focus-visible::before {
  opacity: 1;
}
.c-cta-fixed__btn-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(218, 229, 238, 0.6);
  border: 1px solid rgba(12, 31, 113, 0.1);
  color: #0c1f71;
}
.c-cta-fixed__btn-icon .material-icons {
  font-size: 24px;
}
.c-cta-fixed__btn-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-cta-fixed__btn-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.03em;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-cta-fixed__btn-sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-cta-fixed__btn--tel .c-cta-fixed__btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.c-cta-fixed__tel-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.c-cta-fixed__tel-number {
  font-family: "Roboto", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: calc(24 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.01em;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.c-cta-fixed__tel-time {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.c-page-header {
  background: #0c1f71;
  padding-top: calc(88px + 48px);
  padding-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1370px) {
  .c-page-header {
    padding-top: calc(66px + 32px);
    padding-bottom: 32px;
  }
}

.c-page-header__label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 8px;
}

.c-page-header__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-page-header__title {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .c-page-header__title {
    font-size: calc(1.7857142857vw + 18.2857142857px);
  }
}
@media (max-width: 319px) {
  .c-page-header__title {
    font-size: 24px;
  }
}

.c-section-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(58 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .c-section-title {
    font-size: 58px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .c-section-title {
    font-size: calc(4.0909090909vw + 8.9090909091px);
  }
}
@media (max-width: 319px) {
  .c-section-title {
    font-size: 22px;
  }
}
.c-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ff5722;
  margin: 16px auto 0;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    text-align: left;
  }
  .c-section-title::after {
    margin-left: 0;
    margin-right: auto;
  }
}

.p-home .p-home-hero {
  position: relative;
  width: 100vw;
  height: calc(100vh - 88px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 88px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a365d 0%, #2d5a87 50%, #3d7ab5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1370px) {
  .p-home .p-home-hero {
    height: calc(100vh - 66px);
    margin-top: 66px;
  }
}
.p-home .p-home-hero__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-home .p-home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
.p-home .p-home-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.12) 63%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero__overlay {
    background: linear-gradient(182deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-home .p-home-hero__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero__inner {
    left: 0;
    transform: none;
    max-width: none;
    pointer-events: auto;
  }
}
.p-home .p-home-hero__content {
  position: absolute;
  top: 4%;
  left: 20px;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero__content {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 66px - 24px);
  }
}
.p-home .p-home-hero__catch {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero__catch {
    margin-bottom: 16px;
  }
}
.p-home .p-home-hero__catch-main {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: calc(70 / 16 * 1rem);
  color: #144c7a;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: #ffffff 1px 0 10px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9)) drop-shadow(0 1px 2px rgba(255, 255, 255, 0.5));
}
@media (min-width: 1000px) {
  .p-home .p-home-hero__catch-main {
    font-size: 70px;
  }
}
@media (min-width: 480px) and (max-width: 999px) {
  .p-home .p-home-hero__catch-main {
    font-size: calc(8.4615384615vw + -14.6153846154px);
  }
}
@media (max-width: 479px) {
  .p-home .p-home-hero__catch-main {
    font-size: 26px;
  }
}
.p-home .p-home-hero__word {
  display: block;
}
.p-home .p-home-hero__accent {
  color: #ff5722;
}
.p-home .p-home-hero__catch-sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(20 / 16 * 1rem);
  color: #144c7a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  line-height: 1.8;
  text-shadow: #ffffff 1px 0 10px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9)) drop-shadow(0 1px 2px rgba(255, 255, 255, 0.5));
}
@media (min-width: 1000px) {
  .p-home .p-home-hero__catch-sub {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 999px) {
  .p-home .p-home-hero__catch-sub {
    font-size: calc(1.1538461538vw + 8.4615384615px);
  }
}
@media (max-width: 479px) {
  .p-home .p-home-hero__catch-sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home .p-home-hero__catch-sub {
    line-height: 1.7;
  }
}
.p-home .p-home-hero__anchors {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  max-width: 335px;
}
@media screen and (max-height: 730px) and (min-width: 769px) {
  .p-home .p-home-hero__anchors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 700px;
  }
}
.p-home .p-home-hero__anchors .p-home-hero__anchor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 14px;
  width: 100%;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-synthesis: none;
  background: #337ee7;
  padding: 18px 25px 20px;
  border-radius: calc(infinity * 1px);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor:hover {
  background: #0054ac;
  transform: translateY(-2px);
}
.p-home .p-home-hero__anchors .p-home-hero__anchor:hover .p-home-hero__anchor-icon {
  transform: translateX(4px);
}
.p-home .p-home-hero__anchors .p-home-hero__anchor:visited {
  color: #fff;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  justify-self: end;
  line-height: 1;
  transition: transform 0.3s ease;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor-icon--down {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor:hover .p-home-hero__anchor-icon--down,
.p-home .p-home-hero__anchors .p-home-hero__anchor:focus-visible .p-home-hero__anchor-icon--down {
  transform: translateY(3px);
}
.p-home .p-home-hero__anchors .p-home-hero__anchor--green {
  background: #2e7d32;
}
.p-home .p-home-hero__anchors .p-home-hero__anchor--green:hover {
  background: rgb(32.2807017544, 87.7192982456, 35.0877192982);
}
.p-home .p-home-hero__anchors .p-home-hero__anchor--green:hover .p-home-hero__anchor-icon {
  transform: translateX(4px);
}
.p-home .p-home-hero__anchors .p-home-hero__anchor--green:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero__anchors {
    gap: 0;
    margin: 0 10px;
    margin-top: auto;
    max-width: none;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    padding: 12px 16px 16px;
    box-shadow: 0 4px 20px rgba(2, 38, 72, 0.12);
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor {
    font-size: 0.75rem;
    padding: 14px 4px 14px 0;
    background: transparent;
    color: #0c1f71;
    border-radius: 0;
    border-bottom: 1px solid rgba(12, 31, 113, 0.12);
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor:last-child {
    border-bottom: none;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor:hover {
    background: rgba(51, 126, 231, 0.06);
    transform: none;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor:visited {
    color: #0c1f71;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor .p-home-hero__anchor-icon {
    width: 16px;
    height: 16px;
    color: #0c1f71;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor:hover .p-home-hero__anchor-icon--down,
  .p-home .p-home-hero__anchors .p-home-hero__anchor:focus-visible .p-home-hero__anchor-icon--down {
    transform: translateY(3px);
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor-icon--down {
    width: 20px;
    height: 20px;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor--green {
    color: #2e7d32;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor--green:hover {
    background: rgba(46, 125, 50, 0.08);
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor--green:visited {
    color: #2e7d32;
  }
  .p-home .p-home-hero__anchors .p-home-hero__anchor--green .p-home-hero__anchor-icon {
    color: #2e7d32;
  }
}
.p-home .p-home-hero-cta {
  position: relative;
  z-index: 4;
  margin-top: -156px;
  padding: 0 20px;
}
@media screen and (max-height: 708px) and (min-width: 769px) {
  .p-home .p-home-hero-cta {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero-cta {
    margin-top: -30px;
    padding: 20px 20px 0;
  }
}
.p-home .p-home-hero-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-home .p-home-hero-cta__box {
  border-radius: 16px;
  background: linear-gradient(135deg, #0054ac 0%, #337ee7 55%, #68caf7 140%);
  box-shadow: 0 18px 40px rgba(2, 38, 72, 0.28);
  padding: 22px 26px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero-cta__box {
    padding: 18px 16px;
    border-radius: 14px;
  }
}
.p-home .p-home-hero-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero-cta__buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-home .p-home-hero-cta__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(12, 31, 113, 0.14);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.p-home .p-home-hero-cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 126, 231, 0.12) 0%, rgba(253, 154, 0, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.p-home .p-home-hero-cta__btn:hover, .p-home .p-home-hero-cta__btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  border-color: rgba(51, 126, 231, 0.3);
}
.p-home .p-home-hero-cta__btn:hover::before, .p-home .p-home-hero-cta__btn:focus-visible::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero-cta__btn {
    padding: 14px 14px;
    border-radius: 12px;
  }
}
.p-home .p-home-hero-cta__btn-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(218, 229, 238, 0.6);
  border: 1px solid rgba(12, 31, 113, 0.1);
  color: #0c1f71;
}
.p-home .p-home-hero-cta__btn-icon img {
  width: 26px;
  height: 26px;
  display: block;
}
.p-home .p-home-hero-cta__btn-icon .material-icons {
  font-size: 28px;
}
.p-home .p-home-hero-cta__btn-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-home .p-home-hero-cta__btn-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.03em;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .p-home .p-home-hero-cta__btn-title {
    font-size: 18px;
  }
}
@media (min-width: 375px) and (max-width: 1199px) {
  .p-home .p-home-hero-cta__btn-title {
    font-size: calc(0.2424242424vw + 15.0909090909px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-hero-cta__btn-title {
    font-size: 16px;
  }
}
.p-home .p-home-hero-cta__btn-sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-home .p-home-hero-cta__btn--tel .p-home-hero-cta__btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.p-home .p-home-hero-cta__tel-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.p-home .p-home-hero-cta__tel-number {
  font-family: "Roboto", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: calc(35 / 16 * 1rem);
  color: #ff5722;
  letter-spacing: 0.01em;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-hero-cta__tel-number {
    font-style: normal;
    font-weight: 800;
    font-size: calc(20 / 16 * 1rem);
    color: #ff5722;
    letter-spacing: 0.01em;
    line-height: 1.1;
  }
}
.p-home .p-home-hero-cta__tel-time {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.p-home .p-home-appeal {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media only screen and (max-width: 1000px) {
  .p-home .p-home-appeal {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home .p-home-appeal {
    padding-bottom: 60px;
  }
}
.p-home .p-home-appeal__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home .p-home-appeal__title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(68 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.08em;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-home .p-home-appeal__title {
    font-size: 68px;
  }
}
@media (min-width: 375px) and (max-width: 1199px) {
  .p-home .p-home-appeal__title {
    font-size: calc(4.8484848485vw + 9.8181818182px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-appeal__title {
    font-size: 28px;
  }
}
.p-home .p-home-appeal__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-appeal__grid {
    gap: 36px;
    margin-top: 36px;
  }
}
.p-home .p-home-appeal__item {
  display: flex;
  flex-direction: column;
}
.p-home .p-home-appeal__card {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-home .p-home-appeal__card {
    flex-direction: column;
  }
}
.p-home .p-home-appeal__card-label {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  background: #0c1f71;
  border-radius: calc(infinity * 1px);
  padding: 8px 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-home .p-home-appeal__card-label {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .p-home .p-home-appeal__card-label {
    font-size: calc(0.2544529262vw + 12.0458015267px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-appeal__card-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home-appeal__card-label {
    padding: 6px 18px;
    margin-bottom: 14px;
  }
}
.p-home .p-home-appeal__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 48px 0 0;
}
@media screen and (max-width: 900px) {
  .p-home .p-home-appeal__card-body {
    padding: 0;
  }
}
.p-home .p-home-appeal__card-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .p-home .p-home-appeal__card-title {
    font-size: 32px;
  }
}
@media (min-width: 375px) and (max-width: 999px) {
  .p-home .p-home-appeal__card-title {
    font-size: calc(1.92vw + 12.8px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-appeal__card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home-appeal__card-title {
    margin-bottom: 16px;
  }
}
.p-home .p-home-appeal__card-title-accent {
  color: #ff5722;
}
.p-home .p-home-appeal__card-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 900px) {
  .p-home .p-home-appeal__card-desc {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 899px) {
  .p-home .p-home-appeal__card-desc {
    font-size: calc(0.380952381vw + 12.5714285714px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-appeal__card-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .p-home .p-home-appeal__card-desc br {
    display: none;
  }
}
.p-home .p-home-appeal__card-img {
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 12px;
  overflow: hidden;
}
.p-home .p-home-appeal__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-home .p-home-appeal__card-img {
    flex: none;
    max-width: 100%;
    margin-top: 24px;
  }
  .p-home .p-home-appeal__card-img img {
    aspect-ratio: 16/9;
  }
}
.p-home .p-home-lead {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .p-home .p-home-lead {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home .p-home-lead {
    padding-bottom: 60px;
  }
}
.p-home .p-home-lead #lead-01,
.p-home .p-home-lead #lead-02,
.p-home .p-home-lead #lead-03 {
  scroll-margin-top: calc(88px + 20px);
}
@media screen and (max-width: 1370px) {
  .p-home .p-home-lead #lead-01,
  .p-home .p-home-lead #lead-02,
  .p-home .p-home-lead #lead-03 {
    scroll-margin-top: calc(66px + 16px);
  }
}
.p-home .p-home-lead__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home .p-home-lead__row {
  margin-top: 70px;
}
.p-home .p-home-lead__row:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home-lead__row {
    margin-top: 24px;
  }
  .p-home .p-home-lead__row:first-child {
    margin-top: 32px;
  }
}
.p-home .p-home-lead__card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.p-home .p-home-lead__card:hover {
  transform: translateY(-4px);
}
.p-home .p-home-lead__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 24px 20px;
  background: linear-gradient(135deg, #0054ac 0%, #337ee7 55%, #68caf7 140%);
}
.p-home .p-home-lead__card-number {
  font-style: normal;
  font-weight: 700;
  font-size: calc(40 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  opacity: 0.95;
}
.p-home .p-home-lead__card-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-home .p-home-lead__card-title {
    font-size: 22px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .p-home .p-home-lead__card-title {
    font-size: calc(0.7633587786vw + 16.1374045802px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-lead__card-title {
    font-size: 19px;
  }
}
.p-home .p-home-lead__card-img {
  margin: 16px 24px 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-home .p-home-lead__card-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.p-home .p-home-lead__card-body {
  padding: 20px 24px 0;
  flex: 1;
}
.p-home .p-home-lead__card-voices {
  list-style: none;
  padding: 12px 16px;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(51, 126, 231, 0.06);
  border-radius: 8px;
}
.p-home .p-home-lead__voice-item {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
}
.p-home .p-home-lead__voice-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #337ee7;
  border-radius: 50%;
}
.p-home .p-home-lead__card-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-home .p-home-lead__card-footer {
  padding: 20px 24px 24px;
  margin-top: auto;
}
.p-home .p-home-lead__card-tags {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-home .p-home-lead__tag-item {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 12px;
  background: #337ee7;
  border: none;
  border-radius: calc(infinity * 1px);
  white-space: nowrap;
}
.p-home .p-home-lead__block--pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .p-home .p-home-lead__block--pc {
    display: grid;
    border-radius: 12px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "lead-head lead-head" "lead-left lead-right";
  }
}
.p-home .p-home-lead__block--sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .p-home .p-home-lead__block--sp {
    display: none;
  }
}
.p-home .p-home-lead__block-heading {
  grid-area: lead-head;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 16px;
  padding: 28px 24px 18px;
  position: relative;
}
.p-home .p-home-lead__block-heading::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: rgba(12, 31, 113, 0.08);
}
.p-home .p-home-lead__block-number {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 14px;
  border-radius: 7px;
  background: #0c1f71;
  margin-top: 3px;
}
@media (min-width: 1000px) {
  .p-home .p-home-lead__block-number {
    font-size: 32px;
  }
}
@media (min-width: 375px) and (max-width: 999px) {
  .p-home .p-home-lead__block-number {
    font-size: calc(1.92vw + 12.8px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-lead__block-number {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home-lead__block-number {
    min-width: 44px;
    height: 44px;
  }
}
.p-home .p-home-lead__block-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(46 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1000px) {
  .p-home .p-home-lead__block-title {
    font-size: 46px;
  }
}
@media (min-width: 375px) and (max-width: 999px) {
  .p-home .p-home-lead__block-title {
    font-size: calc(4.16vw + 4.4px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-lead__block-title {
    font-size: 20px;
  }
}
.p-home .p-home-lead__block-left {
  grid-area: lead-left;
  padding: 24px 24px 24px;
}
.p-home .p-home-lead__block-img {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-home .p-home-lead__block-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.p-home .p-home-lead__block-right {
  grid-area: lead-right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px 24px 32px;
}
.p-home .p-home-lead__block-body {
  padding: 0;
}
.p-home .p-home-lead__block-voices {
  list-style: none;
  padding: 12px 16px;
  margin: 16px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(51, 126, 231, 0.06);
  border-radius: 8px;
}
.p-home .p-home-lead__block-voice {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
}
.p-home .p-home-lead__block-voice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #337ee7;
  border-radius: 50%;
}
.p-home .p-home-lead__block-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 1000px) {
  .p-home .p-home-lead__block-desc {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 999px) {
  .p-home .p-home-lead__block-desc {
    font-size: calc(0.8vw + 12px);
  }
}
@media (max-width: 374px) {
  .p-home .p-home-lead__block-desc {
    font-size: 15px;
  }
}
.p-home .p-home-lead__desc-accent {
  color: #ff5722;
  font-weight: 700;
}
.p-home .p-home-lead__block-footer {
  padding: 20px 0 0;
  margin-top: 16px;
  border-top: 1px solid #ebebeb;
}
.p-home .p-home-lead__block-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-home .p-home-lead__block-tag {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 12px;
  background: #337ee7;
  border: none;
  border-radius: calc(infinity * 1px);
  white-space: nowrap;
}

.p-home-cases {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #e2e8ff;
}
@media only screen and (max-width: 1000px) {
  .p-home-cases {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-cases {
    padding-bottom: 48px;
  }
}
.p-home-cases__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .p-home-cases__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }
}
.p-home-cases__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.p-home-cases__card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.p-home-cases__card--trigger {
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
}
.p-home-cases__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 20px 0;
}
.p-home-cases__card-emp {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #9f9fa7;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-home-cases__tag {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 4px;
  white-space: nowrap;
}
.p-home-cases__tag--industry {
  background: #337ee7;
}
.p-home-cases__tag--employees {
  background: #5b596a;
}
.p-home-cases__card-body {
  padding: 16px 20px;
  flex: 1;
}
.p-home-cases__card-catch {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 12px;
}
.p-home-cases__card-problem {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-home-cases__card-detail {
  margin-top: 12px;
}
.p-home-cases__card-detail-section {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
}
.p-home-cases__card-detail-section:first-child {
  border-top: none;
  padding-top: 0;
}
.p-home-cases__card-detail-section + .p-home-cases__card-detail-section {
  margin-top: 12px;
}
.p-home-cases__card-detail-label {
  font-style: normal;
  font-weight: 600;
  font-size: calc(12 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.p-home-cases__card-result {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-home-cases__card-footer {
  padding: 0 20px 20px;
  margin-top: auto;
}
.p-home-cases__card-meta {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #ebebeb;
}
.p-home-cases__card-meta-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-home-cases__card-meta-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #9f9fa7;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-home-cases__card-meta-value {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-home-cases__card-subsidy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #ffefca;
  border-radius: 4px;
}
.p-home-cases__card-subsidy-badge {
  font-style: normal;
  font-weight: 700;
  font-size: calc(12 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
.p-home-cases__card-subsidy-value {
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-home-cases__more {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .p-home-cases__more {
    margin-top: 32px;
  }
}
.p-home-cases__more .c-btn-more:hover {
  background: #ff5722;
}

.p-home-cases-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal {
    padding: 12px 10px;
  }
}
.p-home-cases-modal[hidden] {
  display: none;
}
.p-home-cases-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.p-home-cases-modal__frame {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: min(800px, 100vw - 32px);
  min-width: 0;
  outline: none;
}
@media screen and (min-width: 769px) {
  .p-home-cases-modal__frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__frame {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
  }
}
.p-home-cases-modal__sheet {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .p-home-cases-modal__sheet {
    flex: 1 1 auto;
    max-width: 720px;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__sheet {
    grid-column: 1/-1;
    grid-row: 1/-1;
    max-width: 100%;
    z-index: 1;
  }
}
.p-home-cases-modal__scroll {
  box-sizing: border-box;
  max-height: min(86vh, 880px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px 22px;
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__scroll {
    padding: 48px 40px 20px;
    max-height: min(88vh, 900px);
  }
}
.p-home-cases-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(7, 16, 38, 0.06);
  color: #071026;
  cursor: pointer;
  transition: background 0.3s ease;
}
.p-home-cases-modal__close:hover {
  background: rgba(7, 16, 38, 0.12);
}
.p-home-cases-modal__close .material-icons {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__close {
    width: 30px;
    height: 30px;
  }
  .p-home-cases-modal__close .material-icons {
    font-size: 18px;
  }
}
.p-home-cases-modal__nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(7, 16, 38, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #337ee7;
  cursor: pointer;
  transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.p-home-cases-modal__nav:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: rgba(51, 126, 231, 0.35);
}
.p-home-cases-modal__nav .material-icons {
  font-size: 20px;
  margin: 0 -2px;
}
@media screen and (min-width: 769px) {
  .p-home-cases-modal__nav--prev {
    order: 1;
  }
  .p-home-cases-modal__nav--next {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__nav {
    grid-column: 1/-1;
    grid-row: 1/-1;
    align-self: center;
    width: 30px;
    height: 30px;
    z-index: 6;
  }
  .p-home-cases-modal__nav .material-icons {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__nav--prev {
    justify-self: start;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-cases-modal__nav--next {
    justify-self: end;
    margin-right: 6px;
  }
}
.p-home-cases-modal__panels {
  position: relative;
  min-width: 0;
}
.p-home-cases-modal__panel {
  min-width: 0;
}
.p-home-cases-modal__panel[hidden] {
  display: none;
}
.p-home-cases-modal__card {
  box-shadow: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.p-home-cases-modal__card .p-home-cases__card-header {
  flex-wrap: wrap;
  row-gap: 6px;
}
.p-home-cases-modal__card:hover {
  transform: none;
  box-shadow: none;
}

.p-home-services {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media only screen and (max-width: 1000px) {
  .p-home-services {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-services {
    padding-bottom: 60px;
  }
}
.p-home-services__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home-services__title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(68 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.08em;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-home-services__title {
    font-size: 68px;
  }
}
@media (min-width: 375px) and (max-width: 1199px) {
  .p-home-services__title {
    font-size: calc(4.8484848485vw + 9.8181818182px);
  }
}
@media (max-width: 374px) {
  .p-home-services__title {
    font-size: 28px;
  }
}
.p-home-services__groups {
  margin-top: 44px;
  column-count: 2;
  column-gap: 24px;
}
@media screen and (max-width: 1000px) {
  .p-home-services__groups {
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-home-services__groups {
    margin-top: 28px;
    column-gap: 18px;
  }
}
.p-home-services__group {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(12, 31, 113, 0.96) 0%, rgba(0, 84, 172, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-services__group {
    margin-bottom: 18px;
    padding: 16px;
  }
}
.p-home-services__group-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0;
}
.p-home-services__group-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  cursor: default;
}
.p-home-services__group-summary::-webkit-details-marker {
  display: none;
}
.p-home-services__group-toggle {
  display: none;
}
.p-home-services__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.p-home-services__card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(12, 31, 113, 0.14);
  box-shadow: 0 4px 14px rgba(2, 38, 72, 0.08);
  padding: 12px 14px;
}
.p-home-services__card-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-home-services__card-desc {
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .p-home-services__group {
    padding: 0;
    overflow: hidden;
  }
  .p-home-services__group-summary {
    margin-bottom: 0;
    padding: 14px 16px;
    cursor: pointer;
    user-select: none;
  }
  .p-home-services__group-toggle {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
  .p-home-services__group-toggle::before, .p-home-services__group-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    transform: translate(-50%, -50%);
  }
  .p-home-services__group-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .p-home-services__group[open] .p-home-services__group-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .p-home-services__group:not([open]) .p-home-services__cards {
    display: none;
  }
  .p-home-services__group[open] .p-home-services__cards {
    padding: 0 16px 16px;
  }
}

.p-home-softwares {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
}
@media only screen and (max-width: 1000px) {
  .p-home-softwares {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-softwares {
    padding-bottom: 72px;
  }
}
.p-home-softwares__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home-softwares__title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(68 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.08em;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-home-softwares__title {
    font-size: 68px;
  }
}
@media (min-width: 375px) and (max-width: 1199px) {
  .p-home-softwares__title {
    font-size: calc(4.8484848485vw + 9.8181818182px);
  }
}
@media (max-width: 374px) {
  .p-home-softwares__title {
    font-size: 28px;
  }
}
.p-home-softwares__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .p-home-softwares__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-softwares__grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-home-softwares__card {
  background: #fff;
  border: 1px solid rgba(12, 31, 113, 0.12);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-home-softwares__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1.4;
  min-height: 2.8em;
}
.p-home-softwares__logo-wrap {
  height: 72px;
  background: #f8fbff;
  border: 1px solid rgba(12, 31, 113, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}
.p-home-softwares__logo {
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.p-home-softwares__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-home-softwares__lead {
  margin-top: 24px;
  padding: 10px 0;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-home-softwares__lead {
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: calc(18 / 16 * 1rem);
    color: #0c1f71;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
.p-home-softwares__more {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .p-home-softwares__more {
    margin-top: 32px;
  }
}
.p-home-softwares__more .c-btn-more:hover {
  background: #ff5722;
}

.p-home + .c-compact-cta__area {
  margin-top: 0;
}

.p-cases__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 20px 100px;
  background: #e2e8ff;
}
@media screen and (max-width: 768px) {
  .p-cases__inner {
    padding: 32px 16px 60px;
  }
}
.p-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-cases__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 580px) {
  .p-cases__grid {
    grid-template-columns: 1fr;
  }
}
.p-cases__more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-cases__more {
    margin-top: 32px;
    gap: 8px;
  }
}
.p-cases .p-cases-filter {
  margin-bottom: 8px;
}
.p-cases .p-cases-filter__group {
  margin-bottom: 20px;
}
.p-cases .p-cases-filter__group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-cases .p-cases-filter__group {
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .p-cases .p-cases-filter__group:first-child {
    border-top: 1px solid #ebebeb;
  }
}
.p-cases .p-cases-filter__heading {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 12px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-cases .p-cases-filter__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.p-cases .p-cases-filter__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-cases .p-cases-filter__icon {
    display: block;
    transition: transform 0.3s ease;
    color: #5b596a;
  }
}
.p-cases .p-cases-filter__group.is-open .p-cases-filter__icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-cases .p-cases-filter__group.is-open .p-cases-filter__tags {
    max-height: 500px;
    padding-bottom: 14px;
    transition: max-height 0.4s ease-in, padding-bottom 0.3s ease-in;
  }
}
.p-cases .p-cases-filter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-cases .p-cases-filter__tags {
    display: flex;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;
  }
}
.p-cases .p-cases-filter__btn {
  appearance: none;
  border: 1px solid #91afcb;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 8px 16px;
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.p-cases .p-cases-filter__btn:hover {
  border-color: #337ee7;
  color: #337ee7;
}
.p-cases .p-cases-filter__btn:hover .p-cases-filter__count {
  background: #337ee7;
  color: #ffffff;
}
.p-cases .p-cases-filter__btn.is-active {
  background: #337ee7;
  border-color: #337ee7;
  color: #ffffff;
  font-weight: 600;
}
.p-cases .p-cases-filter__btn.is-active .p-cases-filter__count {
  background: #fff;
  color: #337ee7;
}
.p-cases .p-cases-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 0 6px;
  background: #ebebeb;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(11 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0em;
  line-height: 1;
  transition: all 0.2s ease;
}

.p-accounting .p-accounting-hero {
  position: relative;
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-accounting .p-accounting-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-hero {
    padding-bottom: 40px;
  }
}
.p-accounting .p-accounting-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./accounting/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}
.p-accounting .p-accounting-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-accounting .p-accounting-hero__inner {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-hero__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-accounting .p-accounting-hero__content {
    width: 100%;
  }
}
.p-accounting .p-accounting-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-hero__category {
    font-size: 12px;
  }
}
.p-accounting .p-accounting-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-hero__title {
    font-size: 40px;
  }
}
.p-accounting .p-accounting-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-hero__tagline {
    font-size: 18px;
  }
}
.p-accounting .p-accounting-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-hero__desc {
    font-size: 12px;
  }
}
.p-accounting .p-accounting-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-accounting .p-accounting-hero__media {
    display: none;
  }
}
.p-accounting .p-accounting-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-accounting .p-accounting-features {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-features {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-features {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-features__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-features__title-img {
  max-width: 1200px;
  margin: 0 auto 48px;
}
.p-accounting .p-accounting-features__title-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-features__title-img {
    margin-bottom: 32px;
  }
}
.p-accounting .p-accounting-features__list {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-features__list {
    flex-direction: column;
  }
}
.p-accounting .p-accounting-features__item {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #aebecc;
}
.p-accounting .p-accounting-features__item:first-child {
  padding-left: 0;
}
.p-accounting .p-accounting-features__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-features__item {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
  .p-accounting .p-accounting-features__item:first-child {
    padding-top: 0;
  }
  .p-accounting .p-accounting-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-accounting .p-accounting-features__img-wrap {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-features__img-wrap {
    margin-bottom: 16px;
  }
}
.p-accounting .p-accounting-features__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-accounting .p-accounting-features__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-features__title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-features__title {
    font-size: calc(0.4545454545vw + 14.5454545455px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-features__title {
    font-size: 16px;
  }
}
.p-accounting .p-accounting-features__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-features__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-features__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-features__text {
    font-size: 13px;
  }
}
.p-accounting .p-accounting-worries {
  background-color: #eaf5f2;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-worries {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-worries__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-worries__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-worries__heading {
    margin-bottom: 32px;
  }
}
.p-accounting .p-accounting-worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 580px) {
  .p-accounting .p-accounting-worries__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-accounting .p-accounting-worries__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-worries__item {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 580px) {
  .p-accounting .p-accounting-worries__item {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-accounting .p-accounting-worries__item:first-child {
    border-top: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-accounting .p-accounting-worries__item:last-child {
    border-bottom: none;
  }
}
.p-accounting .p-accounting-worries__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #26a1c0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-accounting .p-accounting-worries__icon img {
  width: 28px;
  height: 28px;
  display: block;
}
.p-accounting .p-accounting-worries__text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-worries__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-worries__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-worries__text {
    font-size: 13px;
  }
}
.p-accounting .p-accounting-worries__all-support {
  max-width: 1100px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-worries__all-support {
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .p-accounting .p-accounting-worries__all-support {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
.p-accounting .p-accounting-worries__all-support-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media screen and (max-width: 580px) {
  .p-accounting .p-accounting-worries__all-support-img {
    border-radius: 0;
  }
}
.p-accounting .p-accounting-approach {
  --approach-problem-bg: #ffffff;
  --approach-solution-bg: #bde1ff;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-approach {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-approach {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-approach__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-approach__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-accounting .p-accounting-approach__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-accounting .p-accounting-approach__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-accounting .p-accounting-approach__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(60 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-approach__heading {
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-approach__heading {
    font-size: calc(3.1818181818vw + 21.8181818182px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-approach__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-approach__heading {
    margin-bottom: 36px;
  }
}
.p-accounting .p-accounting-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-approach__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-accounting .p-accounting-approach__block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-accounting .p-accounting-approach__problem {
  background-color: var(--approach-problem-bg);
  padding: 28px 28px 24px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-approach__problem {
    padding: 20px;
  }
}
.p-accounting .p-accounting-approach__problem-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-approach__problem-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-approach__problem-title {
    font-size: calc(0.5681818182vw + 15.1818181818px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-approach__problem-title {
    font-size: 17px;
  }
}
.p-accounting .p-accounting-approach__problem-title .material-symbols-outlined {
  font-size: 26px;
  color: #fd1500;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-accounting .p-accounting-approach__problem-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/5;
}
.p-accounting .p-accounting-approach__problem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-accounting .p-accounting-approach__problem-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-approach__problem-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-approach__problem-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-approach__problem-text {
    font-size: 14px;
  }
}
.p-accounting .p-accounting-approach__arrow {
  background: linear-gradient(to bottom, var(--approach-problem-bg) 50%, var(--approach-solution-bg) 50%);
  text-align: center;
  padding: 4px 0;
  line-height: 1;
}
.p-accounting .p-accounting-approach__arrow .material-symbols-outlined {
  font-size: 26px;
  color: #0054ac;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-accounting .p-accounting-approach__solution {
  background-color: var(--approach-solution-bg);
  padding: 24px 28px 28px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-approach__solution {
    padding: 20px;
  }
}
.p-accounting .p-accounting-approach__solution-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .p-accounting .p-accounting-approach__solution-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-accounting .p-accounting-approach__solution-title {
    font-size: calc(0.3409090909vw + 13.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-approach__solution-title {
    font-size: 15px;
  }
}
.p-accounting .p-accounting-approach__solution-title .material-symbols-outlined {
  font-size: 20px;
  color: #0054ac;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-accounting .p-accounting-approach__solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-approach__solution-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-approach__solution-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-approach__solution-text {
    font-size: 14px;
  }
}
.p-accounting .p-accounting-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-services {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-services__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-services__heading {
    font-size: 22px;
  }
}
.p-accounting .p-accounting-services__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-services__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-accounting .p-accounting-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-accounting .p-accounting-services__grid {
    grid-template-columns: 1fr;
  }
}
.p-accounting .p-accounting-services__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.p-accounting .p-accounting-services__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-accounting .p-accounting-services__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-accounting .p-accounting-services__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-accounting .p-accounting-services__item-body {
  flex: 1;
  min-width: 0;
}
.p-accounting .p-accounting-services__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-accounting .p-accounting-services__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-services__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-services__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-services__item-text {
    font-size: 13px;
  }
}
.p-accounting .p-accounting-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-flow {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-flow__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-flow__heading {
    margin-bottom: 36px;
  }
}
.p-accounting .p-accounting-flow__list {
  list-style: none;
}
.p-accounting .p-accounting-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-accounting .p-accounting-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-accounting .p-accounting-flow__item:last-child {
  padding-bottom: 0;
}
.p-accounting .p-accounting-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-accounting .p-accounting-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-accounting .p-accounting-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-accounting .p-accounting-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-accounting .p-accounting-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-flow__title {
    font-size: 15px;
  }
}
.p-accounting .p-accounting-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-flow__text {
    font-size: 14px;
  }
}
.p-accounting .p-accounting-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-accounting .p-accounting-price {
    padding-bottom: 56px;
  }
}
.p-accounting .p-accounting-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-accounting .p-accounting-price__inner {
    padding: 0 20px;
  }
}
.p-accounting .p-accounting-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-accounting .p-accounting-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-accounting .p-accounting-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-accounting .p-accounting-price__heading {
    font-size: 22px;
  }
}
.p-accounting .p-accounting-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-accounting .p-accounting-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 24px;
}
.p-accounting .p-accounting-price__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.p-accounting .p-accounting-price__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #080f3f;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-price__th {
    padding: 12px 14px;
  }
}
.p-accounting .p-accounting-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-accounting .p-accounting-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 16px 20px;
  border: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-accounting .p-accounting-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-accounting .p-accounting-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-accounting .p-accounting-price__notes {
  list-style: none;
}
.p-accounting .p-accounting-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.p-accounting .p-accounting-price__note:last-child {
  margin-bottom: 0;
}

.p-service {
  background: #e2e8ff;
}
.p-service__lead {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .p-service__lead {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-service__lead {
    padding-bottom: 10px;
  }
}
.p-service__lead-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-service__lead-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-service__lead-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-service__lead-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-service__lead-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__lead-text {
    text-align: left;
  }
}
.p-service__body {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px 100px;
}
@media screen and (max-width: 768px) {
  .p-service__body {
    padding: 16px 16px 60px;
  }
}
.p-service .p-service-block {
  margin-top: 56px;
}
@media only screen and (max-width: 1000px) {
  .p-service .p-service-block {
    margin-top: 40px;
  }
}
.p-service .p-service-block:first-child {
  margin-top: 0;
}
.p-service .p-service-block__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 2px solid #0c1f71;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-service .p-service-block__title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-service .p-service-block__title {
    font-size: calc(0.8928571429vw + 15.1428571429px);
  }
}
@media (max-width: 319px) {
  .p-service .p-service-block__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-service .p-service-block__title {
    margin-bottom: 16px;
  }
}
.p-service .p-service-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 580px) {
  .p-service .p-service-block__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-service .p-service-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  color: #071026;
  text-decoration: none;
  text-decoration: none;
}
.p-service .p-service-card:visited, .p-service .p-service-card:hover, .p-service .p-service-card:active, .p-service .p-service-card:focus {
  color: #071026;
  text-decoration: none;
}
.p-service .p-service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.p-service .p-service-card:hover .p-service-card__link-icon {
  color: #337ee7;
}
.p-service .p-service-card__img-area {
  flex-shrink: 0;
  width: 40%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.p-service .p-service-card__img-area img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.p-service .p-service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  min-width: 0;
}
.p-service .p-service-card__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-service .p-service-card__name {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-service .p-service-card__name {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-service .p-service-card__name {
    font-size: 14px;
  }
}
.p-service .p-service-card__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  flex: 1;
}
@media (min-width: 768px) {
  .p-service .p-service-card__desc {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-service .p-service-card__desc {
    font-size: calc(0.2232142857vw + 11.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-service .p-service-card__desc {
    font-size: 12px;
  }
}
.p-service .p-service-card__link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.p-service .p-service-card__link-text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-service .p-service-card__link-icon {
  font-size: 18px;
  color: #337ee7;
  transition: color 0.2s ease;
}

.p-about__section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .p-about__section {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-about__section {
    padding-bottom: 60px;
  }
}
.p-about__section-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-about__section-heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-about__section-heading {
    margin-bottom: 32px;
  }
}
.p-about__section-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
.p-about__section-title {
  font-style: normal;
  font-weight: 900;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-about__section-title {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about__section-title {
    font-size: calc(1.7857142857vw + 18.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-about__section-title {
    font-size: 24px;
  }
}
.p-about .p-about-table__row {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-table__row {
    flex-direction: column;
    padding: 24px 0;
  }
}
.p-about .p-about-table__row:first-child {
  border-top: 1px solid #ebebeb;
}
.p-about .p-about-table__row--service {
  padding: 32px 0 16px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-table__row--service {
    padding: 24px 0 12px;
  }
}
.p-about .p-about-table__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-table__th {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-about .p-about-table__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
  flex: 1;
}
@media (min-width: 768px) {
  .p-about .p-about-table__td {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about .p-about-table__td {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-about .p-about-table__td {
    font-size: 14px;
  }
}
.p-about .p-about-table__offices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-about .p-about-table__office-name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-about .p-about-table__office-name {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about .p-about-table__office-name {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-about .p-about-table__office-name {
    font-size: 14px;
  }
}
.p-about .p-about-table__office-address {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .p-about .p-about-table__office-address {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about .p-about-table__office-address {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-about .p-about-table__office-address {
    font-size: 13px;
  }
}
.p-about .p-about-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}
@media screen and (max-width: 768px) {
  .p-about .p-about-service {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-about .p-about-service__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .p-about .p-about-service__title {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about .p-about-service__title {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-about .p-about-service__title {
    font-size: 14px;
  }
}
.p-about .p-about-service__icon {
  font-size: 20px;
  color: #337ee7;
}
.p-about .p-about-service__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-about .p-about-service__item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-about .p-about-service__item {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-about .p-about-service__item {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-about .p-about-service__item {
    font-size: 13px;
  }
}
.p-about .p-about-service__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #337ee7;
  border-radius: 50%;
}

.p-privacy__section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .p-privacy__section {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-privacy__section {
    padding-bottom: 60px;
  }
}
.p-privacy__section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-privacy__block {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-privacy__block {
    margin-top: 36px;
  }
}
.p-privacy__block:first-child {
  margin-top: 0;
}
.p-privacy__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-privacy__heading {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-privacy__heading {
    font-size: calc(0.6696428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-privacy__heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    margin-bottom: 16px;
  }
}
.p-privacy__body {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy__body {
    padding-left: 10px;
  }
}
.p-privacy__body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-privacy__body p {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-privacy__body p {
    font-size: calc(0.2232142857vw + 13.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-privacy__body p {
    font-size: 14px;
  }
}
.p-privacy__body p + p {
  margin-top: 16px;
}
.p-privacy__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-privacy__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-privacy__list li {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-privacy__list li {
    font-size: calc(0.2232142857vw + 13.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-privacy__list li {
    font-size: 14px;
  }
}
.p-privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-privacy__contact p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-privacy__contact p {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-privacy__contact p {
    font-size: calc(0.2232142857vw + 13.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-privacy__contact p {
    font-size: 14px;
  }
}
.p-privacy__contact p + p {
  margin-top: 4px;
}

.p-contact__section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .p-contact__section {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-contact__section {
    padding-bottom: 60px;
  }
}
.p-contact__section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-contact__heading-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__heading-block {
    margin-bottom: 36px;
  }
}
.p-contact__section-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 6px;
}
.p-contact__section-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #141953;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-contact__section-title {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-contact__section-title {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-contact__section-title {
    font-size: 20px;
  }
}
.p-contact__form-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding: 60px 80px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .p-contact__form-wrap {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact__form-wrap {
    padding: 30px 20px;
  }
}

.contact-form__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
}
.contact-form__row:first-child {
  border-top: 1px solid #aebecc;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
  }
}
.contact-form__row--consultation-date {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.contact-form__row--consultation-date.is-visible {
  max-height: 360px;
  opacity: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .contact-form__row--consultation-date.is-visible {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contact-form__label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    min-width: unset;
  }
}
.contact-form__label-text {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fd1500;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 4px;
}
.contact-form__field {
  flex: 1;
  min-width: 0;
}
.contact-form__field--split, .contact-form__field--name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-form__field--split > p, .contact-form__field--name > p {
  display: contents;
}
@media screen and (max-width: 768px) {
  .contact-form__field--split, .contact-form__field--name {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.contact-form__field:not(.contact-form__field--split):not(.contact-form__field--name) .contact-form__input {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .contact-form__field:not(.contact-form__field--split):not(.contact-form__field--name) .contact-form__input {
    max-width: 100%;
  }
}
.contact-form__input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 4px;
  padding: 10px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
  transition: border-color 0.2s ease;
  outline: none;
}
.contact-form__input::placeholder {
  color: #9f9fa7;
}
.contact-form__input:focus {
  border-color: #337ee7;
}
.contact-form__textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 4px;
  padding: 12px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 160px;
  resize: vertical;
  transition: border-color 0.2s ease;
  outline: none;
}
.contact-form__textarea::placeholder {
  color: #9f9fa7;
}
.contact-form__textarea:focus {
  border-color: #337ee7;
}
.contact-form__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 14px;
}
.contact-form__note-tel {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.contact-form__date-row {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  cursor: pointer;
}
.contact-form__date-row + .contact-form__date-row {
  margin-top: 12px;
}
.contact-form__date-row .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}
.contact-form__date-row .contact-form__input {
  max-width: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .contact-form__date-row {
    display: block;
  }
}
.contact-form__date-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .contact-form__date-label {
    display: block;
    margin-bottom: 6px;
  }
}
.contact-form__help-text {
  display: block;
  margin-bottom: 10px;
}
.contact-form__question {
  margin-bottom: 10px;
}
.contact-form__checkboxes .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 0;
}
.contact-form__checkboxes .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.contact-form__checkboxes .wpcf7-list-item label:hover {
  color: #337ee7;
}
.contact-form__checkboxes .wpcf7-list-item input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0;
  cursor: pointer;
  accent-color: #337ee7;
  flex-shrink: 0;
}
.contact-form__field--acceptance {
  margin-top: 36px;
  margin-bottom: 36px;
}
.contact-form__acceptance-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 16px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-wrap: wrap;
}
.contact-form__acceptance-wrapper:hover {
  background-color: #ebebeb;
}
.contact-form__acceptance-wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form__acceptance-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
}
.contact-form__acceptance-wrapper input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #337ee7;
}
.contact-form__acceptance-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
  cursor: pointer;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
}
.contact-form__acceptance-text a {
  color: #337ee7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form__acceptance-text a:hover {
  text-decoration: none;
}
.contact-form__radios .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-form__radios .wpcf7-list-item {
  margin: 0;
}
.contact-form__radios label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #aebecc;
  border-radius: 999px;
  padding: 10px 16px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.contact-form__radios label:hover {
  border-color: #337ee7;
  background-color: #f1f1f1;
}
.contact-form__radios label:has(input[type=radio]:checked) {
  border-color: #337ee7;
  background-color: #337ee7;
}
.contact-form__radios label:has(input[type=radio]:checked) .wpcf7-list-item-label {
  color: #fff;
}
.contact-form__radios input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #337ee7;
  cursor: pointer;
}
.contact-form__radios .wpcf7-list-item-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact-form__submit {
  text-align: center;
  margin-top: 10px;
}
.contact-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0054ac;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 18px 60px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  min-width: 260px;
}
@media screen and (max-width: 480px) {
  .contact-form__btn {
    width: 100%;
    min-width: unset;
  }
}
.contact-form__btn:hover {
  background-color: #337ee7;
  opacity: 0.9;
}
.contact-form__btn:disabled {
  background-color: #aebecc;
  color: #5b596a;
  cursor: not-allowed;
  opacity: 0.7;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-not-valid-tip {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #fd1500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
  display: block;
}
.contact-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: 1px solid #aebecc;
}
.contact-form .wpcf7-mail-sent-ok {
  border-color: #4caf50;
  background-color: #f0fff4;
  color: #2e7d32;
}
.contact-form .wpcf7-mail-sent-ng,
.contact-form .wpcf7-aborted {
  border-color: #fd1500;
  background-color: #fff5f5;
  color: #fd1500;
}
.contact-form .wpcf7-spam-blocked {
  border-color: #fd9a00;
  background-color: #fffbf0;
  color: #d97706;
}

.p-payroll .p-payroll-hero {
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-payroll .p-payroll-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-payroll .p-payroll-hero {
    position: relative;
  }
  .p-payroll .p-payroll-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./payroll/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
}
.p-payroll .p-payroll-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-payroll .p-payroll-hero__inner {
    position: relative;
    z-index: 1;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-hero__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-payroll .p-payroll-hero__content {
    width: 100%;
  }
}
.p-payroll .p-payroll-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-hero__category {
    font-size: 12px;
  }
}
.p-payroll .p-payroll-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-payroll .p-payroll-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payroll .p-payroll-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-hero__title {
    font-size: 40px;
  }
}
.p-payroll .p-payroll-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-payroll .p-payroll-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payroll .p-payroll-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-hero__tagline {
    font-size: 18px;
  }
}
.p-payroll .p-payroll-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-hero__desc {
    font-size: 12px;
  }
}
.p-payroll .p-payroll-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-payroll .p-payroll-hero__media {
    display: none;
  }
}
.p-payroll .p-payroll-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-payroll .p-payroll-worries {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-worries {
    padding-bottom: 48px;
  }
}
.p-payroll .p-payroll-worries__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-worries__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-worries__heading {
    margin-bottom: 32px;
  }
}
.p-payroll .p-payroll-worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 580px) {
  .p-payroll .p-payroll-worries__grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 32px;
  }
}
.p-payroll .p-payroll-worries__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-worries__item {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 580px) {
  .p-payroll .p-payroll-worries__item {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-payroll .p-payroll-worries__item:first-child {
    border-top: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-payroll .p-payroll-worries__item:last-child {
    border-bottom: none;
  }
}
.p-payroll .p-payroll-worries__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #26a1c0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payroll .p-payroll-worries__icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payroll .p-payroll-worries__text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-worries__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-worries__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-worries__text {
    font-size: 13px;
  }
}
.p-payroll .p-payroll-worries__message {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-worries__message {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-worries__message {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-worries__message {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-worries__message {
    padding: 20px;
    text-align: left;
  }
}
.p-payroll .p-payroll-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-services {
    padding-bottom: 56px;
  }
}
.p-payroll .p-payroll-services__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-services__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-services__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-services__heading {
    margin-bottom: 28px;
  }
}
.p-payroll .p-payroll-services__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-payroll .p-payroll-services__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-payroll .p-payroll-services__col {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-services__col {
    padding: 20px;
  }
}
.p-payroll .p-payroll-services__col-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #337ee7;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-services__col-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-services__col-title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-services__col-title {
    font-size: 15px;
  }
}
.p-payroll .p-payroll-services__col-title .material-symbols-outlined {
  font-size: 22px;
  color: #337ee7;
  font-variation-settings: "FILL" 1;
}
.p-payroll .p-payroll-services__list {
  list-style: none;
}
.p-payroll .p-payroll-services__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid rgba(174, 190, 204, 0.5);
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-services__list-item {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-services__list-item {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-services__list-item {
    font-size: 13px;
  }
}
.p-payroll .p-payroll-services__list-item:last-child {
  border-bottom: none;
}
.p-payroll .p-payroll-services__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #337ee7;
  border-radius: 50%;
}
.p-payroll .p-payroll-services__lead {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 20px 24px;
}
.p-payroll .p-payroll-merits {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-merits {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-merits {
    padding-bottom: 56px;
  }
}
.p-payroll .p-payroll-merits__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-merits__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-merits__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-merits__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-merits__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-merits__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-merits__heading {
    margin-bottom: 32px;
  }
}
.p-payroll .p-payroll-merits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-payroll .p-payroll-merits__grid {
    grid-template-columns: 1fr;
  }
}
.p-payroll .p-payroll-merits__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.p-payroll .p-payroll-merits__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-payroll .p-payroll-merits__item-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payroll .p-payroll-merits__item-icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payroll .p-payroll-merits__item-body {
  flex: 1;
  min-width: 0;
}
.p-payroll .p-payroll-merits__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-payroll .p-payroll-merits__item-list {
  list-style: none;
}
.p-payroll .p-payroll-merits__item-list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-merits__item-list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-merits__item-list li {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-merits__item-list li {
    font-size: 13px;
  }
}
.p-payroll .p-payroll-merits__item-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #337ee7;
}
.p-payroll .p-payroll-advice {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-advice {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-advice {
    padding-bottom: 56px;
  }
}
.p-payroll .p-payroll-advice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-advice__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-advice__service-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.p-payroll .p-payroll-advice__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-payroll .p-payroll-advice__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payroll .p-payroll-advice__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payroll .p-payroll-advice__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-advice__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-advice__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-advice__heading {
    font-size: 22px;
  }
}
.p-payroll .p-payroll-advice__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-advice__lead {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-advice__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-advice__lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-advice__lead {
    text-align: left;
    margin-bottom: 24px;
  }
}
.p-payroll .p-payroll-advice__check-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px 0;
  border-top: 2px dashed #aebecc;
  border-bottom: 2px dashed #aebecc;
}
.p-payroll .p-payroll-advice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-payroll .p-payroll-advice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-payroll .p-payroll-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-payroll .p-payroll-advice__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payroll .p-payroll-advice__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payroll .p-payroll-advice__item-body {
  flex: 1;
  min-width: 0;
}
.p-payroll .p-payroll-advice__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-payroll .p-payroll-advice__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-advice__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-advice__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-advice__item-text {
    font-size: 13px;
  }
}
.p-payroll .p-payroll-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-flow {
    padding-bottom: 56px;
  }
}
.p-payroll .p-payroll-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-flow__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-flow__heading {
    margin-bottom: 36px;
  }
}
.p-payroll .p-payroll-flow__list {
  list-style: none;
}
.p-payroll .p-payroll-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-payroll .p-payroll-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-payroll .p-payroll-flow__item:last-child {
  padding-bottom: 0;
}
.p-payroll .p-payroll-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-payroll .p-payroll-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-payroll .p-payroll-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-payroll .p-payroll-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-payroll .p-payroll-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-flow__title {
    font-size: 15px;
  }
}
.p-payroll .p-payroll-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-flow__text {
    font-size: 14px;
  }
}
.p-payroll .p-payroll-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payroll .p-payroll-price {
    padding-bottom: 56px;
  }
}
.p-payroll .p-payroll-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-price__inner {
    padding: 0 20px;
  }
}
.p-payroll .p-payroll-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-price__heading {
    font-size: 22px;
  }
}
.p-payroll .p-payroll-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-payroll .p-payroll-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-payroll .p-payroll-price__wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .p-payroll .p-payroll-price__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-payroll .p-payroll-price__col-heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background-color: #0c1f71;
  padding: 12px 20px;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.p-payroll .p-payroll-price__basic {
  border: 1px solid #aebecc;
  border-radius: 8px;
  overflow: hidden;
}
.p-payroll .p-payroll-price__basic-item {
  padding: 24px 20px;
  background-color: #fff;
}
.p-payroll .p-payroll-price__basic-item--border {
  border-top: 1px solid #aebecc;
}
.p-payroll .p-payroll-price__tier-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 6px;
}
.p-payroll .p-payroll-price__amount {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-payroll .p-payroll-price__amount strong {
  font-size: 32px;
  font-weight: 700;
  color: #337ee7;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-payroll .p-payroll-price__amount strong {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payroll .p-payroll-price__amount strong {
    font-size: calc(1.7857142857vw + 18.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payroll .p-payroll-price__amount strong {
    font-size: 24px;
  }
}
.p-payroll .p-payroll-price__amount span {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-left: 4px;
}
.p-payroll .p-payroll-price__options {
  border: 1px solid #aebecc;
  border-radius: 8px;
  overflow: hidden;
}
.p-payroll .p-payroll-price__table {
  width: 100%;
  border-collapse: collapse;
}
.p-payroll .p-payroll-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-payroll .p-payroll-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 14px 20px;
  border-top: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .p-payroll .p-payroll-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-payroll .p-payroll-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
  text-align: right;
}
.p-payroll .p-payroll-price__td-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: block;
}
.p-payroll .p-payroll-price__notes {
  list-style: none;
}
.p-payroll .p-payroll-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 4px;
}
.p-payroll .p-payroll-price__note::before {
  content: "※ ";
}
.p-payroll .p-payroll-price__note:last-child {
  margin-bottom: 0;
}

.p-attendance .p-attendance-hero {
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-attendance .p-attendance-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-attendance .p-attendance-hero {
    position: relative;
  }
  .p-attendance .p-attendance-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./attendance/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
}
.p-attendance .p-attendance-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-attendance .p-attendance-hero__inner {
    position: relative;
    z-index: 1;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-hero__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-attendance .p-attendance-hero__content {
    width: 100%;
  }
}
.p-attendance .p-attendance-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-hero__category {
    font-size: 12px;
  }
}
.p-attendance .p-attendance-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-hero__title {
    font-size: 40px;
  }
}
.p-attendance .p-attendance-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-hero__tagline {
    font-size: 18px;
  }
}
.p-attendance .p-attendance-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-hero__desc {
    font-size: 12px;
  }
}
.p-attendance .p-attendance-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-attendance .p-attendance-hero__media {
    display: none;
  }
}
.p-attendance .p-attendance-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-attendance .p-attendance-worries {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-worries {
    padding-bottom: 48px;
  }
}
.p-attendance .p-attendance-worries__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-worries__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-worries__heading {
    margin-bottom: 32px;
  }
}
.p-attendance .p-attendance-worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 580px) {
  .p-attendance .p-attendance-worries__grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 32px;
  }
}
.p-attendance .p-attendance-worries__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-worries__item {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 580px) {
  .p-attendance .p-attendance-worries__item {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-attendance .p-attendance-worries__item:first-child {
    border-top: 1px solid rgba(174, 190, 204, 0.6);
  }
  .p-attendance .p-attendance-worries__item:last-child {
    border-bottom: none;
  }
}
.p-attendance .p-attendance-worries__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #26a1c0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-attendance .p-attendance-worries__icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-worries__text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-worries__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-worries__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-worries__text {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-worries__message {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-worries__message {
    padding: 20px;
    text-align: left;
  }
}
.p-attendance .p-attendance-worries__message-text {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-worries__message-text {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-worries__message-text {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-worries__message-text {
    font-size: 15px;
  }
}
.p-attendance .p-attendance-worries__message-sub {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-worries__message-sub {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-worries__message-sub {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-worries__message-sub {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-features {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-features {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-features {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-features__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-features__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-features__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-features__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-features__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-features__heading {
    margin-bottom: 32px;
  }
}
.p-attendance .p-attendance-features__list {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-features__list {
    flex-direction: column;
  }
}
.p-attendance .p-attendance-features__item {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #aebecc;
}
.p-attendance .p-attendance-features__item:first-child {
  padding-left: 0;
}
.p-attendance .p-attendance-features__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-features__item {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
  .p-attendance .p-attendance-features__item:first-child {
    padding-top: 0;
  }
  .p-attendance .p-attendance-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-attendance .p-attendance-features__img-wrap {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-features__img-wrap {
    margin-bottom: 16px;
  }
}
.p-attendance .p-attendance-features__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-attendance .p-attendance-features__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-features__title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-features__title {
    font-size: calc(0.4545454545vw + 14.5454545455px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-features__title {
    font-size: 16px;
  }
}
.p-attendance .p-attendance-features__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-features__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-features__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-features__text {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-approach {
  --approach-problem-bg: #ffffff;
  --approach-solution-bg: #bde1ff;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-approach {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-approach {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-approach__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-approach__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-attendance .p-attendance-approach__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-attendance .p-attendance-approach__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-attendance .p-attendance-approach__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(60 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-approach__heading {
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-approach__heading {
    font-size: calc(3.1818181818vw + 21.8181818182px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-approach__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-approach__heading {
    margin-bottom: 36px;
  }
}
.p-attendance .p-attendance-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-approach__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-attendance .p-attendance-approach__block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-attendance .p-attendance-approach__problem {
  background-color: var(--approach-problem-bg);
  padding: 28px 28px 24px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-approach__problem {
    padding: 20px;
  }
}
.p-attendance .p-attendance-approach__problem-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-approach__problem-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-approach__problem-title {
    font-size: calc(0.5681818182vw + 15.1818181818px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-approach__problem-title {
    font-size: 17px;
  }
}
.p-attendance .p-attendance-approach__problem-title .material-symbols-outlined {
  font-size: 26px;
  color: #fd1500;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-approach__problem-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/5;
}
.p-attendance .p-attendance-approach__problem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-attendance .p-attendance-approach__problem-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-approach__problem-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-approach__problem-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-approach__problem-text {
    font-size: 14px;
  }
}
.p-attendance .p-attendance-approach__arrow {
  background: linear-gradient(to bottom, var(--approach-problem-bg) 50%, var(--approach-solution-bg) 50%);
  text-align: center;
  padding: 4px 0;
  line-height: 1;
}
.p-attendance .p-attendance-approach__arrow .material-symbols-outlined {
  font-size: 26px;
  color: #0054ac;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-attendance .p-attendance-approach__solution {
  background-color: var(--approach-solution-bg);
  padding: 24px 28px 28px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-approach__solution {
    padding: 20px;
  }
}
.p-attendance .p-attendance-approach__solution-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .p-attendance .p-attendance-approach__solution-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-attendance .p-attendance-approach__solution-title {
    font-size: calc(0.3409090909vw + 13.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-approach__solution-title {
    font-size: 15px;
  }
}
.p-attendance .p-attendance-approach__solution-title .material-symbols-outlined {
  font-size: 20px;
  color: #0054ac;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-approach__solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-approach__solution-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-approach__solution-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-approach__solution-text {
    font-size: 14px;
  }
}
.p-attendance .p-attendance-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-services {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-services__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-services__heading {
    font-size: 22px;
  }
}
.p-attendance .p-attendance-services__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-services__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-attendance .p-attendance-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-attendance .p-attendance-services__grid {
    grid-template-columns: 1fr;
  }
}
.p-attendance .p-attendance-services__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.p-attendance .p-attendance-services__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-attendance .p-attendance-services__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-attendance .p-attendance-services__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-services__item-body {
  flex: 1;
  min-width: 0;
}
.p-attendance .p-attendance-services__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-attendance .p-attendance-services__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-services__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-services__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-services__item-text {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-strengths {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-strengths {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-strengths {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-strengths__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-strengths__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-strengths__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-strengths__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-strengths__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-strengths__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-strengths__heading {
    margin-bottom: 32px;
  }
}
.p-attendance .p-attendance-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-attendance .p-attendance-strengths__grid {
    grid-template-columns: 1fr;
  }
}
.p-attendance .p-attendance-strengths__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-attendance .p-attendance-strengths__item-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-attendance .p-attendance-strengths__item-icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-strengths__item-body {
  flex: 1;
  min-width: 0;
}
.p-attendance .p-attendance-strengths__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-attendance .p-attendance-strengths__list {
  list-style: none;
}
.p-attendance .p-attendance-strengths__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-strengths__list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-strengths__list li {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-strengths__list li {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-strengths__list li:last-child {
  margin-bottom: 0;
}
.p-attendance .p-attendance-strengths__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #337ee7;
}
.p-attendance .p-attendance-strengths__footer {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-attendance .p-attendance-advice {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-advice {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-advice {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-advice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-advice__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-advice__service-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.p-attendance .p-attendance-advice__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-attendance .p-attendance-advice__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-attendance .p-attendance-advice__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-attendance .p-attendance-advice__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-advice__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-advice__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-advice__heading {
    font-size: 22px;
  }
}
.p-attendance .p-attendance-advice__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-advice__lead {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-advice__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-advice__lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-advice__lead {
    text-align: left;
    margin-bottom: 24px;
  }
}
.p-attendance .p-attendance-advice__check-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px 0;
  border-top: 2px dashed #aebecc;
  border-bottom: 2px dashed #aebecc;
}
.p-attendance .p-attendance-advice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-attendance .p-attendance-advice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-attendance .p-attendance-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-attendance .p-attendance-advice__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-attendance .p-attendance-advice__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-attendance .p-attendance-advice__item-body {
  flex: 1;
  min-width: 0;
}
.p-attendance .p-attendance-advice__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-attendance .p-attendance-advice__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-advice__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-advice__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-advice__item-text {
    font-size: 13px;
  }
}
.p-attendance .p-attendance-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-flow {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-flow__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-flow__heading {
    margin-bottom: 36px;
  }
}
.p-attendance .p-attendance-flow__list {
  list-style: none;
}
.p-attendance .p-attendance-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-attendance .p-attendance-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-attendance .p-attendance-flow__item:last-child {
  padding-bottom: 0;
}
.p-attendance .p-attendance-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-attendance .p-attendance-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-attendance .p-attendance-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-attendance .p-attendance-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-attendance .p-attendance-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-flow__title {
    font-size: 15px;
  }
}
.p-attendance .p-attendance-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-flow__text {
    font-size: 14px;
  }
}
.p-attendance .p-attendance-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-attendance .p-attendance-price {
    padding-bottom: 56px;
  }
}
.p-attendance .p-attendance-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-attendance .p-attendance-price__inner {
    padding: 0 20px;
  }
}
.p-attendance .p-attendance-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-price__heading {
    font-size: 22px;
  }
}
.p-attendance .p-attendance-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-attendance .p-attendance-price__sub-heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
@media (min-width: 768px) {
  .p-attendance .p-attendance-price__sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-attendance .p-attendance-price__sub-heading {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-attendance .p-attendance-price__sub-heading {
    font-size: 15px;
  }
}
.p-attendance .p-attendance-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.p-attendance .p-attendance-price__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.p-attendance .p-attendance-price__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #080f3f;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-price__th {
    padding: 12px 14px;
  }
}
.p-attendance .p-attendance-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-attendance .p-attendance-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 16px 20px;
  border: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-attendance .p-attendance-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-attendance .p-attendance-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-attendance .p-attendance-price__notes {
  list-style: none;
}
.p-attendance .p-attendance-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.p-attendance .p-attendance-price__note::before {
  content: "※ ";
}
.p-attendance .p-attendance-price__note:last-child {
  margin-bottom: 0;
}

.p-payment .p-payment-hero {
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-payment .p-payment-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-payment .p-payment-hero {
    position: relative;
  }
  .p-payment .p-payment-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./payment/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
}
.p-payment .p-payment-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-payment .p-payment-hero__inner {
    position: relative;
    z-index: 1;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-hero__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-payment .p-payment-hero__content {
    width: 100%;
  }
}
.p-payment .p-payment-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-payment .p-payment-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-hero__category {
    font-size: 12px;
  }
}
.p-payment .p-payment-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-hero__title {
    font-size: 40px;
  }
}
.p-payment .p-payment-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-hero__tagline {
    font-size: 18px;
  }
}
.p-payment .p-payment-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-payment .p-payment-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-hero__desc {
    font-size: 12px;
  }
}
.p-payment .p-payment-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-payment .p-payment-hero__media {
    display: none;
  }
}
.p-payment .p-payment-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-payment .p-payment-worries {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-worries {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-worries__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-worries__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-worries__heading {
    margin-bottom: 32px;
  }
}
.p-payment .p-payment-worries__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-payment .p-payment-worries__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-payment .p-payment-worries__col {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-worries__col {
    padding: 20px;
  }
}
.p-payment .p-payment-worries__col-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
.p-payment .p-payment-worries__list {
  list-style: none;
}
.p-payment .p-payment-worries__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid rgba(174, 190, 204, 0.5);
}
@media (min-width: 768px) {
  .p-payment .p-payment-worries__list-item {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-worries__list-item {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-worries__list-item {
    font-size: 13px;
  }
}
.p-payment .p-payment-worries__list-item:last-child {
  border-bottom: none;
}
.p-payment .p-payment-worries__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #26a1c0;
  border-radius: 50%;
}
.p-payment .p-payment-features {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-features {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-features {
    padding-bottom: 48px;
  }
}
.p-payment .p-payment-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-features__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-features__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-features__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-features__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-features__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-features__heading {
    margin-bottom: 32px;
  }
}
.p-payment .p-payment-features__list {
  display: flex;
  align-items: stretch;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-features__list {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.p-payment .p-payment-features__item {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #aebecc;
}
.p-payment .p-payment-features__item:first-child {
  padding-left: 0;
}
.p-payment .p-payment-features__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-features__item {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
  .p-payment .p-payment-features__item:first-child {
    padding-top: 0;
  }
  .p-payment .p-payment-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-payment .p-payment-features__img-wrap {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-features__img-wrap {
    margin-bottom: 16px;
  }
}
.p-payment .p-payment-features__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-payment .p-payment-features__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-features__title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-features__title {
    font-size: calc(0.4545454545vw + 14.5454545455px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-features__title {
    font-size: 16px;
  }
}
.p-payment .p-payment-features__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-payment .p-payment-features__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-features__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-features__text {
    font-size: 13px;
  }
}
.p-payment .p-payment-features__points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .p-payment .p-payment-features__points {
    grid-template-columns: 1fr;
  }
}
.p-payment .p-payment-features__point-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 12px 16px 12px 36px;
  background-color: #f6f6f6;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .p-payment .p-payment-features__point-item {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-features__point-item {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-features__point-item {
    font-size: 13px;
  }
}
.p-payment .p-payment-features__point-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #337ee7;
  border-radius: 50%;
}
.p-payment .p-payment-approach {
  --approach-problem-bg: #ffffff;
  --approach-solution-bg: #bde1ff;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-approach {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-approach {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-approach__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-approach__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-payment .p-payment-approach__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payment .p-payment-approach__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payment .p-payment-approach__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(60 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-approach__heading {
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-approach__heading {
    font-size: calc(3.1818181818vw + 21.8181818182px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-approach__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-approach__heading {
    margin-bottom: 36px;
  }
}
.p-payment .p-payment-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-approach__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-payment .p-payment-approach__block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-payment .p-payment-approach__problem {
  background-color: var(--approach-problem-bg);
  padding: 28px 28px 24px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-approach__problem {
    padding: 20px;
  }
}
.p-payment .p-payment-approach__problem-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-approach__problem-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-approach__problem-title {
    font-size: calc(0.5681818182vw + 15.1818181818px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-approach__problem-title {
    font-size: 17px;
  }
}
.p-payment .p-payment-approach__problem-title .material-symbols-outlined {
  font-size: 26px;
  color: #fd1500;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-payment .p-payment-approach__problem-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/5;
}
.p-payment .p-payment-approach__problem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-payment .p-payment-approach__problem-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-payment .p-payment-approach__problem-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-approach__problem-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-approach__problem-text {
    font-size: 14px;
  }
}
.p-payment .p-payment-approach__arrow {
  background: linear-gradient(to bottom, var(--approach-problem-bg) 50%, var(--approach-solution-bg) 50%);
  text-align: center;
  padding: 4px 0;
  line-height: 1;
}
.p-payment .p-payment-approach__arrow .material-symbols-outlined {
  font-size: 26px;
  color: #0054ac;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-payment .p-payment-approach__solution {
  background-color: var(--approach-solution-bg);
  padding: 24px 28px 28px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-approach__solution {
    padding: 20px;
  }
}
.p-payment .p-payment-approach__solution-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .p-payment .p-payment-approach__solution-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-payment .p-payment-approach__solution-title {
    font-size: calc(0.3409090909vw + 13.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-approach__solution-title {
    font-size: 15px;
  }
}
.p-payment .p-payment-approach__solution-title .material-symbols-outlined {
  font-size: 20px;
  color: #0054ac;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-payment .p-payment-approach__solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-payment .p-payment-approach__solution-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-approach__solution-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-approach__solution-text {
    font-size: 14px;
  }
}
.p-payment .p-payment-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-services {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-services__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-services__heading {
    font-size: 22px;
  }
}
.p-payment .p-payment-services__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-services__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-payment .p-payment-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-payment .p-payment-services__grid {
    grid-template-columns: 1fr;
  }
}
.p-payment .p-payment-services__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.p-payment .p-payment-services__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-payment .p-payment-services__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payment .p-payment-services__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payment .p-payment-services__item-body {
  flex: 1;
  min-width: 0;
}
.p-payment .p-payment-services__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-payment .p-payment-services__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-payment .p-payment-services__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-services__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-services__item-text {
    font-size: 13px;
  }
}
.p-payment .p-payment-strengths {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-strengths {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-strengths {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-strengths__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-strengths__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-strengths__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-strengths__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-strengths__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-strengths__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-strengths__heading {
    margin-bottom: 32px;
  }
}
.p-payment .p-payment-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-payment .p-payment-strengths__grid {
    grid-template-columns: 1fr;
  }
}
.p-payment .p-payment-strengths__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-payment .p-payment-strengths__item-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payment .p-payment-strengths__item-icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payment .p-payment-strengths__item-body {
  flex: 1;
  min-width: 0;
}
.p-payment .p-payment-strengths__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-payment .p-payment-strengths__list {
  list-style: none;
}
.p-payment .p-payment-strengths__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-strengths__list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-strengths__list li {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-strengths__list li {
    font-size: 13px;
  }
}
.p-payment .p-payment-strengths__list li:last-child {
  margin-bottom: 0;
}
.p-payment .p-payment-strengths__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #337ee7;
}
.p-payment .p-payment-strengths__footer {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-payment .p-payment-advice {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-advice {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-advice {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-advice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-advice__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-advice__service-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.p-payment .p-payment-advice__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-payment .p-payment-advice__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payment .p-payment-advice__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-payment .p-payment-advice__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-advice__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-advice__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-advice__heading {
    font-size: 22px;
  }
}
.p-payment .p-payment-advice__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-advice__lead {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-advice__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-advice__lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-advice__lead {
    text-align: left;
    margin-bottom: 24px;
  }
}
.p-payment .p-payment-advice__check-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px 0;
  border-top: 2px dashed #aebecc;
  border-bottom: 2px dashed #aebecc;
}
.p-payment .p-payment-advice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-payment .p-payment-advice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-payment .p-payment-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-payment .p-payment-advice__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-payment .p-payment-advice__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-payment .p-payment-advice__item-body {
  flex: 1;
  min-width: 0;
}
.p-payment .p-payment-advice__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-payment .p-payment-advice__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-payment .p-payment-advice__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-advice__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-advice__item-text {
    font-size: 13px;
  }
}
.p-payment .p-payment-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-flow {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-flow__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-flow__heading {
    margin-bottom: 36px;
  }
}
.p-payment .p-payment-flow__list {
  list-style: none;
}
.p-payment .p-payment-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-payment .p-payment-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-payment .p-payment-flow__item:last-child {
  padding-bottom: 0;
}
.p-payment .p-payment-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-payment .p-payment-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-payment .p-payment-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-payment .p-payment-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-payment .p-payment-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-flow__title {
    font-size: 15px;
  }
}
.p-payment .p-payment-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-payment .p-payment-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-flow__text {
    font-size: 14px;
  }
}
.p-payment .p-payment-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-payment .p-payment-price {
    padding-bottom: 56px;
  }
}
.p-payment .p-payment-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-payment .p-payment-price__inner {
    padding: 0 20px;
  }
}
.p-payment .p-payment-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-payment .p-payment-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-price__heading {
    font-size: 22px;
  }
}
.p-payment .p-payment-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-payment .p-payment-price__sub-heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
@media (min-width: 768px) {
  .p-payment .p-payment-price__sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-payment .p-payment-price__sub-heading {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-payment .p-payment-price__sub-heading {
    font-size: 15px;
  }
}
.p-payment .p-payment-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.p-payment .p-payment-price__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.p-payment .p-payment-price__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #080f3f;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-price__th {
    padding: 12px 14px;
  }
}
.p-payment .p-payment-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-payment .p-payment-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 16px 20px;
  border: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-payment .p-payment-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-payment .p-payment-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-payment .p-payment-price__notes {
  list-style: none;
}
.p-payment .p-payment-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.p-payment .p-payment-price__note::before {
  content: "※ ";
}
.p-payment .p-payment-price__note:last-child {
  margin-bottom: 0;
}

.p-invoice .p-invoice-hero {
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-invoice .p-invoice-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-invoice .p-invoice-hero {
    position: relative;
  }
  .p-invoice .p-invoice-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./invoice/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
}
.p-invoice .p-invoice-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-invoice .p-invoice-hero__inner {
    position: relative;
    z-index: 1;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-hero__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-invoice .p-invoice-hero__content {
    width: 100%;
  }
}
.p-invoice .p-invoice-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-hero__category {
    font-size: 12px;
  }
}
.p-invoice .p-invoice-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-hero__title {
    font-size: 40px;
  }
}
.p-invoice .p-invoice-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-hero__tagline {
    font-size: 18px;
  }
}
.p-invoice .p-invoice-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-hero__desc {
    font-size: 12px;
  }
}
.p-invoice .p-invoice-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-invoice .p-invoice-hero__media {
    display: none;
  }
}
.p-invoice .p-invoice-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-invoice .p-invoice-worries {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-worries {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-worries__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-worries__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-worries__heading {
    margin-bottom: 32px;
  }
}
.p-invoice .p-invoice-worries__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-invoice .p-invoice-worries__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-invoice .p-invoice-worries__col {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-worries__col {
    padding: 20px;
  }
}
.p-invoice .p-invoice-worries__col-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
.p-invoice .p-invoice-worries__list {
  list-style: none;
}
.p-invoice .p-invoice-worries__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid rgba(174, 190, 204, 0.5);
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-worries__list-item {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-worries__list-item {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-worries__list-item {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-worries__list-item:last-child {
  border-bottom: none;
}
.p-invoice .p-invoice-worries__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #26a1c0;
  border-radius: 50%;
}
.p-invoice .p-invoice-features {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-features {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-features {
    padding-bottom: 48px;
  }
}
.p-invoice .p-invoice-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-features__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-features__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-features__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-features__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-features__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-features__heading {
    margin-bottom: 12px;
  }
}
.p-invoice .p-invoice-features__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-features__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-invoice .p-invoice-features__list {
  display: flex;
  align-items: stretch;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-features__list {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.p-invoice .p-invoice-features__item {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #aebecc;
}
.p-invoice .p-invoice-features__item:first-child {
  padding-left: 0;
}
.p-invoice .p-invoice-features__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-features__item {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
  .p-invoice .p-invoice-features__item:first-child {
    padding-top: 0;
  }
  .p-invoice .p-invoice-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-invoice .p-invoice-features__img-wrap {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-features__img-wrap {
    margin-bottom: 16px;
  }
}
.p-invoice .p-invoice-features__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-invoice .p-invoice-features__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-features__title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-features__title {
    font-size: calc(0.4545454545vw + 14.5454545455px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-features__title {
    font-size: 16px;
  }
}
.p-invoice .p-invoice-features__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-features__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-features__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-features__text {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-features__points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .p-invoice .p-invoice-features__points {
    grid-template-columns: 1fr;
  }
}
.p-invoice .p-invoice-features__point-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 12px 16px 12px 36px;
  background-color: #f6f6f6;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-features__point-item {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-features__point-item {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-features__point-item {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-features__point-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #337ee7;
  border-radius: 50%;
}
.p-invoice .p-invoice-approach {
  --approach-problem-bg: #ffffff;
  --approach-solution-bg: #bde1ff;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-approach {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-approach {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-approach__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-approach__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-invoice .p-invoice-approach__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-invoice .p-invoice-approach__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-invoice .p-invoice-approach__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(60 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-approach__heading {
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-approach__heading {
    font-size: calc(3.1818181818vw + 21.8181818182px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-approach__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-approach__heading {
    margin-bottom: 36px;
  }
}
.p-invoice .p-invoice-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-approach__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-invoice .p-invoice-approach__block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-invoice .p-invoice-approach__problem {
  background-color: var(--approach-problem-bg);
  padding: 28px 28px 24px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-approach__problem {
    padding: 20px;
  }
}
.p-invoice .p-invoice-approach__problem-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-approach__problem-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-approach__problem-title {
    font-size: calc(0.5681818182vw + 15.1818181818px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-approach__problem-title {
    font-size: 17px;
  }
}
.p-invoice .p-invoice-approach__problem-title .material-symbols-outlined {
  font-size: 26px;
  color: #fd1500;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-invoice .p-invoice-approach__problem-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/5;
}
.p-invoice .p-invoice-approach__problem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-invoice .p-invoice-approach__problem-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-approach__problem-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-approach__problem-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-approach__problem-text {
    font-size: 14px;
  }
}
.p-invoice .p-invoice-approach__arrow {
  background: linear-gradient(to bottom, var(--approach-problem-bg) 50%, var(--approach-solution-bg) 50%);
  text-align: center;
  padding: 4px 0;
  line-height: 1;
}
.p-invoice .p-invoice-approach__arrow .material-symbols-outlined {
  font-size: 26px;
  color: #0054ac;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-invoice .p-invoice-approach__solution {
  background-color: var(--approach-solution-bg);
  padding: 24px 28px 28px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-approach__solution {
    padding: 20px;
  }
}
.p-invoice .p-invoice-approach__solution-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .p-invoice .p-invoice-approach__solution-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-invoice .p-invoice-approach__solution-title {
    font-size: calc(0.3409090909vw + 13.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-approach__solution-title {
    font-size: 15px;
  }
}
.p-invoice .p-invoice-approach__solution-title .material-symbols-outlined {
  font-size: 20px;
  color: #0054ac;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-invoice .p-invoice-approach__solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-approach__solution-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-approach__solution-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-approach__solution-text {
    font-size: 14px;
  }
}
.p-invoice .p-invoice-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-services {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-services__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-services__heading {
    font-size: 22px;
  }
}
.p-invoice .p-invoice-services__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-services__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-invoice .p-invoice-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-invoice .p-invoice-services__grid {
    grid-template-columns: 1fr;
  }
}
.p-invoice .p-invoice-services__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.p-invoice .p-invoice-services__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-invoice .p-invoice-services__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-invoice .p-invoice-services__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-invoice .p-invoice-services__item-body {
  flex: 1;
  min-width: 0;
}
.p-invoice .p-invoice-services__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-invoice .p-invoice-services__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-services__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-services__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-services__item-text {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-strengths {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-strengths {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-strengths {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-strengths__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-strengths__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-strengths__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-strengths__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-strengths__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-strengths__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-strengths__heading {
    margin-bottom: 32px;
  }
}
.p-invoice .p-invoice-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-invoice .p-invoice-strengths__grid {
    grid-template-columns: 1fr;
  }
}
.p-invoice .p-invoice-strengths__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-invoice .p-invoice-strengths__item-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-invoice .p-invoice-strengths__item-icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-invoice .p-invoice-strengths__item-body {
  flex: 1;
  min-width: 0;
}
.p-invoice .p-invoice-strengths__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-invoice .p-invoice-strengths__list {
  list-style: none;
}
.p-invoice .p-invoice-strengths__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-strengths__list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-strengths__list li {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-strengths__list li {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-strengths__list li:last-child {
  margin-bottom: 0;
}
.p-invoice .p-invoice-strengths__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #337ee7;
}
.p-invoice .p-invoice-strengths__footer {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-invoice .p-invoice-advice {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-advice {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-advice {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-advice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-advice__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-advice__service-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.p-invoice .p-invoice-advice__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-invoice .p-invoice-advice__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-invoice .p-invoice-advice__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-invoice .p-invoice-advice__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-advice__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-advice__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-advice__heading {
    font-size: 22px;
  }
}
.p-invoice .p-invoice-advice__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-advice__lead {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-advice__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-advice__lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-advice__lead {
    text-align: left;
    margin-bottom: 24px;
  }
}
.p-invoice .p-invoice-advice__check-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px 0;
  border-top: 2px dashed #aebecc;
  border-bottom: 2px dashed #aebecc;
}
.p-invoice .p-invoice-advice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-invoice .p-invoice-advice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-invoice .p-invoice-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-invoice .p-invoice-advice__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-invoice .p-invoice-advice__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-invoice .p-invoice-advice__item-body {
  flex: 1;
  min-width: 0;
}
.p-invoice .p-invoice-advice__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-invoice .p-invoice-advice__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-advice__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-advice__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-advice__item-text {
    font-size: 13px;
  }
}
.p-invoice .p-invoice-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-flow {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-flow__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-flow__heading {
    margin-bottom: 36px;
  }
}
.p-invoice .p-invoice-flow__list {
  list-style: none;
}
.p-invoice .p-invoice-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-invoice .p-invoice-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-invoice .p-invoice-flow__item:last-child {
  padding-bottom: 0;
}
.p-invoice .p-invoice-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-invoice .p-invoice-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-invoice .p-invoice-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-invoice .p-invoice-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-invoice .p-invoice-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-flow__title {
    font-size: 15px;
  }
}
.p-invoice .p-invoice-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-flow__text {
    font-size: 14px;
  }
}
.p-invoice .p-invoice-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-invoice .p-invoice-price {
    padding-bottom: 56px;
  }
}
.p-invoice .p-invoice-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-invoice .p-invoice-price__inner {
    padding: 0 20px;
  }
}
.p-invoice .p-invoice-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-price__heading {
    font-size: 22px;
  }
}
.p-invoice .p-invoice-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-invoice .p-invoice-price__sub-heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
@media (min-width: 768px) {
  .p-invoice .p-invoice-price__sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-invoice .p-invoice-price__sub-heading {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-invoice .p-invoice-price__sub-heading {
    font-size: 15px;
  }
}
.p-invoice .p-invoice-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.p-invoice .p-invoice-price__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.p-invoice .p-invoice-price__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #080f3f;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-price__th {
    padding: 12px 14px;
  }
}
.p-invoice .p-invoice-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-invoice .p-invoice-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 16px 20px;
  border: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-invoice .p-invoice-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-invoice .p-invoice-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-invoice .p-invoice-price__notes {
  list-style: none;
}
.p-invoice .p-invoice-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.p-invoice .p-invoice-price__note::before {
  content: "※ ";
}
.p-invoice .p-invoice-price__note:last-child {
  margin-bottom: 0;
}

.p-expense .p-expense-hero {
  background-color: #337ee7;
  padding-top: calc(88px + 40px);
  padding-bottom: 70px;
}
@media screen and (max-width: 1370px) {
  .p-expense .p-expense-hero {
    padding-top: calc(66px + 48px);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-expense .p-expense-hero {
    position: relative;
  }
  .p-expense .p-expense-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./expense/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
}
.p-expense .p-expense-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .p-expense .p-expense-hero__inner {
    position: relative;
    z-index: 1;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-hero__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-hero__content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-expense .p-expense-hero__content {
    width: 100%;
  }
}
.p-expense .p-expense-hero__category {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .p-expense .p-expense-hero__category {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-hero__category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-hero__category {
    font-size: 12px;
  }
}
.p-expense .p-expense-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(72 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-hero__title {
    font-size: 72px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-hero__title {
    font-size: calc(3.6363636364vw + 28.3636363636px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-hero__title {
    font-size: 40px;
  }
}
.p-expense .p-expense-hero__tagline {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-hero__tagline {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-hero__tagline {
    font-size: calc(0.9090909091vw + 15.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-hero__tagline {
    font-size: 18px;
  }
}
.p-expense .p-expense-hero__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-expense .p-expense-hero__desc {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-hero__desc {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-hero__desc {
    font-size: 12px;
  }
}
.p-expense .p-expense-hero__media {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-expense .p-expense-hero__media {
    display: none;
  }
}
.p-expense .p-expense-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.p-expense .p-expense-worries {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-worries {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-worries {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-worries__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-worries__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-worries__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-worries__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-worries__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-worries__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-worries__heading {
    margin-bottom: 32px;
  }
}
.p-expense .p-expense-worries__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-expense .p-expense-worries__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-expense .p-expense-worries__col {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-worries__col {
    padding: 20px;
  }
}
.p-expense .p-expense-worries__col-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
.p-expense .p-expense-worries__list {
  list-style: none;
}
.p-expense .p-expense-worries__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid rgba(174, 190, 204, 0.5);
}
@media (min-width: 768px) {
  .p-expense .p-expense-worries__list-item {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-worries__list-item {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-worries__list-item {
    font-size: 13px;
  }
}
.p-expense .p-expense-worries__list-item:last-child {
  border-bottom: none;
}
.p-expense .p-expense-worries__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #26a1c0;
  border-radius: 50%;
}
.p-expense .p-expense-features {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-features {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-features {
    padding-bottom: 48px;
  }
}
.p-expense .p-expense-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-features__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-features__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-features__heading {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-features__heading {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-features__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-features__heading {
    margin-bottom: 12px;
  }
}
.p-expense .p-expense-features__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-features__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-expense .p-expense-features__list {
  display: flex;
  align-items: stretch;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-features__list {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.p-expense .p-expense-features__item {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #aebecc;
}
.p-expense .p-expense-features__item:first-child {
  padding-left: 0;
}
.p-expense .p-expense-features__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-features__item {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
  .p-expense .p-expense-features__item:first-child {
    padding-top: 0;
  }
  .p-expense .p-expense-features__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-expense .p-expense-features__img-wrap {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-features__img-wrap {
    margin-bottom: 16px;
  }
}
.p-expense .p-expense-features__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-expense .p-expense-features__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-features__title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-features__title {
    font-size: calc(0.4545454545vw + 14.5454545455px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-features__title {
    font-size: 16px;
  }
}
.p-expense .p-expense-features__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-expense .p-expense-features__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-features__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-features__text {
    font-size: 13px;
  }
}
.p-expense .p-expense-features__points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .p-expense .p-expense-features__points {
    grid-template-columns: 1fr;
  }
}
.p-expense .p-expense-features__point-item {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 12px 16px 12px 36px;
  background-color: #f6f6f6;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .p-expense .p-expense-features__point-item {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-features__point-item {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-features__point-item {
    font-size: 13px;
  }
}
.p-expense .p-expense-features__point-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #337ee7;
  border-radius: 50%;
}
.p-expense .p-expense-approach {
  --approach-problem-bg: #ffffff;
  --approach-solution-bg: #bde1ff;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-approach {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-approach {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-approach__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-approach__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-expense .p-expense-approach__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-expense .p-expense-approach__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-expense .p-expense-approach__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(60 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-approach__heading {
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-approach__heading {
    font-size: calc(3.1818181818vw + 21.8181818182px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-approach__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-approach__heading {
    margin-bottom: 36px;
  }
}
.p-expense .p-expense-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-approach__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-expense .p-expense-approach__block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-expense .p-expense-approach__problem {
  background-color: var(--approach-problem-bg);
  padding: 28px 28px 24px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-approach__problem {
    padding: 20px;
  }
}
.p-expense .p-expense-approach__problem-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-approach__problem-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-approach__problem-title {
    font-size: calc(0.5681818182vw + 15.1818181818px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-approach__problem-title {
    font-size: 17px;
  }
}
.p-expense .p-expense-approach__problem-title .material-symbols-outlined {
  font-size: 26px;
  color: #fd1500;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-expense .p-expense-approach__problem-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/5;
}
.p-expense .p-expense-approach__problem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-expense .p-expense-approach__problem-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-expense .p-expense-approach__problem-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-approach__problem-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-approach__problem-text {
    font-size: 14px;
  }
}
.p-expense .p-expense-approach__arrow {
  background: linear-gradient(to bottom, var(--approach-problem-bg) 50%, var(--approach-solution-bg) 50%);
  text-align: center;
  padding: 4px 0;
  line-height: 1;
}
.p-expense .p-expense-approach__arrow .material-symbols-outlined {
  font-size: 26px;
  color: #0054ac;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-expense .p-expense-approach__solution {
  background-color: var(--approach-solution-bg);
  padding: 24px 28px 28px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-approach__solution {
    padding: 20px;
  }
}
.p-expense .p-expense-approach__solution-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #0054ac;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .p-expense .p-expense-approach__solution-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-expense .p-expense-approach__solution-title {
    font-size: calc(0.3409090909vw + 13.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-approach__solution-title {
    font-size: 15px;
  }
}
.p-expense .p-expense-approach__solution-title .material-symbols-outlined {
  font-size: 20px;
  color: #0054ac;
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.p-expense .p-expense-approach__solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-expense .p-expense-approach__solution-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-approach__solution-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-approach__solution-text {
    font-size: 14px;
  }
}
.p-expense .p-expense-services {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-services {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-services {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-services__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-services__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-services__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-services__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-services__heading {
    font-size: 22px;
  }
}
.p-expense .p-expense-services__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-services__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-expense .p-expense-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-expense .p-expense-services__grid {
    grid-template-columns: 1fr;
  }
}
.p-expense .p-expense-services__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.p-expense .p-expense-services__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-expense .p-expense-services__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-expense .p-expense-services__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-expense .p-expense-services__item-body {
  flex: 1;
  min-width: 0;
}
.p-expense .p-expense-services__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-expense .p-expense-services__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-expense .p-expense-services__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-services__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-services__item-text {
    font-size: 13px;
  }
}
.p-expense .p-expense-strengths {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-strengths {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-strengths {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-strengths__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-strengths__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-strengths__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-strengths__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-strengths__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-strengths__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-strengths__heading {
    margin-bottom: 32px;
  }
}
.p-expense .p-expense-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-expense .p-expense-strengths__grid {
    grid-template-columns: 1fr;
  }
}
.p-expense .p-expense-strengths__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #aebecc;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-expense .p-expense-strengths__item-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-expense .p-expense-strengths__item-icon .material-symbols-outlined {
  font-size: 26px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-expense .p-expense-strengths__item-body {
  flex: 1;
  min-width: 0;
}
.p-expense .p-expense-strengths__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-expense .p-expense-strengths__list {
  list-style: none;
}
.p-expense .p-expense-strengths__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-strengths__list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-strengths__list li {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-strengths__list li {
    font-size: 13px;
  }
}
.p-expense .p-expense-strengths__list li:last-child {
  margin-bottom: 0;
}
.p-expense .p-expense-strengths__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #337ee7;
}
.p-expense .p-expense-strengths__footer {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-expense .p-expense-advice {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-advice {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-advice {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-advice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-advice__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-advice__service-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.p-expense .p-expense-advice__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-expense .p-expense-advice__subheading::before {
  content: "＼";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-expense .p-expense-advice__subheading::after {
  content: "／";
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
}
.p-expense .p-expense-advice__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-advice__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-advice__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-advice__heading {
    font-size: 22px;
  }
}
.p-expense .p-expense-advice__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-advice__lead {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-advice__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-advice__lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-advice__lead {
    text-align: left;
    margin-bottom: 24px;
  }
}
.p-expense .p-expense-advice__check-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px 0;
  border-top: 2px dashed #aebecc;
  border-bottom: 2px dashed #aebecc;
}
.p-expense .p-expense-advice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-expense .p-expense-advice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-expense .p-expense-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-expense .p-expense-advice__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #337ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-expense .p-expense-advice__item-icon .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.p-expense .p-expense-advice__item-body {
  flex: 1;
  min-width: 0;
}
.p-expense .p-expense-advice__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-expense .p-expense-advice__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-expense .p-expense-advice__item-text {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-advice__item-text {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-advice__item-text {
    font-size: 13px;
  }
}
.p-expense .p-expense-flow {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-flow {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-flow {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-flow__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-flow__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-flow__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-flow__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-flow__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-flow__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-flow__heading {
    margin-bottom: 36px;
  }
}
.p-expense .p-expense-flow__list {
  list-style: none;
}
.p-expense .p-expense-flow__item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 40px;
}
.p-expense .p-expense-flow__item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #337ee7, #aebecc);
}
.p-expense .p-expense-flow__item:last-child {
  padding-bottom: 0;
}
.p-expense .p-expense-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-flow__item {
    gap: 16px;
    padding-bottom: 32px;
  }
}
.p-expense .p-expense-flow__step {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-expense .p-expense-flow__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #337ee7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-expense .p-expense-flow__content {
  flex: 1;
  padding-top: 6px;
}
.p-expense .p-expense-flow__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-flow__title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-flow__title {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-flow__title {
    font-size: 15px;
  }
}
.p-expense .p-expense-flow__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-expense .p-expense-flow__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-flow__text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-flow__text {
    font-size: 14px;
  }
}
.p-expense .p-expense-price {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-price {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-expense .p-expense-price {
    padding-bottom: 56px;
  }
}
.p-expense .p-expense-price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-expense .p-expense-price__inner {
    padding: 0 20px;
  }
}
.p-expense .p-expense-price__heading {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-expense .p-expense-price__heading {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-expense .p-expense-price__heading {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-expense .p-expense-price__heading {
    font-size: 22px;
  }
}
.p-expense .p-expense-price__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-price__lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-expense .p-expense-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 24px;
}
.p-expense .p-expense-price__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.p-expense .p-expense-price__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #080f3f;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-price__th {
    padding: 12px 14px;
  }
}
.p-expense .p-expense-price__tr:nth-child(even) {
  background-color: #f6f6f6;
}
.p-expense .p-expense-price__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 16px 20px;
  border: 1px solid #aebecc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-expense .p-expense-price__td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.p-expense .p-expense-price__td--price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-expense .p-expense-price__notes {
  list-style: none;
}
.p-expense .p-expense-price__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.p-expense .p-expense-price__note::before {
  content: "※ ";
}
.p-expense .p-expense-price__note:last-child {
  margin-bottom: 0;
}

.p-default__body {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .p-default__body {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-default__body {
    padding-bottom: 60px;
  }
}
.p-default__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-default__content p:not(:first-of-type) {
  margin-top: 24 +px;
}
.p-default__content p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-default__content p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-default__content p {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-default__content p {
    font-size: 14px;
  }
}
.p-default__content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .p-default__content h2 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-default__content h2 {
    font-size: calc(1.3392857143vw + 13.7142857143px);
  }
}
@media (max-width: 319px) {
  .p-default__content h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-default__content h2 {
    margin-top: 36px;
    margin-bottom: 16px;
  }
}
.p-default__content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-default__content h3 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-default__content h3 {
    font-size: calc(0.6696428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-default__content h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-default__content h3 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.p-default__content ul,
.p-default__content ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-default__content ul li,
.p-default__content ol li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-default__content ul li,
  .p-default__content ol li {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-default__content ul li,
  .p-default__content ol li {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-default__content ul li,
  .p-default__content ol li {
    font-size: 14px;
  }
}
.p-default__content ul li {
  list-style: disc;
}
.p-default__content ol li {
  list-style: decimal;
}

.p-404 {
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8eef5 0%, #f4f7fa 50%, #e8eef5 100%);
  padding: 80px 25px;
}
@media screen and (max-width: 768px) {
  .p-404 {
    min-height: calc(100vh - 66px);
    padding: 60px 20px;
  }
}
.p-404__inner {
  text-align: center;
  max-width: 600px;
  width: 100%;
}
.p-404__code {
  font-style: normal;
  font-weight: 700;
  font-size: calc(120 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-404__code {
    font-size: 120px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-404__code {
    font-size: calc(10.7142857143vw + 37.7142857143px);
  }
}
@media (max-width: 319px) {
  .p-404__code {
    font-size: 72px;
  }
}
.p-404__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-404__title {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media (max-width: 319px) {
  .p-404__title {
    font-size: 20px;
  }
}
.p-404__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-404__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-404__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-404__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-404__text {
    margin-bottom: 36px;
  }
}
.p-404__links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.p-404__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: calc(infinity * 1px);
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-404__btn .material-symbols-outlined {
  font-size: 20px;
}
.p-404__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .p-404__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}
.p-404__btn--primary {
  background-color: #337ee7;
}
.p-404__btn--secondary {
  background-color: #0c1f71;
}

.p-software-intro {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1000px) {
  .p-software-intro {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-software-intro {
    padding-bottom: 36px;
  }
}
.p-software-intro__inner {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.p-software-intro__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-software-intro__lead {
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-software-intro__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) and (max-width: 767px) {
  .p-software-intro__lead {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media screen and (max-width: 768px) and (max-width: 319px) {
  .p-software-intro__lead {
    font-size: 13px;
  }
}

.p-software-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.p-software-nav__btn {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border: 2px solid #337ee7;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-software-nav__btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #337ee7;
  transition: border-top-color 0.2s ease;
}
.p-software-nav__btn:hover {
  background-color: #337ee7;
  color: #fff;
}
.p-software-nav__btn:hover::after {
  border-top-color: #fff;
}
@media screen and (max-width: 480px) {
  .p-software-nav__btn {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  .p-software-nav__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) and (max-width: 479px) {
  .p-software-nav__btn {
    font-size: calc(1.25vw + 8px);
  }
}
@media screen and (max-width: 480px) and (max-width: 319px) {
  .p-software-nav__btn {
    font-size: 12px;
  }
}

.p-software-body {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .p-software-body {
    padding-bottom: 60px;
  }
}

.p-software-section {
  scroll-margin-top: 100px;
  padding-top: 70px;
}
@media only screen and (max-width: 1000px) {
  .p-software-section {
    padding-top: 48px;
  }
}
.p-software-section__inner {
  max-width: 1400px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.p-software-section__heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-software-section__heading {
    margin-bottom: 24px;
  }
}
.p-software-section__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #0c1f71;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-bottom: 14px;
  border-bottom: 2px solid #337ee7;
  position: relative;
}
@media (min-width: 1000px) {
  .p-software-section__title {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 999px) {
  .p-software-section__title {
    font-size: calc(0.8823529412vw + 15.1764705882px);
  }
}
@media (max-width: 319px) {
  .p-software-section__title {
    font-size: 18px;
  }
}
.p-software-section__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #fd9a00;
}
.p-software-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .p-software-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-software-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-software-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.p-software-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .p-software-card {
    padding: 22px 18px;
  }
}
.p-software-card__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.025em;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .p-software-card__name {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-software-card__name {
    font-size: calc(-0.3409090909vw + 18.0909090909px);
  }
}
@media (max-width: 319px) {
  .p-software-card__name {
    font-size: 17px;
  }
}
.p-software-card__logo-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-software-card__logo-wrap--multi {
  gap: 24px;
  flex-wrap: nowrap;
}
.p-software-card__logo {
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.p-software-card__logo--multi {
  max-height: 64px;
  flex: 0 1 auto;
  min-width: 0;
}
.p-software-card__logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 64px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 1px solid #aebecc;
}
.p-software-card__logo-placeholder span {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
  padding: 0 8px;
}
.p-software-card__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.8;
  flex: 1;
}
@media (min-width: 1000px) {
  .p-software-card__desc {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 999px) {
  .p-software-card__desc {
    font-size: calc(0.2941176471vw + 13.0588235294px);
  }
}
@media (max-width: 319px) {
  .p-software-card__desc {
    font-size: 14px;
  }
}
.p-software-card__link {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #337ee7;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #337ee7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  align-self: flex-start;
  padding: 8px 16px;
  border: 1px solid #337ee7;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-software-card__link:visited, .p-software-card__link:hover, .p-software-card__link:active, .p-software-card__link:focus {
  color: #337ee7;
  text-decoration: none;
}
.p-software-card__link:hover {
  background-color: #337ee7;
  color: #fff;
}
.p-software-card__link:hover svg {
  stroke: #fff;
}
.p-software-card__link-icon {
  flex-shrink: 0;
  stroke: #337ee7;
  transition: stroke 0.2s ease;
}
.p-software-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-software-card__tag {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.025em;
  line-height: 1.4;
  border: 1px solid #aebecc;
  border-radius: 4px;
  padding: 3px 8px;
}

.p-it-digital-ai-hojo .p-it-digital-ai-hojo-main-visual {
  width: 100%;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-main-visual__img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .p-it-digital-ai-hojo .c-page-header__title {
    font-size: 38px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-it-digital-ai-hojo .c-page-header__title {
    font-size: calc(1.5909090909vw + 18.9090909091px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .c-page-header__title {
    font-size: 24px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact {
    padding-bottom: 56px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact {
  background-color: #fff;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow {
  background-color: #f6f6f6;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__inner,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__inner {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__inner {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__title {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__title {
    font-size: calc(2.2321428571vw + 14.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__title {
    font-size: 22px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__lead,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__lead,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__lead,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__lead {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__lead {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__lead,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__lead {
    font-size: 14px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__sub-title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__sub-title,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 16px;
  margin-top: 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #337ee7;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__sub-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__sub-title {
    font-size: calc(0.8928571429vw + 15.1428571429px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__sub-title,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__sub-title {
    font-size: 18px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend {
  display: flex;
  gap: 24px;
  align-items: center;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend-content {
  flex: 1;
  min-width: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend-media {
  flex: 0 0 320px;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend-media {
    display: none;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend-img {
  width: 100%;
  height: auto;
  display: block;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__list,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__list,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__notes {
  list-style: none;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note {
    font-size: 13px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item::before,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item::before,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #337ee7;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item:last-child,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools__item:last-child,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__note:last-child {
  margin-bottom: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-invoice {
  display: grid;
  gap: 18px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category {
  border: 1px solid #aebecc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #0c1f71;
  padding: 14px 20px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
}
@media screen and (max-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__body {
    grid-template-columns: 1fr;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__tools,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__effect {
  padding: 22px 24px;
}
@media screen and (max-width: 480px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__tools,
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__effect {
    padding: 18px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__tools {
  background-color: #f6f6f6;
  border-right: 1px solid #aebecc;
}
@media screen and (max-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__tools {
    border-right: none;
    border-bottom: 1px solid #aebecc;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(13 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__list {
  list-style: none;
  display: grid;
  gap: 8px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__item {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.55;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__item a {
  color: #337ee7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__item a:hover {
  text-decoration: none;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__text {
    font-size: calc(0.4464285714vw + 11.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__text {
    font-size: 13px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-normal {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category--normal .p-it-digital-ai-hojo-tools-category__body {
  grid-template-columns: 240px minmax(0, 1fr);
}
@media screen and (max-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category--normal .p-it-digital-ai-hojo-tools-category__body {
    grid-template-columns: 1fr;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__related {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #aebecc;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__banner-link {
  display: block;
  max-width: 400px;
  margin-top: 18px;
  transition: opacity 0.3s ease;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__banner-link:hover {
  opacity: 0.85;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-tools-category__banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item::before {
  display: none;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item-icon {
  font-size: 20px;
  line-height: 1;
  color: #337ee7;
  margin-top: 3px;
  flex-shrink: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__item-text {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-intro__recommend {
    display: block;
    gap: 0;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case__grid {
    grid-template-columns: 1fr;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card {
  background-color: #fff;
  border: 1px solid #3d78cb;
  border-top: 10px solid #3d78cb;
  border-radius: 8px;
  padding: 14px 14px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__head {
  margin-bottom: 10px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__meta {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__meta strong {
  font-weight: 700;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__separator {
  margin: 0 0.5rem;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__tool-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__badge {
  font-style: normal;
  font-weight: 700;
  font-size: calc(11 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background-color: #3d78cb;
  border-radius: 8px;
  padding: 6px 10px;
  flex: 0 0 100px;
  text-align: center;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__tool {
  font-style: normal;
  font-weight: 700;
  font-size: calc(13 / 16 * 1rem);
  color: #bb4b20;
  letter-spacing: 0.01em;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 8px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__calc {
  display: block;
  margin-bottom: 8px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__pill-wrap {
  flex: 1;
  text-align: center;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__pill {
  font-style: normal;
  font-weight: 700;
  font-size: calc(10 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background-color: #f06b3d;
  border-radius: 999px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 6px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money {
  font-style: normal;
  font-weight: 700;
  font-size: calc(48 / 16 * 1rem);
  color: #101010;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money {
    font-size: 48px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money {
    font-size: calc(2.2727272727vw + 20.7272727273px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money {
    font-size: 28px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money small {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #101010;
  letter-spacing: 0em;
  line-height: 1;
  margin-right: 2px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money span {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #101010;
  letter-spacing: 0em;
  line-height: 1;
  margin-left: 2px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money--accent,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__money--accent span {
  color: #f06b3d;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__operator {
  font-style: normal;
  font-weight: 700;
  font-size: calc(36 / 16 * 1rem);
  color: #101010;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 8px;
  flex: 0 0 auto;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: right;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.85;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__calc-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__calc {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
  }
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__operator {
    font-size: 24px;
    margin-bottom: 0;
  }
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__pill-wrap {
    flex: 0 0 calc(33.333% - 8px);
  }
}
@media screen and (max-width: 640px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__pill-wrap {
    flex: 1 1 100%;
    text-align: left;
  }
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-case-card__operator {
    display: none;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__table-wrap,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__table-wrap {
  margin-top: 6px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__table,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__th,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__th {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.5;
  background-color: #0c1f71;
  padding: 14px;
  border: 1px solid #080f3f;
  text-align: left;
  vertical-align: middle;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__td,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.03em;
  line-height: 1.65;
  padding: 14px;
  border: 1px solid #aebecc;
  vertical-align: middle;
  background-color: #fff;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__mini {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: currentColor;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__footnote {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #5b596a;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 4px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__footnote:last-of-type {
  margin-bottom: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__plus {
  font-style: normal;
  font-weight: 700;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin: 10px 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link {
  background-color: #fff;
  padding-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link {
    padding-top: 10px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__inner {
  text-align: center;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__btn {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #337ee7;
  border-radius: 999px;
  padding: 16px 32px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__btn {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__btn {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__btn {
    font-size: 15px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-official-link__btn:hover {
  opacity: 0.85;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-target__tr:nth-child(even) .p-it-digital-ai-hojo-target__td,
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__tr:nth-child(even) .p-it-digital-ai-hojo-schedule__td {
  background-color: #f6f6f6;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-schedule__tr--expired .p-it-digital-ai-hojo-schedule__td {
  text-decoration: line-through;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media (max-width: 319px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead {
    font-size: 14px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead a {
  color: #337ee7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__lead a:hover {
  text-decoration: none;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__media {
  background-color: #fff;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__media {
    padding: 12px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-flow__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__editor {
  margin-top: 30px;
  background-color: #f7fbff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__editor {
    padding: 20px;
  }
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__editor > * {
  margin-top: 0;
  margin-bottom: 0;
}
.p-it-digital-ai-hojo .p-it-digital-ai-hojo-contact__editor > * + * {
  margin-top: 16px;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-sp-only {
    display: inline;
  }
}

.u-display-none {
  display: none;
}

.u-txt-right {
  text-align: right;
}

.u-fc-red {
  color: red;
}

.u-fc-accent {
  color: #fd9a00;
}

.fs-08 {
  font-size: 0.8em;
}

.u-fw-b {
  font-weight: bold;
}

.u-inline-block {
  display: inline-block;
}

.marker-y {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

/* *********************************

  //YouTube動画対応

*************************************/
.u-youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.u-youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* *********************************

  //GoogleMap対応

*************************************/
.u-access-map {
  position: relative;
  width: auto;
  padding-top: 37%;
}
.u-access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* *********************************

  //汎用文字サイズ

*************************************/
.u-fs-36 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(36 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-36 {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-36 {
    font-size: calc(0.8928571429vw + 23.1428571429px);
  }
}
@media (max-width: 319px) {
  .u-fs-36 {
    font-size: 26px;
  }
}

.u-fs-32 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(32 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-32 {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-32 {
    font-size: calc(0.5357142857vw + 24.2857142857px);
  }
}
@media (max-width: 319px) {
  .u-fs-32 {
    font-size: 26px;
  }
}

.u-fs-28 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(28 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-28 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-28 {
    font-size: calc(0.8928571429vw + 15.1428571429px);
  }
}
@media (max-width: 319px) {
  .u-fs-28 {
    font-size: 18px;
  }
}

.u-fs-24 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(24 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-24 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-24 {
    font-size: calc(0.3571428571vw + 18.8571428571px);
  }
}
@media (max-width: 319px) {
  .u-fs-24 {
    font-size: 20px;
  }
}

.u-fs-17 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-17 {
    font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-17 {
    font-size: calc(0.2678571429vw + 13.1428571429px);
  }
}
@media (max-width: 319px) {
  .u-fs-17 {
    font-size: 14px;
  }
}

.u-fs-16 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-16 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-16 {
    font-size: calc(0.1785714286vw + 13.4285714286px);
  }
}
@media (max-width: 319px) {
  .u-fs-16 {
    font-size: 14px;
  }
}

.u-fs-14 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-14 {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-14 {
    font-size: calc(0.1785714286vw + 11.4285714286px);
  }
}
@media (max-width: 319px) {
  .u-fs-14 {
    font-size: 12px;
  }
}

.u-fs-12 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .u-fs-12 {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .u-fs-12 {
    font-size: calc(0.1785714286vw + 9.4285714286px);
  }
}
@media (max-width: 319px) {
  .u-fs-12 {
    font-size: 10px;
  }
}

.u-fs-10 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #071026;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
