@charset "utf-8";

:root {
  /* ここに色の引数 */
  --color-white: #FFFFFF;
  --color-blue: #0062E7;
  --color-yellow: #FFB800;
  --color-green: #00865A;
  --color-orange: #F26A00;
  --color-bg: #E8F3FE;
  --color-text-primary: #071E5D;
  --color-border-01: #DDE6F3;
  --color-border-02: #C7D2E1;
  --gradient-button: linear-gradient(90deg, #FFB800, #FEA900);
  --gradient-text-orange: linear-gradient(90deg, #FF9D00, #FE9000);
  --shadow-card: 0px 12px 17px rgba(7, 30, 93, .06);
  --shadow-btn: 0px 10px 14px rgba(7, 30, 93, .1);

  /* 既存コードで参照されているエイリアス（要確認: basic=text-primary, main=blue と仮定） */
  --color-basic: var(--color-text-primary);
  --color-main: var(--color-blue);

  --font-base: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, sans-serif;
}

.l-main,
.l-main input,
.l-main textarea,
.l-main select,
.l-header {
  font-family: var(--font-base)
}


/* style.cssより移植 */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
} */

html {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  /* font-family: "Noto Sans JP", sans-serif; */
  /* 標準のフォントをシステムフォントに定義 */
  color: var(--color-text-primary);
  /*標準の文字色を黒に定義*/
  font-size: 1rem;
  /*標準の文字サイズを16pxに定義*/
  font-weight: normal;
  /*標準の文字の太さをnormalに定義*/
  letter-spacing: 0em;
  /*文字間を0emに定義*/
  background-color: #fff;
  /*ブラウザ以前による背景色を防ぐため、白を定義*/
  -ms-text-size-adjust: 100%;
  /*SPで縦持/横持で文字が拡大されないように定義*/
  -webkit-text-size-adjust: 100%;
  /*SPで縦持/横持で文字が拡大されないように定義*/

  margin: 0;
  /* font-family: YuGothic, "Yu Gothic", "Helvetica Neue", "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system,
    BlinkMacSystemFont, sans-serif; */
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}



.hd2,
.hd3,
.menu_trigger,
.menu_contact,
.headerWrap,
.header_navPC-wrapper,
.header_navPC-right,
.headerBox,
.header_navPC-list,
.mvBox,
.aboutBox,
.serviceBox,
.candoBox,
.infoWrap,
.voiceWrap,
.footerBox {
  margin: 0;
  line-height: 1;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

br {
  letter-spacing: 0;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}


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

a {
  display: block;
  color: inherit;
  font: inherit;
}

a,
a:link,
a:visited,
a:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/* .font-weight-500 {
  font-weight: 500;
} */

/* =================================================================
Reset Hardly Styles
================================================================= */
applet,
object,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
legend,
dialog,
details,
embed,
figcaption,
hgroup,
output,
ruby,
mark {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2274a5;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  /* --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; */
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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


[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}



ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

a {
  color: var(--color-text-primary);
  text-decoration: none;
  background-color: transparent;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {

    text-decoration: none;
  }

}


a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

/* img {
  vertical-align: middle;
  border-style: none;
} */



table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

/* h3, .h3 {
  font-size: 1.75rem;
} */

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}



/* ここから */


.is-noscroll {
  overflow-y: hidden
}

@media screen and (min-width: 1200px),
print {
  .is-noscroll {
    overflow-y: auto
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  margin: auto;
  background-color: hsla(0, 0%, 100%, .8);
  width: 100%;
  z-index: 500
}

@media all and (min-width: 1400px) {
  .container {
    max-width: 1326px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 500;
  padding-inline: 20px;
  transition: background-color 0.3s;
}

.l-header.is-header-scrolled {
  background-color: hsla(0, 0%, 100%, .8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.l-header>.root-container {
  max-width: 1296px;
  margin-inline: auto;

}

.header__inner {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.l-header.is-header-scrolled .header__inner {
  border-bottom: none;
}

.header__left-nav {
  display: flex;
}

.header__logo {
  padding: .5rem 0;
}

@media screen and (min-width: 1200px),
print {
  .header__logo {
    padding: .75rem 0
  }
}

.header__inner--scrolled {
  display: none
}

.header__menu-wrapper {
  width: 100%;
  min-width: 280px;
  max-width: 600px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  transition: opacity .3s, visibility .3s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-white);
  background-image: url(./img/202608v-up/ham-menu-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 0 20px 1.5rem 20px;
  pointer-events: none
}

@media screen and (min-width: 1200px),
print {
  .header__menu-wrapper {
    display: flex;
    align-items: baseline;
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: auto;
    background-image: none;
  }
}

.is-nav-open .header__menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto
}

.header__logo--usually {
  width: 140px
}

@media screen and (min-width: 1200px),
print {
  .header__logo--usually {
    width: 167px;
    transition: width .3s
  }


}

.header__btn {
  width: 52px;
  height: 38px;
  position: fixed;
  top: 10px;
  right: 13px;
  z-index: 999;
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 1200px),
print {
  .header__btn {
    display: none
  }
}

.header__btn:hover {
  cursor: pointer
}

.header__bar {
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-text-primary);
  transition: .2s;
  visibility: visible
}

.header__bar-top {
  top: 10px
}

.header__bar-mid {
  top: 50%;
  margin-top: -1px
}

.header__bar-bottom {
  bottom: 10px
}

.is-nav-open .header__bar-top {
  transform: translate(-50%, 8px) rotate(40deg)
}

.is-nav-open .header__bar-mid {
  opacity: 0;
  transition: opacity .3s
}

.is-nav-open .header__bar-bottom {
  transform: translate(-50%, -8px) rotate(-40deg)
}

.header__check {
  display: none
}

.header__black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: var(--color-basic);
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  border: none
}

@media screen and (min-width: 1200px),
print {
  .header__black-bg {
    display: none
  }
}

.header__cta-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
  width: 100%;
  align-items: center;
}

@media screen and (min-width: 1200px),
print {
  .header__cta-area {
    display: none
  }
}

.header__nav-cta {
  display: none
}

@media screen and (min-width: 1200px),
print {
  .header__nav-cta {
    display: inline-flex;
    margin-left: 24px;
    flex-shrink: 0
  }
}

.is-nav-open .header__black-bg {
  opacity: .25;
  visibility: visible
}

.header__menu-top {
  padding-block: .5rem;
}

.header__menu-logo {
  width: 140px;
}

.header__menu-item {
  position: relative
}

@media screen and (min-width: 1200px),
print {
  .header__menu-item {
    padding-right: 10px;
    padding-left: 10px
  }

  .header__menu-item--is-current .header__menu-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 1px;
    background: var(--color-main)
  }

  .header__menu-item:last-child .header__menu-link {
    border-bottom: none
  }
}

.header__menu-link {
  color: var(--color-basic);
  font-size: .875rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid var(--color-border-01);
  padding: 16px 0;
  display: block;
  margin: 0;
  text-align: center;
}

@media (any-hover: hover) {
  .header__menu-link:hover {
    color: var(--color-basic);
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px),
print {
  .header__menu-link {
    border-top: none;
    padding: 12px 0;
    height: auto;
    border-bottom: none;
  }
}

.header__sub-menu {
  display: none;
  margin-bottom: 0
}

@media screen and (min-width: 1200px),
print {
  .header__sub-menu {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: max-content;
    visibility: hidden;
    transform: translateY(10px)
  }

  .header__menu-item--is-has-child:hover>.header__sub-menu,
  .header__menu-item--is-has-child.is-focused .header__sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }
}

.header__sub-menu-item {
  padding-left: 20px
}

@media screen and (min-width: 1200px),
print {
  .header__sub-menu-item {
    padding-left: 0
  }
}

.header__sub-menu-link {
  font-size: .875rem;
  display: block;
  padding: 8px 0 8px 30px;
  border-top: 1px solid #e6e6e6;
  position: relative;
  color: var(--color-basic)
}

@media screen and (min-width: 1200px),
print {
  .header__sub-menu-link {
    padding: 7px 20px;
    width: 100%;
    min-width: 100%;
    border: none;
    background-color: var(--color-white);
    height: 100%;
    transition: .2s
  }
}

.header__sub-menu-link::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 6px;
  width: 15px;
  height: 1px;
  background-color: var(--color-basic)
}

@media screen and (min-width: 1200px),
print {
  .header__sub-menu-link::before {
    display: none
  }
}

.header__menu-list {
  margin-top: 26px;
  padding-left: 0;
}

@media screen and (min-width: 1200px),
print {
  .header__menu-list {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.header__menu-list .accordion-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 40px;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 1200px),
print {
  .header__menu-list .accordion-btn {
    display: none
  }
}

.header__menu-list .accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12px;
  width: 13px;
  height: 1px;
  background-color: #666
}

.header__menu-list .accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 18px;
  width: 1px;
  height: 13px;
  background-color: #666;
  opacity: 1
}

