@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
:root {
  /* FONT */
  --font-family-YakuHanJP: "YakuHanJP";
  --font-family-Roboto: "Roboto";
  --font-family-NotoSansJP: "Noto Sans JP";
  --color-sample-01: #444444;
  --color-sample-02: #ffffff;
  --color-sample-03: #C2C2C2;
  --color-white: #ffffff;
  --color-gray: #f7f7f7;
  --color-tertiary: #EAF0F5;
  --color-primary: #243544;
  --color-secondary: #6A757D;
  --tint-secondary: #43C3D5;
  --tint-primary: #F7954E;
  --tint-brand: #005BAC;
  --tint-brand1: #207ACA;
  --tint-brand2: #207ACA;
  --tint-brand3: #3CA4D4;
  --tint-brand4: #2FB4D8;
  --tint-brand5: #43C3D5;
  --tint-kaizen: #43a047;
  --tint-important: #e74c3c;
  --tint-white: #F1F4F7;
  --tint-lwhite: #F6F9FC;
  --border-primary: #E2E3E5;
  --border-menu: #A3B6C7;
  --border-table: #d1d1d1;
  --text-link: #007AFF;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: var(--font-family-YakuHanJP), var(--font-family-Roboto), var(--font-family-NotoSansJP), Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #3b414a;
  position: relative;
  font-weight: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}
body.fixed {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  inset: 0;
}

picture {
  display: block;
}

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

a {
  transition: all 0.3s;
}

