@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ropa+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/*! 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;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-display: swap;
  font-size: 1rem;
  color: rgb(28, 25, 23);
  line-height: 1.5;
  overflow-x: hidden;
  animation: fadein 1s forwards;
}

a {
  opacity: 1;
  transition: 0.3s ease-out;
}

svg {
  display: inline-block !important;
}

#header {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100px;
}
#header.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.625rem 1.5rem;
  line-height: 1;
}

.l-header__logo p {
  font-weight: 600;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.l-header__logo p span {
  font-weight: 900;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.l-header__logo img {
  width: 45vw;
  max-width: 260px !important;
}
.l-header__logo.btoc {
  padding-top: 0.625rem;
}
.l-header__logo.btoc img {
  width: 45vw;
  max-width: 150px !important;
}
@media screen and (min-width: 1200px) {
  .l-header__logo.btoc img {
    max-width: 180px !important;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__logo.btoc img {
    max-width: 200px !important;
  }
}
.l-header__logo.btoc span {
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .l-header__logo.btoc span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__logo.btoc span {
    font-size: 1.5rem;
  }
}

.l-header__menu--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header__menu--pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
}
.l-header__menu--pc a:hover {
  color: rgb(239, 68, 68);
  transition: 0.3s ease-out;
}
.l-header__menu--pc .menu--pc-sub {
  display: flex;
  justify-content: end;
  align-items: end;
  font-weight: 600;
  font-size: 0.875rem;
}
.l-header__menu--pc .menu--pc-sub a {
  padding: 0.5rem 0.5rem;
}
.l-header__menu--pc .menu--pc-sub a.end {
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__menu--pc .menu--pc-sub a.end {
    padding-right: 2rem;
  }
}
.l-header__menu--pc .menu--pc-sub .tell {
  text-align: right;
  padding-left: 1.5rem;
}
.l-header__menu--pc .menu--pc-sub .tell .tell__number {
  font-family: "Ropa Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.l-header__menu--pc .menu--pc-sub .tell .tell__time {
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.menu--pc-main nav {
  margin-top: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .menu--pc-main nav {
    font-size: 1rem;
  }
}
.menu--pc-main nav.btoc {
  font-size: 0.6875rem;
}
@media screen and (min-width: 1200px) {
  .menu--pc-main nav.btoc {
    font-size: 0.875rem;
  }
}
.menu--pc-main nav.btoc a {
  padding: 0.5rem 0.5rem;
}
.menu--pc-main nav a {
  display: inline-block;
  padding: 0.5rem 0;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .menu--pc-main nav a {
    padding: 0.5rem 1rem;
  }
}
.menu--pc-main nav a.contact-button {
  margin: 0 0 0 0.5rem;
  background: #e1006d;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.menu--pc-main nav a.contact-button:hover {
  background-color: #ffd100;
  color: rgb(28, 25, 23);
}
.menu--pc-main nav a.contact-button.btoc {
  background: #fff;
  color: #f87e7c;
}
.menu--pc-main nav a.contact-button.btoc:hover {
  background-color: #e1006d;
  color: #fff;
}

@media all and (max-width: 520px) {
  .sp-contact .contact-btn {
    width: 70%;
    font-size: 0.875rem;
  }
}
.sp-contact .tel-box {
  font-size: 0.875rem;
}

/*btoc*/
#header.btoc {
  background-color: #f87e7c;
  color: #fff;
}

.l-header__logo.btoc a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 1rem;
}
.l-header__logo.btoc a span {
  letter-spacing: 0.1em;
}