.header__menu-list .accordion-btn.is-chlidnav-opened::after {
  opacity: 0
}

.header__cta-btn {
  color: var(--color-white);
  background-color: var(--color-basic);
  border: 1px solid var(--color-basic);
  border-radius: 100vh;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: .1em;
  width: 200px;
  font-weight: 700
}

@media(any-hover: hover) {
  .header__cta-btn:hover {
    color: var(--color-basic);
    background-color: var(--color-white);
    opacity: 1
  }
}

.header__inner--usually .header__cta-btn {
  height: 50px
}


.skip-link {
  position: absolute;
  left: -9999px
}

.skip-link:focus {
  left: 0;
  z-index: 9999
}

.u-gtm-noscript-iframe {
  display: none;
  visibility: hidden
}

/* =====================================================
   Parts (Figma: node-id=64-8618)
===================================================== */

/* --- about chip（丸ピル型ラベル） --- */
.c-about-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--color-border-01);
  border-radius: 100px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap
}

@media all and (max-width: 350px) {
  .c-about-chip {
    font-size: 0.6875rem;
  }
}

@media all and (min-width: 992px) {
  .c-about-chip {
    font-size: 1rem;
    padding: 9px 21px;

  }
}

/* --- security tag（角丸長方形ラベル） --- */
.c-security-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--color-border-01);
  border-radius: 8px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center
}

@media all and (max-width: 350px) {
  .c-security-tag {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 992px) {
  .c-security-tag {
    padding: 21px 25px;
  }
}

/* --- security card --- */
.c-security-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 365.33px;
  padding: 25px 25px 33px;
  border: 1px solid var(--color-border-01);
  border-radius: 16px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card)
}

.c-security-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-bg);
  overflow: hidden
}



.c-security-card__title {
  width: 100%;
  padding-top: 9px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center
}

.c-security-card__text {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.75
}