.gmoGroupHeader,
.gmoGroupFooter,
.gmoGroupSecurity {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.gmoGroupFooter a,
.gmoGroupSecurity a {
  font-feature-settings: normal;
}

.gmoGroupSecurity_box {
  max-width: 1200px;
}

.l-footer {
  width: 100%;
}
.l-footer__main {
  background-color: var(--tint-brand);
}
.l-footer__main__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__main__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__main__inner {
    padding-bottom: 26px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__item + .l-footer__menu__item {
    margin-top: 10px;
  }
}
.l-footer__menu-link {
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__menu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu-link {
    font-size: 1.6rem;
  }
}
.l-footer__menu-link:hover {
  text-decoration: underline;
}
.l-footer__sub {
  background-color: var(--color-tertiary);
}
.l-footer__sub__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__sub__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sub__inner {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__submenu__item + .l-footer__submenu__item {
    margin-top: 4px;
  }
}
.l-footer__submenu-link {
  color: var(--color-primary);
  line-height: 1.5;
}
.l-footer__submenu-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__submenu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu-link {
    font-size: 1.5rem;
  }
}
.l-footer__info {
  margin-top: 40px;
}
.l-footer__info-text {
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
.l-footer__info-copyright {
  color: var(--color-primary);
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-copyright {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-copyright {
    font-size: 1.2rem;
  }
}
.l-footer-siteseal {
  background-color: #fff;
}
.l-footer-siteseal__inner {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding: 40px 0;
}
.l-footer-siteseal__inner > div {
  width: 100px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-siteseal__inner {
    gap: 0 10px;
  }
}
.l-footer-security {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-security__logo {
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-security__logo {
    text-align: center;
  }
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 56px;
  }
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    padding-top: 80px;
  }
}

.l-main {
  overflow: hidden;
}

.header {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

.header-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .header-inner-links {
  display: flex;
}
.header-inner .header-inner-links > a {
  display: flex;
  border-radius: 44px;
  width: 160px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.header-inner .header-inner-links .header-inner-links__btn01 {
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  margin-right: 22px;
}
.header-inner .header-inner-links .header-inner-links__btn01:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.header-inner .header-inner-links .header-inner-links__btn02 {
  background: linear-gradient(237deg, #004C8F 19.48%, #0085D8 77.62%);
  color: #fff;
  margin-right: 10px;
}
.header-inner .header-inner-links .header-inner-links__btn02:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.header-inner .header-inner-links .header-inner-links__btn03 {
  background: linear-gradient(90deg, #FAC03D 0%, #F7954E 100%);
  color: #fff;
}
.header-inner .header-inner-links .header-inner-links__btn03:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
  }
  .header-inner {
    width: 100%;
    padding: 0 16px;
  }
  .header-inner .header-inner-links .header-inner-links__btn01 {
    width: 130px;
    height: 32px;
    margin-right: 0;
  }
  .header-inner .header-inner-links .header-inner-links__btn02,
  .header-inner .header-inner-links .header-inner-links__btn03 {
    display: none;
  }
}
.footer .footer-cvarea {
  background: linear-gradient(180deg, #FFF 0%, #D6EBFF 99.5%);
  padding-bottom: 108px;
}
.footer .footer-cvarea .cvarea-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 60px;
}
.footer .footer-cvarea .cvarea-inner .cvarea-inner_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 480px;
  height: 92px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 300px;
}
.footer .footer-cvarea .cvarea-inner .cvarea-inner_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer .footer-cvarea .cvarea-inner .cvarea-inner_btn.btn01 {
  background: linear-gradient(270deg, #004C8F 0%, #0085D8 95.24%);
}
.footer .footer-cvarea .cvarea-inner .cvarea-inner_btn.btn02 {
  background-image: linear-gradient(to right, #fac03d, #f7954e);
}
.footer .footer-contents {
  background-color: #51677e;
  padding-top: 36px;
}
.footer .footer-contents .footer-contents-inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right {
  padding-top: 32px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text01 {
  width: fit-content;
  font-weight: bold;
  background: linear-gradient(270deg, #FFF 0%, #92D5FF 95.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text02 {
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(270deg, #FFF 0%, #92D5FF 95.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 46px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text03 {
  font-size: 1.6rem;
  margin-bottom: 50px;
  color: #fff;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment {
  display: flex;
  gap: 0 28px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment .footer-contents-environment__info .footer-contents-environment__label {
  color: #fff;
  line-height: 1.6;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment .footer-contents-environment__info .footer-contents-environment__list {
  margin-bottom: 8px;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment .footer-contents-environment__info .footer-contents-environment__list > li {
  color: #fff;
  line-height: 1.6;
}
.footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment .footer-contents-environment__info .footer-contents-environment__ano {
  color: #fff;
}
.footer .footer-links {
  background-color: #eaf0f5;
  padding: 24px 0;
}
.footer .footer-links .footer-links__list {
  width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  gap: 0 24px;
}
.footer .footer-links .footer-links__list > li a {
  color: #243544;
  font-size: 1.4rem;
}
.footer .footer-links .footer-company {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.footer .footer-links .footer-company > li {
  line-height: 1.6;
  font-size: 1.2rem;
  color: #243544;
}
.footer .footer-links .footer-copyright {
  width: 1200px;
  margin: 0 auto;
  color: #6a757d;
  font-size: 1.2rem;
}

.fastchekft {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer .footer-cvarea {
    padding: 60px 0;
  }
  .footer .footer-cvarea .cvarea-inner {
    width: 100%;
    flex-direction: column;
    gap: 30px 0;
  }
  .footer .footer-cvarea .cvarea-inner .cvarea-inner_btn {
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 2rem;
    height: 60px;
    max-width: 360px;
  }
  .footer .footer-contents {
    padding-top: 46px;
  }
  .footer .footer-contents .footer-contents-inner {
    flex-direction: column-reverse;
    gap: 0 0;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents__img {
    text-align: center;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents__img > img {
    width: calc(100% - 174px);
    height: auto;
    max-width: 210px;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right {
    padding-top: 0;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text01 {
    margin: 0 auto 8px;
    text-align: center;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text02 {
    font-size: 2.8rem;
    margin: 0 auto 24px;
    text-align: center;
    line-height: 1.2;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-right__text02 > span {
    display: inline-block;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment {
    gap: 0 30px;
    padding: 0 30px;
  }
  .footer .footer-contents .footer-contents-inner .footer-contents-right .footer-contents-environment .footer-contents-environment__img {
    flex-shrink: 0;
  }
  .footer .footer-links .footer-links__list {
    width: 100%;
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .footer .footer-links .footer-links__list > li a {
    font-size: 1.2rem;
  }
  .footer .footer-links .footer-company {
    width: 100%;
    padding: 0 24px;
  }
  .footer .footer-links .footer-company > li {
    line-height: 1.8;
    font-size: 1rem;
  }
  .footer .footer-links .footer-copyright {
    width: 100%;
    padding: 0 24px;
    font-size: 1rem;
  }
  .fastchekft {
    width: 100%;
    display: flex;
    padding: 16px 16px;
    justify-content: center;
    gap: 0 12px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 999999999;
  }
  .fastchekft.is-active {
    opacity: 1;
    transition: all 0.5s;
  }
  .fastchekft > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 8px);
    height: 38px;
    font-size: 1.4rem;
    font-weight: bold;
    font-variation-settings: "wght" 700;
    color: #fff;
    border-radius: 19px;
  }
  .fastchekft > a:nth-of-type(1) {
    background: linear-gradient(237deg, #004C8F 19.48%, #0085D8 77.62%);
  }
  .fastchekft > a:nth-of-type(2) {
    background: linear-gradient(90deg, #FAC03D 0%, #F7954E 100%);
  }
}
/* ▼▼▼▼▼▼ Component BREADCRUMB STYLE　▼▼▼▼▼▼ */
.c-breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb {
    margin-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c-breadcrumb__list {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    overflow: auto;
    overscroll-behavior-block: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-gray-001) var(--color-gray-003);
    white-space: nowrap;
    padding-bottom: 4px;
    padding-left: 0;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .c-breadcrumb__list::-webkit-scrollbar-track {
    background-color: var(--color-gray-003);
    border-radius: 100vh;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background-color: var(--color-gray-001);
    border: 3px solid var(--color-gray-003);
    border-radius: 100vh;
    border-left: 0;
    border-right: 0;
  }
}
.c-breadcrumb__list__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}
.c-breadcrumb__list__link {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__link {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item:last-child {
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item {
  margin-left: 26px;
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  display: block;
  position: absolute;
  inset: 4px -20px;
  transition: all 0.3s;
  rotate: 135deg;
}

/* ▲▲▲▲▲▲ Component BREADCRUMB STYLE　▲▲▲▲▲▲ */
.c-button__primary {
  background-color: var(--tint-primary);
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__primary:hover {
    opacity: 0.7;
  }
}
.c-button__secondary {
  background-color: var(--tint-secondary);
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__secondary:hover {
    opacity: 0.7;
  }
}
.c-button__next, .c-button__back {
  max-width: 320px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (any-hover: hover) {
  .c-button__next:hover, .c-button__back:hover {
    opacity: 0.7;
  }
}
.c-button__next::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  right: 32px;
}
.c-button__back::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  left: 32px;
}
.c-button__window {
  max-width: 400px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-button__window::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  inset: 0 22px 0 auto;
  background-image: url("/contents/aichart/assets/imgs/common/open-in-new.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-button__window::after {
    width: 24px;
    height: 24px;
  }
}

.c-link-external {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}
@media (any-hover: hover) {
  .c-link-external:hover {
    text-decoration: underline;
  }
}
.c-link-external24 {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-link-external24 {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-link-external24:hover {
    text-decoration: underline;
  }
}
.c-link-external::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/contents/aichart/assets/imgs/common/icon-external.svg");
  display: block;
}
.c-link-external24::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("/contents/aichart/assets/imgs/common/icon-external.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.c-notes {
  color: var(--color-secondary);
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-notes {
    font-size: 1.2rem;
    margin-top: 24px;
    text-indent: -1.2rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .c-notes {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}
.c-notes::before {
  content: "※";
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-notes::before {
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .c-notes::before {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}

.js-modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  transition: opacity 0.2s;
}

.js-modalBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 80px;
  border-radius: 10px;
  z-index: 9999;
  min-width: 320px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .js-modalBox {
    padding: 48px 20px 32px;
  }
}

.c-modal__closebtn {
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
}
.c-modal__closebtn::before, .c-modal__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #000;
}
.c-modal__closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__closebtn {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .c-modal__closebtn::before, .c-modal__closebtn::after {
    height: 20px;
  }
}

.modalinfo {
  display: none;
}

.p-aiassist-modal__closeBtn {
  border-radius: 28px;
  width: 320px;
  height: 56px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7954e;
  font-size: 1.6rem;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-aiassist-modal__closeBtn {
    width: 100%;
    max-width: 360px;
  }
}

.p-common {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-common {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.p-common-heading__title {
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .p-common-heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__title {
    font-size: 4rem;
  }
}
.p-common-heading__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-heading__text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__text {
    font-size: 1.8rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section {
    margin-top: 80px;
  }
}
.p-common-section__title {
  color: var(--color-primary);
  line-height: 1.2;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__title {
    font-size: 2.4rem;
    padding-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title {
    font-size: 3.2rem;
    padding-left: 28px;
  }
}
.p-common-section__title::before {
  content: "";
  width: 4px;
  background-color: var(--tint-secondary);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-common-section__title::before {
    height: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title::before {
    height: 40px;
  }
}
.p-common-section__subtitle {
  color: var(--color-primary);
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle {
    font-size: 2rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle {
    font-size: 2.4rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 32px;
  }
}
.p-common-section__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-section__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__text {
    font-size: 1.8rem;
  }
}
.p-common-section__box {
  width: 100%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-common-section__box {
    margin-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box {
    margin-top: 32px;
    padding-bottom: 32px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 32px;
  }
}
.p-common-section__box-heading {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading {
    gap: 40px;
  }
}
.p-common-section__box-heading__title {
  min-width: fit-content;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading__title {
    font-size: 1.8rem;
  }
}

.l-wrapper {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-fguide {
    padding-bottom: 0;
  }
}
.p-fguide .p-common-heading__title > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-common-heading__title > br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-fguide .p-common-heading__title {
    line-height: 1.3;
  }
}
.p-fguide .p-fguide-mokuji {
  padding: 32px 80px;
  background: #f7f7f7;
  margin: 48px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-mokuji {
    padding: 32px 24px;
    margin: 32px 0 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__label {
  font-size: 2.4rem;
  font-weight: bold;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-mokuji .p-fguide-mokuji__label {
    font-size: 2rem;
  }
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__list > li {
  line-height: 1.8;
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__list > li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-mokuji .p-fguide-mokuji__list > li:not(:last-child) {
    margin-bottom: 6px;
  }
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__list > li > a {
  text-decoration: underline;
  position: relative;
  background: url("/contents/aichart/assets/imgs/common/icon-down-blakc.svg") no-repeat;
  background-size: 28px;
  background-position: right top -5px;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-mokuji .p-fguide-mokuji__list > li > a {
    font-size: 1.6rem;
    background-size: 24px;
    padding-right: 24px;
  }
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__listsub {
  padding-left: 24px;
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__listsub > li {
  line-height: 1.8;
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__listsub > li:not(:last-child) {
  margin-bottom: 8px;
}
.p-fguide .p-fguide-mokuji .p-fguide-mokuji__listsub > li > a {
  text-decoration: underline;
  position: relative;
  background: url("/contents/aichart/assets/imgs/common/icon-down-blakc.svg") no-repeat;
  background-size: 28px;
  background-position: right top -5px;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-mokuji .p-fguide-mokuji__listsub > li > a {
    font-size: 1.6rem;
    background-size: 24px;
    padding-right: 24px;
  }
}
.p-fguide .p-fguide-introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction {
    margin-bottom: 40px;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__text01 {
  line-height: 1.8;
  margin: 48px 0 8px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-introduction__text01 {
    font-size: 1.6rem;
    margin: 32px 0 24px;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__text02 {
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-introduction__text02 {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-introduction__img > img {
    width: 100%;
    height: auto;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__ar {
  background-color: #f7f7f7;
  padding: 16px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-introduction__ar {
    display: none;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__ar .p-fguide-introduction__arcode {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
  gap: 0 16px;
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__ar .p-fguide-introduction__arcode::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url("/contents/aichart/assets/imgs/feature/fastcheckout/guide/qr_code.webp") no-repeat;
  background-size: cover;
}
.p-fguide .p-fguide-introduction .p-fguide-introduction__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-introduction__btn {
    display: flex;
    margin: 24px auto;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable {
  margin-bottom: 16px;
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item {
  display: flex;
  align-items: stretch;
  border: 2px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item {
    flex-direction: column;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable__label {
  width: 230px;
  background-color: #005bac;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable__label {
    width: 100%;
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right {
  flex: 1;
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div {
  display: flex;
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dt {
  font-size: 1.6rem;
  width: 280px;
  border-right: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  background-color: #f1f4f7;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dt {
    width: 38%;
    font-size: 1.4rem;
    padding: 0 10px;
    line-height: 1.6;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd {
  flex: 1;
  padding: 24px;
  border-bottom: 2px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd {
    padding: 16px 10px;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__text01 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__text01 {
    font-size: 1.4rem;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__text01 > span {
  font-size: 1.4rem;
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__text01_ano {
  font-size: 1.4rem;
  color: var(--color-secondary);
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__text01_ano {
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__img {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div > dd .p-fguide-infotable__img {
    margin-top: 8px;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div:last-child > dt, .p-fguide .p-fguide-introduction .p-fguide-infotable .p-fguide-infotable__item .p-fguide-infotable-right > dl > div:last-child > dd {
  border-bottom: none;
}
.p-fguide .p-fguide-introduction .p-fguide-infotable__ano > li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-secondary);
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable__ano > li {
    font-size: 1.2rem;
  }
}
.p-fguide .p-fguide-introduction .p-fguide-infotable__ano > li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-introduction .p-fguide-infotable__ano > li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.p-fguide .p-fguide-checkpoint {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint {
    margin-bottom: 40px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__text01 {
  margin: 48px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__text01 {
    font-size: 1.6rem;
    margin: 32px 0 24px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list:nth-of-type(1) {
  margin-bottom: 40px;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__h4 {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__h4 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item {
  border: solid 2px #d1d1d1;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item:not(:last-child) {
  border-bottom: none;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title {
  border-bottom: solid 2px #d1d1d1;
  background-color: #005bac;
  padding: 24px 32px;
  color: #fff;
  display: flex;
  gap: 0 44px;
  align-items: center;
  line-height: 1.8;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title.p-fguide-checkpoint__title-noccolumn {
  gap: 0 6px;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title.p-fguide-checkpoint__title-noccolumn > p::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding: 16px 20px;
  }
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title.p-fguide-checkpoint__title-noccolumn {
    flex-direction: row;
    gap: 0 6px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > span {
  font-size: 1.8rem;
  font-weight: bold;
  font-variation-settings: "wght" 700;
  padding-left: 38px;
  background: url("/contents/aichart/assets/imgs/common/icon-check.svg") no-repeat;
  background-size: 32px;
  background-position: left center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > span {
    font-size: 1.6rem;
    background-size: 26px;
    padding-left: 30px;
    min-height: 26px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > span.nonbg {
  background: none;
  padding-left: 0;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > p {
  font-size: 1.8rem;
  font-weight: bold;
  font-variation-settings: "wght" 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > p::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  left: -22px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint__title > p::before {
    display: none;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info {
    padding: 24px 20px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__text01 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__text01 {
    font-size: 1.4rem;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__list li {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__list li {
    font-size: 1.4rem;
    text-indent: -0.8rem;
    margin-left: 1rem;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__ano {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-secondary);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__ano {
    font-size: 1.2rem;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox {
  padding: 32px 48px;
  background-color: #f7f7f7;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox {
    padding: 24px 12px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__sublabel {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__sublabel {
    margin-bottom: 16px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__sublabel > span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  background-color: #f7f7f7;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__sublabel > span {
    font-size: 1.6rem;
    padding: 0 12px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__sublabel::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__subimg {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__subimg {
    margin-bottom: 16px;
  }
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__subimg > img {
    width: 100%;
    height: auto;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__subano {
  text-align: right;
  font-size: 1.4rem;
  color: var(--color-secondary);
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-info__subano {
    font-size: 1.2rem;
    text-align: left;
    padding-right: 0;
    line-height: 1.5;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless {
    padding: 0;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__name {
  margin-bottom: 8px;
  line-height: 1.8;
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__name > span {
  font-size: 1.4rem;
  color: #6a757d;
  font-weight: normal;
  font-variation-settings: "wght" 400;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__name {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__name > span {
    display: inline-block;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__img {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__img {
    flex-direction: column;
    gap: 12px 0;
  }
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__subbox .p-fguide-checkpoint-cashless .p-fguide-checkpoint-cashless__img img {
    width: 100%;
    height: auto;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl {
    margin-bottom: 16px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div dt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 8px;
  font-weight: bold;
  font-variation-settings: "wght" 700;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div dt {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
.p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div dd {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-fguide .p-fguide-checkpoint .p-fguide-checkpoint__list .p-fguide-checkpoint__item .p-fguide-checkpoint-info .p-fguide-checkpoint-info__dl > div dd {
    font-size: 1.4rem;
  }
}
.p-fguide .p-fguide-checkpoint__ano {
  margin-top: 0;
}

.p-cvarea {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-cvarea {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
  }
}
.p-cvarea__title {
  color: var(--border-menu);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cvarea__title {
    max-width: 196px;
    font-size: 1.4rem;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title {
    max-width: 306px;
    font-size: 2rem;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.p-cvarea__title::before, .p-cvarea__title::after {
  content: "";
  width: 1px;
  background-color: var(--border-menu);
}
@media screen and (max-width: 768px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 32px;
  }
}
.p-cvarea__title::before {
  rotate: -45deg;
}
.p-cvarea__title::after {
  rotate: 45deg;
}
.p-cvarea__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cvarea__content {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__content {
    gap: 40px;
  }
}
.p-cvarea__btn {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cvarea__btn {
    max-width: 280px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__btn {
    max-width: 440px;
    font-size: 2.4rem;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-for-pc {
    display: none;
  }
}

.u-bg_color-white {
  background-color: var(--color-white);
}
.u-bg_color-navy {
  background-color: var(--color-primary);
}
.u-bg_color-primary {
  background-color: var(--tint-primary);
}
.u-bg_color-secondary {
  background-color: var(--tint-secondary);
}
.u-bg_color-lgray {
  background-color: var(--tint-white);
}
.u-bg_color-lwhite {
  background-color: var(--tint-lwhite);
}
.u-bg_color-brand {
  background-color: var(--tint-brand);
}
.u-bg_color-brand2 {
  background-color: var(--tint-brand2);
}
.u-bg_color-brand3 {
  background-color: var(--tint-brand3);
}
.u-bg_color-brand4 {
  background-color: var(--tint-brand4);
}
.u-bg_color-brand5 {
  background-color: var(--tint-brand5);
}

.u-color-white {
  color: var(--color-white);
}
.u-color-primary {
  color: var(--color-primary);
}
.u-color-secondary {
  color: var(--color-secondary);
}
.u-color-red {
  color: var(--tint-important);
}

.u-fn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-fm {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-fb {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-tl {
  text-align: left;
}
.u-tc {
  text-align: center;
}
.u-tr {
  text-align: right;
}
.u-tj {
  text-align: justify;
}

.u-divider {
  width: 100%;
}
.u-divider-hr {
  border-top-color: var(--border-table);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
