@charset "UTF-8";
:root {
  --primary-color: #0063d4;
  --secondary-color: #2f8efb;
  --bg-blue: #ebf9ff;
  --shadow: rgba(0, 99, 212, 0.10);
  --shadow02: rgba(0, 110, 225, 0.10);
  --gradation: linear-gradient(90deg, #3190fd 0%, #0164d5 100%);
  --gradation-vertical: linear-gradient(180deg, #3190fd 0%, #0164d5 100%);
  --text: #333;
  --white: #fff;
  --gray: #d9d9d9;
  --gray2: #999;
  --error: #c7002f;
  --font-en: "Open Sans", "Arial", sans-serif;
  --font-base: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: var(--font-base);
  font-weight: 400;
}

html {
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: var(--bg-blue);
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  margin-top: 83px;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/OpenSans-Bold.ttf) format("truetype");
  font-family: "Open Sans";
  font-weight: 600;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 100%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.is-open {
  background: var(--white);
}
.c-header.is-top:not(.is-open) {
  background: transparent;
  opacity: 0;
}
.c-header.is-top.is-animated {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.c-header .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 80px 17px 15px;
}
/* 案E: ヘッダーは配布KM（identity01g）のみ PC238（>=1200） / 中間200（768-1199） / SP177 */
.c-header .nav-wrap .logo {
  width: 238px;
  margin-right: 0;
}
.c-header .nav-wrap .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.c-header .nav-wrap .symbol {
  display: none;
}
.site-title-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-nav-area .logo-wrap .logo--ex {
  width: 150px;
  max-width: 100%;
}
.c-nav-area .logo-wrap .logo--ex img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------
c-nav-area
----------------------------------- */
.c-nav-area {
  background: var(--white);
  border-radius: 0 0 20px 20px;
  position: fixed;
  top: 83px;
  right: 0;
  left: 0;
  max-width: 100%;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(var(--vh) * 100 - 93px);
  z-index: 98;
  padding: 50px 70px 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.c-nav-area.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c-nav-area .nav-inner {
  max-width: 1360px;
  margin-inline: auto;
}
.c-nav-area .logo-wrap .logo {
  margin-bottom: 15px;
}
.c-nav-area .logo-wrap .lang-area {
  margin-top: auto;
}
.c-nav-area .logo-wrap .lang-area .lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.c-nav-area .logo-wrap .lang-area .lang-list li {
  font-family: var(--font-en);
  line-height: 1;
}
.c-nav-area .logo-wrap .lang-area .lang-list li.jp {
  padding-right: 20px;
  border-right: 1px solid var(--gray);
}
.c-nav-area .logo-wrap .lang-area .lang-list li.current a {
  color: var(--primary-color);
}
.c-nav-area .logo-wrap .lang-area .lang-list li a {
  display: inline-block;
}
.c-nav-area .nav-cont .nav-list .btn-txt,
.c-nav-area .nav-cont .btn-wrap .btn-txt {
  font-size: 16px;
}
.c-nav-area .nav-list a {
  border-bottom: 1px solid var(--gray);
  display: block;
  padding: 5px 40px 15px 0;
  position: relative;
}
.c-nav-area .nav-list a .ico {
  background: var(--gradation);
  border-radius: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-nav-area .nav-list a .ico::before, .c-nav-area .nav-list a .ico::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-nav-area .nav-list a .ico::before {
  background: var(--white);
  border-radius: 40px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.c-nav-area .nav-list a .ico::after {
  background: var(--primary-color);
  -webkit-mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  rotate: 180deg;
}

/* --------------------------------
c-nav-btn
----------------------------------- */
.c-nav-btn {
  width: 40px;
  height: 40px;
  right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.c-nav-btn .inn {
  display: block;
  position: relative;
  margin: auto;
  width: 40px;
  height: 26px;
}
.c-nav-btn .line {
  background: var(--primary-color);
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 2px;
}
.c-nav-btn .line:nth-child(1) {
  top: 0;
}
.c-nav-btn .line:nth-child(2) {
  top: 12px;
}
.c-nav-btn .line:nth-child(3) {
  top: 24px;
}
.c-nav-btn.is-open .line:nth-child(1), .c-nav-btn.is-open .line:nth-child(2), .c-nav-btn.is-open .line:nth-child(3) {
  top: 12px;
}
.c-nav-btn.is-open .line:nth-child(1) {
  rotate: 45deg;
}
.c-nav-btn.is-open .line:nth-child(3) {
  rotate: -45deg;
}
.c-nav-btn.is-open .line:nth-child(2) {
  opacity: 0;
}

/* --------------------------------
admin-bar offset
----------------------------------- */
body.admin-bar .c-header {
  top: 32px;
}
body.admin-bar .c-nav-area {
  top: 125px;
  max-height: calc(var(--vh) * 100 - 93px - 32px);
}

/* --------------------------------
c-header-bg
----------------------------------- */
.c-header-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 99, 212, 0.2);
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.c-header-bg.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* --------------------------------
c-footer
----------------------------------- */
.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 96;
  -webkit-animation: fadeIn 0.7s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fixed-btn.anim-fade {
  animation: fadeIn 0.7s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fixed-btn button {
  background: -webkit-gradient(linear, left top, right top, from(#2f8efb), to(#0950fa));
  background: linear-gradient(90deg, #2f8efb 0%, #0950fa 100%);
  border: 2px solid var(--white);
  border-right: none;
  display: block;
  border-radius: 20px 0 0 20px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  padding: 20px 17px 28px 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fixed-btn button .rotate {
  display: inline-block;
  /* メイリオ＋縦書きでは「ー」は既に縦。rotate(90deg) すると横倒しになる */
  -webkit-transform: none;
          transform: none;
}
.fixed-btn .inn {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  /* メイリオ/Open Sans では -0.3em だと縦書きが重なる（旧 Noto Sans JP 向け） */
  letter-spacing: 0.1em;
}
.fixed-btn .inn::before {
  background: url(../img/common/ico-download.svg) no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-footer {
  background: #3b3b3b;
  color: var(--white);
  padding-block: 100px 120px;
}
.c-footer .inner-block {
  max-width: 1520px;
}
.c-footer a, .c-footer button {
  display: inline-block;
  font-size: 14px;
}
.c-footer .head-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.c-footer .head-wrap .logo-area .logo-ex {
  max-width: 210px;
  margin-top: 40px;
}
.c-footer .head-wrap .logo-area .txt {
  font-size: 14px;
  margin-top: 20px;
}
.c-footer .head-wrap .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.c-footer .head-wrap .link-area .list li + li {
  margin-top: 30px;
}
.c-footer .foot-wrap .link-list {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
}
.c-footer .foot-wrap .copyright {
  display: block;
}
.c-footer #pagetop {
  font-family: var(--font-en);
  white-space: nowrap;
}
.c-footer #pagetop a {
  padding-right: 40px;
  position: relative;
}
.c-footer #pagetop a::before, .c-footer #pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  rotate: 90deg;
}
.c-footer #pagetop a::before {
  border: 2px solid var(--white);
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.c-footer #pagetop a::after {
  background: var(--white);
  -webkit-mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  right: 12px;
}

.c-ttl01 {
  margin-bottom: 40px;
}
.c-ttl01 .en {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-en);
  font-size: 100px;
  font-weight: 600;
  line-height: 120%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.03em;
}
.c-ttl01 .ja {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
}
.c-ttl01.cl-white {
  color: var(--white);
}
.c-ttl01.cl-white .en {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.c-ttl01.center {
  text-align: center;
}
.c-ttl01.center .en {
  margin-inline: auto;
}

.c-ttl02 {
  margin-bottom: 40px;
  text-align: center;
}
.c-ttl02 .ja,
.c-ttl02 .en {
  display: block;
}
.c-ttl02 .ja {
  font-size: 40px;
  font-weight: bold;
  line-height: 158%;
  margin-bottom: 10px;
}
.c-ttl02 .en {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: bold;
}
.c-ttl02.cl-white {
  color: var(--white);
}
.c-ttl02.cl-white .en {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.c-ttl02.l-left {
  text-align: left;
}

.c-ttl03 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}
.c-ttl03::before {
  background: var(--primary-color);
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.c-ttl04 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 30px;
  position: relative;
  margin-top: 30px;
}
.c-ttl04::before {
  background: var(--primary-color);
  border-radius: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}

.c-btn01 {
  border: 1px solid;
  border-radius: 50px;
  color: var(--white);
  display: inline-block;
  padding: 12px 20px 12px 50px;
  position: relative;
  text-align: center;
}
.c-btn01::before {
  background-color: var(--white);
  -webkit-mask: no-repeat center center/contain;
          mask: no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
}
.c-btn01.cl-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.c-btn01.cl-secondary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.c-btn01.cl-black {
  background: var(--text);
  border-color: var(--text);
}
.c-btn01.ico-trial::before {
  -webkit-mask-image: url(../img/common/ico-trial.svg);
          mask-image: url(../img/common/ico-trial.svg);
}
.c-btn01.ico-download::before {
  -webkit-mask-image: url(../img/common/ico-download.svg);
          mask-image: url(../img/common/ico-download.svg);
}
.c-btn01.ico-contact::before {
  -webkit-mask-image: url(../img/common/ico-contact.svg);
          mask-image: url(../img/common/ico-contact.svg);
}
.c-btn01.ico-login::before {
  -webkit-mask-image: url(../img/common/ico-login.svg);
          mask-image: url(../img/common/ico-login.svg);
}

.c-btn02 {
  background: -webkit-gradient(linear, left top, right top, from(#3190fd), color-stop(50%, #0164d5), to(#3190fd));
  background: linear-gradient(90deg, #3190fd 0%, #0164d5 50%, #3190fd 100%);
  background-size: 200% 100%;
  border-radius: 80px;
  color: var(--white);
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 25px 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.c-btn02--wide {
  max-width: 320px;
  width: 100%;
}
.c-btn02 .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .ico::before, .c-btn02 .ico::after {
  content: "";
  display: block;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .ico::before {
  background: var(--white);
  width: 10px;
  height: 10px;
  z-index: 2;
}
.c-btn02 .ico::after {
  background: var(--secondary-color);
  width: 20px;
  height: 20px;
  z-index: 1;
}
.c-btn02.cl-white {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--primary-color);
}
.c-btn02.cl-black {
  background: var(--text);
  border: 1px solid var(--text);
  color: var(--white);
}
.c-btn02.cl-black .ico::before {
  background: var(--white);
}
.c-btn02.cl-black .ico::after {
  background: var(--gray2);
}

.c-btn03 {
  background: var(--white);
  border-radius: 100px;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 22px 15px;
  min-width: 278px;
  max-width: 278px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
}
.c-btn03::before {
  background: var(--white);
  border: 5px solid #83b4ed;
  border-radius: 100px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.c-btn03.blue {
  color: var(--white);
}
.c-btn03.blue .inn {
  position: relative;
  z-index: 2;
}
.c-btn03.blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#0089de), to(#003cff));
  background: linear-gradient(90deg, #0089de 0%, #003cff 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* section parts */
.c-section {
  padding-block: 120px;
}

.c-kv-section {
  padding-block: 100px;
  z-index: 1;
  position: relative;
}
.c-kv-section::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../img/common/lower-bg.png.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: calc(100% + 93px);
  top: -93px;
  left: 0;
}
.c-kv-section + .c-section:not(.bg-white) {
  padding-top: 0;
}
.c-kv-section.kv-img {
  padding-block: 80px;
  padding-bottom: 0;
}
.c-kv-section .c-ttl01 {
  margin-bottom: 0;
}
.c-kv-section .mv-img {
  border-radius: 500px 500px 0 0;
  overflow: hidden;
  margin-top: 100px;
}
.c-kv-section .lead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
  margin: 50px auto 0;
}

.c-breadcrumbs li {
  display: inline;
  position: relative;
}
.c-breadcrumbs li a,
.c-breadcrumbs li span {
  font-size: 14px;
}
.c-breadcrumbs li a {
  color: var(--gray2);
}
.c-breadcrumbs li + li {
  margin-left: 30px;
}
.c-breadcrumbs li + li::before {
  background: var(--gray2);
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: -20px;
  margin: auto;
}

/* bg */
.bg-white {
  background: var(--white);
}

/* link */
.c-txt-link {
  color: var(--secondary-color);
  font-weight: bold;
  text-decoration: underline;
}

/* paging */
.c-paging-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.c-paging-area .page-numbers {
  border: 1px solid transparent;
  font-size: 14px;
  font-family: var(--font-en);
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
}
.c-paging-area .page-numbers.next, .c-paging-area .page-numbers.prev {
  background: var(--bg-blue);
  border-radius: 50%;
  margin: 0 15px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-paging-area .page-numbers.next img {
  rotate: 180deg;
}
.c-paging-area .page-numbers.current {
  border-bottom-color: var(--text);
}

.c-sidebar .box + .box {
  margin-top: 80px;
}
.c-sidebar .ttl {
  border-bottom: 1px solid var(--gray);
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-sidebar .tag-list,
.c-sidebar .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-sidebar .tag-list a {
  background: var(--bg-blue);
  border: 1px solid var(--bg-blue);
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
  padding: 4px 10px;
}
.c-sidebar .tag-list a.current {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  pointer-events: none;
  cursor: default;
}
.c-sidebar .sns-list a {
  border: 1px solid var(--gray);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}
.c-sidebar .sns-list a img {
  max-width: 24px;
}

.c-link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  margin-bottom: 100px;
}
.c-link-area a {
  border-left: 1px solid var(--gray2);
  display: inline-block;
  max-width: 280px;
  width: 100%;
  padding: 15px 20px 40px;
  position: relative;
  text-align: center;
}
.c-link-area a::before {
  background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  rotate: -90deg;
}
.c-link-area a:last-child {
  border-right: 1px solid var(--gray2);
}

.c-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-bottom: 50px;
}
.c-lead.center {
  text-align: center;
}

.c-box-list .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 100px;
  padding: 50px 0;
}
.c-box-list .box + .box {
  border-top: 1px solid var(--gray);
}
.c-box-list .box:first-child {
  padding-top: 0;
}
.c-box-list .box:last-child {
  padding-bottom: 0;
}
.c-box-list .txt-wrap {
  width: calc(100% - 780px);
}
.c-box-list .img-wrap {
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px 0 var(--shadow02);
          box-shadow: 0 0 30px 0 var(--shadow02);
  overflow: hidden;
  max-width: 680px;
}
.c-box-list .num-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d0e6ff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 22px;
  padding: 4px 10px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-box-list .num-wrap .en,
.c-box-list .num-wrap .num {
  color: var(--primary-color);
  font-family: var(--font-en);
}
.c-box-list .num-wrap .en {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.c-box-list .num-wrap .num {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
.c-box-list .num-wrap .num::before {
  background: var(--primary-color);
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
}
.c-box-list .ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
.c-box-list .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}

.c-table01 {
  border: 1px solid var(--gray);
  border-radius: 20px;
  overflow: hidden;
}
.c-table01 table {
  table-layout: fixed;
  width: 100%;
}
.c-table01 tr:first-child th {
  border-top: 0;
}
.c-table01 tr + tr th, .c-table01 tr + tr td {
  border-top: 1px solid var(--gray);
}
.c-table01 table {
  overflow: hidden;
  width: 100%;
}
.c-table01 th, .c-table01 td {
  padding: 10px;
  text-align: center;
}
.c-table01 th:first-child, .c-table01 td:first-child {
  width: 110px;
}
.c-table01 th + th, .c-table01 th + td, .c-table01 td + th, .c-table01 td + td {
  border-left: 1px solid var(--gray);
}
.c-table01 th {
  background: var(--secondary-color);
  color: var(--white);
  min-height: 65px;
  padding: 18px 10px;
}
.c-table01 td {
  background: var(--white);
  font-size: 14px;
}
.c-table01 .blue {
  color: var(--primary-color);
}

.c-table02 {
  position: relative;
}
.c-table02 table {
  border-spacing: 0;
  border-collapse: inherit;
  table-layout: fixed;
  width: 100%;
}
.c-table02 thead th {
  background: var(--text);
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 19px 14px;
}
.c-table02 thead th:not(:first-child) {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.c-table02 thead th:nth-child(2) {
  border-radius: 20px 0 0 0;
}
.c-table02 thead th:first-child {
  background: transparent;
}
.c-table02 thead th:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 20px 0 0;
}
.c-table02 thead th.blue {
  background: var(--primary-color);
}
.c-table02 tbody tr:first-child th {
  border-radius: 20px 0 0 0;
}
.c-table02 tbody tr:first-child th, .c-table02 tbody tr:first-child td {
  padding: 20px 14px;
}
.c-table02 tbody tr:last-child th, .c-table02 tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.c-table02 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
.c-table02 tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.c-table02 tbody th, .c-table02 tbody td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.c-table02 tbody th:last-child, .c-table02 tbody td:last-child {
  border-right: 1px solid #ccc;
}
.c-table02 tbody th {
  background: #cedcff;
  text-align: left;
}
.c-table02 tbody td {
  text-align: center;
}
.c-table02 th, .c-table02 td {
  padding: 13px 14px;
  letter-spacing: 0.03em;
  line-height: 1.58;
}
.c-table02 th:first-child, .c-table02 td:first-child {
  width: 250px;
}
.c-table02 .large {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.c-table02 .price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.c-table02 .small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.c-table02 .line {
  position: relative;
}
.c-table02 .line::before {
  border: 3px solid var(--primary-color);
  content: "";
  height: calc(100% - 42px);
  width: 293px;
  position: absolute;
  bottom: 0;
  right: 291px;
}
.c-table02 .balloon-txt {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.03em;
  position: relative;
  padding: 0 23px 0 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 340px 10px auto;
}
.c-table02 .balloon-txt::before, .c-table02 .balloon-txt::after {
  background: var(--primary-color);
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: 2px;
  bottom: 0;
  max-width: none;
}
.c-table02 .balloon-txt::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-table02 .balloon-txt::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.anim-fade {
  opacity: 0;
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.anim-fadeSlide {
  opacity: 0;
}
.anim-fadeSlide.is-animated {
  -webkit-animation: fadeSlide 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeSlide 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInGlass {
  0% {
    opacity: 0;
    backdrop-filter: blur(15px); /* ここですりガラスのぼかし効果を再現 */
    -webkit-backdrop-filter: blur(15px); /* Safari対応 */
  }
  100% {
    opacity: 1;
    backdrop-filter: blur(15px); /* ここですりガラスのぼかし効果を再現 */
    -webkit-backdrop-filter: blur(15px); /* Safari対応 */
  }
}
@keyframes fadeInGlass {
  0% {
    opacity: 0;
    backdrop-filter: blur(15px); /* ここですりガラスのぼかし効果を再現 */
    -webkit-backdrop-filter: blur(15px); /* Safari対応 */
  }
  100% {
    opacity: 1;
    backdrop-filter: blur(15px); /* ここですりガラスのぼかし効果を再現 */
    -webkit-backdrop-filter: blur(15px); /* Safari対応 */
  }
}
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: translateY(-100px) scale(200%);
            transform: translateY(-100px) scale(200%);
  }
  100% {
    -webkit-transform: translateY(0) scale(100%);
            transform: translateY(0) scale(100%);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: translateY(-100px) scale(200%);
            transform: translateY(-100px) scale(200%);
  }
  100% {
    -webkit-transform: translateY(0) scale(100%);
            transform: translateY(0) scale(100%);
  }
}
@-webkit-keyframes zoomOut-sp {
  0% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@keyframes zoomOut-sp {
  0% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rightleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
  25% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  } /* 右   */
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  } /* 左   */
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
}
@keyframes rightleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
  25% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  } /* 右   */
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  } /* 左   */
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* 中央 */
}
/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal .modal-bg {
  background: rgba(0, 99, 212, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modal .modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 700px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.modal .modal__cont {
  background: var(--white);
  border-radius: 10px;
  padding: 30px 15px 40px 40px;
  max-height: 875px;
  width: 100%;
}
.modal .modal__cont > .ttl {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 15px;
}
.modal .modal__cont > .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66666;
  margin-bottom: 50px;
}
.modal .c-form-wrap {
  padding-top: 5px;
  overflow: auto;
  max-height: 760px;
  padding-right: 10px;
}
.modal .c-form-wrap::-webkit-scrollbar {
  width: 5px;
}
.modal .c-form-wrap::-webkit-scrollbar-thumb {
  background-color: var(--gray2);
  border-radius: 100px;
}
.modal .c-form-wrap input[type="text"],
.modal .c-form-wrap input[type="tel"],
.modal .c-form-wrap input[type="email"],
.modal .c-form-wrap textarea,
.modal .c-form-wrap select {
  padding: 17px 20px 18px;
}
.modal .c-form-wrap .q-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.modal .c-form-wrap .q-wrap .label-area {
  width: 100%;
}
.modal .c-form-wrap .q-wrap .input-area {
  width: 100%;
}
.modal .c-form-wrap .q-wrap .input-area.l-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.modal .c-form-wrap .q-wrap + .q-wrap {
  margin-top: 10px;
}
.modal .c-form-wrap .btn-wrap {
  gap: 20px;
}
.modal .c-form-wrap .btn-wrap .c-btn02.back-btn {
  background: var(--text);
}
.modal .c-form-wrap .btn-wrap .c-btn02.back-btn:hover {
  background: rgba(51, 51, 51, 0.5);
}
.modal .c-form-wrap .btn-wrap .c-btn02.back-btn:hover .ico::before {
  background: white;
}
.modal .c-form-wrap .btn-wrap .c-btn02.back-btn .ico::after {
  background: rgba(255, 255, 255, 0.5);
}
.modal .c-form-wrap .required-txt {
  background: transparent;
  font-size: 11px;
  font-weight: bold;
  color: var(--error);
  padding: 0;
  left: 0;
  right: inherit;
  margin: auto auto auto 8px;
  position: relative;
}

.gdpr-cookie-law {
  border-radius: 10px;
  min-width: 400px;
  background: var(--gradation-vertical);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4509803922) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4509803922) !important;
}
.gdpr-cookie-law .gdpr-cookie-law__btn {
  background: var(--white);
  color: var(--primary-color);
}
.gdpr-cookie-law .gdpr-cookie-law__link {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}

.c-form-wrap .q-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.c-form-wrap .q-wrap + .q-wrap {
  margin-top: 15px;
}
.c-form-wrap .label-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-form-wrap .input-area {
  width: calc(100% - 290px);
}
.c-form-wrap .contact-label {
  font-size: 18px;
  font-weight: bold;
}
.c-form-wrap .required-txt {
  background: var(--primary-color);
  border-radius: 40px;
  color: var(--white);
  padding: 4px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  position: absolute;
  right: 0;
  font-weight: bold;
  margin: auto;
}
.c-form-wrap .error-txt {
  margin-top: 4px;
  color: var(--error);
  font-size: 14px;
  font-weight: bold;
}
.c-form-wrap input[type="text"],
.c-form-wrap input[type="tel"],
.c-form-wrap input[type="email"],
.c-form-wrap textarea,
.c-form-wrap select {
  padding: 21px 20px;
  width: 100%;
  color: #333;
  font-size: 16px !important;
  border: 1px solid var(--gray);
  border-radius: 10px;
  background: var(--white);
}
.c-form-wrap input[type="text"].errored,
.c-form-wrap input[type="tel"].errored,
.c-form-wrap input[type="email"].errored,
.c-form-wrap textarea.errored,
.c-form-wrap select.errored {
  border: 1px solid var(--error);
}
.c-form-wrap .radio-group, .c-form-wrap .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 21px;
  height: 100%;
}
.c-form-wrap .radio-group .wpcf7-radio, .c-form-wrap .radio-group .wpcf7-checkbox, .c-form-wrap .checkbox-group .wpcf7-radio, .c-form-wrap .checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
.c-form-wrap .radio-group label, .c-form-wrap .checkbox-group label {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.c-form-wrap .radio-group label::before, .c-form-wrap .radio-group label::after, .c-form-wrap .checkbox-group label::before, .c-form-wrap .checkbox-group label::after {
  content: "";
  position: absolute;
}
.c-form-wrap .radio-group label::before, .c-form-wrap .checkbox-group label::before {
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--gray);
  border-radius: 15px;
  background: var(--white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-form-wrap .radio-group label::after, .c-form-wrap .checkbox-group label::after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-form-wrap .radio-group label:has(input:checked)::after, .c-form-wrap .checkbox-group label:has(input:checked)::after {
  opacity: 1;
}
.c-form-wrap .radio-group + .error-txt, .c-form-wrap .checkbox-group + .error-txt {
  margin-top: 8px;
}
.c-form-wrap .checkbox-group label::before {
  border-radius: 2px;
}
.c-form-wrap .checkbox-group label::after {
  top: 3px;
  width: 8px;
  height: 14px;
  background: transparent;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  border-radius: 0;
}
.c-form-wrap .select-wrap {
  position: relative;
}
.c-form-wrap .select-wrap select {
  cursor: pointer;
}
.c-form-wrap .select-wrap::before {
  z-index: 1;
  content: "";
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
  pointer-events: none;
}
.c-form-wrap .wpcf7-response-output {
  display: none !important;
}
.c-form-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.c-form-wrap .btn-wrap {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.c-form-wrap .consent-area {
  display: block;
  text-align: center;
  margin-block: 30px;
}
.c-form-wrap .consent-area .txt {
  margin-bottom: 10px;
}
.c-form-wrap .consent-area .input-area {
  width: 100%;
}
.c-form-wrap .consent-area .checkbox-group {
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-wrap .consent-area .checkbox-group .wpcf7-checkbox {
  display: inline-block;
}
.c-form-wrap .confirm-block .q-wrap {
  padding-bottom: 28px;
  margin-top: 28px;
  border-bottom: 1px solid var(--gray);
}
.c-form-wrap .btn-wrap .c-btn02 {
  margin: 0;
}
.c-form-wrap .thanks-block {
  text-align: center;
}
.c-form-wrap .thanks-block .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 158%;
  margin-bottom: 40px;
}
.c-form-wrap .thanks-block .txt {
  font-size: 18px;
  line-height: 166.667%;
}
.c-form-wrap .thanks-block .btn-wrap {
  margin-top: 60px;
}

.c-cta-section {
  padding-inline: 100px;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
.c-cta-section .bg-wrap {
  border-radius: 40px;
  background: url(../img/common/bg-cta.jpg.webp) no-repeat center center/cover;
  padding-block: 95px 120px;
  overflow: hidden;
  max-width: 1720px;
  margin: auto;
}
.c-cta-section .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.c-cta-section .txt-area {
  color: var(--white);
  margin-top: 14px;
}
.c-cta-section .txt-area .sub-ttl {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.c-cta-section .txt-area .txt {
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.c-cta-section .txt-area .note {
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: -0.03em;
}
.c-cta-section .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.c-cta-section .btn-wrap a, .c-cta-section .btn-wrap button {
  text-align: left;
  background: var(--white);
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  padding: 40px 40px;
  position: relative;
}
.c-cta-section .btn-wrap a::before, .c-cta-section .btn-wrap button::before {
  background: var(--bg-blue);
  border-radius: 100px;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.c-cta-section .btn-wrap a::after, .c-cta-section .btn-wrap button::after {
  background: var(--primary-color);
  -webkit-mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  content: "";
  height: 22px;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 52px;
  margin: auto;
}
.c-cta-section .btn-wrap .en {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.c-cta-section .btn-wrap .ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.03em;
}
.c-cta-section .btn-wrap .en, .c-cta-section .btn-wrap .ja {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-cta-section .list {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.c-cta-section .list li {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
}
.c-cta-section .list .en {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-en);
  font-weight: 600;
  margin-bottom: 20px;
}
.c-cta-section .list .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.c-cta-section .list .btn-wrap a {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  color: var(--white);
  display: block;
  padding: 17px 20px;
  text-align: center;
}
.c-cta-section .list .btn-wrap a + a {
  margin-top: 20px;
}
.c-cta-section .list .btn-wrap a.btn-grad {
  background: -webkit-gradient(linear, left bottom, left top, from(#3190fd), color-stop(50%, #0164d5), to(#3190fd));
  background: linear-gradient(0deg, #3190fd 0%, #0164d5 50%, #3190fd 100%);
  background-size: 100% 200%;
  border: none;
}

.c-article-area .client-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 1.82vw, 35px);
}
.c-article-area .client-box h2 {
  min-width: 80px;
  font-size: clamp(16px, 15.03px + 0.26vw, 20px);
}
.c-article-area .client-box .client-logo {
  max-width: 210px;
}
.c-article-area .client-box .client-txt {
  font-size: clamp(16px, 13.1px + 0.78vw, 28px);
  line-height: 1.4;
}
.c-article-area .client-box .client-txt .mini {
  font-size: clamp(12px, 13.1px + 0.78vw, 18px);
}
.c-article-area .ttl-wrap .tag-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-article-area .ttl-wrap .date {
  color: var(--gray2);
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.c-article-area .ttl-wrap .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.c-article-area .ttl-wrap .ttl::before, .c-article-area .ttl-wrap .ttl::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-article-area .ttl-wrap .ttl::before {
  background: var(--gradation);
  width: 40px;
  z-index: 2;
}
.c-article-area .ttl-wrap .ttl::after {
  background: var(--gray);
  width: 100%;
  z-index: 1;
}
.c-article-area .ttl-wrap .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.c-article-area .ttl-wrap .tag {
  background: var(--bg-blue);
  border-radius: 50px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 10px;
}
.c-article-area .thumb {
  margin: 30px 0 55px;
}
.c-article-area .thumb img {
  width: 100%;
  height: auto;
}
.c-article-area .c-btn02 {
  margin-top: 50px;
}
.c-article-area .article-content {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 50px;
}
.c-article-area .article-content h2 {
  border-bottom: 2px solid var(--gray);
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 140%;
  margin-bottom: 30px;
}
.c-article-area .article-content h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.c-article-area .article-content h3::before {
  background: var(--primary-color);
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-article-area .article-content h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 30px;
  position: relative;
}
.c-article-area .article-content h4::before {
  background: var(--primary-color);
  border-radius: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}
.c-article-area .article-content h5 {
  background: var(--gray);
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}
.c-article-area .article-content ul li,
.c-article-area .article-content ol li {
  line-height: 1.5;
  position: relative;
}
.c-article-area .article-content ul li {
  padding-left: 15px;
}
.c-article-area .article-content ul li::before {
  background: var(--primary-color);
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.c-article-area .article-content ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.c-article-area .article-content ol li::before {
  color: var(--primary-color);
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.c-article-area .article-content a:not(.c-btn02) {
  color: var(--primary-color);
  position: relative;
  text-decoration: underline;
}
.c-article-area .article-content a:not(.c-btn02).link-ex::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.c-article-area .article-content .link-ex a::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.c-article-area .article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.c-article-area .article-content .wp-block-button.is-style-outline .wp-block-button__link::before {
  border-color: var(--primary-color);
}
.c-article-area .article-content .wp-block-button__link {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  text-decoration: none;
  width: auto;
  background-color: var(--primary-color);
}
.c-article-area .article-content .is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.c-article-area .article-content .is-style-outline .wp-block-button__link::before {
  border-color: var(--primary-color);
}
.c-article-area .article-content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-article-area .article-content .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.c-article-area .article-content .wp-block-columns .wp-block-image {
  margin: 0 15px;
  text-align: center;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.c-article-area .article-content .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.c-article-area .article-content .wp-block-media-text {
  margin-top: 20px;
}
.c-article-area .article-content .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.c-article-area .article-content .wp-block-table {
  margin: 0;
}
.c-article-area .article-content table {
  margin-top: 30px;
  width: 100%;
}
.c-article-area .article-content table th,
.c-article-area .article-content table td {
  padding: 15px;
}
.c-article-area .article-content table th {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.c-article-area .article-content table td {
  border: 1px solid var(--primary-color);
}
.c-article-area .article-content table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.c-article-area .article-content table thead th:not(:last-child) {
  border-right-color: #fff;
}
.c-article-area .article-content .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.c-article-area .article-content .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.c-article-area .article-content p {
  line-height: 2;
}
.c-article-area .article-content p + p {
  margin-top: 2em;
}
.c-article-area .article-content img {
  height: auto;
}
.c-article-area .article-content * + h4,
.c-article-area .article-content * + h5,
.c-article-area .article-content * + ul,
.c-article-area .article-content * + ol,
.c-article-area .article-content * + .wp-block-buttons {
  margin-top: 30px;
}
.c-article-area .article-content * + p {
  margin-top: 20px;
}
.c-article-area .article-content h2 {
  margin-top: 50px;
}
.c-article-area .article-content h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.c-article-area .article-content h4,
.c-article-area .article-content h5 {
  margin-bottom: 20px;
}
.c-article-area .article-content * + .wp-block-buttons {
  margin: 30px auto !important;
}
.c-article-area .article-content .cta-txt {
  background: var(--gradation);
  border-radius: 10px;
  color: var(--white);
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  padding: 25px;
  text-align: center;
}
.c-article-area .article-content .wp-block-paragraph + .wp-block-image {
  margin-top: 15px;
}
.c-article-area .article-content.supportinfo-content h2, .c-article-area .article-content.supportinfo-content h3 {
  margin-bottom: 10px;
}
.c-article-area .article-content.supportinfo-content h2 + p, .c-article-area .article-content.supportinfo-content h3 + p {
  margin-top: 0;
}
.c-article-area .article-content.supportinfo-content .wp-block-image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.c-article-area .article-content.supportinfo-content .wp-block-list {
  margin-top: 10px;
}
.c-article-area .article-content.supportinfo-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-article-area .article-content.supportinfo-content .wp-block-table table {
  margin-top: 0;
  min-width: 600px;
}
.c-article-area .article-content.supportinfo-content .wp-block-table table tr:first-child {
  background: var(--gray);
}
.c-article-area .article-content.supportinfo-content .wp-block-table table td {
  padding: 10px;
  border-color: var(--gray2);
}
.c-article-area .article-content.supportinfo-content .c-toc {
  margin-top: 30px;
  border: 1px solid var(--gray2);
  border-radius: 10px;
  padding: 20px;
}
.c-article-area .article-content.supportinfo-content .c-toc .c-toc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-article-area .article-content.supportinfo-content .c-toc .c-toc-list {
  margin-top: 15px;
  padding-left: 0;
}
.c-article-area .article-content.supportinfo-content .c-toc .c-toc-item::before {
  display: none;
}
.c-article-area .article-content.supportinfo-content .c-toc .c-toc-item.c-toc-item-h3 {
  margin-left: 20px;
}
.c-article-area .article-content.supportinfo-content .c-toc .c-toc-item + .c-toc-item {
  margin-top: 7px;
}
.c-article-area .article-content.supportinfo-content .c-toc a {
  color: var(--text);
  font-weight: 400;
}
.c-article-area .article-content.supportinfo-content .c-toc.is-closed .c-toc-list {
  display: none;
}
.c-article-area .article-content.supportinfo-content .insert-wrap {
  text-decoration: none;
  color: var(--text);
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 10px;
  border: 1px solid var(--gray2);
  border-radius: 10px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
}
.c-article-area .article-content.supportinfo-content .insert-wrap .img-box {
  width: 120px;
  height: 120px;
}
.c-article-area .article-content.supportinfo-content .insert-wrap .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-article-area .article-content.supportinfo-content .insert-wrap .insert-text-box {
  width: calc(100% - 140px);
}
.c-article-area .article-content.supportinfo-content .insert-wrap .insert-text-box .insert-ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.c-article-area .article-content.supportinfo-content .insert-wrap .insert-text-box .insert-txt {
  margin-top: 8px;
  color: var(--gray2);
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-article-cta-section {
  background: url(../img/common/bg-campaign.jpg.webp) no-repeat center center/cover;
  color: var(--white);
  padding-block: 80px 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-article-cta-section::before {
  content: "Campaign";
  display: block;
  font-family: var(--font-en);
  font-size: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  line-height: 1;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  z-index: -1;
}
.c-article-cta-section .c-ttl02 {
  margin-bottom: 30px;
}
.c-article-cta-section .txt {
  font-size: 24px;
  text-align: center;
}
.c-article-cta-section .c-btn02 {
  margin-top: 30px;
}

.c-related-article-section {
  background: var(--white);
}
.c-related-article-section .list {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto 0;
  gap: 30px;
}
.c-related-article-section .list a {
  display: block;
}
.c-related-article-section .list .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.c-related-article-section .list .img {
  -webkit-box-shadow: 0px 0px 20px 0px var(--shadow);
          box-shadow: 0px 0px 20px 0px var(--shadow);
  aspect-ratio: 327/197;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-related-article-section .list .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-related-article-section .list .txt {
  font-size: 18px;
  line-height: 200%;
  text-align: left;
  margin-top: 15px;
}
.c-related-article-section .list .link {
  font-weight: bold;
  margin-top: 15px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-related-article-section .list .link {
  padding: 10px 50px 10px 0;
  position: relative;
}
.c-related-article-section .list .link::before, .c-related-article-section .list .link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-related-article-section .list .link::before {
  background: var(--bg-blue);
  border-radius: 50%;
}
.c-related-article-section .list .link::after {
  background: var(--primary-color);
  -webkit-mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/8px 14px;
          mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/8px 14px;
  rotate: 180deg;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
body.icv__body {
  position: static !important;
}

#wrapper.top .c-header {
  opacity: 0;
}

.home {
  position: relative;
  overflow-x: clip;
}
.home::before {
  background: url(../img/home/top-bg.png.webp) no-repeat center center/cover;
  content: "";
  height: 1934px;
  width: 100%;
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.home .kv-section .inner-block {
  padding-top: 20px;
  max-width: 100%;
}
.home .kv-section .mv-ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.home .kv-section .mv-ttl .large {
  color: var(--secondary-color);
  font-size: 60px;
}
.home .kv-section .mv-img {
  border-radius: 40px;
  -webkit-animation: zoomOut 2s 0.5s ease forwards;
          animation: zoomOut 2s 0.5s ease forwards;
  -webkit-transform: translateY(-100px) scale(200%);
          transform: translateY(-100px) scale(200%);
  z-index: 900;
}
.home .kv-section .scroll {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 50px;
  position: absolute;
  right: 80px;
  bottom: 223px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.home .kv-section .scroll::before {
  background: url(../img/common/ico-scroll.svg) no-repeat center center/contain;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: fuwafuwa 3s cubic-bezier(0.33, 1, 0.68, 1) infinite;
          animation: fuwafuwa 3s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
.home .kv-section canvas {
  display: block;
  width: 100%; /* 親要素いっぱいに広がる */
  cursor: none;
}
.home .kv-section .icv__control-line {
  width: 1px !important;
  height: 45%;
}
.home .kv-section .icv__theme-wrapper {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 55;
  max-width: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1); /* 半透明の白 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ガラスのフチを表現する境界線 */
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
.home .kv-section .icv__arrow-wrapper {
  position: relative;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.home .kv-section .icv__arrow-wrapper::before {
  background: var(--white);
  -webkit-mask: url(../img/common/ico-arrow-paging_sp.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-paging_sp.svg) no-repeat center center/contain;
  content: "";
  height: 9px;
  width: 6px;
}
.home .kv-section .icv__arrow-wrapper:nth-child(1) {
  -webkit-transform: scale(-1, 1) !important;
          transform: scale(-1, 1) !important;
  left: 10px;
}
.home .kv-section .icv__arrow-wrapper:nth-child(2) {
  right: 10px;
}
.home .kv-section .icv__arrow-wrapper svg {
  display: none;
}
.home .kv-section .icv__wrapper {
  opacity: 0;
  -webkit-animation: fadeIn 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.home .kv-section .icv__control {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .kv-section .icv__theme-wrapper {
  opacity: 0;
  -webkit-animation: fadeInGlass 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards, rightleft 2s 1.9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInGlass 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards, rightleft 2s 1.9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.home .kv-section .icv__control-line {
  opacity: 0;
  -webkit-animation: fadeIn 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards, rightleft 2s 1.9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards, rightleft 2s 1.9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.home .kv-section #image-compare {
  isolation: isolate;
  z-index: 1;
}
.home .use-section {
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.home .use-section .inner-block {
  padding-top: 53px;
  padding-bottom: 120px;
}
.home .use-section .case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.home .use-section .case-list a {
  background: var(--white);
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 40px 30px;
  position: relative;
  height: 100%;
  text-align: center;
}
.home .use-section .case-list a::before {
  background: var(--bg-blue);
  border-radius: 100px;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home .use-section .case-list a::after {
  background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  width: 8px;
  position: absolute;
  bottom: 33px;
  right: 35px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .use-section .case-list .ttl {
  color: var(--primary-color);
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.home .use-section .case-list .txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.home .use-section .case-list .img {
  position: relative;
}
.home .use-section .case-list .img img {
  max-height: 80px;
}
.home .use-section .case-list .img img.prev {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .use-section .case-list .img img.next {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .about-section .inner-block {
  max-width: 1800px;
}
.home .about-section .box-area {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../img/home/about-bg.jpg.webp) no-repeat center center/cover;
  border-radius: 40px;
  padding: 143px 105px 170px 100px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 84px;
  position: relative;
  overflow: hidden;
}
.home .about-section .txt-wrap .ttl {
  color: var(--white);
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.home .about-section .txt-wrap .txt {
  font-size: 24px;
  color: var(--white);
  line-height: 2.5;
  letter-spacing: 0.03em;
}
.home .about-section .l-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
.home .about-section .loop-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.home .about-section .loop-txt > p {
  color: rgba(255, 255, 255, 0.1);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 200px;
  font-family: var(--font-en);
  line-height: 1;
  overflow: hidden;
  padding-left: 20px;
}
.home .about-section .loop-txt > p:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.home .about-section .loop-txt > p:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.home .how-section .inner-block {
  padding-top: 90px;
  padding-bottom: 120px;
}
.home .how-section .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
.home .how-section .bg-box {
  background: var(--white);
  border-radius: 28px;
  padding: 50px 155px;
  margin-top: 36px;
}
.home .how-section .how-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 45px;
}
.home .how-section .how-list li {
  width: calc((100% - 90px) / 3);
}
.home .how-section .how-list .num {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 80px;
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: -0.03em;
  text-align: center;
  margin: auto;
  position: relative;
  line-height: 1;
  z-index: 5;
}
.home .how-section .how-list .img {
  background: #ebf9ff;
  border-radius: 10px;
  padding: 80px 20px 70px;
  text-align: center;
  margin-top: -40px;
}
.home .how-section .how-list .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 12px;
}
.home .how-section .how-list .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}
.home .case-section {
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.home .case-section::before {
  background: url(../img/home/case-bg.png.webp) no-repeat center center/cover;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .case-section .inner-block {
  padding-top: 93px;
  padding-bottom: 120px;
  max-width: 1450px;
}
.home .case-section .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
.home .case-section .logo-list {
  margin: 50px calc(50% - 50vw);
  padding: 0 min(12px, 0.625vw);
}
.home .case-section .logo-list .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: min(184px, 9.5833333333vw);
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: min(80px, 4.1666666667vw);
  width: 100%;
}
.home .case-section .logo-list .box.mah-80 img {
  max-height: min(80px, 4.1666666667vw);
}
.home .case-section .logo-list .box.mah-30 img {
  max-height: min(30px, 1.5625vw);
}
.home .case-section .logo-list .box.mah-20 img {
  max-height: min(20px, 1.0416666667vw);
}
.home .case-section .logo-list .box.mah-50 img {
  max-height: min(50px, 2.6041666667vw);
}
.home .case-section .logo-list .box.mah-60 img {
  max-height: min(60px, 3.125vw);
}
.home .case-section .logo-list .box.mah-70 img {
  max-height: min(70px, 3.6458333333vw);
}
.home .case-section .case-list a {
  background: #f4faff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 110, 255, 0.2);
          box-shadow: 0 0 15px rgba(0, 110, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px;
  position: relative;
}
.home .case-section .case-list a::before {
  background: var(--white);
  border-radius: 100px;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.home .case-section .case-list a::after {
  background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  width: 8px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  bottom: 43px;
  right: 55px;
}
.home .case-section .case-list .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.home .case-section .case-list .tag-wrap .tag {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  font-size: 10px;
  padding: 0 9px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.8;
}
.home .case-section .case-list .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.41%;
}
.home .case-section .case-list .img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .case-section .case-list .ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home .case-section .case-list .txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home .case-section .case-list .info-wrap {
  padding-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 19px;
  margin: auto 0;
}
.home .case-section .case-list .info-wrap::before {
  background: var(--gradation);
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.home .case-section .case-list .info-wrap .company-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.home .case-section .case-list .info-wrap .company-txt {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.home .case-section .c-btn03 {
  margin: 50px auto 0;
}
.home .case-section .logo-swiper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .case-section .case-swiper {
  overflow: visible;
}
.home .case-section .case-swiper .swiper-slide {
  height: auto;
}
.home .case-section .control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.home .case-section .control-wrap .swiper-button-next, .home .case-section .control-wrap .swiper-button-prev {
  background: var(--bg-blue);
  border-radius: 100px;
  position: relative;
  top: inherit;
  height: 40px;
  width: 40px;
  margin: 0;
  left: inherit;
  right: inherit;
}
.home .case-section .control-wrap .swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .column-section .inner-block {
  padding-top: 93px;
  padding-bottom: 120px;
}
.home .column-section .column-list a {
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 110, 255, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 110, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px;
}
.home .column-section .column-list .img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 370/220;
  margin-bottom: 20px;
}
.home .column-section .column-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .column-section .column-list .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home .column-section .column-list .l-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 19px;
}
.home .column-section .column-list .day {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.home .column-section .column-list .btn {
  background: var(--bg-blue);
  border-radius: 100px;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
}
.home .column-section .column-list .btn::before {
  background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
  content: "";
  height: 13px;
  width: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .column-section .c-btn03 {
  margin: 50px auto 0;
}
.home .column-section .column-swiper .swiper-slide {
  height: auto;
}
.home .column-section .control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.home .column-section .control-wrap .swiper-button-next, .home .column-section .control-wrap .swiper-button-prev {
  background: var(--white);
  border-radius: 100px;
  position: relative;
  top: inherit;
  height: 40px;
  width: 40px;
  margin: 0;
  left: inherit;
  right: inherit;
}
.home .column-section .control-wrap .swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.not-found {
  padding: 50px 0;
}
.not-found .c-btn03 {
  margin: 50px auto 0;
}

/* -----------------------------------------------
* news Module
* newsページ用
-------------------------------------------------- */
.news-archive-section .archive-wrap .news-archive-list a {
  border-bottom: 1px solid var(--gray);
  display: block;
  padding: 20px 20px;
}
.news-archive-section .archive-wrap .news-archive-list .tag-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.news-archive-section .archive-wrap .news-archive-list .date {
  color: var(--gray2);
  font-family: var(--font-en);
  font-size: 14px;
}
.news-archive-section .archive-wrap .news-archive-list .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-archive-section .archive-wrap .news-archive-list .tags .tag {
  background: var(--bg-blue);
  border-radius: 50px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 10px;
}
.news-archive-section .archive-wrap .news-archive-list .ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* -----------------------------------------------
* case Module
* caseページ用
-------------------------------------------------- */
.case-archive-section .case-archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 30px;
}
.case-archive-section .case-archive-list a {
  -webkit-box-shadow: 0px 0px 20px 0px var(--shadow);
          box-shadow: 0px 0px 20px 0px var(--shadow);
  border-radius: 10px;
  display: block;
  padding: 30px;
  height: 100%;
  position: relative;
}
.case-archive-section .case-archive-list a::before, .case-archive-section .case-archive-list a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: auto;
  width: 40px;
  height: 40px;
}
.case-archive-section .case-archive-list a::before {
  background: var(--bg-blue);
  border-radius: 50%;
}
.case-archive-section .case-archive-list a::after {
  background: var(--primary-color);
  -webkit-mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/8px 14px;
          mask: url(../img/common/ico-arrow-paging.svg) no-repeat center center/8px 14px;
  rotate: 180deg;
}
.case-archive-section .case-archive-list .img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 370/220;
  margin-bottom: 20px;
}
.case-archive-section .case-archive-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-archive-section .case-archive-list .ttl {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-archive-section .case-archive-list .txt {
  font-size: 14px;
  line-height: 180%;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-archive-section .case-archive-list .detail {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.case-archive-section .case-archive-list .detail::before {
  background: var(--gradation-vertical);
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case-archive-section .case-archive-list .detail .detail-txt {
  color: var(--gray2);
  font-size: 12px;
  margin-top: 5px;
  padding-right: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-archive-section .case-archive-list.supportinfo-list a {
  padding-bottom: 90px;
}
.case-archive-section .case-archive-list.supportinfo-list a .date {
  color: var(--gray2);
  font-family: var(--font-en);
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* -----------------------------------------------
* contact Module
* contactページ用
-------------------------------------------------- */
.contact .input-block .consent-area {
  border-top: 1px solid var(--gray);
  padding-top: 20px;
  margin-top: 30px;
}
.contact .contact-section {
  background: #fff;
  padding-top: 120px !important;
}

/* -----------------------------------------------
* download-detail Module
* download-detailページ用
-------------------------------------------------- */
.download .download-section .txt {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--gray);
}
.download .download-section .cont-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.download .download-section .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px var(--shadow);
          box-shadow: 0px 0px 10px 0px var(--shadow);
  border-radius: 10px;
}
.download .download-section .cont .img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.download .download-section .cont .ttl {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.download .download-section .cont .c-btn02 {
  display: block;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

/* -----------------------------------------------
* download-detail Module
* download-detailページ用
-------------------------------------------------- */
.download-detail-section .detail-wrap .ttl-area {
  margin-bottom: 30px;
  text-align: center;
}
.download-detail-section .detail-wrap .ttl-area .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.download-detail-section .detail-wrap .thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.download-detail-section .detail-wrap .thumb img {
  width: 100%;
}
.download-detail-section .detail-wrap .point-area {
  background: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 30px 30px;
  line-height: 1.8;
}
.download-detail-section .detail-wrap .point-area .ttl {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 24px;
}
.download-detail-section .detail-wrap .point-area .point-list {
  margin-top: 20px;
}
.download-detail-section .detail-wrap .point-area .point-list li {
  padding-left: 22px;
  position: relative;
}
.download-detail-section .detail-wrap .point-area .point-list li::before {
  background: var(--primary-color);
  border-radius: 50px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
.download-detail-section .detail-wrap .point-area .point-list li + li {
  margin-top: 10px;
}
.download-detail-section .c-form-wrap {
  background: var(--white);
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 99, 212, 0.1));
          filter: drop-shadow(0 0 20px rgba(0, 99, 212, 0.1));
  padding: 45px 40px 40px;
}
.download-detail-section .c-form-wrap .q-wrap {
  display: block;
}
.download-detail-section .c-form-wrap .q-wrap .label-area,
.download-detail-section .c-form-wrap .q-wrap .input-area {
  width: 100%;
}
.download-detail-section .c-form-wrap .q-wrap .label-area {
  margin-bottom: 10px;
}
.download-detail-section .c-form-wrap .contact-label {
  max-width: calc(100% - 80px);
}

/* -----------------------------------------------
* support Module
* supportページ用
-------------------------------------------------- */
.support .anchor-section .c-link-area {
  margin-bottom: 0;
}
.support .team-section {
  background: #f4faff;
}
.support .team-section .team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.support .team-section .team-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 var(--shadow02);
          box-shadow: 0 0 10px 0 var(--shadow02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px;
}
.support .team-section .team-list .txt-wrap {
  width: calc(100% - 150px);
}
.support .team-section .team-list .img {
  border-radius: 5px;
  overflow: hidden;
  max-width: 140px;
}
.support .team-section .team-list .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.support .team-section .team-list .info {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.03em;
  position: relative;
  padding-top: 10px;
}
.support .team-section .team-list .info::before {
  background: var(--primary-color);
  content: "";
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.support .flow-section .inner-block {
  max-width: 1480px;
}
.support .flow-section .flow-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
.support .flow-section .flow-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 0 var(--shadow02);
          box-shadow: 0 0 30px 0 var(--shadow02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc((100% - 200px) / 5);
  width: 100%;
}
.support .flow-section .flow-list li + li {
  position: relative;
}
.support .flow-section .flow-list li + li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 4px solid var(--primary-color);
  border-right: 4px solid var(--primary-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
}
.support .flow-section .flow-list a {
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support .flow-section .flow-list .num {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
.support .flow-section .flow-list .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.03em;
}
.support .flow-section .flow-list .small {
  font-size: 12px;
}
.support .faq-section {
  background: #f4faff;
}
.support .faq-section .aco-wrap {
  border-radius: 10px;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.support .faq-section .aco-wrap + .aco-wrap {
  margin-top: 20px;
}
.support .faq-section .aco-head {
  background: var(--white);
  cursor: pointer;
  padding: 15px 40px 15px 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support .faq-section .aco-head::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support .faq-section .aco-head .inn::before {
  content: "Q";
}
.support .faq-section .aco-head.is-open::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support .faq-section .aco-body {
  background: var(--white);
  display: none;
  padding: 0 20px 16px;
}
.support .faq-section .aco-body .inn {
  border-top: 1px solid var(--gray);
  color: var(--primary-color);
  display: block;
  padding-top: 16px;
}
.support .faq-section .aco-body .inn::before {
  content: "A";
  top: 13px !important;
}
.support .faq-section .aco-head .inn, .support .faq-section .aco-body .inn {
  display: block;
  position: relative;
  padding-left: 30px;
}
.support .faq-section .aco-head .inn::before, .support .faq-section .aco-body .inn::before {
  background: var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: var(--font-en);
  position: absolute;
  top: -3px;
  left: 0;
}
.support .faq-section a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support .support-section + .flow-section {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.support .c-cta-section {
  background: var(--white);
}

/* -----------------------------------------------
* about Module
* aboutページ用
-------------------------------------------------- */
.about .anchor-section .c-link-area {
  margin-bottom: 0;
}
.about .intro-section .lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}
.about .overview-section {
  background: #f4faff;
}
.about .overview-section .lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}
.about .overview-section .line-ttl {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.03em;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.about .overview-section .line-ttl::before {
  background: var(--primary-color);
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.about .overview-section .line-ttl .inn {
  background: #f4faff;
  display: block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about .overview-section .ex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-top: 40px;
}
.about .overview-section .ex-list::before {
  background: var(--primary-color);
  content: "";
  height: 1px;
  width: calc(100% - 230px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.about .overview-section .ex-list li {
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 var(--shadow02);
          box-shadow: 0 0 30px 0 var(--shadow02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 25px 10px;
  text-align: center;
  position: relative;
  width: calc((100% - 120px) / 7);
  z-index: 2;
}
.about .overview-section .ex-list .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
}
.about .overview-section .ex-list .txt {
  color: var(--primary-color);
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.03em;
}
.about .overview-section .l-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 47px;
  margin-top: 40px;
}
.about .overview-section .img {
  max-width: 382px;
}
.about .overview-section .c-table01 {
  width: calc(100% - 429px);
}
.about .strengths-section .lead {
  text-align: center;
}
.about .strengths-section .c-box-list {
  margin-top: 50px;
}
.about .movie-section .lead {
  text-align: center;
}
.about .movie-section .movie {
  max-width: 1080px;
  margin: 40px auto 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.about .movie-section .movie iframe {
  width: 100%;
  height: 100%;
}
.about .plan-section .c-table02 {
  max-width: 1126px;
  margin: auto;
}
.about .analysis-section {
  overflow: hidden;
}
.about .analysis-section .l-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 109px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 100px;
}
.about .analysis-section .l-left {
  width: calc(100% - 1020px);
}
.about .analysis-section .img {
  max-width: 911px;
}
.about .analysis-section .lead {
  margin-bottom: 50px;
}
.about .analysis-section .list-table {
  margin-bottom: 50px;
}
.about .analysis-section .list-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.about .analysis-section .list-table dl + dl {
  margin-top: 5px;
}
.about .analysis-section .list-table dt {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.03em;
  max-width: 200px;
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.about .analysis-section .list-table dt::before {
  background: var(--primary-color);
  border-radius: 100px;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
}
.about .analysis-section .list-table dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.about .analysis-section .tab-area {
  margin: 0 calc(50% - 50vw);
}
.about .analysis-section .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .analysis-section .tab-list .tab-item {
  background: var(--primary-color);
  cursor: pointer;
  color: var(--white);
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  max-width: 280px;
  padding: 30px 10px;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about .analysis-section .tab-list .tab-item.is-active {
  background: var(--white);
  color: var(--primary-color);
  font-weight: bold;
}
.about .analysis-section .tab-list .tab-item + .tab-item {
  border-left: 1px solid var(--bg-blue);
}
.about .analysis-section .panel-list {
  background: var(--white);
  padding: 72px 20px 100px;
}
.about .analysis-section .panel-list .panel-item {
  display: none;
  max-width: 1320px;
  margin: auto;
}
.about .analysis-section .panel-list .panel-item.is-active {
  display: block;
  -webkit-animation: panel-show 0.9s ease-in-out forwards;
          animation: panel-show 0.9s ease-in-out forwards;
}
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about .analysis-section .card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px;
}
.about .analysis-section .card-list .card {
  background: var(--bg-blue);
  border-radius: 20px;
  padding: 47px 40px;
  width: calc((100% - 80px) / 2);
}
.about .analysis-section .card-list .num-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d0e6ff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 22px;
  padding: 4px 10px;
  margin-bottom: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about .analysis-section .card-list .num-wrap .en,
.about .analysis-section .card-list .num-wrap .num {
  color: var(--primary-color);
  font-family: var(--font-en);
}
.about .analysis-section .card-list .num-wrap .en {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.about .analysis-section .card-list .num-wrap .num {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
.about .analysis-section .card-list .num-wrap .num::before {
  background: var(--primary-color);
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
}
.about .analysis-section .card-list .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 13px;
}
.about .analysis-section .card-list .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.about .analysis-section .card-list .img {
  margin-top: 30px;
  text-align: center;
}
.about .analysis-section .card-list .img.bg {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 43px;
}
.about .analysis-section .card-list .img.max-280 img {
  max-width: 280px;
}
.about .analysis-section .card-list .img img + img {
  margin-top: 10px;
}
.about .history-section {
  background: #f4faff;
  padding-block: 72px 100px;
}
.about .history-section .scroll-area-wrap {
  background: var(--white);
  border-radius: 20px;
  max-height: 757px;
  padding: 50px;
}
.about .history-section .scroll-area {
  overflow-y: auto;
  max-height: 657px;
  padding-right: 96px;
}
.about .history-section .scroll-area::-webkit-scrollbar {
  width: 8px;
}
.about .history-section .scroll-area::-webkit-scrollbar-track {
  background-color: transparent;
}
.about .history-section .scroll-area::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 100px;
}
.about .history-section .history-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  padding: 40px 0;
}
.about .history-section .history-list li:first-child {
  padding-top: 0;
}
.about .history-section .history-list li:last-child {
  padding-bottom: 0;
}
.about .history-section .history-list li + li {
  border-top: 1px solid var(--gray);
}
.about .history-section .history-list .day {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: 0.03em;
  line-height: 1.4;
  min-width: 150px;
}
.about .history-section .history-list .ttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about .history-section .history-list .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.about .c-cta-section {
  background: var(--white);
}

/* -----------------------------------------------
* commercial-transaction Module
* commercial-transactionページ用
-------------------------------------------------- */
.commercial-transaction .c-table01 td {
  text-align: left;
}
.commercial-transaction .c-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 5px;
}

/* -----------------------------------------------
* privacypolicy Module
* privacypolicyページ用
-------------------------------------------------- */
.privacypolicy-section .inner-block {
  max-width: 1280px;
}
.privacypolicy-section .privacypolicy-area {
  line-height: 2;
}
.privacypolicy-section .privacypolicy-area .ttl-wrap .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.privacypolicy-section .privacypolicy-area .ttl-wrap .ttl::before, .privacypolicy-section .privacypolicy-area .ttl-wrap .ttl::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacypolicy-section .privacypolicy-area .ttl-wrap .ttl::before {
  background: var(--gradation);
  width: 40px;
  z-index: 2;
}
.privacypolicy-section .privacypolicy-area .ttl-wrap .ttl::after {
  background: var(--gray);
  width: 100%;
  z-index: 1;
}
.privacypolicy-section .privacypolicy-area .link {
  text-decoration: underline;
  color: var(--primary-color);
}
.privacypolicy-section .privacypolicy-area .privacypolicy-content {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 50px;
}
.privacypolicy-section .privacypolicy-area .privacypolicy-content .num .num,
.privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap .num {
  line-height: 1.5;
  position: relative;
}
.privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap {
  counter-reset: number 0;
  padding-left: 17px;
}
.privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap .num::before {
  color: var(--primary-color);
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap .num + .num {
  margin-top: 5px;
}
.privacypolicy-section .privacypolicy-area .txt {
  line-height: 2;
}
.privacypolicy-section .privacypolicy-area .txt + .txt {
  margin-top: 2em;
}
.privacypolicy-section .privacypolicy-area * + .txt,
.privacypolicy-section .privacypolicy-area * + .num,
.privacypolicy-section .privacypolicy-area * + .num-wrap {
  margin-top: 30px;
}

/* -----------------------------------------------
* userinfosecurity Module
* userinfosecurityページ用
-------------------------------------------------- */

.userinfosecurity-section .inner-block {
  max-width: 1280px;
}
.userinfosecurity-section .userinfosecurity-area .txt {
  line-height: 2;
}
.userinfosecurity-section .userinfosecurity-area .wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  main {
    margin-top: 60px;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .nav-wrap {
    padding: 15px 50px 15px 10px;
  }
  .c-header .nav-wrap .logo {
    width: 177px;
  }
  .c-nav-area .logo-wrap .logo--ex {
    width: 122px;
    margin-inline: auto;
  }
  .c-nav-area .logo-wrap .logo {
    text-align: center;
  }
  .c-nav-area .logo-wrap .lang-area {
    text-align: center;
  }
  .c-nav-area .logo-wrap .lang-area .lang-list {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-nav-area .nav-cont .nav-list .btn-txt,
  .c-nav-area .nav-cont .btn-wrap .btn-txt {
    font-size: 14px;
  }
  .c-nav-area .btn-wrap {
    margin-top: 20px;
  }
  .c-nav-area .btn-wrap a, .c-nav-area .btn-wrap button {
    width: 100%;
  }
  .c-nav-area .btn-wrap a + a, .c-nav-area .btn-wrap button + a {
    margin-top: 15px;
  }
  .c-nav-btn {
    right: 10px;
  }
  .c-nav-btn .inn {
    width: 20px;
    height: 13px;
  }
  .c-nav-btn .line {
    height: 1px;
  }
  .c-nav-btn .line:nth-child(2) {
    top: 6px;
  }
  .c-nav-btn .line:nth-child(3) {
    top: 12px;
  }
  .c-nav-btn.is-open .line:nth-child(1), .c-nav-btn.is-open .line:nth-child(2), .c-nav-btn.is-open .line:nth-child(3) {
    top: 6px;
  }
  body.admin-bar .c-nav-area {
    top: 106px;
    max-height: calc(var(--vh) * 100 - 60px - 46px);
  }
  .fixed-btn {
    width: 41px;
    bottom: 160px;
  }
  .fixed-btn button {
    border-radius: 10px 0 0 10px;
    font-size: 10px;
    padding: 7px 12px;
  }
  .fixed-btn button .rotate {
    left: auto;
    top: auto;
  }
  .fixed-btn .inn {
    padding-top: 25px;
    letter-spacing: 0.1em;
  }
  @supports (-webkit-touch-callout: none) {
    .fixed-btn .inn {
      letter-spacing: 0.2em;
    }
  }
  .c-footer {
    padding-block: 30px;
  }
  .c-footer .head-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-footer .head-wrap .logo-area {
    margin-bottom: 30px;
    max-width: 264px;
    margin: auto;
  }
  .c-footer .head-wrap .logo-area .logo {
    max-width: 247px;
  }
  .c-footer .head-wrap .logo-area .logo-ex {
    max-width: 210px;
    margin: 40px auto 0;
  }
  .c-footer .head-wrap .logo-area .txt {
    font-size: 12px;
  }
  .c-footer .head-wrap .link-area {
    display: none;
    gap: 20px;
  }
  .c-footer .head-wrap .link-area .list li + li {
    margin-top: 10px;
  }
  .c-footer .foot-wrap .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-footer .foot-wrap .copyright {
    border-top: 1px solid var(--white);
    padding-top: 20px;
    margin-top: 60px;
    text-align: center;
  }
  .c-footer #pagetop {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .c-ttl01 {
    margin-bottom: 30px;
  }
  .c-ttl01 .en {
    font-size: 50px;
  }
  .c-ttl01 .ja {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-ttl02 {
    margin-bottom: 30px;
  }
  .c-ttl02 .ja {
    font-size: 24px;
  }
  .c-ttl03 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-ttl04 {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 15px;
  }
  .c-btn03 {
    font-size: 12px;
    min-width: 240px;
    max-width: 240px;
    padding: 21px 15px 20px;
  }
  .c-section {
    padding-block: 60px;
  }
  .c-kv-section::after {
    top: -60px;
    height: calc(100% + 60px);
    background: url(../img/common/lower-bg-sp.png.webp) no-repeat center center;
    background-size: cover;
  }
  .c-kv-section.kv-img {
    padding-block: 22px;
    padding-bottom: 0;
  }
  .c-kv-section .c-breadcrumbs {
    margin-top: 20px;
  }
  .c-kv-section .mv-img {
    border-radius: 120px 120px 0 0;
    margin-top: 50px;
  }
  .c-kv-section .lead {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0;
  }
  .c-breadcrumbs li a,
  .c-breadcrumbs li span {
    font-size: 12px;
  }
  .c-breadcrumbs li + li::before {
    top: 10px;
  }
  .c-paging-area {
    margin-top: 30px;
  }
  .c-sidebar .box + .box {
    margin-top: 40px;
  }
  .c-sidebar .ttl {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-sidebar-wrap .sidebar-wrap {
    margin-top: 60px;
  }
  .c-link-area {
    margin-bottom: 40px;
  }
  .c-link-area a {
    max-width: calc((100% - 10px) / 2);
    padding: 5px 20px 25px;
  }
  .c-link-area a:nth-child(2n+2) {
    border-right: 1px solid var(--gray2);
  }
  .c-link-area a::before {
    bottom: 0;
  }
  .c-lead {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .c-lead.center {
    text-align: left;
  }
  .c-box-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    gap: 25px;
  }
  .c-box-list .txt-wrap {
    width: 100%;
  }
  .c-box-list .img-wrap {
    border-radius: 25px;
    max-width: 100%;
  }
  .c-box-list .ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .c-box-list .txt {
    font-size: 14px;
  }
  .c-table01 {
    border-radius: 10px;
  }
  .c-table01 th:first-child, .c-table01 td:first-child {
    width: 90px;
  }
  .c-table01 td {
    font-size: 12px;
  }
  .c-table02 thead th {
    font-size: 16px;
  }
  .c-table02 thead th:nth-child(2) {
    border-radius: 10px 0 0 0;
  }
  .c-table02 thead th:last-child {
    border-radius: 0 10px 0 0;
  }
  .c-table02 tbody tr:first-child th {
    border-radius: 10px 0 0 0;
  }
  .c-table02 tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
  }
  .c-table02 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  .c-table02 th, .c-table02 td {
    padding: 10px 15px;
  }
  .c-table02 th:first-child, .c-table02 td:first-child {
    width: 150px;
  }
  .c-table02 .large {
    font-size: 16px;
  }
  .c-table02 .price {
    font-size: 16px;
  }
  .c-table02 .small {
    font-size: 10px;
  }
  .c-table02 .balloon-txt::before, .c-table02 .balloon-txt::after {
    height: 25px;
  }
  .c-table02 .balloon-txt {
    font-size: 16px;
    padding: 0 10px 0 15px;
    margin: 0 155px 10px auto;
  }
  .modal .modal__cont {
    max-height: 100%;
    padding: 20px 10px 20px 20px;
  }
  .modal .modal__cont > .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .modal .modal__cont > .txt {
    margin-bottom: 30px;
  }
  .modal .c-form-wrap {
    max-height: 560px;
  }
  .gdpr-cookie-law .gdpr-cookie-law__btn {
    padding: 8px 25px;
  }
  .c-form-wrap .q-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .c-form-wrap .q-wrap + .q-wrap {
    margin-top: 20px;
  }
  .c-form-wrap .label-area {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    width: 100%;
  }
  .c-form-wrap .input-area {
    width: 100%;
  }
  .c-form-wrap .contact-label {
    font-size: 16px;
  }
  .c-form-wrap input[type="text"],
  .c-form-wrap input[type="tel"],
  .c-form-wrap input[type="email"],
  .c-form-wrap textarea,
  .c-form-wrap select {
    padding: 16px 10px;
  }
  .c-form-wrap .radio-group, .c-form-wrap .checkbox-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form-wrap .radio-group .wpcf7-radio, .c-form-wrap .radio-group .wpcf7-checkbox, .c-form-wrap .checkbox-group .wpcf7-radio, .c-form-wrap .checkbox-group .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-form-wrap .select-wrap select {
    padding: 16px 36px 16px 10px;
  }
  .c-form-wrap .btn-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-form-wrap .confirm-block .q-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-form-wrap .btn-wrap .c-btn02 {
    width: 100%;
  }
  .c-form-wrap .thanks-block .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c-form-wrap .thanks-block .txt {
    font-size: 14px;
  }
  .c-form-wrap .thanks-block .btn-wrap {
    margin-top: 30px;
  }
  .c-cta-section .bg-wrap {
    background: url(../img/common/bg-cta_sp.jpg.webp) no-repeat center center/cover;
    border-radius: 0;
    padding-block: 44px 60px;
    max-width: 100%;
  }
  .c-cta-section .c-ttl01 {
    text-align: center;
    margin: auto;
  }
  .c-cta-section .c-ttl01 .en {
    font-size: 60px;
  }
  .c-cta-section .c-ttl01 .ja {
    margin-top: 0;
  }
  .c-cta-section .txt-area {
    text-align: center;
  }
  .c-cta-section .txt-area .sub-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .c-cta-section .txt-area .txt {
    font-size: 14px;
  }
  .c-cta-section .txt-area .note {
    font-size: 12px;
    margin-top: 13px;
  }
  .c-cta-section .btn-wrap {
    margin-top: 38px;
  }
  .c-cta-section .btn-wrap a::before, .c-cta-section .btn-wrap button::before {
    height: 20px;
    width: 20px;
    right: 20px;
  }
  .c-cta-section .btn-wrap a::after, .c-cta-section .btn-wrap button::after {
    -webkit-mask: url(../img/common/ico-arrow-paging_sp.svg) no-repeat center center/contain;
            mask: url(../img/common/ico-arrow-paging_sp.svg) no-repeat center center/contain;
    height: 9px;
    width: 6px;
    right: 27px;
  }
  .c-cta-section .btn-wrap .en {
    font-size: 12px;
  }
  .c-cta-section .btn-wrap .ja {
    font-size: 14px;
  }
  .c-cta-section .list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .c-cta-section .list li {
    border-radius: 10px;
    padding: 20px;
  }
  .c-cta-section .list .en {
    margin-bottom: 10px;
  }
  .c-cta-section .list .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-article-area .client-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-article-area .client-box .client-txt {
    text-align: center;
  }
  .c-article-area .ttl-wrap .date {
    font-size: 13px;
  }
  .c-article-area .ttl-wrap .ttl {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .c-article-area .ttl-wrap .tag {
    padding: 4px 15px;
  }
  .c-article-area .thumb {
    margin: 25px 0 30px;
  }
  .c-article-area .c-btn02 {
    margin-top: 30px;
  }
  .c-article-area .article-content {
    padding-bottom: 30px;
  }
  .c-article-area .article-content h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-article-area .article-content h2 {
    font-size: 22px;
  }
  .c-article-area .article-content h3 {
    font-size: 18px;
  }
  .c-article-area .article-content h4::before {
    top: 11px;
  }
  .c-article-area .article-content h4 {
    font-size: 16px;
    margin-left: 10px;
  }
  .c-article-area .article-content h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .c-article-area .article-content ul li + li,
  .c-article-area .article-content ol li + li {
    margin-top: 10px;
  }
  .c-article-area .article-content ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .c-article-area .article-content .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .c-article-area .article-content .wp-block-columns {
    margin-top: 20px;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .c-article-area .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-article-area .article-content .wp-block-media-text {
    margin-top: 15px;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .c-article-area .article-content .sp-scroll {
    overflow-x: scroll;
  }
  .c-article-area .article-content .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .c-article-area .article-content .wp-block-table.sp-block {
    width: 100%;
  }
  .c-article-area .article-content .wp-block-table.sp-block th, .c-article-area .article-content .wp-block-table.sp-block td {
    display: block;
  }
  .c-article-area .article-content .wp-block-table.sp-block td {
    border-top: none;
  }
  .c-article-area .article-content table th,
  .c-article-area .article-content table td {
    padding: 10px;
  }
  .c-article-area .article-content table.sp-block {
    width: 100%;
  }
  .c-article-area .article-content table.sp-block th, .c-article-area .article-content table.sp-block td {
    display: block;
  }
  .c-article-area .article-content table.sp-block td {
    border-top: none;
  }
  .c-article-area .article-content .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .c-article-area .article-content .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .c-article-area .article-content .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .c-article-area .article-content p + p {
    margin-top: 1em;
  }
  .c-article-area .article-content * + h4,
  .c-article-area .article-content * + h5,
  .c-article-area .article-content * + ul,
  .c-article-area .article-content * + ol,
  .c-article-area .article-content * + .wp-block-buttons {
    margin-top: 25px;
  }
  .c-article-area .article-content h2 {
    margin-top: 30px;
  }
  .c-article-area .article-content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .c-article-area .article-content h4,
  .c-article-area .article-content h5 {
    margin-bottom: 15px;
  }
  .c-article-area .article-content .cta-txt {
    font-size: 17px;
    padding: 20px 10px;
  }
  .c-article-cta-section {
    padding-block: 50px;
  }
  .c-article-cta-section::before {
    font-size: 21.3333333333vw;
    bottom: 0;
  }
  .c-article-cta-section .txt {
    font-size: 17px;
  }
  .c-related-article-section .list {
    max-width: 350px;
    grid-template-columns: 1fr;
  }
  .c-related-article-section .list .txt {
    font-size: 14px;
  }
  .c-related-article-section .list .link {
    margin-top: 10px;
  }
  .home::before {
    background: url(../img/home/top-bg_sp.png.webp) no-repeat center center/cover;
    height: min(681px, 181.6vw);
    top: -60px;
  }
  .home .c-ttl01 .ja {
    margin-top: 2px;
  }
  .home .kv-section .inner-block {
    padding: 20px 10px 57px;
    z-index: 3;
  }
  .home .kv-section .mv-ttl {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: left;
    padding: 0 10px;
    line-height: 1.6;
  }
  .home .kv-section .mv-ttl .large {
    font-size: 36px;
  }
  .home .kv-section .mv-img {
    -webkit-animation: zoomOut-sp 0.6s 0.5s ease forwards;
            animation: zoomOut-sp 0.6s 0.5s ease forwards;
    -webkit-transform: scale(150%);
            transform: scale(150%);
    border-radius: 10px;
    max-width: 94.6666666667vw;
  }
  .home .kv-section .scroll {
    display: none;
  }
  .home .use-section .inner-block {
    padding-top: 46px;
    padding-bottom: 55px;
  }
  .home .use-section .case-list {
    grid-template-columns: 100%;
  }
  .home .use-section .case-list a::before {
    height: 20px;
    width: 20px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .home .use-section .case-list a::after {
    height: 7px;
    width: 4px;
    bottom: 0;
    top: 0;
    right: 18px;
    margin: auto;
  }
  .home .use-section .case-list a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0 12px;
    padding: 17px 20px;
    text-align: left;
  }
  .home .use-section .case-list .ttl {
    grid-area: 1/2/2/3;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .home .use-section .case-list .txt {
    grid-area: 2/2/3/3;
    font-size: 12px;
    margin-bottom: 0;
  }
  .home .use-section .case-list .img {
    grid-area: 1/1/3/2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .use-section .case-list .img img {
    max-height: 38px;
  }
  .home .about-section .box-area {
    background: url(../img/home/about-bg_sp.jpg.webp) no-repeat center center/cover;
    border-radius: 0;
    grid-template-columns: 100%;
    gap: 30px;
    padding: 48px 20px 61px;
    margin: 0 calc(50% - 50vw);
  }
  .home .about-section .txt-wrap .ttl {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.8;
  }
  .home .about-section .txt-wrap .txt {
    font-size: 18px;
    line-height: 1.5;
  }
  .home .about-section .l-right {
    grid-template-columns: 100%;
  }
  .home .about-section .loop-txt {
    bottom: -13px;
  }
  .home .about-section .loop-txt > p {
    font-size: 100px;
    padding-left: 10px;
  }
  .home .about-section .c-ttl01 {
    margin-bottom: 0;
  }
  .home .how-section .inner-block {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .home .how-section .lead {
    font-size: 12px;
  }
  .home .how-section .bg-box {
    padding: 24px 20px 30px;
    margin-top: 30px;
  }
  .home .how-section .how-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .home .how-section .how-list li {
    width: 100%;
  }
  .home .how-section .how-list .num {
    font-size: 50px;
  }
  .home .how-section .how-list .img {
    padding: 60px 20px 50px;
    margin-top: -25px;
  }
  .home .how-section .how-list .ttl {
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 9px;
  }
  .home .how-section .how-list .txt {
    font-size: 12px;
    line-height: 1.8;
  }
  .home .case-section::before {
    background: url(../img/home/case-bg_sp.jpg.webp) no-repeat center center/cover;
  }
  .home .case-section .inner-block {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .home .case-section .lead {
    font-size: 12px;
  }
  .home .case-section .logo-list {
    margin: 30px calc(50% - 50vw);
  }
  .home .case-section .logo-list .box.mah-80 img {
    max-height: min(50px, 13.3333333333vw);
  }
  .home .case-section .logo-list .box.mah-30 img {
    max-height: min(18px, 4.8vw);
  }
  .home .case-section .logo-list .box.mah-20 img {
    max-height: min(12px, 3.2vw);
  }
  .home .case-section .logo-list .box.mah-50 img {
    max-height: min(31px, 8.2666666667vw);
  }
  .home .case-section .logo-list .box.mah-60 img {
    max-height: min(37px, 9.8666666667vw);
  }
  .home .case-section .logo-list .box.mah-70 img {
    max-height: min(43px, 11.4666666667vw);
  }
  .home .case-section .case-list a {
    padding: 20px;
  }
  .home .case-section .case-list a::before {
    height: 20px;
    width: 20px;
    bottom: 20px;
    right: 12px;
  }
  .home .case-section .case-list a::after {
    height: 9px;
    width: 6px;
    bottom: 27px;
    right: 20px;
  }
  .home .case-section .case-list .tag-wrap {
    margin-bottom: 10px;
  }
  .home .case-section .case-list .img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .home .case-section .case-list .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .home .case-section .case-list .txt {
    font-size: 12px;
  }
  .home .case-section .case-list .info-wrap {
    padding-right: 25px;
    padding-left: 17px;
  }
  .home .case-section .case-list .info-wrap .company-name {
    font-size: 14px;
  }
  .home .case-section .case-list .info-wrap .company-txt {
    font-size: 10px;
  }
  .home .case-section .c-btn03 {
    font-size: 16px;
    margin: 30px 0 0;
    max-width: 280px;
    padding: 21px 15px 22px;
  }
  .home .column-section .inner-block {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .home .column-section .column-list a {
    padding: 20px;
  }
  .home .column-section .column-list .img {
    margin-bottom: 10px;
  }
  .home .column-section .column-list .ttl {
    font-size: 16px;
    line-height: 1.625;
  }
  .home .column-section .column-list .l-wrap {
    margin-top: 20px;
  }
  .home .column-section .column-list .btn {
    height: 20px;
    width: 20px;
  }
  .home .column-section .column-list .btn::before {
    height: 8px;
    width: 5px;
  }
  .home .column-section .c-btn03 {
    font-size: 16px;
    margin: 30px 0 0;
    max-width: 280px;
    padding: 21px 15px 22px;
  }
  .home .column-section .column-swiper {
    margin-right: calc(50% - 50vw);
  }
  .home .column-section .control-wrap .swiper-button-next::after, .home .column-section .control-wrap .swiper-button-prev::after {
    background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
    content: "";
    height: 13px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .home .c-ttl01.center .en {
    margin-inline: inherit;
  }
  .home .c-ttl01.center .ja {
    text-align: left;
  }
  .news-archive-section .archive-wrap .news-archive-list a {
    padding-inline: 0;
  }
  .case-archive-section .case-archive-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .case-archive-section .case-archive-list a {
    padding: 20px;
  }
  .case-archive-section .case-archive-list a::before, .case-archive-section .case-archive-list a::after {
    bottom: 20px;
    right: 20px;
  }
  .case-archive-section .case-archive-list .img {
    margin-bottom: 15px;
  }
  .case-archive-section .case-archive-list .ttl {
    font-size: 18px;
  }
  .case-archive-section .case-archive-list .detail {
    margin-top: 15px;
  }
  .case-archive-section .case-archive-list.supportinfo-list a {
    padding-bottom: 70px;
  }
  .case-archive-section .case-archive-list.supportinfo-list a .date {
    bottom: 20px;
    left: 20px;
  }
  .contact .contact-section {
    padding-top: 0 !important;
  }
  .download .download-section .txt {
    padding-bottom: 25px;
  }
  .download-detail-section .detail-wrap .ttl-area .logo {
    width: 200px;
    margin: auto;
  }
  .download-detail-section .detail-wrap .ttl-area .ttl {
    font-size: 20px;
  }
  .download-detail-section .detail-wrap .point-area .ttl {
    font-size: 20px;
  }
  .download-detail-section .detail-wrap .point-area .point-list {
    margin-top: 10px;
  }
  .download-detail-section .c-form-wrap {
    padding: 30px 15px;
  }
  .support .anchor-section {
    padding-block: 30px;
  }
  .support .team-section .team-list {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .support .team-section .team-list .txt-wrap {
    width: calc(100% - 110px);
  }
  .support .team-section .team-list .img {
    max-width: 100px;
  }
  .support .team-section .team-list .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .support .flow-section .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .support .flow-section .flow-list li {
    max-width: 100%;
    gap: 15px;
  }
  .support .flow-section .flow-list li + li::before {
    left: 0;
    right: 0;
    bottom: inherit;
    top: -32px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .support .flow-section .flow-list .ico img {
    max-height: 70px;
  }
  .support .faq-section .aco-head {
    padding: 15px 40px 15px 15px;
  }
  .support .faq-section .aco-body {
    padding: 0 15px 16px;
  }
  .support .faq-section .aco-head .inn, .support .faq-section .aco-body .inn {
    padding-left: 25px;
  }
  .support .faq-section .aco-head .inn::before, .support .faq-section .aco-body .inn::before {
    top: -5px;
  }
  .about .anchor-section {
    padding-block: 30px;
  }
  .about .intro-section .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .about .overview-section .lead {
    font-size: 14px;
  }
  .about .overview-section .line-ttl {
    font-size: 18px;
    margin-top: 40px;
  }
  .about .overview-section .line-ttl .inn {
    padding: 0 15px;
  }
  .about .overview-section .ex-list::before {
    width: 1px;
    height: 100%;
  }
  .about .overview-section .ex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .overview-section .ex-list li {
    padding: 15px 10px;
    width: 100%;
  }
  .about .overview-section .c-table01 {
    width: 100%;
  }
  .about .analysis-section .lead {
    margin-bottom: 30px;
  }
  .about .analysis-section .list-table {
    margin-bottom: 30px;
  }
  .about .analysis-section .list-table dl + dl {
    margin-top: 10px;
  }
  .about .analysis-section .list-table dl {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .analysis-section .list-table dt {
    font-size: 14px;
  }
  .about .analysis-section .panel-list {
    padding: 30px 20px;
  }
  .about .analysis-section .card-list .num-wrap {
    margin-bottom: 15px;
  }
  .about .analysis-section .card-list .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .about .analysis-section .card-list .txt {
    font-size: 14px;
  }
  .about .analysis-section .card-list .img {
    margin-top: 20px;
  }
  .about .analysis-section .card-list .img.bg {
    border-radius: 10px;
    padding: 15px;
  }
  .about .history-section {
    padding-block: 60px;
  }
  .about .history-section .scroll-area-wrap {
    padding: 20px;
    border-radius: 10px;
    max-height: 500px;
  }
  .about .history-section .scroll-area {
    max-height: 460px;
    padding-right: 30px;
  }
  .about .history-section .history-list li {
    grid-template-columns: 100%;
    gap: 15px;
    padding: 25px 0;
  }
  .about .history-section .history-list .day {
    font-size: 18px;
  }
  .about .history-section .history-list .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .history-section .history-list .txt {
    font-size: 14px;
  }
  .commercial-transaction .c-txt {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .privacypolicy-section .privacypolicy-area .ttl-wrap .ttl {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .privacypolicy-section .privacypolicy-area .privacypolicy-content {
    padding-bottom: 30px;
  }
  .privacypolicy-section .privacypolicy-area .privacypolicy-content .num .num + .num,
  .privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap .num + .num {
    margin-top: 10px;
  }
  .privacypolicy-section .privacypolicy-area .txt + .txt {
    margin-top: 1em;
  }
  .privacypolicy-section .privacypolicy-area * + .txt,
  .privacypolicy-section .privacypolicy-area * + .num,
  .privacypolicy-section .privacypolicy-area * + .num-wrap {
    margin-top: 25px;
  }
  .userinfosecurity-section .userinfosecurity-area .wrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
  }
  .inner-block--1320 {
    max-width: 1400px;
  }
  .inner-block--1290 {
    max-width: 1370px;
  }
  .inner-block--990 {
    max-width: 1070px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-nav-area .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-area .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 80px;
  }
  .c-nav-area .nav-list li {
    width: calc((100% - 30px) / 2);
  }
  .c-nav-area .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .c-nav-area .btn-wrap a, .c-nav-area .btn-wrap button {
    width: calc((100% - 20px) / 2);
  }
  .c-footer .head-wrap {
    border-bottom: 1px solid var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  .c-footer .foot-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px;
  }
  .c-footer .foot-wrap .foot-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .foot-wrap .link-list li {
    padding-right: 20px;
    border-right: 1px solid var(--gray);
    line-height: 1.3;
  }
  .c-footer .foot-wrap .link-list li:last-child {
    border-right: none;
  }
  .c-footer .foot-wrap .copyright {
    white-space: nowrap;
  }
  .c-kv-section .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .c-kv-section .c-ttl01 .ja {
    margin-top: 0;
    font-size: 24px;
  }
  .c-sidebar .tag-list,
  .c-sidebar .sns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-sidebar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-sidebar-wrap .archive-wrap {
    width: calc(100% - 240px);
    padding-left: 80px;
  }
  .c-sidebar-wrap .sidebar-wrap {
    width: 240px;
  }
  .modal .modal__cont > .txt + .btn-wrap .c-btn02 {
    max-width: 280px;
    width: 100%;
  }
  .modal .c-form-wrap .contact-label {
    font-size: 18px;
  }
  .modal .c-form-wrap .btn-wrap .c-btn02 {
    min-width: 280px;
  }
  .c-form-wrap .contact-label {
    max-width: calc(100% - 56px);
  }
  .c-form-wrap .radio-group .wpcf7-radio, .c-form-wrap .radio-group .wpcf7-checkbox, .c-form-wrap .checkbox-group .wpcf7-radio, .c-form-wrap .checkbox-group .wpcf7-checkbox {
    margin-top: 7px;
  }
  .c-form-wrap .btn-wrap .c-btn02 {
    min-width: 320px;
  }
  .c-cta-section .c-ttl01 {
    margin-bottom: 25px;
  }
  .c-cta-section .btn-wrap a::after, .c-cta-section .btn-wrap button::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .c-cta-section .list .ttl {
    min-height: 3em;
  }
  .c-article-area .article-content ul li + li,
  .c-article-area .article-content ol li + li {
    margin-top: 3px;
  }
  .c-article-area .article-content a:not(.c-btn02):hover {
    text-decoration: none;
  }
  .c-article-area .article-content .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-article-area .article-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .c-article-area .article-content .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__media {
    width: 37%;
  }
  .c-article-area .article-content .wp-block-media-text .wp-block-media-text__content {
    padding-right: 50px;
    width: 63%;
  }
  .c-article-area .article-content .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-article-area .article-content .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-article-area .article-content table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-article-area .article-content table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-article-area .article-content .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .c-article-area .article-content.supportinfo-content .insert-wrap:hover {
    opacity: 0.7;
  }
  .c-related-article-section .txt {
    text-align: center;
  }
  .c-related-article-section .list .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 108px;
  }
  .home .kv-section .mv-img {
    max-width: 1520px;
    margin: auto;
    overflow: hidden;
  }
  .home .use-section .c-ttl01 {
    margin-bottom: 50px;
  }
  .home .about-section .l-right {
    padding-top: 30px;
  }
  .home .how-section .c-ttl01 {
    margin-bottom: 50px;
  }
  .home .case-section .c-ttl01 {
    margin-bottom: 50px;
  }
  .home .column-section .column-swiper {
    overflow: visible;
  }
  .home .column-section .column-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .home .column-section .column-swiper:not(.swiper-initialized) .swiper-button-prev, .home .column-section .column-swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  .home .column-section .control-wrap {
    display: none;
  }
  .support .anchor-section {
    padding-block: 50px;
  }
  .support .consulting-section {
    padding-block: 90px;
  }
  .support .flow-section {
    padding-block: 102px;
  }
  .support .support-section {
    -webkit-padding-before: 90px;
            padding-block-start: 90px;
  }
  .about .anchor-section {
    padding-block: 50px;
  }
  .about .overview-section {
    padding-block: 93px;
  }
  .about .overview-section .inner-block {
    max-width: 1125px;
  }
  .about .strengths-section {
    padding-block: 100px;
  }
  .about .movie-section {
    padding-block: 100px;
  }
  .about .plan-section {
    -webkit-padding-before: 70px;
            padding-block-start: 70px;
    -webkit-padding-after: 150px;
            padding-block-end: 150px;
  }
  .about .plan-section .c-ttl01 {
    margin-bottom: 7px;
  }
  .about .analysis-section .l-left .c-ttl01 {
    margin-bottom: 32px;
  }
  .about .analysis-section .panel-list .c-ttl01 {
    margin-bottom: 30px;
  }
  .about .history-section .c-ttl01 {
    margin-bottom: 48px;
  }
  .about .c-cta-section {
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
  }
  .commercial-transaction .c-table01 th:first-child, .commercial-transaction .c-table01 td:first-child {
    width: 300px;
  }
  .commercial-transaction .c-table01 td {
    padding: 20px;
  }
  .commercial-transaction .c-cta-section {
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
  }
  .privacypolicy-section .privacypolicy-area .privacypolicy-content .num .num + .num,
  .privacypolicy-section .privacypolicy-area .privacypolicy-content .num-wrap .num + .num {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-header .nav-wrap .logo {
    width: 200px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .c-nav-area {
    padding-inline: 20px;
  }
  .c-cta-section {
    padding-inline: 40px;
  }
  .c-cta-section .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-cta-section .btn-wrap a, .c-cta-section .btn-wrap button {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .c-nav-area {
    border-radius: 0;
    top: 60px;
    max-height: calc(var(--vh) * 100 - 60px);
    padding-block: 40px;
  }
  .c-cta-section {
    padding-inline: 0;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
  .c-cta-section .btn-wrap a, .c-cta-section .btn-wrap button {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .c-nav-area .nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav-area .nav-list {
    width: 31%;
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1350px) {
  .c-nav-area .logo-wrap {
    width: 20%;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-nav-area .btn-wrap {
    max-width: 420px;
  }
}
@media only screen and (max-width: 1350px) {
  .c-nav-area .logo-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .c-nav-area .logo-wrap .lang-area .lang-list li a:hover {
    color: var(--secondary-color);
  }
  .c-nav-area .nav-list a:hover {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
  }
  .c-footer a:hover, .c-footer button:hover {
    color: var(--secondary-color);
  }
  .c-footer #pagetop a:hover::before {
    border-color: var(--primary-color);
  }
  .c-footer #pagetop a:hover::after {
    background: var(--primary-color);
  }
  .c-btn01:hover {
    background-color: var(--white);
  }
  .c-btn01.cl-primary:hover {
    color: var(--primary-color);
  }
  .c-btn01.cl-primary:hover::before {
    background-color: var(--primary-color);
  }
  .c-btn01.cl-secondary:hover {
    color: var(--secondary-color);
  }
  .c-btn01.cl-secondary:hover::before {
    background-color: var(--secondary-color);
  }
  .c-btn01.cl-black:hover {
    color: var(--text);
  }
  .c-btn01.cl-black:hover::before {
    background-color: var(--text);
  }
  .c-btn02:hover {
    background-position: 100% 0;
  }
  .c-btn02:hover .ico {
    scale: 1.4;
  }
  .c-btn02:hover .ico::before {
    background: var(--secondary-color);
  }
  .c-btn02:hover .ico::after {
    background: var(--white);
  }
  .c-btn02.cl-white:hover {
    background: var(--primary-color);
    color: var(--white);
  }
  .c-btn02.cl-white:hover .ico {
    scale: 1.4;
  }
  .c-btn02.cl-white:hover .ico::before {
    background: var(--secondary-color);
  }
  .c-btn02.cl-white:hover .ico::after {
    background: var(--white);
  }
  .c-btn02.cl-black:hover {
    background: var(--white);
    color: var(--text);
  }
  .c-btn02.cl-black:hover .ico {
    scale: 1.4;
  }
  .c-btn02.cl-black:hover .ico::before {
    background: var(--white);
  }
  .c-btn02.cl-black:hover .ico::after {
    background: var(--text);
  }
  .c-btn03:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn03.blue:hover {
    background: var(--secondary-color);
  }
  .c-btn03.blue:hover::after {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-breadcrumbs li a:hover {
    color: var(--primary-color);
  }
  .c-txt-link:hover {
    text-decoration: none;
  }
  .c-paging-area .page-numbers.next:hover, .c-paging-area .page-numbers.prev:hover {
    border-color: var(--primary-color);
  }
  .c-paging-area .page-numbers:not(.dot, .next, .prev, .current):hover {
    background: var(--bg-blue);
  }
  .c-sidebar .tag-list a:hover {
    border-color: var(--primary-color);
  }
  .c-sidebar .sns-list a:hover {
    border-color: var(--primary-color);
  }
  .c-link-area a:hover {
    background: var(--bg-blue);
  }
  .c-cta-section .btn-wrap a:hover, .c-cta-section .btn-wrap button:hover {
    background: var(--bg-blue);
  }
  .c-cta-section .list .btn-wrap a:hover:not(.btn-grad) {
    background: var(--white);
    color: var(--primary-color);
  }
  .c-cta-section .list .btn-wrap a.btn-grad:hover {
    background-position: 0 100%;
  }
  .c-related-article-section .list a:hover .img {
    background: var(--bg-blue);
  }
  .c-related-article-section .list a:hover .link::before {
    background: var(--primary-color);
  }
  .c-related-article-section .list a:hover .link::after {
    background: var(--white);
  }
  .home .use-section .case-list a:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .home .use-section .case-list a:hover .img .prev {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .use-section .case-list a:hover .img .next {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .case-section .case-list a:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 110, 255, 0.4);
            box-shadow: 0 4px 10px rgba(0, 110, 255, 0.4);
  }
  .home .column-section .column-list a:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 110, 255, 0.4);
            box-shadow: 0 4px 10px rgba(0, 110, 255, 0.4);
  }
  .news-archive-section .archive-wrap .news-archive-list a:hover {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
    padding-left: 30px;
  }
  .case-archive-section .case-archive-list a:hover {
    background: var(--bg-blue);
  }
  .case-archive-section .case-archive-list a:hover::before {
    background: var(--primary-color);
  }
  .case-archive-section .case-archive-list a:hover::after {
    background: var(--white);
  }
  .support .flow-section .flow-list a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .support .faq-section .aco-head:hover {
    background: var(--shadow);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .support .faq-section a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .about .analysis-section .tab-list .tab-item:hover {
    background: var(--white);
    color: var(--primary-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .privacypolicy-section .privacypolicy-area .link:hover {
    color: #5d96d8;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .c-nav-area .nav-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-nav-area .nav-cont .nav-list,
  .c-nav-area .nav-cont .btn-wrap {
    width: calc((100% - 80px) / 2);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1350px) {
  .c-nav-area .nav-cont {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) and (max-width: 1350px) {
  .c-nav-area .nav-cont .nav-list,
  .c-nav-area .nav-cont .btn-wrap {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-nav-area .nav-list {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-nav-area .nav-list {
    margin-bottom: 30px;
  }
  .c-ttl01 .en {
    font-size: 10vw;
  }
  .c-sidebar-wrap .archive-wrap {
    padding-left: 40px;
  }
  .home .how-section .how-list .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-area .nav-list li + li {
    margin-top: 10px;
  }
  .home .case-section .logo-list .box {
    min-height: min(50px, 13.3333333333vw);
    max-width: 150px;
  }
  .home .case-section .case-swiper {
    margin-right: calc(50% - 50vw);
  }
  .home .case-section .control-wrap .swiper-button-next::after, .home .case-section .control-wrap .swiper-button-prev::after {
    background: url(../img/common/ico-arrow-paging.svg) no-repeat center center/contain;
    content: "";
    height: 13px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .download .download-section .cont-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download .download-section .cont {
    max-width: 500px;
  }
  .download .download-section .cont .ttl {
    font-size: 24px;
  }
  .about .overview-section .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .overview-section .c-table01 {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .c-nav-area .nav-list li + li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .c-header {
    top: 46px;
  }
  body.admin-bar .c-nav-area {
    top: 139px;
    max-height: calc(var(--vh) * 100 - 93px - 46px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .c-ttl01 .en {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .c-box-list .txt-wrap {
    width: calc(100% - 550px);
  }
  .c-box-list .img-wrap {
    max-width: 450px;
  }
  .support .team-section .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) and (max-width: 1040px) {
  .c-box-list .txt-wrap {
    width: calc(100% - 350px);
  }
  .c-box-list .img-wrap {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1220px) {
  .c-table02 {
    overflow-x: auto;
  }
  .c-table02 .line {
    min-width: 1125px;
  }
}
@media only screen and (max-width: 1225px) and (max-width: 767px) {
  .c-table02 .line::before {
    right: 199px;
    width: 201px;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 767px) {
  .c-table02 .line {
    min-width: 750px;
  }
}
@media only screen and (max-width: 940px) {
  .modal {
    padding: 42px 25px 0;
  }
}
@media only screen and (max-width: 1020px) {
  .gdpr-cookie-law {
    font-size: 14px !important;
  }
  .gdpr-cookie-law .gdpr-cookie-law__link {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1020px) and (max-width: 767px) {
  .gdpr-cookie-law {
    font-size: 12px !important;
    min-width: 300px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .gdpr-cookie-law .gdpr-cookie-law__link {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1605px) {
  .c-cta-section .ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
@media only screen and (max-width: 375px) {
  .home .c-ttl01 .en {
    font-size: 15.2vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1700px) {
  .home .kv-section .scroll::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(157deg) brightness(110%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(157deg) brightness(110%) contrast(101%);
  }
  .home .kv-section .scroll {
    color: var(--white);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1701px) {
  .home .kv-section .scroll {
    background: -webkit-gradient(linear, left top, left bottom, from(#5696d2), to(#0048ff));
    background: linear-gradient(180deg, #5696d2 0%, #0048ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .about-section .box-area {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .home .about-section .c-ttl01 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .home .about-section .l-right {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .home .how-section .bg-box {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .home .case-section .logo-list .box {
    min-height: 50px;
    max-width: 115px;
  }
  .download .download-section .cont-wrap {
    margin-top: 25px;
    gap: 20px;
  }
  .download .download-section .cont {
    padding: 20px 10px;
    gap: 15px;
  }
  .download .download-section .cont .ttl {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1001px) {
  .home .case-section .case-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .home .case-section .case-swiper:not(.swiper-initialized) .swiper-button-prev, .home .case-section .case-swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  .home .case-section .control-wrap {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .download-detail-section .inner-block--1320 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .download-detail-section .detail-wrap {
    width: 47%;
    padding-right: 60px;
  }
  .download-detail-section .c-form-wrap {
    width: 53%;
  }
}
@media only screen and (max-width: 999px) {
  .download-detail-section .detail-wrap .point-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .support .flow-section .flow-list li {
    max-width: calc((100% - 100px) / 3);
  }
}
@media only screen and (max-width: 1100px) {
  .about .analysis-section .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .about .analysis-section .l-left {
    width: calc(100% - 709px);
  }
  .about .analysis-section .img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1100px) {
  .about .analysis-section .l-left {
    padding: 60px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1100px) and (max-width: 767px) {
  .about .analysis-section .l-left {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 1220px) {
  .about .analysis-section .img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1170px) {
  .about .analysis-section .tab-list .tab-item {
    max-width: 25%;
  }
}
@media only screen and (max-width: 1170px) and (max-width: 767px) {
  .about .analysis-section .tab-list .tab-item {
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    padding: 10px 2px;
  }
}
@media only screen and (max-width: 970px) {
  .about .analysis-section .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .about .analysis-section .card-list .card {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 435px) {
  .long-ttl .en {
    font-size: 10.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */


/* KMI AE DL modal (.modal.modal01) */
.modal.modal01 .modal__inner {
  width: 100%;
  max-width: 520px;
}
.modal.modal01 .modal__cont {
  background: transparent;
  padding: 0;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
}
.modal.modal01 .modal__cont > .ttl {
  display: none;
}
.modal.modal01 .c-form-wrap--ae-iframe,
.modal.modal01 .c-form-wrap:has(iframe.kmi-ae-dl-iframe) {
  overflow: visible;
  max-height: none;
  padding: 0;
}
.modal.modal01 iframe.kmi-ae-dl-iframe {
  display: block;
  width: 100%;
  height: 880px;
  border: 0;
  border-radius: 20px;
  background: transparent;
}

@media only screen and (max-width: 940px) {
  .modal.modal01 {
    padding: 16px 12px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .modal.modal01 {
    padding: 10px 8px 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .modal.modal01 .modal__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modal.modal01 .modal__cont {
    padding: 0;
    max-height: none;
  }
  .modal.modal01 iframe.kmi-ae-dl-iframe {
    height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    border-radius: 12px;
  }
}

/* 2026-08-07: 言語切り替え非表示（公開前対応） */
.c-nav-area .logo-wrap .lang-area {
  display: none !important;
}