@media all and (min-width: 768px) {
  .c-security-card {
    flex: 1 1 48%;
  }
}

@media all and (min-width: 992px) {
  .c-security-card {
    flex: 1 0 0;
  }
}

/* --- info card --- */
.c-info-card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  padding: 32px 28px;
  border: 1px solid var(--color-border-01);
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card);
  margin-inline: auto;
}

.c-info-card__inner {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%
}

.c-info-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: var(--color-bg);
  overflow: hidden
}

.c-info-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%
}

.c-info-card__title {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center
}

.c-info-card__text {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.75
}

@media all and (min-width: 992px) {
  .c-info-card {
    padding: 32px 14px;
  }
}

@media all and (min-width: 1200px) {
  .c-info-card {
    padding: 32px 28px;
  }
}

/* --- about card --- */
.c-about-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border-01);
}

.c-about-card__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-about-card__visual {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 10px;
  flex-shrink: 0;
}

.c-about-card__label {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center
}

@media all and (min-width: 992px) {
  .c-about-card__visual {
    width: 100px;
  }

  .c-about-card {
    max-width: 184px;
    justify-content: center;

    padding: 24px 16px 16px;

  }

  .c-about-card__inner {
    width: 100px;
    flex-direction: column;
  }

  .c-about-card__label {
    font-size: 1.125rem;
  }
}

/* --- use case card --- */
.c-usecase-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--color-border-01);
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-card)
}

.c-usecase-card__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%
}

.c-usecase-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8.8px;
  background-color: var(--color-bg);
  overflow: hidden
}


.c-usecase-card__body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0
}

.c-usecase-card__title {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35
}

.c-usecase-card__text {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.75
}

@media all and (min-width: 768px) {
  .c-usecase-card__visual {
    width: 88px;
    height: 88px;
  }
}

@media all and (min-width: 1400px) {
  .c-usecase-card__title {
    font-size: 1.125rem;

  }

  .c-usecase-card__text {
    font-size: 1rem;
  }
}

/* --- div.stat（導入実績など数字表示） --- */
.c-stat {
  display: flex;
  align-items: center;

  gap: 16px;
  height: 76px;
  padding: 12px 1px 12px 0;
  width: 100%;
  max-width: 298px;
  border-bottom: 1px solid var(--color-border-01)
}

.c-stat:last-child {
  border-bottom: none
}

.c-stat__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px
}

.c-stat__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.c-stat__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35
}

@media all and (min-width: 768px) {
  .c-stat {
    border-bottom: none;
    border-right: 1px solid var(--color-border-01);
  }
}

@media all and (min-width: 992px) {
  .c-stat__icon {
    width: 60px;
    height: 60px
  }

  .c-stat {
    justify-content: center;
    border-bottom: none;
    border-right: 1px solid var(--color-border-01);
  }
}

/* prop1=02 バリアント（大きい数字＋ラベル） */
.c-stat--number .c-stat__body {
  gap: 4px;
  justify-content: center
}

.c-stat__text-strong {
  font-size: 1.125rem;
  font-weight: 700;
}

.c-stat__text-number {
  font-size: 1.25rem;
  font-weight: 700;
}

.c-stat__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35
}

@media all and (max-width: 350px) {
  .c-stat__text-strong {
    font-size: 1rem;
  }

  .c-stat__text-number {
    font-size: 1.125rem;
  }

  .c-stat__text {
    font-size: 0.75rem;
  }
}

@media all and (min-width:1200px) {
  .c-stat__text-strong {
    font-size: 1.25rem;
  }

  .c-stat__text-number {
    font-size: 1.5rem;
  }

  .c-stat__text {
    font-size: 1rem;
  }
}

/* --- dl btn（資料ダウンロードボタン / prop1=defo,hover） --- */
.c-dl-btn {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 384px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--color-yellow);
  border-radius: 8px;
  background: var(--gradient-button);
  box-shadow: var(--shadow-btn);
  transition: color .3s;
}

.c-dl-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--color-white);
  opacity: 0;
  transition: opacity .3s;
}

.c-dl-btn:hover {
  color: var(--color-basic);
}

.c-dl-btn:hover::before {
  opacity: 1;
}

.c-dl-btn__text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  white-space: nowrap
}

.c-dl-btn__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px
}

@media all and (min-width: 992px) {
  .c-dl-btn {
    gap: 16px;
    height: 72px;
  }

  .c-dl-btn__text {
    font-size: 1.125rem;
  }
}

/* --- contact btn（アイコン付き / prop1=defo,hover） --- */
.c-contact-btn {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 16px 0 24px;
  border: 1px solid var(--color-border-02);
  border-radius: 8px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-btn);
  transition: background-color .2s, border-color .2s
}

.c-contact-btn:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  opacity: 1;
}

.c-contact-btn__inner {
  display: flex;
  align-items: center;
  gap: 28px
}

.c-contact-btn__text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75
}

.c-contact-btn:hover .c-contact-btn__text {
  color: var(--color-white)
}

