@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;
  }
}

.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%);
  }
}
.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;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinonly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 1.6rem;
  font-variation-settings: normal;
  color: #243544;
}

.p-fastchek {
  padding-bottom: 200px;
  overflow: hidden;
}
.p-fastchek .fastchek__subtext {
  font-size: 12rem;
  line-height: 1.2;
  background: linear-gradient(270deg, #0085D8 60%, #004C8F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(-72px);
  position: relative;
  margin-bottom: 20px;
}
.p-fastchek .fastchek__text01 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.p-fastchek .fastchek__texth3 {
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-fastchek .fastchek__text03 {
  line-height: 1.6;
  margin-bottom: 68px;
}
.p-fastchek .fastchek-innerbox {
  padding: 0 60px 56px;
  margin-top: -72px;
}
.p-fastchek .fastchek-mainkv {
  background-color: #d4d7e1;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner {
  margin: 0 auto;
  min-width: 1280px;
  position: relative;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text01,
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 {
  width: fit-content;
  position: absolute;
  margin: auto;
  z-index: 6;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text01 {
  inset: 22% 0 auto 0;
  opacity: 0;
  animation: fadeinout 3.4s forwards;
  animation-delay: 3s;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text01 > img {
  width: clamp(400px, 28.46vw + 1.57px, 548px);
  height: auto;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 {
  inset: 10% 0 auto 0;
  opacity: 0;
  animation: fadeinonly 1.8s forwards;
  animation-delay: 6s;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 > img {
  width: clamp(400px, 28.46vw + 1.57px, 548px);
  height: auto;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__logo {
  width: fit-content;
  position: absolute;
  margin: auto;
  inset: 24% 0 auto 0;
  opacity: 0;
  animation: fadeinonly 1.8s forwards;
  animation-delay: 6s;
  z-index: 6;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__logo > img {
  width: clamp(544px, 38.85vw - 1px, 746px);
  height: auto;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__video {
  aspect-ratio: 12/5;
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-fastchek .fastchek-merit {
  padding: 25px 0 40px;
  background: linear-gradient(270deg, #0085D8 0%, #005BAC 25%, #005BAC 75%, #004C8F 100%);
  margin-bottom: 160px;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner {
  width: 1200px;
  margin: 0 auto;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info {
  display: flex;
  margin-bottom: 40px;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item {
  width: 400px;
  height: 260px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 10px;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 260px;
  border-right: 1px dashed #71a3cf;
  position: absolute;
  right: 0;
  top: 0;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item .fastchek-merit-info__label {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo {
  display: flex;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item {
  width: 400px;
  height: 260px;
  position: relative;
  padding-top: 40px;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 260px;
  border-right: 1px dashed #71a3cf;
  position: absolute;
  right: 0;
  top: 0;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item .fastchek-merit-subinfo__label {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item .fastchek-merit-subinfo__img {
  text-align: center;
}
.p-fastchek .fastchek-price {
  position: relative;
  margin-bottom: 120px;
}
.p-fastchek .fastchek-price .fastchek-price-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-fastchek .fastchek-price .fastchek-price-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #efefef 0%, #f8f8f8 100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-fastchek .fastchek-price .fastchek-price-inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  min-width: 1280px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table {
  margin-bottom: 16px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__label {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list {
  display: flex;
  flex-wrap: wrap;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item {
  width: 270px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item:not(:last-child) .fastchek-price-table__ttl {
  border-right: 1px solid #71a3cf;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item:not(:last-child) .fastchek-price-table__num {
  border-right: 1px dashed #71a3cf;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__ttl {
  background-color: #014f95;
  padding: 16px 0;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__ttl > p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__ttl > p > span {
  font-size: 1.2rem;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__num {
  background-color: #fff;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item:nth-of-type(4) .fastchek-price-table__ttl {
  background: linear-gradient(270deg, #0085D8 0%, #005BAC 25%, #005BAC 75%, #004C8F 100%);
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price__ano {
  margin-bottom: 60px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price__ano > li {
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__label {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__text {
  margin-bottom: 62px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list {
  display: flex;
  gap: 0 50px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item {
  width: 235px;
  height: 235px;
  background-color: #fff;
  border-radius: 117.5px;
  padding-top: 34px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item .settlement-list__img {
  text-align: center;
  margin-bottom: 20px;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item .settlement-list__name {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(270deg, #0085D8 23.04%, #004C8F 95.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  text-align: center;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item .settlement-list__name > span {
  font-size: 1.2rem;
}
.p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__ano {
  font-size: 1.4rem;
  color: #636363;
  margin-top: 32px;
}
.p-fastchek .fastchek-design {
  margin-bottom: 160px;
}
.p-fastchek .fastchek-design .fastchek-design-header {
  height: 596px;
  background-color: #efefef;
}
.p-fastchek .fastchek-design .fastchek-design-header .fastchek-design-header__bg {
  width: 100%;
  background: url("/contents/aichart/assets/imgs/feature/fastcheckout/img_compactdesign_bg02.webp") no-repeat;
  background-position: left calc(50% + 73px) top;
  background-size: 2066px 596px;
  aspect-ratio: 480/149;
  height: 100%;
}
.p-fastchek .fastchek-design .fastchek-design__inner {
  width: 1200px;
  margin: 0 auto;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__label {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 52px;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__img {
  text-align: center;
  margin-bottom: 102px;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box {
  display: flex;
  gap: 0 46px;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box .comparison-box__img {
  margin-bottom: 18px;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box .comparison-box__text {
  line-height: 1.6;
  text-align: center;
}
.p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box .comparison-box__right {
  margin-top: 208px;
}
.p-fastchek .fastchek-allinon {
  margin-bottom: 120px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f8f8f8 0%, #efefef 100%);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon__img {
  padding-left: 60px;
  margin-bottom: 48px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list {
  display: flex;
  gap: 0 22px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item {
  width: 250px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item:nth-child(2n) {
  margin-top: 52px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item .allinon-list__img {
  margin-bottom: 8px;
}
.p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item .allinon-list__label {
  color: #005bac;
  margin-bottom: 6px;
  font-weight: bold;
}
.p-fastchek .fastchek-spec {
  margin-bottom: 160px;
}
.p-fastchek .fastchek-spec .fastchek-spec__subttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
  background: linear-gradient(270deg, #0085d8 5%, #004c8f 77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
  text-align: center;
}
.p-fastchek .fastchek-spec .fastchek-spec__h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-fastchek .fastchek-spec .fastchek-spec__inner {
  width: 1200px;
  margin: 0 auto;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table {
  margin-bottom: 16px;
  display: flex;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item {
  width: 268px;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) {
  width: 396px;
  border-bottom: 2px solid #005bac;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) dt > div {
  background-color: #005bac;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  height: 139px;
  padding-top: 16px;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) dt > div > picture {
  text-align: center;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) dd {
  border-right: 2px solid #005bac;
  border-left: 2px solid #005bac;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:last-child {
  border-left: 1px solid #fff;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dt {
  height: 139px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dt > p {
  background-color: #d6e2f4;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  text-align: center;
  line-height: 1.3;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd {
  font-size: 2.4rem;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd:nth-child(2n) {
  background-color: #f1f4f7;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd .maru {
  width: 30px;
  border-radius: 30px;
  height: 30px;
  border: 4px solid #005bac;
  color: #005bac;
  position: relative;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd .maru .ano {
  position: absolute;
  font-size: 1.2rem;
  right: -20px;
  bottom: 0;
  color: #000;
}
.p-fastchek .fastchek-spec .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(1) dd {
  color: #005bac;
  font-size: 2rem;
  font-weight: bold;
}
.p-fastchek .fastchek-spec .fastchek-spec__ano {
  font-size: 1.4rem;
  color: #636363;
}
.p-fastchek .fastchek-other {
  padding: 62px 0;
  background: linear-gradient(90deg, #F2F2F2 0%, #FFF 50.48%, #F2F2F2 100%), #F1F4F7;
  margin-bottom: 96px;
}
.p-fastchek .fastchek-other .fastchek-other__inner {
  width: 1200px;
  margin: 0 auto;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #cdcdcd;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect__subttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
  background: linear-gradient(270deg, #0085d8 5%, #004c8f 77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
  text-align: center;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect__h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect-item .fastchek-connect-item__text {
  line-height: 1.8;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__subttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
  background: linear-gradient(270deg, #0085d8 5%, #004c8f 77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
  text-align: center;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__text {
  text-align: center;
  line-height: 1.8;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner {
  width: 1200px;
  margin: 0 auto;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__subttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
  background: linear-gradient(270deg, #0085d8 5%, #004c8f 77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
  text-align: center;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 72px;
  border: solid 1px #243544;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 300px;
  margin: 0 auto;
}
.p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-fastchek {
    padding-bottom: 80px;
  }
  .p-fastchek .fastchek__subtext {
    font-size: 6.4rem;
    line-height: 0.9;
    transform: translateY(-24px);
    margin-bottom: 12px;
    padding: 0 30px 10px;
  }
  .p-fastchek .fastchek__subtext > span {
    display: inline-block;
  }
  .p-fastchek .fastchek__text01 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek__texth3 {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
  .p-fastchek .fastchek__text03 {
    margin-bottom: 32px;
  }
  .p-fastchek .fastchek-innerbox {
    padding: 0 30px;
    margin-top: -24px;
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner {
    min-width: auto;
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text01,
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 {
    text-align: center;
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text01 > img {
    width: calc(100% - 60px);
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 {
    inset: 10% 0 auto 0;
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__text02 > img {
    width: calc(100% - 60px);
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__logo {
    text-align: center;
    inset: 26% 0 auto 0;
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__logo > img {
    width: calc(100% - 32px);
  }
  .p-fastchek .fastchek-mainkv .fastchek-mainkv__inner .fastchek-mainkv__video {
    aspect-ratio: 18/19;
  }
  .p-fastchek .fastchek-merit {
    padding: 0 30px;
    margin-bottom: 80px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner {
    width: 100%;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info {
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 1px dashed #71a3cf;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #71a3cf;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item .fastchek-merit-info__label {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 12px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-info .fastchek-merit-info__item .fastchek-merit-info__num > img {
    width: 100%;
    height: 80px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo {
    flex-direction: column;
    gap: 0;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 96px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #71a3cf;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item .fastchek-merit-subinfo__label {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
    padding-left: 12px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item .fastchek-merit-subinfo__img {
    padding-right: 18px;
  }
  .p-fastchek .fastchek-merit .fastchek-merit-inner .fastchek-merit-subinfo .fastchek-merit-subinfo__item .fastchek-merit-subinfo__img > img {
    width: 56px;
    height: auto;
  }
  .p-fastchek .fastchek-price {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner {
    width: 100%;
    padding-bottom: 76px;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner::before {
    display: none;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table {
    margin-bottom: 12px;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__label {
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item {
    width: 50%;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item:nth-child(2n) .fastchek-price-table__ttl {
    border-right: none;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item:nth-child(2n) .fastchek-price-table__num {
    border-right: none;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__num > picture {
    text-align: center;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-table .fastchek-price-table__list .fastchek-price-table__item .fastchek-price-table__ttl > p {
    font-size: 1.4rem;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price__ano {
    margin-bottom: 36px;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__label {
    line-height: 1.3;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__text {
    margin-bottom: 32px;
    line-height: 1.8;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list {
    flex-direction: column;
    align-items: center;
    gap: 36px 0;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item {
    width: 262px;
    height: 262px;
    border-radius: 131px;
    padding-top: 60px;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__list .settlement-list__item .settlement-list__name {
    font-size: 1.6rem;
  }
  .p-fastchek .fastchek-price .fastchek-price-inner .fastchek-price-settlement .fastchek-price-settlement__ano {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .p-fastchek .fastchek-design {
    margin-bottom: 80px;
  }
  .p-fastchek .fastchek-design .fastchek-design-header {
    height: auto;
  }
  .p-fastchek .fastchek-design .fastchek-design-header .fastchek-design-header__bg {
    background: url("/contents/aichart/assets/imgs/feature/fastcheckout/img-conpactdesign-sp.webp") no-repeat;
    background-size: cover;
    aspect-ratio: 363/428;
    height: 100%;
  }
  .p-fastchek .fastchek-design .fastchek-design__inner {
    width: 100%;
  }
  .p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__label {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__img {
    margin-bottom: 32px;
  }
  .p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box {
    flex-direction: column;
    gap: 32px 0;
  }
  .p-fastchek .fastchek-design .fastchek-design__inner .fastchek-design-comparison .fastchek-design-comparison__box .comparison-box__right {
    margin-top: 0;
  }
  .p-fastchek .fastchek-allinon {
    margin-bottom: 80px;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner {
    width: 100%;
    padding-bottom: 76px;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner::before {
    display: none;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon__img {
    padding-left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon__img > img {
    width: 100%;
    height: auto;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list {
    flex-direction: column;
    gap: 32px 0;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item {
    width: 100%;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item:nth-child(2n) {
    margin-top: 0;
  }
  .p-fastchek .fastchek-allinon .fastchek-allinon-inner .fastchek-allinon-list .allinon-list__item .allinon-list__img > img {
    width: 100%;
    height: auto;
  }
  .p-fastchek .fastchek-spec {
    margin-bottom: 40px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__subttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__h3 {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner {
    width: 100%;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap {
    overflow-x: auto;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table {
    width: 584px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item {
    width: 200px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) {
    width: 128px;
    border-bottom: 1px solid #005bac;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) dt > div {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    height: 80px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(2) dd {
    border-right: 1px solid #005bac;
    border-left: 1px solid #005bac;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(3), .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item:nth-of-type(4) {
    width: 128px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item dt {
    height: 80px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item dt > p {
    font-size: 1.4rem;
    height: 40px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd {
    font-size: 1.4rem;
    height: 58px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec-tablewrap .fastchek-spec-table .table-item dd .maru {
    width: 26px;
    height: 26px;
    border-radius: 26px;
  }
  .p-fastchek .fastchek-spec .fastchek-spec__inner .fastchek-spec__ano {
    padding-left: 30px;
  }
  .p-fastchek .fastchek-other {
    padding: 48px 0;
    margin-bottom: 60px;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner {
    width: 100%;
    padding: 0 30px;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect__subttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect__h3 {
    font-size: 2.8rem;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect-item {
    flex-direction: column;
    gap: 30px 0;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect-item .fastchek-connect-item__text {
    text-align: center;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-connect .fastchek-connect-item .fastchek-connect-item__img > img {
    width: 100%;
    height: auto;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__subttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__h3 {
    font-size: 2.8rem;
  }
  .p-fastchek .fastchek-other .fastchek-other__inner .fastchek-support .fastchek-support__text {
    text-align: center;
  }
  .p-fastchek .fastchek-guide .fastchek-guide__inner {
    width: 100%;
    padding: 0 30px;
  }
  .p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__subttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__h3 {
    font-size: 2.8rem;
  }
  .p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__text {
    text-align: center;
    margin-bottom: 32px;
  }
  .p-fastchek .fastchek-guide .fastchek-guide__inner .fastchek-guide__btn {
    width: 100%;
    height: 60px;
    max-width: 360px;
  }
}