.l-footer {
  padding: 50px calc((100% - 1300px) / 2);
  background: #232b48;
  display: block;
}
@media screen and (min-width: 992px) {
  .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__item {
  color: #fff;
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-footer__item {
    text-align: inherit;
  }
}
.l-footer__item .footer-catch {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .l-footer__item .footer-catch {
    font-size: 1.25rem;
  }
}
.l-footer__item .footer-logo {
  padding: 2rem 0;
  width: 50%;
  min-width: 20rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-footer__item .footer-logo {
    padding: 1.5rem 0;
    width: auto;
  }
}
.l-footer__item .tel-message {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.l-footer__item .tel-message span {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.l-footer__item .tel-message span::before,
.l-footer__item .tel-message span::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffd100;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer__item .tel-message span::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.l-footer__item .tel-message span::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.l-footer__item .tel-box {
  text-align: center;
  letter-spacing: 0.05em;
}
.l-footer__item .tel-box strong {
  position: relative;
  color: #ffd100;
  font-size: 48px;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 4.5rem;
}
.l-footer__item .tel-box strong::before {
  content: "\e0b0";
  font-family: "Material Icons";
  position: absolute;
  top: 45%;
  left: 5%;
  -webkit-transform: translateY(-40%) rotate(10deg);
  transform: translateY(-40%) rotate(10deg);
}
.l-footer__item .tel-box span {
  display: block;
}

/*電話番号リンク挙動*/
a[href^="tel:"] {
  pointer-events: none;
}

@media all and (max-width: 520px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}
.l-footer__bottom {
  padding: 1.5rem 0 4rem 0;
  max-width: 97%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer__bottom {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-footer__bottom img {
  width: 7.5rem;
  transition: 0.3s ease-out;
  padding: 0.5rem 0;
}
.l-footer__bottom img:hover {
  opacity: 0.8;
  transition: 0.3s ease-out;
}
.l-footer__bottom dl dt {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.l-footer__bottom dl dd {
  font-size: 0.6875rem;
  line-height: 1.7;
}

.l-footer-nav {
  max-width: 97%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  font-size: 0.6875rem;
  display: block;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer-nav {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-footer-nav p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-nav p {
    width: 33.333333%;
  }
}
.l-footer-nav ul {
  width: 100%;
  display: fblok;
}
@media screen and (min-width: 768px) {
  .l-footer-nav ul {
    width: 66.666667%;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer-nav ul li {
  text-align: center;
  margin: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-left-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/*pagetop*/
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagetop.show {
  opacity: 0.75;
  pointer-events: auto;
}

.pagetop.fix {
  position: absolute;
  top: 0;
}

main {
  padding-top: 100px;
}

section.l-main__hero {
  position: relative;
  padding: 2rem calc((100dvw - 1300px) / 2);
  padding-bottom: 0;
  background: #fff url(/assets/img/top/hero_bg.svg) no-repeat left top/contain;
  background-blend-mode: normal;
  background-position: center;
  background-size: cover;
}
section.l-main__hero .hero__contents {
  height: auto;
  background: url(/assets/img/top/img_hero.svg) no-repeat top;
}
@media screen and (min-width: 576px) {
  section.l-main__hero .hero__contents {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  section.l-main__hero .hero__contents {
    height: 520px;
    min-height: 520px;
    background: url(/assets/img/top/img_hero.svg) no-repeat right calc(50dvw - 680px) center/contain;
    background-position: right;
  }
}
section.l-main__hero .hero__contents > div {
  padding-top: 0;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.l-main__hero .hero__contents > div {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  section.l-main__hero .hero__contents > div {
    padding-left: 0;
  }
}
section.l-main__hero .hero__contents > div h2 {
  font-size: clamp(1.25rem, 0.9rem + 3vw, 3rem);
  line-height: 1.25;
  font-weight: 900;
}
section.l-main__hero .hero__contents > div h2 span {
  background-color: #fff;
  padding: 0.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
section.bg-gray {
  background-color: #f2f1f2;
}
section.bg-gray.issue {
  background: #f2f1f2 url(/assets/img/top/bg_top_section.svg) no-repeat left top/contain;
  background-blend-mode: overlay;
  background-position: center;
}

.hero-icon__btoc {
  margin: 2rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .hero-icon__btoc {
    position: absolute;
    bottom: 20px;
    right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .hero-icon__btoc {
    bottom: 20px;
    right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-icon__btoc {
    bottom: 40px;
    right: 80px;
  }
}
@media screen and (min-width: 2000px) {
  .hero-icon__btoc {
    bottom: 40px;
    right: 240px;
  }
}
.hero-icon__btoc img {
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.375rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1400px) {
  .hero-icon__btoc img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.hero-icon__btoc a:hover img {
  transform: translateY(-1em);
  transition: 0.3s ease-out;
}
.hero-icon__btoc p {
  font-size: 0.6875rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.0625rem;
  margin: 0.1875rem;
  color: rgb(28, 25, 23);
}
@media screen and (min-width: 992px) {
  .hero-icon__btoc p {
    font-size: 0.875rem;
  }
}

.hero-icon__btob {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 32px;
}
@media screen and (min-width: 992px) {
  .hero-icon__btob {
    bottom: 20px;
    right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-icon__btob {
    bottom: 40px;
    right: 80px;
  }
}
@media screen and (min-width: 2000px) {
  .hero-icon__btob {
    bottom: 40px;
    right: 240px;
  }
}
.hero-icon__btob img {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.375rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1400px) {
  .hero-icon__btob img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.hero-icon__btob a:hover img {
  transform: translateY(-1em);
  transition: 0.3s ease-out;
}
.hero-icon__btob p {
  font-size: 0.6875rem;
  background-color: #232b48;
  color: #fff;
  padding: 0.0625rem;
  margin: 0.1875rem;
}
@media screen and (min-width: 992px) {
  .hero-icon__btob p {
    font-size: 0.875rem;
  }
}

.l-main__contents {
  padding: 2rem 0;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-main__contents {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main__contents {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-main__contents {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-main__contents {
    padding: 6rem 0;
  }
}

.l-hero__line {
  background-color: #232b48;
  height: 2rem;
}

.l-contents__line {
  background-color: #232b48;
  height: 1rem;
}

/* page header */
.l-page-header {
  background-color: #232b48;
}
.l-page-header .breadcrumb {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 1rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .l-page-header .breadcrumb {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .l-page-header .breadcrumb {
    padding: 20px 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .l-page-header .breadcrumb {
    padding: 20px 20px 0 20px;
  }
}
.l-page-header .breadcrumb li {
  position: relative;
  line-height: 1.5;
  font-size: 0.6875rem;
}
@media screen and (min-width: 576px) {
  .l-page-header .breadcrumb li {
    font-size: 0.875rem;
  }
}
.l-page-header .breadcrumb a {
  color: #d3d3d3;
}
.l-page-header .breadcrumb.page {
  padding-bottom: 20px;
}
.l-page-header .breadcrumb li:not(:last-child) {
  padding: 0 1.5rem 0 0;
  opacity: 0.7;
}
.l-page-header .breadcrumb li:not(:last-child)::before {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  font-size: 90%;
}

.l-page-header__wrap {
  position: relative;
  padding-top: 0;
  max-width: 97%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-page-header__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-page-header__wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .l-page-header__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-page-header__wrap h2 {
  position: relative;
  font-family: "Ropa Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-weight: 700;
  font-size: 1.9375rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
  color: #fff;
  /*
  &.page-heading {
  	&::before {
  		background-color: g.$color-magenta-normal;
  		border-radius: 5px;
  		bottom: 24px;
  		content: "";
  		height: 6px;
  		left: 0;
  		position: absolute;
  		width: 420px;
  	}
  }
  	*/
}
@media screen and (min-width: 992px) {
  .l-page-header__wrap h2 {
    font-size: 2.5rem;
  }
}
.l-page-header__wrap .l-page-header__lead {
  background-color: #105488;
  border-radius: 5px;
  color: #fff;
  padding: 1rem 2rem;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #105488 url(/assets/img/top/hero_bg.svg) no-repeat left top/contain;
  background-blend-mode: normal;
  background-position: top;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-page-header__wrap .l-page-header__lead {
    padding: 1rem 2rem;
    position: absolute;
    right: 0;
    top: 15px;
    width: 43.75rem;
    min-height: 8.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-page-header__wrap .l-page-header__lead {
    width: 900px;
    min-height: 8.125rem;
  }
}
@media screen and (min-width: 1900px) {
  .l-page-header__wrap .l-page-header__lead {
    width: 1300px;
    min-height: 8.125rem;
  }
}
.l-page-header__wrap .l-page-header__lead h2 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.l-page-header__wrap .l-page-header__lead h2.lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.l-page-header__wrap .l-page-header__lead h2.lead span {
  padding-right: 1.5rem;
  font-size: 1.25rem;
}
.l-page-header__wrap .l-page-header__lead p {
  font-size: 0.875rem;
  line-height: 1.9;
}

.l-page-header__margin {
  display: none;
  background-color: #232b48;
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .l-page-header__margin {
    padding: 3.75rem;
  }
}

.l-page-contents {
  padding-top: 6rem;
  padding-bottom: 6rem;
  max-width: 97%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-page-contents {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-page-contents {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .l-page-contents {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-page-contents.first {
  padding-top: 12rem;
}
.l-page-contents.bg-gray {
  max-width: 100%;
}
.l-page-contents.bg-gray .parent {
  max-width: 97%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-page-contents.bg-gray .parent {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-page-contents.bg-gray .parent {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .l-page-contents.bg-gray .parent {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-page-contents img {
  max-width: 100%;
  height: auto;
}

.p-news__list {
  padding: 32px calc((100% - 1000px) / 2);
}
.p-news__list--item {
  padding: 1rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  border-top-width: 1px;
  border-color: rgb(168, 162, 158);
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-news__list--item {
    line-height: 1.5;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .p-news__list--item {
    padding: 1rem 0;
  }
}
.p-news__list--item a:hover {
  transition: 0.3s ease-out;
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.p-news__list--item .date {
  width: auto;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__list--item .date {
    width: 5rem;
    margin-bottom: 0;
    margin-left: 0.125rem;
    font-size: 1rem;
  }
}
.p-news__list--item .new {
  color: rgb(239, 68, 68);
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__list--item .new {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.p-news__list--item .category {
  width: 7.5rem;
}
.p-news__list--item .category span {
  text-align: center;
  letter-spacing: 0.02em;
  display: block;
  color: white;
  border-radius: 5px;
  background-color: #e1006d;
  padding: 0.25rem 0;
  margin-right: 1rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-news__list--item .category span {
    font-size: 0.875rem;
  }
}
.p-news__list--item .text {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__list--item .text {
    flex-grow: 1;
    width: auto;
    padding-right: 6rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-news__list--item .text {
    padding-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__list--item .text {
    width: auto;
    padding-left: 1rem;
  }
}
.p-news__list--item .new-tab {
  position: relative;
}
.p-news__list--item .new-tab span {
  position: absolute;
  right: 0px;
  bottom: 23px;
  display: inline-flex;
  width: 6rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px) {
  .p-news__list--item .new-tab span {
    top: 0rem;
    bottom: -24px;
  }
}
@media screen and (min-width: 992px) {
  .p-news__list--item .new-tab span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    top: -10px;
  }
}
.p-news__list li:last-child {
  border-bottom-width: 1px;
}

.p-top__wrapper {
  position: relative;
}

.p-top-hero__textarea {
  padding-top: 1rem !important;
  padding-left: 0 !important;
}
.p-top-hero__textarea .title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  color: rgb(0, 0, 85);
}
.p-top-hero__textarea .title svg {
  margin-bottom: 0.15rem;
  margin-left: 0.2rem;
}
.p-top-hero__textarea .text {
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-top-hero__textarea .text svg {
  margin-left: -0.25rem;
}
.p-top-hero__textarea .text a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease-out;
  color: #105488;
  font-weight: 600;
}
.p-top-hero__textarea .text a:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

/* list */
ul#stickList {
  display: block;
  position: absolute; /*relative div.wrapper*/
  top: 96px;
  width: 134px;
  left: calc(100% - 134px);
  overflow: auto;
  opacity: 0;
  height: 540px; /*ul#stickList 60*9*/
  margin-top: -540px;
  z-index: 99;
  box-shadow: -12px 0 12px -12px rgba(255, 96, 77, 0.3); /*左だけ*/
}

.p-top__issue {
  padding-bottom: 6rem;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-top__issue {
    display: flex;
    align-items: stretch;
  }
}
.p-top__issue .number {
  position: relative;
  display: inline-block;
  background-color: #105488;
  color: #fff;
  padding: 1rem 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.125rem;
}
.p-top__issue .number::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #105488;
}
@media screen and (min-width: 1200px) {
  .p-top__issue .number {
    text-align: left;
    width: 30%;
    padding: 2rem 1.5rem;
  }
  .p-top__issue .number::before {
    display: none;
  }
}
.p-top__issue .number h4 {
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__issue .number h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top__issue .number h4 {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-top__issue .number h4 span {
  display: block;
  font-weight: 500;
  padding-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__issue .number h4 span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top__issue .number h4 span {
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.p-top__issue .number p {
  padding: 0 0 0.25rem 0;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top__issue .number p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top__issue .number p {
    padding: 1rem 0;
    padding-right: 1rem;
  }
}
.p-top__issue .solution {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 2rem 1rem;
  width: auto;
  gap: 0.75rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .p-top__issue .solution {
    width: 70%;
  }
}
.p-top__issue .solution .left,
.p-top__issue .solution .right {
  width: 50%;
  margin: 0 auto;
}
.p-top__issue .solution .left .solution__hedding,
.p-top__issue .solution .right .solution__hedding {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #e1006d;
  color: #fff;
  margin: 0 auto 1rem auto;
  padding: 0.25rem 2.5rem;
  border-radius: 5px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__issue .solution .left .solution__hedding,
  .p-top__issue .solution .right .solution__hedding {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top__issue .solution .left .solution__hedding,
  .p-top__issue .solution .right .solution__hedding {
    font-size: 1.25rem;
  }
}
.p-top__issue .solution .left img,
.p-top__issue .solution .right img {
  height: auto;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__issue .solution .left img,
  .p-top__issue .solution .right img {
    padding: 2.5rem;
  }
}
.p-top__issue .solution p {
  width: 100%;
  padding: 0 0.375rem 0.5rem 0.375rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .p-top__issue .solution p {
    font-size: 1.0625rem;
  }
}

.solution__more {
  position: absolute;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
  margin: 0 auto;
  bottom: -40px;
}
@media screen and (min-width: 1200px) {
  .solution__more {
    right: -123px;
    left: inherit;
    bottom: -20px;
    margin: inherit;
  }
}
.solution__more a {
  background-color: #232b48;
  color: #fff;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  font-size: 1rem;
  font-size: 1.125rem;
  padding: 1rem 3rem 1rem 2rem;
}
.solution__more a:hover {
  transition: 0.3s;
  background-color: #105488;
}
.solution__more a:hover svg {
  transition: right 0.3s;
  right: 20px;
}
.solution__more a svg {
  position: absolute;
  transition: right 0.3s;
  right: 30px;
  bottom: 20px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px calc((100% - 1000px) / 2);
}

/* partner */
.splide {
  margin-top: -2rem;
  margin-bottom: 7.5rem;
}
.splide .splide__list {
  align-items: center;
}
.splide .splide__slide img {
  height: auto;
  max-width: 7.5rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 576px) {
  .splide .splide__slide img {
    max-width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .splide .splide__slide img {
    max-width: 13.75rem;
  }
}

.function-list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 calc((100% - 1000px) / 2);
}
.function-list-top.col3 {
  padding: 0 calc((100% - 1000px) / 3);
}
.function-list-top.col3 .function-list-top__item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .function-list-top.col3 .function-list-top__item {
    width: calc((100% - 60px) / 3);
  }
}

.function-list-top__item {
  width: calc((100% - 60px) / 2);
  margin: 0 10px 20px 10px;
  padding: 20px;
  /*box-shadow:
  	4px 4px 8px rgba($txtColor, .1),
  	4px 4px 8px rgba($txtColor, .1);*/
  border: 2px solid #105488;
  border-radius: 10px;
}

@media all and (max-width: 992px) {
  .function-list-top__item {
    width: calc((100% - 60px) / 2);
  }
}
@media all and (max-width: 520px) {
  .function-list-top__item {
    width: 100%;
  }
  .function-list-top__item:not(:last-of-type) {
    margin: 0 0 20px;
  }
}

.function-list-top__item.type_contact {
  /*contact用*/
  width: 100%;
  padding: 40px 20px;
}

@media all and (min-width: 992px) {
  .function-list-top__item.type_contact {
    width: calc((100% - 60px) / 2);
  }
}

.function-list-top__item dt {
  text-align: center;
  color: #000055;
  font-size: 24px;
  font-weight: 700;
}

@media all and (max-width: 992px) {
  .function-list-top__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 520px) {
  .function-list-top__item dt {
    font-size: 4.6153846154vw;
  }
}
.function-list-top__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.function-list-top__item figure {
  border-radius: 50%;
  background-color: #f2f1f2;
  /*box-shadow:
  	inset 4px 4px 4px rgba($txtColor, .2),
  	0 0 8px rgba($txtColor, .1);*/
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}

.function-list-top__item figure img {
  width: 100%;
  /*width: 85%;*/
  margin: 0 auto;
}

.function-list-top__item dd {
  margin-top: 1rem;
}
.function-list-top__item dd p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
  font-size: 0.875rem;
}

.p-top-column .blog_card {
  background-color: #fff;
  margin: 0 0.5rem;
}
.p-top-column .blog_card div.more {
  background-color: #fff;
}
.p-top-column .blog_card div.more span {
  background: #fff;
}

/* Point */
.feature-item__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 0 0 50px;
}

@media all and (max-width: 992px) {
  .feature-item__txt {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 992px) {
  .feature-item__txt {
    padding: 0;
    margin-bottom: 20px;
  }
}
.feature-item__txt dt {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000055;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px #232323 solid;
  margin-bottom: 20px;
}

@media all and (max-width: 992px) {
  .feature-item__txt dt {
    font-size: 22px;
  }
}
@media all and (max-width: 520px) {
  .feature-item__txt dt {
    font-size: 5.3846153846vw;
  }
}
.feature-item__txt dt span {
  position: relative;
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-align: center;
  color: #232323;
  padding-bottom: 50px;
}

@media all and (max-width: 520px) {
  .feature-item__txt dt span {
    padding-bottom: 2.5rem;
  }
}
.feature-item__txt dt span::before {
  content: "";
  counter-increment: point 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 60px;
  line-height: 1;
}
.feature-item__txt dt span.first::before {
  content: "1";
}
.feature-item__txt dt span.second::before {
  content: "2";
}
.feature-item__txt dt span.thaad::before {
  content: "3";
}
.feature-item__txt dt span.fourth::before {
  content: "4";
}
.feature-item__txt dt span.fifth::before {
  content: "5";
}

@media all and (max-width: 992px) {
  .feature-item__txt dt span::before {
    font-size: 54px;
  }
}
@media all and (max-width: 520px) {
  .feature-item__txt dt span::before {
    font-size: 13.8461538462vw;
  }
}
.feature-item__txt dt span::after {
  content: "";
  background: url(../images/btob/icon_balloon.svg) no-repeat left top;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  left: -20px;
}

.feature-item__txt dt strong {
  padding: 0 0 0 15px;
  margin: 0 0 10px 15px;
  border-left: 5px #c8337a solid;
}

.feature-item__txt dd {
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 図1 */
/*===================

  #section02_02 element

===================*/
.parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 540px;
  margin: 0 auto;
}

.div1 {
  grid-area: 1/1/2/2;
}

.div2 {
  grid-area: 2/1/3/2;
}

.div3 {
  grid-area: 3/1/4/2;
}

.div4 {
  grid-area: 4/1/5/2;
}

.div1,
.div2,
.div3,
.div4 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.div1::before,
.div2::before,
.div3::before,
.div4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.div1::before {
  background: url(/assets/img/product/img_piece01.svg) no-repeat left top;
  background-size: 120px 120px;
}

.div2::before {
  background: url(/assets/img/product/img_piece02.svg) no-repeat right top;
  background-size: 120px 120px;
}

.div3::before {
  background: url(/assets/img/product/img_piece03.svg) no-repeat left bottom;
  background-size: 120px 120px;
}

.div4::before {
  background: url(/assets/img/product/img_piece04.svg) no-repeat right bottom;
  background-size: 120px 120px;
}

@media (min-width: 992px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 960px;
  }
  .div1 {
    grid-area: 1/1/4/6;
  }
  .div2 {
    grid-area: 2/6/4/10;
  }
  .div3 {
    grid-area: 4/6/5/10;
  }
  .div4 {
    grid-area: 4/2/5/6;
  }
}
@media (min-width: 1920px) {
  .parent {
    max-width: 1140px;
  }
}
dl.element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 24px;
  border-radius: 100%;
  border: 12px dashed #fff;
  aspect-ratio: 1/1;
}

dl.element dt {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: center;
  color: #000055;
}

dl.element dd {
  font-size: 12px;
  line-height: 1.75;
}

.div1 > dl.element {
  width: 100%;
  background-color: rgba(255, 232, 169, 0.8);
}

.div2 > dl.element {
  width: 90%;
  background-color: rgba(197, 227, 248, 0.8);
  margin-top: -60px;
}

.div3 > dl.element {
  width: 75%;
  background-color: rgba(229, 197, 234, 0.8);
  margin: -40px 0 80px 0;
}

.div4 > dl.element {
  width: 70%;
  background-color: rgba(242, 177, 207, 0.8);
  margin: -128px 0 60px 25%;
}

/*dl.element dd > ul li {
    list-style:circle outside;
  }*/
@media (min-width: 520px) {
  .div1 > dl.element dt {
    font-size: 28px;
  }
  .div1 > dl.element dd {
    font-size: 16px;
    line-height: 2;
  }
  .div2 > dl.element dt {
    font-size: 26px;
  }
  .div2 > dl.element dd {
    font-size: 16px;
    line-height: 2;
  }
  .div3 > dl.element dt,
  .div4 > dl.element dt {
    font-size: 24px;
  }
  .div3 > dl.element dd,
  .div4 > dl.element dd {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  dl.element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 100%;
  }
  .div1 > dl.element dt,
  .div2 > dl.element dt {
    font-size: 30px;
  }
  .div1 > dl.element dd,
  .div2 > dl.element dd {
    font-size: 18px;
    line-height: 2;
  }
  .div1 > dl.element {
    width: 100%;
  }
  .div2 > dl.element {
    width: 100%;
    margin-top: -80px 10% 0 -10%;
  }
  .div3 > dl.element {
    width: 85%;
    background-color: rgba(242, 177, 207, 0.8);
    margin: -100px 0 0 -15%;
  }
  .div4 > dl.element {
    width: 80%;
    background-color: rgba(229, 197, 234, 0.8);
    margin: 0 0 0 25%;
  }
  .div1::before {
    background: url(/assets/img/product/img_piece01.svg) no-repeat left top;
    background-size: 160px 160px;
  }
  .div2::before {
    background: url(/assets/img/product/img_piece02.svg) no-repeat right top;
    background-size: 160px 160px;
  }
  .div3::before {
    background: url(../../assets/img/product/img_piece04.svg) no-repeat right 40% bottom 50%;
    background-size: 160px 160px;
  }
  .div4::before {
    background: url(../../assets/img/product/img_piece03.svg) no-repeat left 10% top;
    background-size: 160px 160px;
  }
  .div3 > dl.element dd,
  .div4 > dl.element dd {
    font-size: 16px;
    line-height: 1.75;
  }
}
/*活用方法リスト*/
.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-list__item {
  width: 25%;
  padding: 0 20px;
}

@media all and (max-width: 992px) {
  .case-list__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 520px) {
  .case-list__item {
    width: 100%;
  }
}
.case-list__item:not(:last-of-type) {
  border-right: 1px rgba(35, 35, 35, 0.2) solid;
}

@media all and (max-width: 992px) {
  .case-list__item:not(:last-of-type):nth-of-type(2) {
    border: none;
  }
}
@media all and (max-width: 520px) {
  .case-list__item:not(:last-of-type) {
    border: none;
  }
}
/*
.case-list__item:nth-of-type(2n) .case-list__item__img::before {
	background: #ffd100;
	-webkit-box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.2);
	box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.2);
}
	*/
.case-list__item__img {
  position: relative;
}

.case-list__item__img img {
  position: relative;
  z-index: 2;
  width: 90%;
}

.case-list__item__img::before {
  content: "";
  background: #c8337a;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.3);
  box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.3);
  width: 75%;
  height: 84%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
}

.case-list__item__txt {
  margin-top: 10px;
}

.case-list__item__txt dt {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media all and (max-width: 520px) {
  .case-list__item__txt dt {
    font-size: 4.6153846154vw;
  }
}
.case-list__item__txt dt span {
  display: inline-block;
  border-bottom: 5px #ffd100 solid;
}

.case-list__item__txt dd {
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media all and (max-width: 520px) {
  .case-list__item__txt dd {
    font-size: 3.8461538462vw;
  }
}
/*===============
 Product
===============*/
.product-in {
  padding-bottom: 0;
}

@media all and (max-width: 992px) {
  .product-in {
    padding: 0 1.5rem;
  }
}
@media all and (max-width: 520px) {
  .product-in {
    padding: 0 1rem;
  }
}
.product-in h3 {
  color: #cc1534;
  font-size: 24px;
  font-weight: 700;
  padding-left: 1.5rem;
  margin: 5rem 0 1rem;
  position: relative;
}

@media all and (max-width: 992px) {
  .product-in h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 520px) {
  .product-in h3 {
    margin: 3rem 0 1rem;
    font-size: 18px;
  }
}
.product-in h3::before {
  content: "";
  background: #cc1534;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
}

.product-in .product-in__wrap {
  /*padding: 0 0 0 2rem;*/
  padding: 0;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 992px) {
  .product-in .product-in__wrap {
    /*padding: 0 0 0 1rem;*/
    padding: 0;
  }
}
@media all and (max-width: 520px) {
  .product-in .product-in__wrap {
    padding: 0;
  }
}
.product-in .product-in__wrap h4 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  color: #1b2d4b;
  border-bottom: 1px #1b2d4b dashed;
  margin: 2rem 0 1rem;
}

@media all and (max-width: 520px) {
  .product-in .product-in__wrap h4 {
    font-size: 16px;
    margin: 1rem 0;
  }
}
.product-in .notes {
  font-size: 80%;
  width: 100%;
}

.product-in__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media all and (max-width: 992px) {
  .product-in__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.product-in__txt > * {
  margin-bottom: 1rem;
}

.product-in__img {
  /*flex: 0 0 45%;*/
  margin: 0 auto;
}

@media all and (max-width: 520px) {
  .product-in__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
  }
}
.product-in__img.tqms-img {
  width: 48%;
}

.product-in__img.support-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

@media all and (max-width: 992px) {
  .product-in__img.support-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.product-about {
  /*padding: 0 $sidePadding 100px;*/
  padding: 0 calc((100% - 1000px) / 2) 54px;
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: feature-num 0;
}

.feature-box__item {
  width: calc((100% - 40px) / 3);
  background: #f3f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 992px) {
  .feature-box__item {
    width: 100%;
    padding: 1rem;
  }
  .feature-box__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.feature-box__item dt {
  color: #1b2d4b;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px #1b2d4b solid;
  margin-bottom: 1rem;
  padding-bottom: 3px;
}

@media all and (max-width: 520px) {
  .feature-box__item dt {
    font-size: 18px;
  }
}
.feature-box__item dt span {
  position: relative;
  text-transform: uppercase;
  margin-right: 0.5rem;
  font-size: 18px;
}

@media all and (max-width: 520px) {
  .feature-box__item dt span {
    font-size: 14px;
  }
}
.feature-box__item dt span::before {
  content: "";
  background: #ffeb33;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 520px) {
  .feature-box__item dt span::before {
    width: 30px;
    height: 30px;
  }
}
@-moz-document url-prefix() {
  .feature-box__item dt span::before {
    bottom: -40px;
  }
}
.feature-box__item dt span::after {
  content: counter(feature-num, decimal-leading-zero);
  counter-increment: feature-num 1;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.8;
  color: #f3f5f5;
  text-shadow: 1px 1px 0 #1b2d4b, -1px -1px 0 #1b2d4b, -1px 1px 0 #1b2d4b, 1px -1px 0 #1b2d4b, 1px 0 0 #1b2d4b, -1px 0 0 #1b2d4b, 0 1px 0 #1b2d4b, 0 -1px 0 #1b2d4b;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 520px) {
  .feature-box__item dt span::after {
    font-size: 50px;
  }
}
.feature-box__item dt strong {
  color: #cc1534;
  font-weight: 700;
}

.feature-box__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media all and (max-width: 992px) {
  .feature-box__item dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (max-width: 520px) {
  .feature-box__item dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature-box__item figure {
  margin: 1rem auto 0;
}

@media all and (max-width: 992px) {
  .feature-box__item figure {
    margin: 0 0 0 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media all and (max-width: 520px) {
  .feature-box__item figure {
    margin: 1rem auto 0;
  }
}
.product-headless-commerce {
  /*background: $baseColor;*/
  margin: 32px 0;
}

.product-function {
  background-color: #f5f3ff;
  /*background-image: url(/imgNew/bg_body02@2x.png);*/
  background-image: url(/imgNew/bg_body02.svg);
  background-size: 50%;
  background-repeat: repeat;
  background-position: center -100px;
  padding: 0 calc((100% - 1000px) / 2) 100px;
  /*.inner-title {
  	color: #fff;
  	&::before {
  		background: #fff;
  	}
  }*/
}

@media all and (max-width: 992px) {
  .product-function {
    padding: 0 1.5rem 50px;
  }
}
@media all and (max-width: 520px) {
  .product-function {
    padding: 0 1rem 50px;
  }
}
.function-box__wrap {
  /*background: #fff;*/
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.function-box__wrap h3 {
  margin: 1rem 0;
}

.function-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding: 0;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 992px) {
  .function-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .function-box:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.function-box p {
  margin-bottom: 8px;
}

.function-box_full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 992px) {
  .function-box_full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .function-box_full:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.function-box__item {
  /*background: rgba($txtColor, .05);*/
  background: #fff;
  border: 1px rgba(35, 35, 35, 0.2) solid;
  padding: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.function-box__item::before,
.function-box__item::after {
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  position: absolute;
}

.function-box__item::before {
  border-top: 2px #920783 solid;
  border-left: 2px #920783 solid;
  -o-border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/2px 0 0 2px;
  border-image: -webkit-gradient(linear, left bottom, right top, from(#920783), to(#1d2088)) 1/2px 0 0 2px;
  border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/2px 0 0 2px;
  top: 0;
  left: 0;
}

.function-box__item::after {
  border-right: 2px #920783 solid;
  border-bottom: 2px #920783 solid;
  -o-border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/0 2px 2px 0;
  border-image: -webkit-gradient(linear, left bottom, right top, from(#920783), to(#1d2088)) 1/0 2px 2px 0;
  border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/0 2px 2px 0;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 992px) {
  .function-box__item {
    min-height: 80px;
  }
}
.function-box__item .more-btn.big a {
  margin: 2rem auto 0;
}

.function-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  text-align: center;
}

.function-box__list figure {
  width: calc((100% - 40px) / 5);
}

@media all and (max-width: 520px) {
  .function-box__list figure {
    width: calc((100% - 1rem) / 2);
    margin-top: 1rem;
  }
}
.function-box__list figure img {
  width: 80%;
  margin: 0 auto 0.5rem;
}

.product-partner {
  padding: 0 calc((100% - 1000px) / 2) 100px;
}

@media all and (max-width: 992px) {
  .product-partner {
    padding: 0 1.5rem 50px;
  }
}
@media all and (max-width: 520px) {
  .product-partner {
    padding: 0 1rem 50px;
  }
}
.product-partner p {
  text-align: center;
  margin: 2rem auto 3rem;
}

.product-hc {
  padding: 0 calc((100% - 1000px) / 2) 100px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

.product-hc .product-in__wrap > * {
  margin-bottom: 1rem;
}

.product-hc .product-in__wrap ul {
  display: block;
  position: relative;
  width: 100%;
}

.product-hc .product-in__wrap ul li {
  list-style: inside disc;
  text-indent: -1rem;
  padding-left: 1rem;
}

.product-hc .product-in__wrap strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffeb33));
  background: linear-gradient(transparent 60%, #ffeb33 40%);
}

/*===============
   Function
  ===============*/
@media all and (max-width: 992px) {
  .function-list-wrap {
    padding: 0 0 50px;
  }
}
.function-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.function-list-item {
  width: calc((100% - 120px) / 3);
  margin: 40px 20px 0;
}

@media all and (max-width: 992px) {
  .function-list-item {
    margin: 20px 20px 0;
  }
}
@media all and (max-width: 767px) {
  .function-list-item {
    width: 100%;
    margin: 2rem 1rem 0;
  }
}
.function-list-item a {
  background: rgba(35, 35, 35, 0.05);
  border: 1px rgba(35, 35, 35, 0.2) solid;
  padding: 0 1rem 0 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
  position: relative;
}

.function-list-item a::before,
.function-list-item a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  position: absolute;
}

.function-list-item a::before {
  border-top: 2px #920783 solid;
  border-left: 2px #920783 solid;
  -o-border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/2px 0 0 2px;
  border-image: -webkit-gradient(linear, left bottom, right top, from(#920783), to(#1d2088)) 1/2px 0 0 2px;
  border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/2px 0 0 2px;
  top: 0;
  left: 0;
}

.function-list-item a::after {
  border-right: 2px #920783 solid;
  border-bottom: 2px #920783 solid;
  -o-border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/0 2px 2px 0;
  border-image: -webkit-gradient(linear, left bottom, right top, from(#920783), to(#1d2088)) 1/0 2px 2px 0;
  border-image: linear-gradient(to top right, #920783 0%, #1d2088 100%) 1/0 2px 2px 0;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 992px) {
  .function-list-item a {
    min-height: 80px;
  }
}
.function-list-item img {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.function-list-item span {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1b2d4b;
  display: block;
}

@media all and (max-width: 992px) {
  .function-list-item span {
    font-size: 16px;
  }
}
/*
.function-detail-wrap {
	padding: 100px calc((100% - 1300px) / 2);
}
@media all and (max-width: 992px) {
	.function-detail-wrap {
		padding: 50px 1.5rem;
	}
}
@media all and (max-width: 520px) {
	.function-detail-wrap {
		padding: 50px 1rem;
	}
}
	*/
.function-detail-wrap.front {
  background: rgba(243, 231, 154, 0.5);
}

.function-detail-wrap.back {
  background: #f2f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.function-detail-wrap.back .function-detail-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .function-detail-wrap.back .function-detail-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .function-detail-wrap.back .function-detail-item {
    width: calc((100% - 40px) / 3);
  }
}

.function-detail-wrap.back .function-detail-item:not(:first-of-type),
.function-detail-wrap.back .function-detail-item:not(:nth-of-type(2)) {
  margin-top: 2rem;
}

.function-detail-wrap.back .function-detail-item__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.function-detail-wrap.back .function-detail-item__img {
  position: absolute;
  top: 20px;
}

.function-detail-item {
  background: #fff;
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 992px) {
  .function-detail-item {
    padding: 0 1.5rem 1.5rem;
  }
}
@media all and (max-width: 520px) {
  .function-detail-item {
    padding: 0 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.function-detail-item:not(:first-of-type) {
  margin-top: 2rem;
}

.function-detail-item h2 {
  width: 100%;
  padding-top: 30px;
  margin: 2rem auto 4rem auto;
  text-align: center;
  color: #1b2d4b;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .function-detail-item h2 {
    padding-left: 7rem;
  }
}

.function-detail-item h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffeb33));
  background: linear-gradient(transparent 60%, #ffeb33 40%);
  padding: 0 0.5rem;
}

.function-detail-item__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

@media all and (max-width: 992px) {
  .function-detail-item__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
.function-detail-item__txt > * {
  margin-bottom: 1rem;
}

.function-detail-item__txt span {
  font-size: 90%;
}

.function-detail-item__img {
  /*flex: 0 0 50%;*/
  text-align: center;
  max-width: 100%;
  /*
  @include g.screen(md){
  	max-width: g.rem(60);
  }
  @include g.screen(lg){
  	max-width: g.rem(90);
  }
  @include g.screen(xxl){
  	max-width: 100%;
  }
  	*/
}

@media all and (max-width: 992px) {
  .function-detail-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
.function-detail-item__img figcaption {
  background: #f87171;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

@media all and (max-width: 992px) {
  .function-detail-item__img figcaption {
    font-size: 16px;
  }
}
@media all and (max-width: 520px) {
  .function-detail-item__img figcaption {
    font-size: 14px;
  }
}
/* function example */
.example {
  counter-reset: point 0;
  /*padding-bottom: 100px;*/
  overflow: hidden;
  /*background-color: #c33;ガイド*/
}

.example .txt-list li {
  width: calc((100% - 60px) / 3);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
}

.example-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*align-items: flex-end;*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*padding: 0 $sidePadding;*/
  padding: 32px calc((100% - 1000px) / 2);
  margin-bottom: 50px;
  position: relative;
  /*.detail-btn {
  	span {
  		&::before {
  			content: "\e5db";
  		}
  	}
  }*/
}

@media all and (max-width: 992px) {
  .example-item {
    padding: 0 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 520px) {
  .example-item {
    padding: 0 1rem;
    /*flex-direction: column;
     align-items: center;*/
  }
}
.example-item:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*@include mq($breakPoint) {
  	flex-direction: column;
  }*/
}

@media all and (max-width: 992px) {
  .example-item:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.example-item:nth-of-type(2n + 1)::before {
  /*box-shadow:
  	5px 5px 10px rgba($txtColor, .2),
  	-5px -5px 10px #fff;*/
  left: auto;
  right: -20px;
}

.example-item:nth-of-type(2n + 1) .example-item__txt {
  padding: 0 50px 0 0;
}

@media all and (max-width: 992px) {
  .example-item:nth-of-type(2n + 1) .example-item__txt {
    padding: 0 20px 0 0;
  }
}
@media all and (max-width: 520px) {
  .example-item:nth-of-type(2n + 1) .example-item__txt {
    padding: 0;
  }
}
.example-item:nth-of-type(2n + 1) .example-item__img {
  /*background: url(/btob/img/bg_test.svg) no-repeat center center / contain;*/
}

.example-item:nth-of-type(2n + 1) .example-item__img img {
  /*margin: 0 auto 0 50px;*/
  margin: 0;
}

@media all and (max-width: 992px) {
  .example-item:nth-of-type(2n + 1) .example-item__img img {
    /*margin: 0 auto 0 20px;*/
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) {
  .example-item:nth-of-type(2n + 1) .example-item__img img {
    margin: 0 auto;
  }
}
.example-item::before {
  content: "";
  border-radius: 8px;
  /*box-shadow:
  	5px 5px 10px rgba($txtColor, .2),
  	-5px -5px 10px #fff;*/
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

@media all and (max-width: 520px) {
  .example-item::before {
    width: 90%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}
.example-item__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  padding: 0 0 0 50px;
}

@media all and (max-width: 992px) {
  .example-item__txt {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 992px) {
  .example-item__txt {
    padding: 0;
    margin-bottom: 20px;
  }
}
.example-item__txt dt {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000055;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: flex-end;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #232323 solid;
  margin-bottom: 20px;
}

@media all and (max-width: 992px) {
  .example-item__txt dt {
    font-size: 22px;
  }
}
@media all and (max-width: 520px) {
  .example-item__txt dt {
    font-size: 5.3846153846vw;
  }
}
.example-item__txt dt span {
  position: relative;
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-align: center;
  color: #232323;
  padding-bottom: 50px;
  /*border-right: 5px $subColor solid;*/
  background: #fff6cc;
  border-radius: 50%;
  aspect-ratio: 2/1;
}

@media all and (max-width: 520px) {
  .example-item__txt dt span {
    padding-bottom: 2.5rem;
  }
}
.example-item__txt dt span::before {
  content: counter(point);
  counter-increment: point 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 60px;
  line-height: 1;
}

@media all and (max-width: 992px) {
  .example-item__txt dt span::before {
    font-size: 54px;
  }
}
@media all and (max-width: 520px) {
  .example-item__txt dt span::before {
    font-size: 10.3846153846vw;
  }
}
.example-item__txt dt span::after {
  content: "";
  /*background: url(../images/btob/icon_balloon.svg) no-repeat left top;*/
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  left: -20px;
}

.example-item__txt dt strong {
  padding: 0 0 0 15px;
  margin: 0 0 10px 15px;
  /*border-left: 5px $subColor solid;*/
}

.example-item__txt dd {
  line-height: 1.7;
  text-align: justify;
  /*text-justify: inter-ideograph;*/
  font-size: larger;
}

.example-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  /*background: url(/btob/img/bg_test.svg) no-repeat center center / contain;*/
}

.example-item__img img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 260px;
  /*margin: 0 50px 0 auto;*/
  margin: 0;
}

@media all and (max-width: 992px) {
  .example-item__img img {
    /*margin: 0 20px 0 auto;*/
    margin: 0 auto;
    min-width: 400px;
    min-height: 0;
  }
}
@media all and (max-width: 520px) {
  .example-item__img img {
    margin: 0 auto;
    min-width: 320px;
    min-height: 0;
  }
}
.txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

@media all and (max-width: 520px) {
  .txt-list {
    width: 100%;
  }
}
.txt-list li {
  width: calc((100% - 80px) / 4);
  margin: 0 10px 20px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #000055;
  -webkit-box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.1), 5px 5px 10px rgba(35, 35, 35, 0.1);
  box-shadow: 5px 5px 10px rgba(35, 35, 35, 0.1), 5px 5px 10px rgba(35, 35, 35, 0.1);
  border-radius: 5px;
}

@media all and (max-width: 992px) {
  .txt-list li {
    width: calc((100% - 60px) / 3);
  }
}
@media all and (max-width: 520px) {
  .txt-list li {
    width: calc((100% - 40px) / 2);
    font-size: 3.4615384615vw;
  }
}
.case-detail {
  /*
  background: #f3f5f5;
  -webkit-box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  padding: 3rem 2rem;
     */
  position: relative;
}

.case-detail .case-list-lead {
  margin: 20px auto 0;
  max-width: 640px;
}

@media all and (max-width: 992px) {
  .case-detail .case-list-lead {
    width: 70%;
  }
}
@media all and (max-width: 520px) {
  .case-detail .case-list-lead {
    width: 100%;
  }
}
.case-detail-name {
  background: #fff;
  border: 1px #cc1534 solid;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem 1rem;
  font-size: 20px;
}

@media all and (max-width: 520px) {
  .case-detail-name {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
.case-detail-name h1 {
  background: #cc1534;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.case-detail-name-customer {
  background: #cc1534;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.case-detail-count {
  position: absolute;
  top: -75px;
  right: 0;
  /*color: #1d2088;*/
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (max-width: 520px) {
  .case-detail-count {
    top: -50px;
    font-size: 100px;
  }
}
.case-detail-outline {
  margin-top: 50px;
  text-align: center;
}

@media all and (max-width: 520px) {
  .case-detail-outline {
    margin-top: 2rem;
  }
}
.case-detail-outline span {
  display: inline-block;
  border-bottom: 1px #1b2d4b solid;
  padding-bottom: 5px;
  color: #1b2d4b;
  font-size: 30px;
  font-weight: 700;
}

.case-detail-outline span::first-letter {
  color: #cc1534;
}

@media all and (max-width: 520px) {
  .case-detail-outline span {
    font-size: 20px;
    padding: 0 1rem 0.5rem;
  }
}
.case-detail-img {
  background: #fff;
  border: 1px #1b2d4b solid;
  padding: 3px;
  margin: 0 auto;
  max-width: 648px;
}

@media all and (max-width: 992px) {
  .case-detail-img {
    width: 70%;
  }
}
@media all and (max-width: 520px) {
  .case-detail-img {
    width: 100%;
  }
}
.case-detail-item {
  padding: 0 50px;
}

@media all and (max-width: 992px) {
  .case-detail-item {
    padding: 0 1.5rem;
  }
}
@media all and (max-width: 520px) {
  .case-detail-item {
    padding: 0;
  }
}
.case-detail-item h2 {
  color: #cc1534;
  font-size: 24px;
  font-weight: 700;
  padding-left: 1.5rem;
  margin: 5rem 0 1rem;
  position: relative;
}

@media all and (max-width: 992px) {
  .case-detail-item h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 520px) {
  .case-detail-item h2 {
    margin: 3rem 0 1rem;
    font-size: 18px;
  }
}
.case-detail-item h2::before {
  content: "";
  background: #cc1534;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
}

.case-detail-item-in {
  padding: 0 0 0 2rem;
  text-align: justify;
  line-height: 1.7;
}

@media all and (max-width: 992px) {
  .case-detail-item-in {
    padding: 0 0 0 1rem;
  }
}
@media all and (max-width: 520px) {
  .case-detail-item-in {
    padding: 0;
  }
}
.case-detail-item-in h3 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  color: #cc1534;
  border-bottom: 1px #cc1534 dashed;
  margin: 3rem 0 1rem;
}

@media all and (max-width: 520px) {
  .case-detail-item-in h3 {
    font-size: 16px;
    margin: 1rem 0;
  }
}
.case-detail-item-in strong {
  color: #1b2d4b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff595));
  background: linear-gradient(transparent 60%, #fff595 40%);
  padding: 0 0.2rem;
}

.case-detail-item-in .reference_link {
  margin-top: 0.5rem;
}

.case-detail-item-in .tooltip {
  position: relative;
  color: #1d2088;
  border-bottom: 1px #1d2088 solid;
  display: inline-block;
  margin-top: 0.5rem;
  padding-right: 1.8rem;
  cursor: pointer;
}

.case-detail-item-in .tooltip::before {
  content: "\e8fd";
  font-family: "Material Icons";
  position: absolute;
  top: 0.1rem;
  right: 0;
  font-size: 150%;
  line-height: initial;
}

.case-detail-item-in figure {
  background: #fff;
  -webkit-box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  width: 70%;
  margin: 2rem auto 0;
  padding: 2rem;
}

@media all and (max-width: 520px) {
  .case-detail-item-in figure {
    width: 100%;
    padding: 1rem;
  }
}
.case-detail-item-in figure figcaption {
  border-top: 1px #1b2d4b solid;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 90%;
}

.case-detail-item-in-customer {
  margin-top: 3rem;
  line-height: 1.7;
}

@media all and (max-width: 520px) {
  .case-detail-item-in-customer {
    margin-top: 1rem;
  }
}
.case-detail-item-in-customer p:not(:first-of-type) {
  margin-top: 1rem;
}

.case-detail-item-in-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-detail-item-in-interview dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
  display: inline-block;
  background: #fff;
  border: 1px #1b2d4b solid;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
  color: #1b2d4b;
  font-weight: 700;
}

.case-detail-item-in-interview dt:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media all and (max-width: 520px) {
  .case-detail-item-in-interview dt:not(:first-of-type) {
    margin: 1rem 0 0.5rem;
  }
}
@media all and (max-width: 520px) {
  .case-detail-item-in-interview dt {
    margin: 0 0 0.5rem;
  }
}
.case-detail-item-in-interview dd {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 90%;
  flex: 2 0 90%;
}

.case-detail-item-in-interview dd:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media all and (max-width: 520px) {
  .case-detail-item-in-interview dd:not(:first-of-type) {
    margin-top: 0;
  }
}
@media all and (max-width: 992px) {
  .case-detail-item-in-interview dd {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 88%;
    flex: 2 0 88%;
  }
}
.case-detail-item-in-img {
  width: 70%;
  margin: 2rem auto 0;
}

@media all and (max-width: 520px) {
  .case-detail-item-in-img {
    width: 100%;
  }
}
.case-detail-item-in-img img {
  background: #fff;
  border: 1px #1b2d4b solid;
  padding: 3px;
}

.case-detail-item-in-img figcaption {
  margin-top: 0.6rem;
  font-size: 90%;
  text-align: center;
}

.case-detail-item-in-employee {
  text-align: right;
  font-weight: 700;
}

.case-detail-notes {
  margin-top: 1rem;
  font-size: 90%;
  text-align: right;
}

@media all and (max-width: 520px) {
  .case-detail-notes {
    text-align: unset;
  }
}
.case-detail-notes a {
  display: inline-block;
  border-bottom: 1px #ef4444 solid;
  color: #ef4444;
}

.case-detail-notes a:hover {
  border-bottom: 1px #fff solid;
  opacity: 1;
}

@media all and (max-width: 520px) {
  .case-detail-notes a {
    display: inline;
  }
}
.case-detail-customer-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  box-shadow: 0 0 10px -5px rgba(35, 35, 35, 0.4);
  padding: 2rem;
  margin-top: 5rem;
}

@media all and (max-width: 520px) {
  .case-detail-customer-overview {
    display: block;
    padding: 1rem;
    margin-top: 3rem;
  }
}
.case-detail-customer-overview h2 {
  position: relative;
  color: #cc1534;
  font-size: 20px;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

@media all and (max-width: 992px) {
  .case-detail-customer-overview h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 520px) {
  .case-detail-customer-overview h2 {
    font-size: 16px;
  }
}
.case-detail-customer-overview h2::before {
  content: "";
  background: #cc1534;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
}

.case-detail-customer-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding: 0;
}

@media all and (max-width: 992px) {
  .case-detail-customer-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
.case-detail-customer-info p {
  line-height: 1.7;
}

.case-detail-customer-url {
  margin-top: 1rem;
}

.case-detail-customer-url a {
  position: relative;
  display: inline-block;
  border-bottom: 1px #ef4444 solid;
  color: #ef4444;
}

.case-detail-customer-url a:hover {
  border-bottom: 1px #fff solid;
  opacity: 1;
}

.case-detail-customer-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

@media all and (max-width: 992px) {
  .case-detail-customer-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.faq-wrap {
  background: #f3f5f5;
}

.faq-list {
  max-width: 992px;
  margin: 0 auto;
}

.faq-list-item {
  margin-top: 20px;
}

.faq-list-item:first-of-type {
  margin: 0;
}

.faq-list-item[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-list-item summary {
  background: #105488;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  padding: 20px 3.5rem 20px 4.5rem;
  cursor: pointer;
}

.faq-list-item summary::-webkit-details-marker {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .faq-list-item summary {
    cursor: auto;
  }
}
.faq-list-item summary::before {
  content: "Q";
  background: #fff;
  border-radius: 50%;
  color: #1b2d4b;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-left: 2px;
}

@media all and (max-width: 520px) {
  .faq-list-item summary::before {
    top: 20px;
  }
}
.faq-list-item summary::after {
  content: "\e5e1";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 150%;
  line-height: 1;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  .faq-list-item summary::after {
    content: none;
  }
}
.faq-list-item p {
  position: relative;
  background: #fff;
  padding: 20px 20px 20px 4.5rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.faq-list-item p::before {
  content: "A";
  background: #ffeb33;
  border-radius: 50%;
  color: #1b2d4b;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-left: 3px;
}

/*
effect
*/
.feature-item__txt.page {
  padding-bottom: 3rem;
}
.feature-item__txt.page dt {
  font-size: 1.5rem;
  color: #232b48;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.feature-item__txt.page dt strong {
  font-weight: 600;
}

.arrow-top {
  margin: 0 auto;
  margin-top: 0;
  width: 0;
  height: 0;
  border: 50px solid #105488;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.page-contents__flex--2col {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .page-contents__flex--2col {
    display: flex;
    gap: 0.75rem;
  }
}
.page-contents__flex--2col .item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-contents__flex--2col .item {
    width: 50%;
  }
}
.page-contents__flex--2col .item p {
  padding-bottom: 1.5rem;
}
.page-contents__flex--2col .item figure img {
  max-width: 100%;
  padding: 1rem;
}

.p-page-seminar__headding {
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-seminar__headding {
    font-size: 1.9375rem;
  }
}

.p-page-seminar__lead {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-seminar__lead {
    font-size: 1.5rem;
  }
}

.p-page-seminar__text {
  padding-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-seminar__text {
    font-size: 1rem;
  }
}

.download_wrap {
  padding: 0 calc((100% - 1000px) / 2) 100px;
}

.download-box {
  justify-content: flex-start;
  gap: 100px;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 726px) {
  .download-box {
    display: block;
  }
}
.download-box__item {
  max-width: 45%;
  text-align: center;
}

.download-box__item img {
  display: inline-block;
  border: 0.5px solid;
}

@media all and (max-width: 726px) {
  .download-box__item {
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
.download-box__title {
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 0.9375rem;
}

.download-box__text {
  text-align: left;
  padding-top: 16px;
  height: 80px;
  font-size: 0.875rem;
}

.download-box__text-2 {
  text-align: left;
  padding: 12px 0;
}

.download-box__text-thanks {
  text-align: center;
}

.download-box__contents {
  text-align: left;
  padding-bottom: 2px;
}

.download-box__contents p {
  color: #000055;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid;
  border-color: #000055;
  margin-bottom: 8px;
}

.download-box__contents li {
  list-style: inside decimal;
}

.download-box__item-title {
  display: block;
  background: #3c3c3c;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

/*
h2[id] {
	display: block;
	height: 8rem;
	margin-top: -8rem;
	content: "";
}
	*/
.c-heading__section--center {
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 4rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-heading__section--center {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-heading__section--center {
    font-size: 1.9375rem;
  }
}
.c-heading__section--center::before {
  background-color: #232b48; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -24px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 60px; /* 線の長さ */
}
.c-heading__section--center small {
  font-size: 1rem;
  letter-spacing: 0.2em;
  display: block;
  color: #105488;
}

.inner-title {
  color: #105488;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

@media all and (max-width: 992px) {
  .inner-title {
    padding-top: 50px;
    font-size: 28px;
  }
}
@media all and (max-width: 520px) {
  .inner-title {
    font-size: 24px;
  }
}
.inner-title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #1b2d4b;
}

.sub-title {
  text-align: center;
  color: #e1006d;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

@media all and (max-width: 520px) {
  .sub-title {
    font-size: 4.6153846154vw;
    margin-bottom: 20px;
  }
}
.c-contents__button {
  background: #ffd100;
  border-radius: 5px;
  max-width: 400px;
  padding: 12px 30px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(0, 0, 85);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.c-contents__button:hover {
  opacity: 0.8;
  transition: 0.3s ease-out;
}
.c-contents__button:hover span::before {
  right: -5px;
  transition: 0.3s ease-out;
}
.c-contents__button span {
  position: relative;
  padding-right: 40px;
}
.c-contents__button span::before {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  font-size: 130%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.c-contents__button.button--hero {
  max-width: initial;
  line-height: 1.3;
  margin: 10rem auto 0 auto;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .c-contents__button.button--hero {
    margin: 13.75rem auto 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-contents__button.button--hero {
    margin-top: 2.625rem;
    font-size: 1.25rem;
  }
}

/* TOPページセミナー案内用 */
/*
/* old btn
/*

/*===============
 Contents Parts
===============*/
.more-btn a {
  background: linear-gradient(135deg, #e01b53, #ff604d);
  border: none;
  /*border-radius: 24px;*/
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Ropa Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.1em;
  padding: 10px 20px;
  display: block;
  width: 75%;
  max-width: 240px;
  text-transform: uppercase;
}

.more-btn a:hover {
  opacity: 1;
  /*color: #ffeb33;*/
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.more-btn.big {
  width: 100%;
}

.more-btn.big a {
  padding: 15px 20px;
  margin: 50px auto 0;
  max-width: 300px;
  font-size: 20px;
}

.contact-btn {
  background: #ffd100;
  border-radius: 5px;
  max-width: 400px;
  padding: 10px 30px;
  text-align: center;
  font-size: 20px;
  color: #050a1f;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.contact-btn.header-nav {
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 520px) {
  .contact-btn {
    font-size: 4.6153846154vw;
    max-width: none;
    width: 100%;
  }
}
.contact-btn.ec-top {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(135deg, #cc1534, #e01b53, #ff604d, #fed878);
  width: 100%;
  max-width: 70%;
}

@media all and (max-width: 520px) {
  .contact-btn.ec-top {
    max-width: none;
    width: 100%;
  }
}
.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 253, 253, 0)), to(rgba(253, 253, 253, 0.8)));
  background: linear-gradient(to right, rgba(253, 253, 253, 0) 0%, rgba(253, 253, 253, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.contact-btn:hover {
  opacity: 1;
}

.contact-btn:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.contact-btn:hover span::before {
  right: -5px;
}

.contact-btn span {
  position: relative;
  padding-right: 40px;
}

@media all and (max-width: 520px) {
  .contact-btn span {
    padding-right: 2rem;
  }
}
.contact-btn span::before {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  font-size: 130%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

@media all and (max-width: 520px) {
  .contact-btn span::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#nav-wrapper {
  display: block;
}

@media all and (min-width: 992px) {
  #nav-wrapper {
    display: none;
  }
}
.hamburger {
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  right: 2.5vw;
  width: 36px;
  height: 26px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 36px;
  height: 2px;
  right: 0;
  background-color: rgb(28, 25, 23);
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 0px;
}

.hamburger__line--2 {
  top: 12px;
}

.hamburger__line--3 {
  top: 24px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 14px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 14px;
}

/* sp-nav */
.sp-nav {
  position: fixed;
  right: -100%; /* 右側に隠す */
  top: 0;
  width: 85%; /* 出てくるスライドメニューの幅 */
  height: 100%;
  background-color: #050a1f;
  color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.sp-nav a {
  color: #fff;
}

/* ハンバーガーがクリックされたら右からスライド */
.open .sp-nav {
  right: 0;
}

/*
  black-bg ハンバーガーメニュー解除用bg
  */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ハンバーガーメニューが開いたら表示 */
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/* header > menu for PC */
.btb-header-menu {
  display: none;
}

@media all and (min-width: 1024px) {
  .btb-header-menu {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
  }
}
.btb-header-list {
  color: rgb(28, 25, 23);
  /*border: 1px solid #c33;ガイド*/
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  padding: 5rem 1rem 3rem 1rem;
}

@media all and (min-width: 1024px) {
  .btb-header-list {
    /*color: #fc3;ガイド*/
    display: flex;
    flex-direction: row;
    justify-content: right;
    flex-grow: 3;
    padding-right: 0;
    font-size: 13px;
    margin-top: 0;
  }
}
@media all and (min-width: 1920px) {
  .btb-header-list {
    font-size: 15px;
  }
}
.btb-header-list li {
  padding: 1rem;
  /*border: 1px solid #c33;ガイド*/
  border-bottom: 1px solid #666;
}

@media all and (min-width: 1024px) {
  .btb-header-list li {
    padding: 0.25rem 0.5dvw;
    border-bottom: 0;
    border-left: 1px solid #666;
  }
}
@media all and (min-width: 1280px) {
  .btb-header-list li {
    padding: 0.5rem;
  }
}
@media all and (min-width: 1536px) {
  .btb-header-list li {
    padding: 0.5rem 0.75rem;
  }
}
@media all and (min-width: 1920px) {
  .btb-header-list li {
    padding: 0.5rem 1dvw;
  }
}
.nav-wrapper.open .hamburger__line {
  background-color: #fff;
}

.sp-nav .sp-contact {
  text-align: center;
}
.sp-nav .tel-box {
  margin-top: 1rem;
}

.hidden {
  display: none;
}

.hidden-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: block;
  }
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

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

.block {
  display: block;
}

/*-------------
svg
--------------*/
.svg-1rem {
  width: 1rem;
  height: auto;
}

/*-------------
text-align
--------------*/
.text-center {
  text-align: center;
}

/*-------------
padding
--------------*/
.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-7 {
  padding-bottom: 6rem;
}

/*-------------
font-size
--------------*/

.large {
  font-size: 150%;
}