.c-contact-btn__arrow-basic {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 16px;
  background-color: var(--color-basic);
  transition: background-color .2s;
  mask-image: url(./img/202608v-up/contact-arrow-basic.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(./img/202608v-up/contact-arrow-basic.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.c-contact-btn:hover .c-contact-btn__arrow-basic {
  background-color: var(--color-white)
}

@media all and (min-width: 992px) {
  .c-contact-btn {
    height: 72px;

  }

  .c-contact-btn__text {
    font-size: 1.125rem;
  }


}

/* --- contact btn（アイコンなし・全幅中央寄せ / hoverで青背景に） --- */
.c-contact-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  height: 56px;
  width: 100%;
  max-width: 384px;
  padding: 0 16px 0 24px;
  border: 1px solid var(--color-border-02);
  border-radius: 8px;
  background-color: var(--color-white);
  box-shadow: var(--shadow-btn);
  transition: background-color .2s, border-color .2s
}

.c-contact-btn-block:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue)
}

.c-contact-btn-block__text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center;
  transition: color .2s
}

.c-contact-btn-block:hover .c-contact-btn-block__text {
  color: var(--color-white)
}

@media all and (min-width: 992px) {
  .c-contact-btn-block {
    height: 72px;
  }

  .c-contact-btn-block__text {
    font-size: 1.125rem;
  }

}

/* --- nav cta（ピル型／ヘッダー用 / hoverで青背景に） --- */
.c-nav-cta {
  display: inline-flex;
  align-items: center;
  height: 43px;
  padding: 9px 21px;
  border: 1px solid var(--color-text-primary);
  border-radius: 999px;
  background-color: var(--color-white);
  transition: background-color .2s, border-color .2s
}

@media (any-hover: hover) {
  .c-nav-cta:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue)
  }
}


.c-nav-cta__text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  transition: color .2s
}


@media (any-hover: hover) {
  .c-nav-cta:hover .c-nav-cta__text {
    color: var(--color-white)
  }

}

/* =====================================================
   Page layout (Figma: node-id=45-26763 / 154-8823 / 154-11157)
===================================================== */

.l-main {
  overflow-x: hidden
}

.p-section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px
}

@media screen and (min-width: 1200px) {
  .p-section {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.c-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  max-width: 780px
}

@media screen and (min-width: 1200px) {
  .c-section-head {
    max-width: 780px;
    margin-bottom: 40px;
  }
}

.c-section-head__eyebrow {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-blue)
}

@media screen and (min-width: 1200px) {
  .c-section-head__eyebrow {
    font-size: 0.8125rem;
    letter-spacing: .07em
  }
}

.c-section-head__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: .03em
}

@media screen and (min-width: 1200px) {
  .c-section-head__title {
    font-size: 2.5rem;
    letter-spacing: .03em
  }
}

.c-section-head__title-sub {
  font-size: 1.125rem;
}

@media screen and (min-width: 1200px) {
  .c-section-head__title-sub {
    font-size: 2.25rem;
  }
}

.c-section-head__lead {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: .03em;
  margin-top: 8px
}

@media screen and (min-width: 1200px) {
  .c-section-head__lead {
    font-size: 1rem;
    letter-spacing: .03em
  }
}

/* --- FV --- */
.p-fv {
  position: relative;
  padding-top: 98px;
  padding-bottom: 200px;
  background-color: #eaf4ff;
  background-image: url(img/202608v-up/fv-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: cover;
  overflow: hidden
}


@media screen and (min-width: 992px) {
  .p-fv {
    padding-top: 133px;
    padding-bottom: 151px;
    display: flex;
    align-items: center;
    background-image: url(img/202608v-up/fv-bg.jpg);
  }
}

.p-fv__body {
  position: relative;
  z-index: 2;
}

.p-fv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media screen and (min-width: 992px) {
  .p-fv__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px
  }

  .p-fv__body {
    flex: 0 0 430px;
    max-width: 430px;
    padding-top: 40px
  }
}

@media all and (min-width: 1200px) {
  .p-fv__body {
    flex: 0 0 500px;
    max-width: 500px;
    padding-top: 40px
  }
}

@media all and (min-width: 1400px) {
  .p-fv__body {
    flex: 0 0 570px;
    max-width: 570px;
    padding-top: 40px
  }
}

.p-fv__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .03em
}

@media screen and (min-width: 992px) {
  .p-fv__badge {
    font-size: 1.5rem;
  }
}

.p-fv__title {
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.3
}

.p-fv__title-large {
  font-size: 2rem;
}

@media all and (max-width: 350px) {
  .p-fv__title-large {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-fv__title-large {
    font-size: 3rem;
  }
}

.p-fv__title-main {
  font-size: 1.5rem
}

@media screen and (min-width: 1200px) {
  .p-fv__title-main {
    font-size: 2.5rem
  }
}

.p-fv__accent {
  font-size: 2.5rem;
  color: var(--color-blue);
  margin-left: -0.5em;
}

@media all and (max-width: 350px) {
  .p-fv__accent {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-fv__accent {
    font-size: 3.75rem
  }
}

.p-fv__kerning {
  margin-left: -0.7em;
}

.p-fv__accent--gradient {
  background: var(--gradient-text-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.p-fv__lead {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: .03em;
  margin-bottom: 18px;
}

@media all and (max-width: 350px) {
  .p-fv__lead {
    font-size: 0.75rem;

  }
}

@media screen and (min-width: 992px) {
  .p-fv__lead {
    font-size: 1rem;
    margin-bottom: 40px;

  }
}

.p-fv__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%
}

@media screen and (min-width: 992px) {
  .p-fv__actions {
    flex-direction: row;
    width: auto;
    gap: 16px;
  }
}

.p-fv__actions .c-dl-btn,
.p-fv__actions .c-contact-btn {
  width: 100%;
  max-width: 100%
}

.p-fv__actions .c-contact-btn__arrow-basic {
  display: none;
}

.p-fv__actions .c-contact-btn {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .p-fv__actions .c-dl-btn {
    width: 384px;
    flex-shrink: 0
  }

  .p-fv__actions .c-contact-btn {
    width: auto;
    flex-shrink: 0;
    justify-content: start;
  }



  .p-fv__actions .c-contact-btn__arrow-basic {
    display: block;
  }

}

.p-fv__visual {
  display: flex;
  justify-content: flex-end;
}

.p-fv__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 897 / 514
}

@media screen and (min-width:992px) {
  .p-fv__visual {
    position: absolute;
    right: -124px;
    top: 55%;
    transform: translateY(-50%);
  }

  .p-fv__visual img {
    width: 62%;
  }
}

@media all and (min-width: 1200px) {
  .p-fv__visual img {
    width: 62%;
  }
}



.p-possible>.container {
  position: relative;
}

.p-fv__stats {
  position: absolute;
  z-index: 2;
  top: -360px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.p-fv__stats-inner {

  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 4px 21px;
  border: 1px solid var(--color-border-01);
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 18px 25px rgba(7, 30, 93, .1);
  width: fit-content;
  margin-inline: auto;

}

@media all and (min-width: 768px) {
  .p-fv__stats-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 17px 29px;
    width: 100%;
    row-gap: 10px;

  }

  .p-fv__stats .c-stat {
    border-right: 1px solid var(--color-border-01)
  }

  .p-fv__stats .c-stat:nth-child(even) {
    border-right: none;
  }

}

@media screen and (min-width: 992px) {
  .p-fv__stats {
    position: absolute;

    top: -193px;

  }

  .p-fv__stats-inner {
    grid-template-columns: repeat(4, 1fr);
    padding: 17px 29px;
    width: 100%;
  }

  .p-fv__stats .c-stat {
    max-width: none;
    border-right: 1px solid var(--color-border-01)
  }

  .p-fv__stats .c-stat:nth-child(even) {
    border-right: 1px solid var(--color-border-01)
  }

  .p-fv__stats .c-stat:last-child {
    border-right: none
  }
}

/* --- possible--- */
.p-section.p-possible {
  padding-top: 202px;
  padding-bottom: 0;
}

@media all and (min-width: 992px) {
  .p-section.p-possible {
    padding-top: 127px;
  }
}

/* --- POSSIBLE (ドアからはじまる、情報活用の新しいかたち。) --- */
.bg-blueline {
  position: relative;
  background-image: url(img/202608v-up/possible-top-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.p-possible__head {

  text-align: center
}

.p-possible__head .c-section-head__eyebrow {
  display: inline-block;
}

.p-possible__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: .03em
}

@media all and (min-width: 576px) {
  .bg-blueline {
    background-position: center -10%;
  }
}

@media all and (min-width: 768px) {
  .bg-blueline {
    background-position: center -20%;
  }
}

@media screen and (min-width: 992px) {
  .bg-blueline {
    background-image: url(img/202608v-up/possible-top-bg.jpg);
    background-position: center 0%;
  }

  .p-possible__title {
    font-size: 2rem;
    letter-spacing: .03em
  }
}

@media all and (min-width: 1200px) {
  .p-possible__title {
    font-size: 3rem;
    letter-spacing: .03em
  }
}

.p-possible__made {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 40px 0 0
}

@media screen and (min-width: 1200px) {
  .p-possible__made {
    gap: 20px
  }
}

.p-possible__made-title {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: .03em;
  color: var(--color-blue)
}

@media screen and (min-width: 1200px) {
  .p-possible__made-title {
    font-size: 2rem;
    letter-spacing: .03em
  }
}

.p-possible__arrow {
  display: block;
  width: 249px;
  max-width: 100%
}

@media screen and (min-width: 1200px) {
  .p-possible__arrow {
    width: 386px
  }
}

.p-possible__arrow img {
  width: 100%;
  height: auto
}

/* --- ABOUT --- */
.p-section.p-about {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.p-about>.container {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  /* .p-section.p-about {
    padding-top: 60px;
    padding-bottom: 40px;
  } */
}

.about-right-decolation,
.about-left-decolation,
.facility-left-decolation,
.facility-right-decolation {
  position: absolute;
  width: 50%;
  max-width: 700px;
  z-index: 1;
}

.about-right-decolation {

  right: -35px;
  top: -35px;

}

.about-left-decolation {
  bottom: -55px;
  left: -80px;

}

@media all and (min-width: 768px) {
  .about-right-decolation {

    right: -120px;
    top: -35px;

  }

  .about-left-decolation {
    bottom: -150px;
    left: -100px;

  }
}

@media all and (min-width: 992px) {
  .about-right-decolation {

    right: -160px;
    top: -105px;

  }

  .about-left-decolation {
    bottom: -180px;
    left: -180px;

  }
}

@media all and (min-width: 1200px) {
  .about-right-decolation {
    position: absolute;
    right: -180px;
    top: -192px;

  }

  .about-left-decolation {
    bottom: -280px;
    left: -180px;

  }
}

.p-about__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 18px;
  border: 1px solid var(--color-border-01);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  background-color: #fff;
}

@media all and (min-width: 992px) {
  .p-about__flow {
    padding: 24px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .p-about__flow {
    padding: 60px 80px;
    gap: 40px
  }
}

.p-about__flow-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%
}

@media screen and (min-width: 992px) {
  .p-about__flow-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 0
  }
}

.p-about__flow-item {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-about__flow-item {
    max-width: none;
    flex: 1 1 0;
    max-width: 184px
  }
}

.p-about__flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 28px;
  transform: rotate(90deg);
  color: var(--color-border-02)
}

@media screen and (min-width: 992px) {
  .p-about__flow-arrow {
    transform: none;
    flex-shrink: 0;
    margin: 0 12px
  }
}

.p-about__flow-arrow svg,
.p-about__flow-arrow img {
  width: 100%;
  height: 100%
}

.p-about__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%
}


@media all and (min-width: 768px) {
  .p-about__chips {
    grid-template-columns: repeat(3, minmax(0, auto));
    justify-content: center;
    gap: 12px
  }
}

@media screen and (min-width: 1200px) {
  .p-about__chips {
    grid-template-columns: repeat(6, minmax(0, auto));
    justify-content: center;
    gap: 12px
  }
}

.p-about__chips .c-about-chip {
  width: 100%
}

@media screen and (min-width: 1200px) {
  .p-about__chips .c-about-chip {
    width: auto
  }
}

/* --- security card grid (challenges / why iDoors) --- */
.c-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}



@media all and (min-width: 576px) {
  .c-card-grid {
    justify-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media screen and (min-width: 992px) {
  .c-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

.c-security-card--accent {
  position: relative;
  overflow: hidden
}

.c-security-card--accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: var(--accent, var(--color-blue))
}

/* --- info card grid (facility section) --- */
.c-info-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

@media all and (min-width: 768px) {
  .c-info-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }


}

@media screen and (min-width: 992px) {
  .c-info-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));

  }
}

@media all and (min-width: 1200px) {
  .c-info-card-grid {
    gap: 20px;

  }
}

.p-section.p-facility {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media all and (min-width: 992px) {
  .p-section.p-facility {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-facility {
  position: relative;
}

.p-facility>.container {
  position: relative;
  z-index: 2;
}

.facility-left-decolation,
.facility-right-decolation {
  z-index: -1;
}



.facility-right-decolation {
  bottom: -150px;
  right: -60px;
}

@media all and (min-width: 768px) {


  .facility-right-decolation {
    bottom: -150px;
    right: -100px;
  }
}

@media all and (min-width: 992px) {
  .facility-right-decolation {
    bottom: -250px;
    right: -170px;
  }
}

@media all and (min-width: 1200px) {


  .facility-right-decolation {
    bottom: -400px;
    right: -200px;
  }
}

/* --- transition heading (設備→情報) --- */
.p-transition {
  padding-bottom: 56px;
  text-align: center
}

.p-transition__text {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .03em;
  font-size: 1.375rem;
  margin-left: -0.5em;
}

@media all and (max-width: 350px) {
  .p-transition__text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-transition {
    padding-bottom: 80px;
  }

  .p-transition__text {
    font-size: 2.25rem
  }
}

.p-transition__accent-blue {
  color: var(--color-blue);
  font-size: 1.625rem;
  margin-right: -0.5em;
}

.p-transition__accent-gradient {
  background: var(--gradient-text-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.625rem;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

@media all and (max-width: 350px) {

  .p-transition__accent-blue,
  .p-transition__accent-gradient {
    font-size: 1.5rem
  }

}

@media screen and (min-width: 1200px) {

  .p-transition__accent-blue,
  .p-transition__accent-gradient {
    font-size: 3rem
  }
}

/* --- versionup overview（今回のバージョンアップ） --- */
.p-versionup-overview {
  background-color: var(--color-bg)
}

.p-section.p-versionup-overview {
  padding-bottom: 20px;
  z-index: 2;
}

.p-versionup-overview>.container {
  position: relative;
}

.p-versionup-overview>.container::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C7D2E1;
  margin-inline: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  z-index: 2;
}

.p-versionup-overview__lead {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: .03em;
  text-align: center;
  margin-top: 8px
}

@media screen and (min-width: 1200px) {
  .p-versionup-overview>.container::before {
    bottom: -40px;
  }

  .p-versionup-overview__lead {
    font-size: 1.5rem
  }
}

.p-versionup-overview__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .p-versionup-overview__cards {
    flex-direction: row
  }
}

.c-versionup-preview {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 41px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 12px 34px rgba(7, 30, 93, .06);
  overflow: hidden
}



.c-versionup-preview--security {
  --accent: var(--color-blue)
}

.c-versionup-preview--management {
  --accent: var(--color-green)
}

.c-versionup-preview--integration {
  --accent: var(--color-orange)
}

.c-versionup-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: var(--accent, var(--color-blue))
}

.c-versionup-preview__eyebrow {
  display: flex;
  align-items: center;
  width: 100%
}

.c-versionup-preview__num {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--accent, var(--color-blue))
}

.c-versionup-preview__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--accent, var(--color-blue));
  margin-left: 8px
}

.c-versionup-preview__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .03em;
  margin-top: 16px
}

.c-versionup-preview__desc {
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: .03em;
  margin-top: 16px
}

.c-versionup-preview__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 16px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  transition: transform 0.2s;
}

.c-versionup-preview__arrow img {
  width: 100%;
  height: 100%
}

@media (any-hover: hover) {
  .c-versionup-preview:hover .c-versionup-preview__arrow {
    transform: translateX(-50%) translateY(5px);
  }
}

@media all and (min-width: 992px) {
  .c-versionup-preview {
    padding: 24px 20px 41px;
  }

  .c-versionup-preview__title {
    font-size: 1.5rem;
  }

  .c-versionup-preview__desc {
    font-size: 1rem;
  }

  .c-versionup-preview__arrow {
    bottom: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .c-versionup-preview {
    width: calc(33.333% - 14px);
    padding: 32px 32px 41px;
    min-height: 217px;
  }
}


.c-versionup-preview:hover {
  color: var(--color-basic);



}

/* --- versionup card (強化ポイント01/02/03) --- */
.p-versionup {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  overflow: hidden
}

@media screen and (min-width: 1200px) {
  .p-versionup {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.p-versionup--security {

  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: cover, cover;
  padding-top: 60px;
}

.p-versionup--security.lazyloaded {
  background-image: url(img/202608v-up/security-bg.jpg), linear-gradient(180deg, #E8F3FE 49.52%, rgba(255, 255, 255, 0) 100%);
}

.p-versionup--management {
  background-color: #e8fbf5;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}

.p-versionup--management.lazyloaded {
  background-image: url(img/202608v-up/management-bg.jpg);
}

.p-versionup--management .c-security-card__title {
  text-align: left;
  padding-top: 0;
  font-size: 1.125rem;
}

.p-versionup--management .c-security-card {
  gap: 12px;
  padding: 18px;
}

@media all and (min-width: 1200px) {
  .p-versionup--management .c-security-card__title {
    font-size: 1.25rem;
  }

  .p-versionup--management .c-security-card {
    gap: 16px;
    padding: 25px 32px 33px;
  }
}

.p-versionup--integration {

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}

.p-versionup--integration.lazyloaded {
  background-image: url(img/202608v-up/integration-bg.jpg);
}

.c-versionup__integration-hightlight-ttl {
  column-gap: 12px;
}

.p-versionup--integration .c-versionup__integration-hightlight-ttl .c-security-card__title {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}

.p-versionup--integration .c-versionup__media img {
  max-width: 350px;
  margin-inline: auto;
}

.c-versionup {
  position: relative;
  padding: 32px 20px 40px;
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 12px 34px rgba(7, 30, 93, .06);
  overflow: hidden
}

.p-versionup--security .c-versionup {
  --accent: var(--color-blue)
}

.p-versionup--management .c-versionup {
  --accent: var(--color-green)
}

.p-versionup--integration .c-versionup {
  --accent: var(--color-orange)
}

@media screen and (min-width: 1200px) {
  .c-versionup {
    padding: 62px 80px
  }
}

.c-versionup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: var(--accent, var(--color-blue))
}

.c-versionup__head {
  margin-bottom: 24px
}

@media screen and (min-width: 1200px) {
  .c-versionup__head {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px
  }
}

.c-versionup__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 1200px) {
  .c-versionup__eyebrow {
    gap: 16px
  }
}

.c-versionup__num {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: .0714em;
  color: var(--accent, var(--color-blue))
}

@media screen and (min-width: 1200px) {
  .c-versionup__num {
    font-size: 2.5rem;
    letter-spacing: .07em
  }
}

.c-versionup__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: .0862em;
  text-transform: uppercase;
  color: var(--accent, var(--color-blue))
}

@media screen and (min-width: 1200px) {
  .c-versionup__label {
    font-size: 1rem
  }
}

.c-versionup__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .045em;
  line-height: 1.3;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .c-versionup__title {
    font-size: 2.25rem;
    letter-spacing: .03em
  }
}

.c-versionup__desc {
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: .036em;
  margin-top: 4px
}

@media screen and (min-width: 1200px) {
  .c-versionup__desc {
    font-size: 1.125rem;
    margin-top: 0
  }
}

.c-versionup__body {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.c-versionup__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media all and (min-width: 768px) {
  .c-versionup__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
  }
}

@media screen and (min-width: 992px) {
  .c-versionup__cards {
    flex-wrap: nowrap;
  }
}

.c-versionup__cols {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}


@media screen and (min-width: 768px) {
  .c-versionup__cols>* {
    min-width: 0;
    max-width: none
  }

  .p-versionup--management .c-versionup__cols {
    flex-direction: row;
    align-items: stretch
  }

  .p-versionup--management .c-versionup__cols>*:nth-child(1) {
    flex: 0 0 36%
  }

  .p-versionup--management .c-versionup__cols>*:nth-child(2) {
    flex: 1 1 0
  }
}

@media all and (min-width: 992px) {
  .c-versionup__cols {
    gap: 20px
  }

  .p-versionup--integration .c-versionup__cols {
    flex-direction: row;
    align-items: stretch
  }
}

.c-versionup__tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}

@media screen and (min-width: 1200px) {
  .c-versionup__tags {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

.c-versionup__media {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}



.c-versionup__media--integration-logo {
  margin: 16px 0
}

.c-versionup__new-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  border-radius: 100px;
  background-color: var(--color-yellow);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: .03em;
  height: 29px;
  align-self: center;
}

.c-versionup__integration-highlight {
  border: 1px solid var(--color-border-01);
  border-radius: 16px;
  background-color: var(--color-bg);
  padding: 25px 20px 33px;
  box-shadow: var(--shadow-card)
}

.c-versionup__integration-services {
  border: 1px solid var(--color-border-01);
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 25px 20px 33px;
  box-shadow: var(--shadow-card)
}

.c-versionup__integration-services .c-security-card__title {
  padding-top: 0;
}

@media screen and (min-width: 992px) {



  .c-versionup__integration-highlight,
  .c-versionup__integration-services {
    padding: 25px 32px 33px;
  }

  .c-versionup__integration-highlight {
    flex: 0 0 32%
  }

  .c-versionup__integration-services {
    flex: 1 1 0
  }
}



.c-versionup__service-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 13px 0
}

.c-versionup__service-tags .c-security-tag {
  padding: 9px;
  min-height: 50px;
  font-size: 0.875rem;
}

@media screen and (min-width: 1200px) {
  .c-versionup__service-tags {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }


}

@media all and (min-width: 1400px) {
  .c-versionup__service-tags .c-security-tag {
    padding: 9px 24px;
    min-height: 69px;
    font-size: 1rem;
  }
}

/* --- CHALLENGES --- */

.p-section.p-challenges {
  padding-top: 0;
}

/* --- USE CASE --- */
.p-usecase {
  background-color: var(--color-bg)
}

.p-usecase__grid {
  display: grid;
  gap: 20px;
}

@media all and (min-width: 768px) {
  .p-usecase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }
}


@media screen and (min-width: 1200px) {
  .p-usecase__grid {

    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* --- WHY iDoors --- */
.p-why {
  background-color: var(--color-white)
}

/* --- Partners --- */
.p-partners {
  background-color: var(--color-white);
  position: relative;

}

.p-partners>.container {
  position: relative;
}

.p-partners>.container::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C7D2E1;
  margin-inline: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: -56px;
}

.p-partners__head {
  margin-bottom: 56px
}



.p-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px
}

.p-partners__logo {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center
}

.p-partners__logo img {
  height: 100%;
  width: auto
}

@media all and (min-width: 992px) {
  .p-partners__logo {
    height: 40px;

  }

  .p-partners__logos {
    gap: 48px
  }
}

@media all and (min-width: 1200px) {
  .p-partners>.container::before {
    top: -80px;
  }
}


/* --- final CTA + footer --- */
.p-cta {
  position: relative;
  padding: 56px 0;
  background-color: #eaf4ff;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden
}

.p-cta.lazyloaded {
  background-image: url(img/202608v-up/footer-cta-bg.jpg);
}

.p-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.p-cta__title {
  font-weight: 700;
  letter-spacing: .0462em;
  line-height: 1.4;
  font-size: 1.375rem;
  text-align: center;
}

@media all and (max-width: 350px) {
  .p-cta__title {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 768px) {
  .p-cta__title {
    text-align: start;
  }
}

@media all and (min-width: 992px) {
  .p-cta__title {
    font-size: 2rem
  }
}

@media screen and (min-width: 1200px) {
  .p-cta__title {
    font-size: 2.5rem
  }
}

.p-cta__title-accent {
  color: var(--color-blue)
}

.p-cta__title-gradient {
  background: var(--gradient-text-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.p-cta__title .p-fv__accent,
.p-cta__title-strong,
.p-cta__title-accent,
.p-cta__title-gradient {
  font-size: 1.875rem
}

@media all and (max-width: 350px) {

  .p-cta__title .p-fv__accent,
  .p-cta__title-strong,
  .p-cta__title-accent,
  .p-cta__title-gradient {
    font-size: 1.625rem
  }
}

@media all and (min-width: 992px) {

  .p-cta__title .p-fv__accent,
  .p-cta__title-strong,
  .p-cta__title-accent,
  .p-cta__title-gradient {
    font-size: 2.5rem
  }
}

@media screen and (min-width: 1200px) {

  .p-cta__title .p-fv__accent,
  .p-cta__title-strong,
  .p-cta__title-accent,
  .p-cta__title-gradient {
    font-size: 3.25rem
  }
}

.p-cta__lead {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .03em;
  text-align: center;
}

.p-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 18px
}

@media all and (max-width: 350px) {
  .p-cta__lead {
    font-size: 0.875rem;
  }

}

@media all and (min-width: 768px) {
  .p-cta__lead {
    text-align: start;
  }
}

@media all and (min-width: 992px) {

  .p-cta__lead {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-cta__actions {
    flex-direction: column
  }

}


.p-cta .c-contact-btn-block__text {
  font-size: 0.875rem;
}

.p-cta__actions .c-dl-btn,
.p-cta__actions .c-contact-btn-block {
  max-width: 384px;
  width: 100%;
  margin-inline: auto;
}

@media all and (min-width: 768px) {

  .p-cta__actions .c-dl-btn,
  .p-cta__actions .c-contact-btn-block {
    margin-inline: 0;
  }
}

@media all and (min-width: 992px) {


  .p-cta .c-contact-btn-block__text {
    font-size: 1.125rem;
  }
}

.p-footer {
  background-color: var(--color-text-primary);
  padding: 20px;
  text-align: center
}

.p-footer__copy {
  color: var(--color-border-02);
  font-size: 0.75rem;
  letter-spacing: .0325em
}

/* トップへ戻るボタン */

.page-top.is-fadein {
  opacity: 1;
  visibility: visible;
}

.page-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 300;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}

.page-top__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .3s;
  border: none;
  box-shadow: var(--shadow-card);
}

.page-top__inner img {
  aspect-ratio: 13 / 17;
  width: 10px;
  display: block;

}

@media screen and (min-width: 992px) {
  .page-top {
    height: 3.125rem;
    width: 3.125rem;
    bottom: 2rem;
  }

  .page-top__inner img {
    width: 13px;
  }
}