@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Oswald/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Regular.woff") format("woff");
}
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.-open {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    font-size: 100%;
    font-size: 1rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    width: 100vw;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .content {
    padding-top: 63px;
    position: relative;
  }
  .is_pc {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    font-size: 100%;
    font-size: 1rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
  }
  .content {
    position: relative;
    padding-top: 77px;
  }
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumb {
    width: 100%;
    padding: 16px 15px 0 15px;
    margin: 0 auto;
  }
  .breadcrumb-item {
    font-size: 12px;
    display: inline;
  }
  .breadcrumb-item::after {
    content: ">";
    margin: 0 8px;
  }
  .breadcrumb-item:last-of-type::after {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .breadcrumb {
    max-width: 1200px;
    width: 100%;
    padding-top: 16px;
    margin: 0 auto;
  }
  .breadcrumb-item {
    font-size: 12px;
    display: inline;
  }
  .breadcrumb-item::after {
    content: ">";
    margin: 0 8px;
  }
  .breadcrumb-item:last-of-type::after {
    display: none;
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  transition: all 0.3s;
}
.header img {
  width: 100%;
}
.-open .header {
  background-color: #fff;
}
.header__inner {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.header-logo__link {
  display: inline-block;
}
.header-logo__text {
  color: #333;
}
.header-btn__wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-btn__document {
  display: flex;
  background-color: #ff8900;
  color: #fff;
}
.header-btn__document::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-document.svg") 50% 50%/contain no-repeat;
}
.header-btn__contact {
  display: flex;
  background-color: #fdd634;
}
.header-btn__contact::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-contact.svg") 50% 50%/contain no-repeat;
}
@media screen and (min-width: 750px) {
  .header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 25.9701492537%;
  }
  .header-logo__link {
    width: 100%;
  }
  .header-logo__link:hover {
    filter: brightness(110%);
  }
  .header-logo__text {
    font-size: 0.625rem;
    padding-top: 5px;
    white-space: nowrap;
  }
  .header-menu {
    display: flex;
    flex-shrink: 0;
    width: 53%;
  }
  .header-menu__list {
    display: flex;
    align-items: center;
  }
  .header-btn {
    font-size: 0.875em;
    letter-spacing: 0.05em;
    font-weight: bold;
    flex-direction: row;
    align-items: center;
    width: 9.75rem;
    height: 2.5rem;
    text-align: center;
    transition: all 0.3s;
  }
  .header-btn:hover {
    filter: brightness(0.9);
  }
  .header-btn__document {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8900;
    border-radius: 1.875rem;
    color: #fff;
  }
  .header-btn__document::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-right: 0.625rem;
  }
  .header-btn__contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdd634;
    border-radius: 1.875rem;
    color: #333;
    margin-left: 0.625rem;
  }
  .header-btn__contact::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__inner {
    height: 77px;
  }
  .header-logo__link {
    width: 167px;
    flex-shrink: 0;
  }
  .header .ham {
    display: none;
  }
  .header-menu__item {
    font-size: 0.875em;
    letter-spacing: 0.05em;
    line-height: 1.5714285714em;
    font-weight: bold;
    position: relative;
    margin: 0 0.9375rem;
    padding: 10px 0;
    cursor: default;
  }
  .header-menu__item:hover > span {
    color: #1eade9;
  }
  .header-menu__item:hover .header-submenu__list {
    opacity: 1;
    height: fit-content;
    visibility: visible;
    z-index: 1;
  }
  .header-submenu__list {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 14.375rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 2px solid #1eade9;
    padding: 0.625rem 1.25rem;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s, height 0.3s;
  }
  .header-submenu__list::before {
    content: "";
    position: absolute;
    top: -4px;
    left: calc(50% - 6px);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1eade9;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
  }
  .header-submenu__list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: calc(50% - 6px);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
  }
  .header-submenu__item {
    font-size: 0.875em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    display: block;
  }
  .header-submenu__item:not(:first-child) {
    border-top: 1px solid #cdcdcd;
  }
  .header-submenu__item .-link {
    position: relative;
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    padding: 0.5em 10px 0.5em 0;
  }
  .header-submenu__item .-link::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url("../img/top/menu-arrow_gr.svg") 50% 50%/contain no-repeat;
  }
  .header-submenu__item .-link:hover {
    color: #1eade9;
  }
}
@media screen and (min-width: 1300px) {
  .header {
    padding: 0 1.875rem;
  }
  .header-logo__link {
    margin-right: 1.0625rem;
  }
}
@media screen and (max-width: 1299px) {
  .header-title {
    flex-direction: column;
  }
  .header-btn {
    font-size: 0.75rem;
    width: 6.25rem;
    height: 100px;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    margin: 0;
  }
  .header-btn::before {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1025px) {
  .header-btn {
    height: 77px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .header-title {
    padding: 0.625rem 1.875rem;
  }
  .header .ham {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #f2f2f2;
    width: 6.25rem;
    z-index: 100;
  }
  .header .ham > span {
    position: absolute;
    display: inline-block;
    left: 33%;
    width: 2.0625rem;
    height: 1px;
    background-color: #333;
    transition: all 0.3s;
  }
  .header .ham > span:nth-of-type(1) {
    top: 2.4375rem;
  }
  .header .ham > span:nth-of-type(2) {
    top: 3.125rem;
  }
  .header .ham > span:nth-of-type(3) {
    top: 3.8125rem;
  }
  .-open .header .ham > span:nth-of-type(1) {
    transform: translateY(0.7em) rotate(45deg);
  }
  .-open .header .ham > span:nth-of-type(2) {
    transform: scale(0);
  }
  .-open .header .ham > span:nth-of-type(3) {
    transform: translateY(-0.7em) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .header-sp {
    display: flex;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    position: fixed;
    top: 5.75rem;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: #fff;
    padding: 37px 4vw;
    transform: translateX(100%);
    z-index: 99;
  }
  .-open .header-menu {
    transform: translateX(0);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu__list {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-top: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu__item {
    width: 100%;
    border-bottom: 1px dashed #cdcdcd;
  }
  .header-menu__item > span {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 1.25em 0;
  }
  .header-menu__item > span::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url("../img/top/menu-arrow_bl.svg") 50% 50%/contain no-repeat;
  }
  .header-menu__item > span.-active::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
  .header-submenu__list {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s linear;
  }
  .-active + .header-submenu__list {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-submenu__item:not(:first-child) .-link {
    border-top: 1px solid #fff;
  }
  .header-submenu__item .-link {
    position: relative;
    font-size: 0.875em;
    display: block;
    background-color: rgba(30, 173, 233, 0.2);
    padding: 1.2em;
  }
  .header-submenu__item .-link::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url("../img/top/menu-arrow_gr.svg") 50% 50%/contain no-repeat;
  }
  .header-submenu__item .-link br {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .header {
    background-color: #fff;
    height: 63px;
  }
  .header-title {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 49.6%;
    padding: 1.8666666667% 0 0.8% 4%;
  }
  .header-logo__link {
    max-width: 113px;
    width: 60.752688172%;
    padding-bottom: 2.688172043%;
  }
  .header-logo__text {
    font-size: 10px;
  }
  .header-sp {
    width: 50.4%;
    justify-content: flex-end;
    align-self: stretch;
  }
  .header-btn {
    font-size: 8px;
    flex-direction: column;
    justify-content: center;
    width: 63px;
    height: 63px;
    text-align: center;
    padding: 14px 0;
  }
  .header-btn__document::before {
    width: 100%;
    height: 17px;
    margin-bottom: 10px;
  }
  .header-btn__contact::before {
    width: 100%;
    height: 13px;
    margin-bottom: 12px;
  }
  .header-menu {
    top: 63px;
  }
  .header-menu__list {
    width: 100%;
  }
  .header-menu__item {
    font-size: 14px;
  }
  .header .ham {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #f2f2f2;
    width: 63px;
    height: 63px;
  }
  .header .ham > span {
    position: absolute;
    display: inline-block;
    left: 21px;
    width: 21px;
    height: 1px;
    background-color: #333;
    transition: all 0.3s;
  }
  .header .ham > span:nth-of-type(1) {
    top: 22px;
  }
  .header .ham > span:nth-of-type(2) {
    top: 29px;
  }
  .header .ham > span:nth-of-type(3) {
    top: 36px;
  }
  .-open .header .ham > span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .-open .header .ham > span:nth-of-type(2) {
    transform: scale(0);
  }
  .-open .header .ham > span:nth-of-type(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.footer {
  width: 100%;
  background-color: #1eade9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.footer-top {
  display: flex;
  color: #fff;
}
.footer-bottom {
  color: #fff;
}
.footer-top__item {
  flex-shrink: 0;
}
.footer-top__link {
  display: inline-block;
}
.footer-btn__document {
  display: flex;
  background-color: #ff8900;
  color: #fff;
}
.footer-btn__document::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-document.svg") 50% 50%/contain no-repeat;
}
.footer-btn__contact {
  display: flex;
  background-color: #fdd634;
}
.footer-btn__contact::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-contact.svg") 50% 50%/contain no-repeat;
}
.footer-btn {
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.footer-btn__document {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8900;
  border-radius: 1.875rem;
  color: #fff;
}
.footer-btn__contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdd634;
  border-radius: 1.875rem;
  color: #333;
}
@media screen and (min-width: 750px) {
  .footer-top {
    padding: 3.75rem 2.5rem;
    justify-content: center;
    align-items: center;
  }
  .footer-top__link {
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 0.9375em;
    width: 100%;
    padding: 1.25rem 1em 1.25rem 0;
  }
  .footer-logo {
    width: 189px;
    margin-right: 3.125rem;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-top__list {
    display: flex;
    align-items: center;
  }
  .footer-bottom {
    background-color: #106080;
  }
  .footer-bottom .footer-logo {
    display: none;
  }
  .footer-btn__wrap {
    display: flex;
  }
  .footer-btn {
    font-size: 0.875em;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 0.875em;
    width: 9.75rem;
    height: 2.5rem;
    transition: all 0.3s;
  }
  .footer-btn:hover {
    filter: brightness(0.9);
  }
  .footer-btn__document::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-right: 0.625rem;
  }
  .footer-btn__contact {
    margin-left: 0.625rem;
  }
  .footer-btn__contact::before {
    width: 1.125rem;
    height: 0.8125rem;
    margin-right: 0.625rem;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.25rem 2.5rem;
  }
  .footer-bottom__list {
    display: flex;
    align-items: center;
  }
  .footer-bottom__item {
    margin: 0 0.625rem;
  }
  .footer-bottom__link {
    font-size: 0.6875em;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: 300;
  }
  .footer .copyright {
    font-size: 0.625em;
    letter-spacing: 0.05em;
    line-height: 2.2em;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }
}
@media screen and (max-width: 749px) {
  .footer-top {
    padding: 1.8666666667vw 4% 4vw;
    flex-direction: column;
  }
  .footer-top .footer-logo {
    display: none;
  }
  .footer-top__link {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    width: 100%;
    padding: 5.3333333333vw 1em 5.3333333333vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-top__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    background: url("../img/footer-arrow.svg") 50% 50%/contain no-repeat;
  }
  .footer-bottom__nav {
    padding: 0 4%;
  }
  .footer-bottom__link {
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: block;
    padding: 4vw 0;
  }
  .footer-copyright {
    width: 100%;
    background-color: #106080;
    padding: 4.5333333333vw;
    text-align: center;
  }
  .footer-copyright .copyright {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    font-family: "Oswald", sans-serif;
  }
  .footer-logo {
    width: 100%;
    text-align: center;
    padding: 6.6666666667vw 0 8vw;
  }
  .footer-logo__link {
    display: inline-block;
    width: 50.4vw;
  }
  .footer-btn__wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 3.2vw 4%;
    transform: translateY(100%);
    transition: transform 0.3s;
    z-index: 10;
  }
  .-scroll .footer-btn__wrap {
    transform: translateY(0);
  }
  .-end .footer-btn__wrap {
    transform: translateY(100%);
  }
  .footer-btn {
    font-size: 3.7333333333vw;
    font-weight: bold;
    width: 44vw;
    height: 10.6666666667vw;
  }
  .footer-btn::before {
    margin-right: 2.6666666667vw;
  }
  .footer-btn__document::before {
    width: 3.7333333333vw;
    height: 4.8vw;
  }
  .footer-btn__contact::before {
    width: 4.8vw;
    height: 3.4666666667vw;
  }
}
@media screen and (max-width: 1299px) and (min-width: 750px) {
  .footer-top {
    padding: 1.875rem 1.25rem;
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-copyright {
    margin-top: 1rem;
  }
}

/* page top */
.pagetop {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  position: fixed;
  background: url("../img/top/btn-arrow_bl.svg") 50% 50%/95% no-repeat;
  cursor: pointer;
  transform: rotate(-90deg);
}
@media screen and (min-width: 750px) {
  .pagetop {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    right: 15px;
    bottom: 70px;
  }
}
@media screen and (max-width: 749px) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    right: 2.6666666667vw;
    bottom: 21.3333333333vw;
  }
}
.pagetop > span {
  opacity: 0;
}

.top {
  /* ------------------------------
  - top-rw common
  ------------------------------ */
  /* ------------------------------
  - top-rw sm-up
  ------------------------------ */
  /* ------------------------------
  - top-rw md-up
  ------------------------------ */
  /* ------------------------------
  - top-rw md-down
  ------------------------------ */
  /* ------------------------------
  - top-rw sm-down
  ------------------------------ */
}
.top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
.top img {
  width: 100%;
  height: auto;
}
.top .c-blue {
  color: #1eade9;
}
.top .c-orange {
  color: #ff8900;
}
.top .d-block {
  display: block;
}
.top .brackets::before, .top .brackets::after {
  position: relative;
  font-weight: 300;
  font-size: 1.1em;
}
.top .brackets::before {
  content: "[";
}
.top .brackets::after {
  content: "]";
}
@media screen and (min-width: 750px) {
  .top {
    /* ------------------------------
    - container / content
    ------------------------------ */
    /* ------------------------------
    - section
    ------------------------------ */
    /* ------------------------------
    - button
    ------------------------------ */
    /* ------------------------------
      - common-cv
      ------------------------------ */
    /* ------------------------------
    - kv
    ------------------------------ */
    /* ------------------------------
    - about
    ------------------------------ */
    /* ------------------------------
    - problem
    ------------------------------ */
    /* ------------------------------
    - solution
    ------------------------------ */
    /* ------------------------------
    - features
    ------------------------------ */
    /* ------------------------------
    - reasons
    ------------------------------ */
    /* ------------------------------
    - case *既存css流用に追記
    ------------------------------ */
    /*case*/
    /* ------------------------------
    - catchup
    ------------------------------ */
    /* ------------------------------
    - carousel
    ------------------------------ */
    /* ------------------------------
    - event *既存css流用に追記
    ------------------------------ */
    /*event*/
    /* ------------------------------
    - flow
    ------------------------------ */
    /* ------------------------------
    - faq
    ------------------------------ */
    /* ------------------------------
    - media
    ------------------------------ */
    /* ------------------------------
    - news
    ------------------------------ */
    /* ------------------------------
    - message
    ------------------------------ */
    /* ------------------------------
    - aside
    ------------------------------ */
  }
  .top .container {
    background-color: #f2f6f9;
  }
  .top .content {
    overflow: hidden;
  }
  .top .sec {
    padding: 5rem 0;
  }
  .top .sec-heading {
    font-size: 2.25em;
    letter-spacing: 0.05em;
    line-height: 1.5555555556em;
    text-align: center;
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .top .sec-heading .-sm {
    font-weight: bold;
    display: block;
    font-size: 0.6666666667em;
  }
  .top .sec-heading .-md {
    font-size: 1.5225em;
  }
  .top .sec-heading .-lg {
    font-size: 1.5555555556em;
  }
  .top .sec-heading .-strong {
    font-weight: 700;
  }
  .top .btn-blue {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 6.25rem;
    color: #333;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.1875em;
    font-weight: bold;
    max-width: 510px;
    text-align: center;
    margin: 0 auto;
    padding: 1.4375rem 2.0625rem 1.4375rem 1.5625rem;
    transition: all 0.3s;
  }
  .top .btn-blue:hover {
    filter: brightness(0.9);
  }
  .top .btn-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: url("../img/top/btn-arrow_bl.svg") 0 0/cover no-repeat;
  }
  .top .common-cv {
    background: url("../img/top/bg-cv_pc.jpg") 50% 50%/cover no-repeat;
  }
  .top .common-cv__inner {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .top .common-cv-top {
    position: relative;
    padding: 3.125rem 0 1.25rem;
  }
  .top .common-cv-text {
    position: relative;
    width: 57.5%;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
  }
  .top .common-cv-text::before {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 77%;
    width: 100%;
    height: 150%;
    background: url("../img/top/cv-img.png") 100% 100%/contain no-repeat;
  }
  .top .common-cv-heading {
    display: flex;
    flex-direction: column;
  }
  .top .common-cv-heading .-top {
    font-size: 1.3125em;
    letter-spacing: 0.05em;
    line-height: 1.7142857143em;
    font-weight: 700;
    color: #fff;
  }
  .top .common-cv-heading .-bottom {
    font-size: 3.625em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
  }
  .top .common-cv-addtext__list {
    display: flex;
    justify-content: flex-start;
    margin: 1.875rem 0 0.625rem;
  }
  .top .common-cv-addtext__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48.4057971014%;
    text-align: center;
    color: #fdd634;
  }
  .top .common-cv-addtext__item::before, .top .common-cv-addtext__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.9375rem;
    height: 5rem;
  }
  .top .common-cv-addtext__item::before {
    left: 0;
    background: url("../img/top/leaf-yl_l.svg") 0 0/contain no-repeat;
  }
  .top .common-cv-addtext__item::after {
    right: 0;
    background: url("../img/top/leaf-yl_r.svg") 0 0/contain no-repeat;
  }
  .top .common-cv-addtext__item:nth-child(1) {
    width: 15.5rem;
  }
  .top .common-cv-addtext__item:nth-child(2) {
    width: 13rem;
    margin-left: 1.125rem;
  }
  .top .common-cv-addtext__item:nth-child(2) .-sm {
    padding-top: 0.3125rem;
  }
  .top .common-cv-addtext__item:nth-child(2) .-col {
    align-items: flex-start;
    margin-left: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .top .common-cv-addtext__item .-sm {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1.3333333333em;
    font-weight: 700;
  }
  .top .common-cv-addtext__item .-md {
    font-size: 1.3125em;
    letter-spacing: 0;
    line-height: 1.1904761905em;
    font-weight: bold;
  }
  .top .common-cv-addtext__item .-lg {
    font-size: 1.375em;
    letter-spacing: 0;
    line-height: 1.1818181818em;
    font-weight: bold;
  }
  .top .common-cv-addtext__item .-num {
    font-size: 4.375em;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    font-family: "Oswald", sans-serif;
  }
  .top .common-cv-addtext__item .-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .common-cv-addtext__item .-col {
    display: flex;
    flex-direction: column;
  }
  .top .common-cv-addtext__item sup {
    font-size: 0.1714285714em;
    position: absolute;
    top: 0.75rem;
    right: -0.5rem;
  }
  .top .common-cv-note {
    font-size: 0.625em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-weight: 300;
    color: #fff;
  }
  .top .common-cv-btn__wrap {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #1179a5;
    text-align: center;
    padding: 1.25rem 0;
  }
  .top .common-cv-btn__wrap .common-cv__inner {
    justify-content: center;
  }
  .top .common-cv-btn__wrap .cv-btn {
    width: 35.625rem;
    min-width: 570px;
    font-size: 1.875em;
    letter-spacing: 0.05em;
    line-height: 0.5333333333em;
    font-weight: bold;
    border-radius: 10rem;
    letter-spacing: 0;
  }
  .top .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
  }  
  .top-kv {
    background: url("../img/top/bg-kv_pc.jpg") 50% 100%/cover no-repeat;
    background-color: #f2f6f9;
  }
  .top .kv__inner {
    position: relative;
    max-width: 1040px;
    width: 100%;
    min-height: 540px;
    margin: 0 auto;
    padding: 3.125rem 1.25rem 1.25rem 3%;
    display: flex;
    flex-direction: column;
  }
  .top .kv-head {
    display: flex;
    flex-direction: column;
    width: 55%;
    margin-bottom: 2em;
  }
  .top .kv-foot {
    width: 55%;
  }
  .top .kv-addtext__list {
    display: flex;
    justify-content: space-between;
    max-width: 475px;
  }
  .top .kv-addtext__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48.4057971014%;
    text-align: center;
    color: #fdd634;
  }
  .top .kv-addtext__item::before, .top .kv-addtext__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.9375rem;
    height: 5rem;
  }
  .top .kv-addtext__item::before {
    left: 0;
    background: url("../img/top/leaf-yl_l.svg") 0 0/contain no-repeat;
  }
  .top .kv-addtext__item::after {
    right: 0;
    background: url("../img/top/leaf-yl_r.svg") 0 0/contain no-repeat;
  }
  .top .kv-addtext__item:nth-child(1) {
    width: 15.5rem;
  }
  .top .kv-addtext__item:nth-child(2) {
    width: 13rem;
    margin-left: 1.125rem;
  }
  .top .kv-addtext__item:nth-child(2) .-sm {
    padding-top: 0.3125rem;
  }
  .top .kv-addtext__item:nth-child(2) .-col {
    align-items: flex-start;
    margin-left: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .top .kv-addtext__item .-sm {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1.3333333333em;
    font-weight: 700;
  }
  .top .kv-addtext__item .-md {
    font-size: 1.3125em;
    letter-spacing: 0;
    line-height: 1.1904761905em;
    font-weight: bold;
  }
  .top .kv-addtext__item .-lg {
    font-size: 1.375em;
    letter-spacing: 0;
    line-height: 1.1818181818em;
    font-weight: bold;
  }
  .top .kv-addtext__item .-num {
    font-size: 4.375em;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    font-family: "Oswald", sans-serif;
  }
  .top .kv-addtext__item .-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-addtext__item .-col {
    display: flex;
    flex-direction: column;
  }
  .top .kv-addtext__item sup {
    font-size: 0.1714285714em;
    position: absolute;
    top: 0.75rem;
    right: -0.5rem;
  }
  .top .kv-note {
    font-size: 0.625em;
    letter-spacing: 0.04em;
    line-height: 1.6em;
    font-weight: 300;
    color: #fff;
    margin: 0.5625rem 0 2.1875rem;
    order: 1;
  }
  .top .kv-heading {
    margin-bottom: 2rem;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .top .kv-heading .-top {
    display: block;
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.7391304348em;
    font-weight: bold;
    letter-spacing: 0;
  }
  .top .kv-heading .-bottom {
    display: block;
    font-size: 3.6875em;
    letter-spacing: 0;
    line-height: 1em;
    font-weight: bold;
  }
  .top .kv-img {
    width: 47%;
    min-width: 44%;
    height: 34.0625rem;
    background: url("../img/top/PC_img_man.png") 100% 100%/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top .kv-cv {
    position: relative;
    color: #fff;
    max-width: 460px;
    display: flex;
    /* flex-direction: column; */
    flex-direction: column-reverse;
  }
  .top .cv-btn__wrap {
    order: 2;
  }
  .top .cv-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8900;
    border-radius: 2.5rem;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    line-height: 4.1666666667em;
    font-weight: bold;
    flex-direction: column;
    max-width: 460px;
    min-height: 80px;
    transition: all 0.3s;
    padding: 0.4em;
    border-bottom: 8px solid #be6907;
    position: relative;
    top: 0;
    letter-spacing: 0;
  }
  .top .cv-btn:hover {
    filter: brightness(0.9);
    top: 5px;
  }
  .top .cv-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: url("../img/top/cv-arrow.svg") 0 0/contain no-repeat;
  }
  .top .cv-btn .-head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75em;
    line-height: 1.4;
  }
  .top .cv-btn .-head::before, .top .cv-btn .-head::after {
    content: "";
    width: 1px;
    height: 1em;
    background: #fff;
    margin: 0 0.8em;
  }
  .top .cv-btn .-head::before {
    transform: rotate(-45deg);
  }
  .top .cv-btn .-head::after {
    transform: rotate(45deg);
  }
  .top .cv-btn .-foot {
    line-height: 1.4;
  }
  .top-about {
    background: #fff;
  }
  .top .about__inner {
    padding: 0 3.75rem;
  }
  .top .about-head {
    margin-bottom: 2.5rem;
  }
  .top .about-body {
    max-width: 43.75rem;
    margin: 0 auto;
    border: 2px solid #1eade9;
  }
  .top .about-heading {
    display: flex;
    justify-content: center;
    font-size: 2em;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: bold;
  }
  .top .about-heading::before, .top .about-heading::after {
    content: "";
    display: block;
    width: 2.1875rem;
    height: 2.1875rem;
    background: no-repeat center/contain;
    margin: 0 0.5em;
  }
  .top .about-heading::before {
    background-image: url("../img/top/deco-about-left.svg");
  }
  .top .about-heading::after {
    background-image: url("../img/top/deco-about-right.svg");
  }
  .top .top-about__movie {
    position: relative;
    width: 100%;
  }
  .top .iframe-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .top .iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .top .about-lead {
    padding: 0.7em;
    background: #f2f2f2;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.75em;
    font-weight: bold;
    text-align: center;
  }
  .top-problem {
    position: relative;
    padding: 5rem 0 6.875rem;
    background: url("../img/top/bg-problem_pc.png") 50% 0/cover no-repeat;
    background-color: #f2f6f9;
  }
  .top .problem__inner {
    width: 90%;
    max-width: 1090px;
    margin: 0 auto;
  }
  .top .problem-head {
    margin-bottom: 2.5rem;
  }
  .top .problem-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top .problem-block {
    position: relative;
    width: 32%;
    min-width: 330px;
    text-align: center;
    margin: 0 0.5%;
  }
  .top .problem-def {
    background: url("../img/top/bg-problem-box.svg") 50% 50%/contain no-repeat;
    text-align: center;
    padding: 2.5rem 10%;
    font-size: clamp(14px, 1.4vw, 16px);
  }
  .top .problem-term {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.3125rem;
  }
  .top .problem-term .-lg {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
  }
  .top .problem-desc {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.6875em;
    font-weight: 300;
  }
  .top .problem-desc .-strong {
    font-weight: bold;
    padding-bottom: 0.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #fdd634 90%);
  }
  .top .problem-bottom {
    width: 100%;
    text-align: center;
    margin-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
  .top .problem-bottom .-dot {
    font-size: 2.25em;
    letter-spacing: 0.1em;
    line-height: 0.8055555556em;
    font-weight: bold;
    color: #1a1a1a;
    padding-top: 0.5em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.1em 0.6em;
    background-image: radial-gradient(0.125rem 0.125rem at center center, #1a1a1a, #1a1a1a 100%, transparent 100%, transparent);
  }
  .top-solution {
    position: relative;
    background-color: #fff;
    padding: 1.25rem 0 0;
    margin-top: 3.75rem;
    z-index: 1;
  }
  .top-solution + .common-cv {
    position: relative;
    margin-top: -2.25rem;
    z-index: 1;
  }
  .top-solution::before, .top-solution::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: -1;
  }
  .top-solution::before {
    width: 70%;
    height: 20%;
    transform: rotate(8deg) translateX(-10%);
    top: -12.5rem;
    left: 0;
  }
  .top-solution::after {
    width: 70%;
    height: 20%;
    transform: rotate(-8deg) translateX(10%);
    top: -12.5rem;
    right: 0;
  }
  .top .solution__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    transform: translateY(-7.5rem);
  }
  .top .solution-head {
    margin-bottom: 3.125rem;
    z-index: 1;
  }
  .top .solution-head::before {
    content: "";
    position: absolute;
    top: -9.0625rem;
    right: 0.9375rem;
    width: 20%;
    height: 25rem;
    background: url("../img/top/solution-top-img.png") 50% 100%/contain no-repeat;
    z-index: 0;
  }
  .top .solution-head .sec-heading > span:nth-of-type(1), .top .solution-head .sec-heading > span:nth-of-type(3) {
    font-size: 2.25em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro {
    filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.08));
    transform: translateZ(0);
    position: relative;
    background-color: #fff;
    border: 1px solid #1eade9;
    padding: 2.5rem 5rem 5rem;
    margin-bottom: 7.5rem;
  }
  .top .solution-intro::after {
    content: "";
    position: absolute;
    bottom: -7.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5rem 7.9375rem 0 7.9375rem;
    border-color: #fdd634 transparent transparent transparent;
  }
  .top .solution-top {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2.5rem 1.25rem;
  }
  .top .solution-top::before {
    content: "";
    position: absolute;
    width: 28.1622911695%;
    height: 13.125rem;
    right: -10%;
    bottom: -8rem;
    background: url("../img/top/solution-cg01_pc.png") 100%/contain no-repeat;
    z-index: 2;
  }
  .top .solution-bottom {
    position: relative;
  }
  .top .solution-bottom::before {
    content: "";
    position: absolute;
    width: 30.5489260143%;
    height: 16.375rem;
    left: -21%;
    bottom: -38%;
    background: url("../img/top/solution-cg02_pc.png") 0 0/contain no-repeat;
    z-index: 2;
  }
  .top .solution-intro__head {
    max-width: 560px;
    width: 67.1428571429%;
    flex-shrink: 0;
  }
  .top .solution-intro__heading > span:nth-child(3) {
    padding-top: 0.5em;
  }
  .top .solution-intro__heading .-normal {
    font-size: 1.625em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro__heading .-md {
    font-size: 2.1875em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro__heading .-num {
    font-size: 4.25em;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }
  .top .solution-intro__heading .-point {
    position: relative;
    top: -1em;
    padding: 0 0.7em 1em 0;
  }
  .top .solution-intro__heading .-point::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("../img/top/tag-deco.svg") 0 100%/contain no-repeat;
  }
  .top .solution-intro__img {
    max-width: 276px;
    width: 32.8571428571%;
  }
  .top .solution-intro__img > img {
    width: 100%;
  }
  .top .solution-def {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 2.380952381%;
    grid-row-gap: 0px;
    background-color: #f2f6f9;
    border-radius: 1rem;
    padding: 2.5rem;
  }
  .top .solution-def::after {
    font-size: 1em;
    letter-spacing: 0.05em;
    font-weight: 300;
    position: absolute;
    content: "etc.";
    display: inline-block;
    bottom: 1.625rem;
    right: 1rem;
    background-color: #f2f6f9;
    padding: 0.5em 1.5em;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .top .solution-def {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-term {
    position: relative;
    top: -0.5em;
    font-size: 1.125em;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: bold;
  }
  .top .solution-term:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-desc {
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: 300;
    border-bottom: 1px dashed #cdcdcd;
    padding: 0.1em 0;
  }
  .top .solution-desc::before {
    content: "●";
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    color: #1eade9;
    transform: scale(0.5);
  }
  .top .solution-desc:nth-of-type(1) {
    grid-area: 2/1/3/2;
  }
  .top .solution-desc:nth-of-type(2) {
    grid-area: 3/1/4/2;
  }
  .top .solution-desc:nth-of-type(3) {
    grid-area: 4/1/5/2;
  }
  .top .solution-desc:nth-of-type(4) {
    grid-area: 5/1/6/2;
  }
  .top .solution-desc:nth-of-type(5) {
    grid-area: 1/2/2/3;
  }
  .top .solution-desc:nth-of-type(6) {
    grid-area: 2/2/3/3;
  }
  .top .solution-desc:nth-of-type(7) {
    grid-area: 3/2/4/3;
  }
  .top .solution-desc:nth-of-type(8) {
    grid-area: 4/2/5/3;
  }
  .top .solution-desc:nth-of-type(9) {
    grid-area: 5/2/6/3;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-subhead {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1875em;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #1a1a1a;
    padding: 4.375rem 0 2.5rem;
    z-index: 0;
  }
  .top .solution-subhead::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16.6875rem;
    bottom: -3.75rem;
    left: -2.5rem;
    background: url("../img/top/solution-subhead-img_pc.png") 0 100%/contain no-repeat;
    z-index: -1;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-subhead__img {
    width: 345px;
    margin: -2rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-content {
    position: relative;
    background-color: #f2f6f9;
    padding: 3.75rem 5rem 4.375rem;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-content__head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-content__heading {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  .top .solution-content__heading .d-block {
    display: inline-block;
  }
  .top .solution-content__heading .-normal {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-content__main {
    position: relative;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .solution-content__img {
    max-width: 686px;
    margin: 0 auto 1.875rem;
  }
}
@media screen and (min-width: 750px) {
  .top-features {
    background-color: #fff;
  }
}
@media screen and (min-width: 750px) {
  .top .features__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .features-head {
    margin-bottom: 1.875rem;
  }
  .top .features-head span:nth-of-type(3) {
    position: relative;
    left: -0.3em;
  }
}
@media screen and (min-width: 750px) {
  .top .features-content {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 750px) {
  .top .features-block {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .top .features-block:not(:first-child) {
    margin-top: clamp(0.625rem, 3vw, 3.75rem);
  }
  .top .features-block:nth-child(odd)::before {
    right: 33%;
  }
  .top .features-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top .features-block:nth-child(even)::before {
    left: 33%;
  }
  .top .features-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 3rem;
    width: 100vw;
    height: clamp(100px, 100%, 372px);
    background: #f2f6f9;
    z-index: 0;
  }
  .top .features-block.-block01 .features-img {
    width: 54.9%;
    margin-right: -3.0625rem;
  }
  .top .features-block.-block02 {
    margin-top: clamp(0.625rem, 2vw, 1.25rem);
    min-height: 412px;
  }
  .top .features-block.-block02 .features-img {
    width: 50.5%;
    margin-right: -0.3125rem;
  }
  .top .features-block.-block03 .features-img {
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  .top .features-text {
    position: relative;
    z-index: 10;
    max-width: 460px;
    width: 46%;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 750px) {
  .top .features-img {
    position: relative;
    z-index: 10;
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 750px) {
  .top .features-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .features-tag {
    font-size: 5em;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 600;
    color: #1eade9;
    font-family: "Oswald", sans-serif;
  }
}
@media screen and (min-width: 750px) {
  .top .features-heading {
    padding-top: 1.5625rem;
  }
  .top .features-heading .-sm {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.375em;
    display: block;
    margin-bottom: 0.5em;
  }
  .top .features-heading .-highlight {
    font-size: 2.375rem;
    letter-spacing: 0.05em;
    line-height: 1.2894736842em;
    font-weight: bold;
    font-size: clamp(30px, 3.9vw, 34px);
  }
}
@media screen and (min-width: 750px) {
  .top .features-bodytxt {
    padding-right: 3.125rem;
  }
  .top .features-bodytxt .-text {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 400;
  }
}
@media screen and (min-width: 750px) {
  .top .features-banner {
    overflow: hidden;
    border: 1px solid #1eade9;
  }
}
@media screen and (min-width: 750px) {
  .top .features-banner__heading {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 750px) {
  .top .features-banner__app-note {
    font-size: 12px;
    margin: -1rem auto 2.5rem;
    color: #949494;
  }  
}
@media screen and (min-width: 750px) {
  .top .features-banner-btn {
    font-size: 1rem;
    padding: 1.125rem;
  }
  .top .features-banner-btn::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media screen and (min-width: 750px) {
  .top-reasons {
    background-color: #f2f6f9;
  }
}
@media screen and (min-width: 750px) {
  .top .reasons__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .reasons-head {
    margin-bottom: 2.5rem;
  }
  .top .reasons-head .-sm {
    line-height: 1.5;
    display: inline-block;
  }
  .top .reasons-head .-sm:nth-of-type(2) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 750px) {
  .top .reasons-title {
    font-size: 1.125em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .top-case-study {
    background-color: #fff;
  }
}
@media screen and (min-width: 750px) {
  .top .case-study-head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .case-study__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .achieve-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 750px) {
  .top .achieve-def {
    width: 40%;
    max-width: 400px;
  }
  .top .achieve-def:nth-of-type(n + 2) {
    margin-left: 3%;
  }
}
@media screen and (min-width: 750px) {
  .top .achieve-term {
    font-size: 1em;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    height: 3.375rem;
    background: url("../img/top/achieve-tag_pc.svg") 50% 50%/contain no-repeat;
    padding-bottom: 0.2em;
  }
}
@media screen and (min-width: 750px) {
  .top .achieve-desc {
    font-size: 1.375em;
    letter-spacing: 0.05em;
    line-height: 1.1363636364em;
    font-weight: bold;
    padding-top: 0.5rem;
    letter-spacing: 0;
    text-align: center;
  }
  .top .achieve-desc .-num {
    font-size: 8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ff8900;
  }
  .top .achieve-desc .-sm {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  .top .achieve-note {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 3em;
    font-weight: 300;
    color: #888;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 750px) {
  .top .company-content {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(-50vw);
    position: relative;
    left: 50%;
  }
}
@media screen and (min-width: 750px) {
  .top .company-list {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .top .company-item {
    flex-shrink: 0;
    padding: 0 1.875rem;
    mix-blend-mode: multiply;
  }
}
@media screen and (min-width: 750px) {
  .top-case {
    background: #f2f6f9;
  }
  .top-case .carousel .slick-list {
    width: 100%;
    padding: 3px 5px 3px 0;
  }
}
@media screen and (min-width: 750px) {
  .top .top-case__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__item {
    display: none;
    width: 100%;
    padding-bottom: 0.0625rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0.625rem;
    background-color: #fff;
    font-weight: bold;
  }
  .top .case-list__item:hover .case-list__image img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__item--01 {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__image {
    overflow: hidden;
  }
  .top .case-list__image img {
    width: 100%;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 750px) {
  .top .case-tab {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0.75rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .case-tab__item {
    display: inline-block;
    padding: 0.5rem 0.375rem;
    margin: 0.25rem;
    border-radius: 0.125rem;
    text-align: center;
    font-size: 0.6875rem;
    color: #fff;
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__title {
    margin: 0 1rem 1rem 1rem;
    line-height: 1.8125rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 750px) {
  .top .case-list__company {
    margin: 0 1rem 1.5rem 1rem;
    line-height: 1.5625rem;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 750px) {
  .top .top-case-btn__wrap {
    margin-top: 2.5rem;
  }
  .top .top-case-btn__wrap .btn {
    width: 25rem;
    height: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .top-catchup {
    background-color: #f2f6f9;
  }
}
@media screen and (min-width: 750px) {
  .top .catchup__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .catchup-head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .catchup-body {
    display: flex;
    justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .catchup-block {
    width: 48.3582089552%;
  }
}
@media screen and (min-width: 750px) {
  .top .catchup-block__heading {
    display: flex;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.1875em;
    font-weight: bold;
    margin-bottom: 0.9375rem;
  }
  .top .catchup-block__heading::before, .top .catchup-block__heading::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.2em;
    background: #333;
    margin: 0 1em;
  }
  .top .catchup-block__heading::before {
    transform: rotate(-45deg);
  }
  .top .catchup-block__heading::after {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 750px) {
  .top .catchup-block__btn {
    position: relative;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #1eade9;
    border-radius: 2rem;
    color: #333;
    box-shadow: 0 6px 0 #1eade9;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 1.4375rem 2.0625rem 1.4375rem 1.5625rem;
    transition: all 0.3s;
  }
  .top .catchup-block__btn:hover {
    filter: brightness(0.9);
    top: 5px;
  }
  .top .catchup-block__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: url("../img/top/btn-arrow_bl.svg") 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 750px) {
  .top-event {
    background: #fff;
  }
  .top-event .carousel {
    padding: 6px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .top-event .carousel .slick-list {
    width: 100%;
    padding: 3px 0;
  }
  .top-event .carousel .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) {
  .top .top-event__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .top-event__text {
    line-height: 26px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) {
  .top .event-list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 750px) {
  .top .event-list__item {
    width: 386px;
    height: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    overflow: hidden;
    margin: 5px;
  }
  .top .event-list__item:hover .event-list__image img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 750px) {
  .top .event-list__image {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 750px) {
  .top .event-list__image img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 750px) {
  .top .event-list__data {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: 400;
    margin: 16px 16px 8px 16px;
    color: #727272;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 12px 8px 12px;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category__tag {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 2px;
    margin: 4px;
    color: #fff;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category__tag--lightblue {
    background: #00b9ef;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category__tag--blue {
    background: #006d8d;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category__tag--pink {
    background: #d00359;
  }
}
@media screen and (min-width: 750px) {
  .top .event-category__tag--green {
    background: #00888d;
  }
}
@media screen and (min-width: 750px) {
  .top .event-list__text {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5555555556em;
    font-weight: bold;
    margin: 0 16px 24px 16px;
  }
}
@media screen and (min-width: 750px) {
  .top .event-information {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin: 0 16px 24px 16px;
  }
}
@media screen and (min-width: 750px) {
  .top .event-head {
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 750px) {
  .top .top-event-btn__wrap {
    margin-top: 2.5rem;
  }
  .top .top-event-btn__wrap .btn {
    width: 25rem;
    height: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .top-flow {
    background-color: #f2f6f9;
  }
}
@media screen and (min-width: 750px) {
  .top .flow__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .flow-head {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 750px) {
  .top .flow-list {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .top .flow-item {
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
    transform: translateZ(0);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 0 0.625rem;
    padding: 1.4375rem 1.25rem 1.875rem;
    width: 23.5%;
  }
  .top .flow-item .-tag {
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: bold;
    position: absolute;
    width: 79.1489361702%;
    top: -1.0666666667em;
    left: 50%;
    transform: translateX(-50%);
    height: 2em;
    text-align: center;
    background-color: #1eade9;
    border-radius: 2em;
    color: #fff;
    padding: 0 0.5rem;
  }
  .top .flow-item .-num {
    font-size: 2.5em;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Oswald", sans-serif;
    color: #1eade9;
    margin-bottom: 1.25rem;
  }
  .top .flow-item .-num::before {
    content: "STEP";
    font-size: 0.5em;
    font-weight: 700;
  }
}
@media screen and (min-width: 750px) {
  .top .flow-title {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #282828;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 750px) {
  .top .flow-bodytxt {
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-weight: 300;
    color: #888;
  }
}
@media screen and (min-width: 750px) {
  .top-faq {
    background-color: #f2f6f9;
  }
}
@media screen and (min-width: 750px) {
  .top .faq__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .faq-head {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 750px) {
  .top .faq-def + .faq-def {
    margin-top: 2px;
  }
}
@media screen and (min-width: 750px) {
  .top .faq-q {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.375em;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.25rem 4.375rem 1.25rem 1.875rem;
    background-color: #fff;
    cursor: pointer;
  }
  .top .faq-q::before {
    content: "Q";
    font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1eade9;
    margin-right: 1.875rem;
  }
  .top .faq-q .-icon {
    width: 1em;
    height: 2px;
    background: #1eade9;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
  .top .faq-q .-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background: #1eade9;
    transition: all 0.3s;
  }
  .top .faq-q.is-active .-icon::before {
    opacity: 0;
  }
}
@media screen and (min-width: 750px) {
  .top .faq-a {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    padding: 1.25rem 1.875rem;
  }
  .top .faq-a::before {
    content: "A";
    font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 750px) {
  .top-media {
    background-color: #fff;
  }
}
@media screen and (min-width: 750px) {
  .top .media__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .media-head {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 750px) {
  .top .media-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) {
  .top .media-content {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
  }
  .top .media-content .slick-track {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .top .media-item {
    width: 10rem;
    margin: 0 0.625rem;
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .top-news {
    background-color: #f2f6f9;
  }
}
@media screen and (min-width: 750px) {
  .top .news__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .news-head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .top .news-list__data {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #888;
  }
}
@media screen and (min-width: 750px) {
  .top .news-new__tag {
    font-size: 0.625em;
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #bf4f3c;
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #fff;
    border-radius: 0.375rem;
    padding: 0.0625rem 0.375rem 0.125rem;
  }
}
@media screen and (min-width: 750px) {
  .top .news-list__tag {
    font-size: 0.625em;
    letter-spacing: 0.05em;
    font-weight: 300;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dedede;
    color: #888;
    padding: 0.0625rem 0.5rem;
    border-radius: 0.25rem;
  }
}
@media screen and (min-width: 750px) {
  .top .news-list__text {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    color: #1a1a1a;
    padding: 0.75rem 0.9375rem 1.25rem 0;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #dedede;
  }
  .top .news-list__text > a {
    display: block;
    transition: color 0.2s;
  }
  .top .news-list__text > a:hover {
    color: #1eade9;
  }
}
@media screen and (min-width: 750px) {
  .top .news-btn__wrap {
    margin-top: 3.125rem;
  }
  .top .news-btn__wrap .btn {
    width: 25rem;
    height: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .top-message {
    background: url("../img/top/bg-message_pc.png") 50% 30%/cover no-repeat;
    background-color: #f2f6f9;
    color: #fff;
    padding: 6.5625rem 0;
  }
}
@media screen and (min-width: 750px) {
  .top .message__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .top .message-content {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .top .message-side {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 32.4%;
    padding-right: 12.5%;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}
@media screen and (min-width: 750px) {
  .top .message-heading {
    writing-mode: vertical-lr;
  }
  .top .message-heading.-md {
    font-size: 2.1875em;
    letter-spacing: 0;
    line-height: 0.9428571429em;
    font-weight: 700;
    position: relative;
    top: -0.6em;
  }
  .top .message-heading.-lg {
    font-size: 5em;
    letter-spacing: 0;
    line-height: 1.25em;
    font-weight: 700;
  }
}
@media screen and (min-width: 750px) {
  .top .message-bodytxt {
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    line-height: 2.1333333333em;
    font-weight: bold;
  }
  .top .message-bodytxt + .message-bodytxt {
    margin-top: 2em;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__box {
    padding: 1em 1.5em;
    border: solid 13px #00B9EF;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    right: -350px;
    transition: 0.3s;
    text-align: center;
  }
  .top .top-aside__box.anime {
    right: 20px;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__label {
    position: absolute;
    top: -25px;
    right: -25px;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__label::after {
    content: "\f057";
    background: #fff;
    border-radius: 100px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    color: #E5E5E5;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__input {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__text01 {
    display: inline-block;
    position: relative;
    margin-bottom: 0.8em;
    padding: 0.3em 1em;
    font-weight: bold;
    font-size: 15px;
    background: #fdd634;
  }
  .top .top-aside__text01::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 16px 0 0;
    border-color: #fdd634 transparent transparent transparent;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__text02 {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 13px;
    font-weight: bold;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__text03 {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-bottom: 0.2em;
    padding: 0 0.05em;
    font-weight: bold;
    font-size: 25px;
    color: #1eade9;
  }
  .top .top-aside__text03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39.1304347826%;
    background-color: #1eade9;
    z-index: -1;
    opacity: 0.2;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8900;
    border-radius: 2.5rem;
    color: #fff;
    font-size: 0.9375em;
    letter-spacing: 0;
    line-height: 2.6666666667em;
    font-weight: bold;
    transition: all 0.3s;
    min-width: 226px;
    margin-top: 0.6em;
  }
  .top .top-aside__button:hover {
    filter: brightness(0.9);
  }
  .top .top-aside__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    transform: translateY(-50%);
    width: 0.9375rem;
    height: 1.25rem;
    background: url("../img/icon-document.svg") 0 0/contain no-repeat;
  }
  .top .top-aside__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    width: 0.8125rem;
    height: 0.8125rem;
    background: url("../img/top/cv-arrow.svg") 0 0/contain no-repeat;
  }
}
@media screen and (min-width: 750px) {
  .top .top-aside__input:checked ~ .top-aside__box,
.top .top-aside__input:checked ~ .top-aside__label {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top {
    /* ------------------------------
    - common
    ------------------------------ */
    /* ------------------------------
    - solution
    ------------------------------ */
    /* ------------------------------
    - features
    ------------------------------ */
    /* ------------------------------
    - reasons
    ------------------------------ */
  }
  .top .is_tb {
    display: none;
  }
  .top .solution-head {
    margin-bottom: 3.125rem;
  }
  .top .solution-head::before {
    top: -9.0625rem;
    right: 0.9375rem;
    width: 20%;
    height: 25rem;
  }
  .top .solution-head .sec-heading > span:nth-of-type(1), .top .solution-head .sec-heading > span:nth-of-type(3) {
    font-size: 1em;
  }
  .top .solution-intro {
    width: 100%;
  }
  .top .features-banner {
    padding: 3.125rem 3.75rem;
  }
  .top .features-banner__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .top .features-banner__text {
    width: 36.4464692483%;
  }
  .top .features-banner__img {
    margin-bottom: -3.125rem;
    width: 57.0615034169%;
  }
  .top .reasons-content {
    background-color: #fff;
  }
  .top .reasons-list {
    display: flex;
  }
  .top .reasons-item {
    width: 25%;
    padding: 1.875rem 0.625rem;
    border: 1px solid #f2f6f9;
  }
  .top .reasons-img {
    width: 5.625rem;
    margin: 0 auto 0.3125rem;
  }
  .top .reasons-foot {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .top {
    /* ------------------------------
    - kv
    ------------------------------ */
    /* ------------------------------
    - reasons
    ------------------------------ */
    /* --------------------
    - between sm-up
    -------------------- */
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .top .kv-heading .-top {
    font-size: 2.4vw;
  }
  .top .kv-heading .-bottom {
    font-size: 6.2vw;
  }
  .top .kv-addtext__item .-num {
    font-size: 3.875em;
  }
  .top .kv-img {
    margin-top: -9vw;
  }
}
@media screen and (max-width: 1024px) {
  .top .reasons-content {
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .top .reasons-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .top .reasons-item {
    width: 50%;
    padding: 4vw 2.6666666667vw 5.3333333333vw;
    border: 1px solid #f2f6f9;
  }
}
@media screen and (max-width: 1024px) {
  .top .reasons-img {
    width: 19.7333333333vw;
    max-width: 74px;
    margin: 0 auto 1.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top .reasons-foot {
    margin-top: 8vw;
  }
  .top .features-banner__app-note {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .top {
    /* ------------------------------
    - common
    ------------------------------ */
    /* ------------------------------
    - common-cv
    ------------------------------ */
    /* ------------------------------
    - solution
    ------------------------------ */
    /* ------------------------------
    - features
    ------------------------------ */
    /* ------------------------------
    - reasons
    ------------------------------ */
    /* ------------------------------
    - flow
    ------------------------------ */
    /* ------------------------------
    - message
    ------------------------------ */
  }
  .top html {
    font-size: 1.6vw;
  }
  .top .is_tb {
    display: block;
  }
  .top .common-cv-top {
    padding-top: 1.25rem;
  }
  .top .common-cv-text {
    font-size: 1.5vw;
  }
  .top .common-cv-text::before {
    height: 130%;
  }
  .top .common-cv-btn__wrap {
    font-size: 1.5vw;
  }
  .top .common-cv-btn__wrap .common-cv__inner {
    flex-direction: column;
  }
  .top .solution-subhead {
    font-size: 3.8vw;
  }
  .top .solution-subhead::before {
    height: 31vw;
  }
  .top .solution-subhead__img {
    width: 40%;
    margin: -1.7rem 1.25rem 0 0;
  }
  .top .solution-head {
    padding-left: 2vw;
    margin-top: 5vw;
  }
  .top .solution-head::before {
    top: -80px;
    right: 0;
    width: 100%;
    height: 330px;
    background-position-x: calc(100% - 5.3333333333vw);
  }
  .top .solution-head .sec-heading {
    text-align: left;
    padding-right: 34.6666666667vw;
    letter-spacing: 0;
  }
  .top .solution-head .sec-heading > span:nth-of-type(1), .top .solution-head .sec-heading > span:nth-of-type(3) {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro {
    padding: 4rem 2.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .solution-top::before {
    height: 12.5rem;
    right: -15%;
  }
  .top .solution-bottom::before {
    height: 12.5rem;
    left: -16%;
    bottom: -21%;
  }
  .top .solution-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .top .features-banner {
    padding: 3.125rem 3.75rem 0;
  }
  .top .features-banner__heading {
    text-align: center;
  }
  .top .features-banner__img {
    max-width: 501px;
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) and (min-width: 750px) {
  .top .achieve-desc .-num {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .top .flow-item {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .top .message-side {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 749px) {
  .top {
    /*case*/
    /*event*/
    /* ------------------------------
    - aside
    ------------------------------ */
  }
  .top .container {
    width: calc(100vw - (100vw - 100%));
    min-height: 100%;
  }
  .top .sec {
    padding: 10.6666666667vw 0;
  }
  .top .sec-heading {
    font-size: 6.1333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.4782608696em;
    text-align: center;
    color: #333;
  }
  .top .sec-heading .-sm {
    display: block;
    font-weight: bold;
    font-size: 0.652173913em;
  }
  .top .sec-heading .-md {
    font-size: 1.0434782609em;
  }
  .top .sec-heading .-lg {
    font-size: 1.652173913em;
  }
  .top .sec-heading .-strong {
    font-weight: 700;
  }
  .top .is_tb {
    display: none;
  }
  .top .btn-blue {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 0.5333333333vw solid #dedede;
    border-radius: 8.5333333333vw;
    color: #333;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.3571428571em;
    font-weight: bold;
    text-align: center;
    padding: 2.6666666667vw 8.8vw 2.6666666667vw 6.6666666667vw;
    margin: 0 auto;
  }
  .top .btn-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.9333333333vw;
    transform: translateY(-50%);
    width: 5.6vw;
    height: 5.6vw;
    background: url("../img/top/btn-arrow_bl.svg") 0 0/cover no-repeat;
  }
  .top .top-kv {
    background-color: #f2f6f9;
  }
  .top .kv__inner {
    position: relative;
  }
  .top .kv-head {
    background: url("../img/top/bg-kv_sp.jpg") 0 0/cover no-repeat;
    height: 102.4vw;
    padding: 8vw 4vw 0;
  }
  .top .kv-addtext {
    width: 44%;
    margin-left: auto;
  }
  .top .kv-addtext__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fdd634;
  }
  .top .kv-addtext__item::before, .top .kv-addtext__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 6.1333333333vw;
    height: 15.4666666667vw;
  }
  .top .kv-addtext__item::before {
    left: 0;
    background: url("../img/top/leaf-yl_l.svg") 0 0/contain no-repeat;
  }
  .top .kv-addtext__item::after {
    right: 0;
    background: url("../img/top/leaf-yl_r.svg") 0 0/contain no-repeat;
  }
  .top .kv-addtext__item:nth-child(2) .-sm {
    padding-top: 1.3333333333vw;
  }
  .top .kv-addtext__item:nth-child(2) .-col {
    align-items: flex-start;
    margin-left: 1.0666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .top .kv-addtext__item .-sm {
    font-size: 2.4vw;
    letter-spacing: 0.05em;
    line-height: 1.6666666667em;
    font-weight: 700;
  }
  .top .kv-addtext__item .-md,
.top .kv-addtext__item .-lg {
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.25em;
    font-weight: bold;
  }
  .top .kv-addtext__item .-num {
    font-size: 13.3333333333vw;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    font-family: "Oswald", sans-serif;
    margin-top: -0.4rem;
  }
  .top .kv-addtext__item .-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-addtext__item .-col {
    display: flex;
    flex-direction: column;
  }
  .top .kv-addtext__item sup {
    font-size: 2.1333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.375em;
    font-weight: 700;
    position: absolute;
    top: 2.1333333333vw;
    right: -2.1333333333vw;
  }
  .top .kv-note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 2.4vw;
  }
  .top .kv-body {
    position: relative;
  }
  .top .kv-foot {
    padding: 5.3333333333vw;
    background: #fff;
  }
  .top .kv-heading {
    text-align: center;
    margin-bottom: 5.3333333333vw;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .top .kv-heading .-top {
    display: block;
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 2em;
    font-weight: bold;
  }
  .top .kv-heading .-bottom {
    display: block;
    font-size: 10.4vw;
    letter-spacing: 0;
    line-height: 1.0256410256em;
    font-weight: bold;
  }
  .top .kv-img {
    position: absolute;
    width: 100%;
    height: 73.3333333333vw;
    background: url("../img/top/SP_img_man.png") no-repeat left 0 bottom/contain;
    bottom: 0;
    left: 2%;
  }
  .top .kv-cv {
    position: relative;
  }
  .top .cv-btn__wrap {
    text-align: center;
  }
  .top .cv-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8900;
    border-radius: 10.6666666667vw;
    color: #fff;
    font-size: 5.0666666667vw;
    letter-spacing: 0.1em;
    line-height: 2.4736842105em;
    font-weight: bold;
    min-height: 18.1333333333vw;
    margin: 0 auto;
    flex-direction: column;
    letter-spacing: 0;
    border-bottom: 8px solid #be6907;
  }
  .top .cv-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    width: 0.875rem;
    height: 0.875rem;
    background: url("../img/top/cv-arrow.svg") 0 0/contain no-repeat;
  }
  .top .cv-btn .-head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75em;
    line-height: 1.5;
  }
  .top .cv-btn .-head::before, .top .cv-btn .-head::after {
    content: "";
    width: 1px;
    height: 1em;
    background: #fff;
    margin: 0 0.8em;
  }
  .top .cv-btn .-head::before {
    transform: rotate(-45deg);
  }
  .top .cv-btn .-head::after {
    transform: rotate(45deg);
  }
  .top .cv-btn .-foot {
    line-height: 1.5;
  }
  .top .common-cv-top {
    background: url("../img/top/bg-cv_sp.jpg") 50% 0/cover no-repeat;
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
  .top .common-cv-text {
    position: relative;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
  }
  .top .common-cv-text::before {
    content: "";
    position: absolute;
    bottom: -2.6666666667vw;
    right: -5.3333333333vw;
    width: 100%;
    height: 53.3333333333vw;
    background: url("../img/top/cv-img.png") 100% 100%/contain no-repeat;
  }
  .top .common-cv-heading {
    display: flex;
    flex-direction: column;
  }
  .top .common-cv-heading .-top {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.6875em;
    font-weight: 700;
  }
  .top .common-cv-heading .-bottom {
    font-size: 8vw;
    letter-spacing: 0.05em;
    line-height: 1.3333333333em;
    font-weight: 700;
    color: #fff;
  }
  .top .common-cv-addtext__list {
    padding: 1.3333333333vw 0;
  }
  .top .common-cv-addtext__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40vw;
    text-align: center;
    color: #fdd634;
  }
  .top .common-cv-addtext__item::before, .top .common-cv-addtext__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 6.1333333333vw;
    height: 15.4666666667vw;
  }
  .top .common-cv-addtext__item::before {
    left: 0;
    background: url("../img/top/leaf-yl_l.svg") 0 0/contain no-repeat;
  }
  .top .common-cv-addtext__item::after {
    right: 0;
    background: url("../img/top/leaf-yl_r.svg") 0 0/contain no-repeat;
  }
  .top .common-cv-addtext__item:nth-child(2) .-sm {
    padding-top: 2.1333333333vw;
  }
  .top .common-cv-addtext__item:nth-child(2) .-col {
    align-items: flex-start;
    margin-left: 1.0666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .top .common-cv-addtext__item .-sm {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .top .common-cv-addtext__item .-md,
.top .common-cv-addtext__item .-lg {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
  }
  .top .common-cv-addtext__item .-num {
    font-size: 11.7333333333vw;
    letter-spacing: 0;
    line-height: 1.3636363636em;
    font-weight: 700;
    position: relative;
    font-family: "Oswald", sans-serif;
  }
  .top .common-cv-addtext__item .-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .common-cv-addtext__item .-col {
    display: flex;
    flex-direction: column;
  }
  .top .common-cv-addtext__item sup {
    font-size: 2.1333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.375em;
    font-weight: 700;
    position: absolute;
    top: 2.1333333333vw;
    right: -2.1333333333vw;
  }
  .top .common-cv-note {
    font-size: 2.4vw;
    letter-spacing: 0.05em;
    line-height: 1.3333333333em;
    font-weight: 300;
    width: 67%;
  }
  .top .common-cv-btn__wrap {
    padding: 5.3333333333vw 0;
    color: #fff;
    background-color: #1179a5;
    text-align: center;
  }
  .top .common-cv__inner {
    padding: 0 5.3333333333vw;
  }
  .top .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
  }  
  .top .top-about {
    background: #fff;
  }
  .top .about__inner {
    padding: 0 8vw;
  }
  .top .about-head {
    margin-bottom: 5.3333333333vw;
  }
  .top .about-body {
    border: 2px solid #1eade9;
  }
  .top .about-heading {
    display: flex;
    justify-content: center;
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: bold;
    padding-bottom: 1.3333333333vw;
  }
  .top .about-heading::before, .top .about-heading::after {
    content: "";
    display: block;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background: no-repeat center/contain;
    margin: 0 0.5em;
  }
  .top .about-heading::before {
    background-image: url("../img/top/deco-about-left.svg");
  }
  .top .about-heading::after {
    background-image: url("../img/top/deco-about-right.svg");
  }
  .top .top-about__movie {
    width: 100%;
    background-color: #888;
  }
  .top .top-about__movie .iframe-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .top .top-about__movie .iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .top .about-lead {
    max-width: 43.75rem;
    margin: 0 auto;
    padding: 0.7em;
    background: #f2f2f2;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .top .top-problem {
    padding: 10.6666666667vw 0;
    background: url("../img/top/bg-problem.png") 50% 50%/auto 100% no-repeat;
    background-color: #f2f6f9;
  }
  .top .problem__inner {
    padding: 0 4%;
  }
  .top .problem-head {
    margin-bottom: 5.3333333333vw;
  }
  .top .problem-block.problem-block {
    margin-top: 2.6666666667vw;
  }
  .top .problem-def {
    padding: 12vw 4vw;
    background: url("../img/top/bg-problem-box.svg") 50% 50%/contain no-repeat;
    text-align: center;
  }
  .top .problem-term {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 1.3333333333vw;
  }
  .top .problem-term .-lg {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
  }
  .top .problem-desc {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.6428571429em;
    font-weight: 300;
  }
  .top .problem-desc .-strong {
    font-weight: bold;
    padding-bottom: 1.0666666667vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #fdd634 90%);
  }
  .top .problem-bottom {
    text-align: center;
    margin-top: 10.6666666667vw;
  }
  .top .problem-bottom .-dot {
    font-size: 7.2vw;
    letter-spacing: 0.1em;
    line-height: 0.8148148148em;
    font-weight: bold;
    color: #1a1a1a;
    padding-top: 0.5em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.1em 0.6em;
    background-image: radial-gradient(0.5333333333vw 0.5333333333vw at center center, #1a1a1a, #1a1a1a 100%, transparent 100%, transparent);
  }
  .top .top-solution {
    position: relative;
    background-color: #fff;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
  .top .top-solution::before, .top .top-solution::after {
    content: "";
    position: absolute;
  }
  .top .top-solution::before {
    top: -18.6666666667vw;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.6666666667vw 0 0 51vw;
    border-color: transparent transparent transparent #fff;
  }
  .top .top-solution::after {
    top: -18.6666666667vw;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18.6666666667vw 51vw;
    border-color: transparent transparent #fff transparent;
  }
  .top .solution__inner {
    position: relative;
    padding: 0 4%;
  }
  .top .solution-head {
    padding: 0 0 5.0666666667vw 4vw;
    z-index: 1;
  }
  .top .solution-head::before {
    content: "";
    position: absolute;
    top: 0;
    right: 4vw;
    width: 34.9333333333vw;
    height: 53.3333333333vw;
    background: url("../img/top/solution-top-img.png") 50% 100%/contain no-repeat;
    z-index: 0;
  }
  .top .solution-head .sec-heading {
    text-align: left;
    padding-right: 34.6666666667vw;
    letter-spacing: 0;
  }
  .top .solution-head .sec-heading .-sm {
    display: block;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.4444444444em;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  .top .solution-top {
    position: relative;
  }
  .top .solution-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10rem;
    right: -16%;
    bottom: -12%;
    background: url("../img/top/solution-cg01_sp.png") 100% 100%/contain no-repeat;
    z-index: 2;
  }
  .top .solution-bottom {
    position: relative;
  }
  .top .solution-bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 9.8125rem;
    left: -14%;
    bottom: -26%;
    background: url("../img/top/solution-cg02_sp.png") 0 0/contain no-repeat;
    z-index: 2;
  }
  .top .solution-intro {
    filter: drop-shadow(0 0 4.2666666667vw rgba(0, 0, 0, 0.08));
    transform: translateZ(0);
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #1eade9;
    padding: 8vw 4vw;
    margin-bottom: 29.3333333333vw;
  }
  .top .solution-intro::after {
    content: "";
    position: absolute;
    bottom: -33.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.2666666667vw 12vw 0 12vw;
    border-color: #fdd634 transparent transparent transparent;
  }
  .top .solution-intro__heading > span:nth-of-type(2) {
    padding-top: 3.2vw;
    text-align: center;
  }
  .top .solution-intro__heading .-normal {
    font-size: 4.5333333333vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro__heading .-md {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .solution-intro__heading .-num {
    font-size: 13.0666666667vw;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }
  .top .solution-intro__heading .-right {
    text-align: right;
    padding-top: 0.5em;
  }
  .top .solution-intro__heading .-point {
    position: relative;
    padding: 0 0.7em 1em 0;
  }
  .top .solution-intro__heading .-point::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("../img/top/tag-deco.svg") 0 100%/contain no-repeat;
  }
  .top .solution-intro__img {
    padding: 1.3333333333vw 2.6666666667vw 6.4vw 11.2vw;
  }
  .top .solution-def {
    background-color: #f2f6f9;
    border-radius: 4.2666666667vw;
    padding: 7.2vw 5.3333333333vw 4.8vw;
  }
  .top .solution-def::after {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    font-weight: 300;
    content: "etc.";
    display: block;
    text-align: right;
    padding-top: 2.6666666667vw;
  }
  .top .solution-term {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1428571429em;
    font-weight: bold;
    margin-bottom: 1.3333333333vw;
  }
  .top .solution-desc {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: 300;
    border-bottom: 1px dashed #cdcdcd;
    padding: 0.25em;
  }
  .top .solution-desc::before {
    content: "●";
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    color: #1eade9;
    transform: scale(0.5);
  }
  .top .solution-subhead {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #1a1a1a;
    width: 100%;
    padding: 13.3333333333vw 0 4.5333333333vw 34.4vw;
    z-index: 0;
  }
  .top .solution-subhead::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 48vw;
    bottom: -2.6666666667vw;
    left: -2.6666666667vw;
    background: url("../img/top/solution-subhead-img_sp.png") 0 100%/contain no-repeat;
    z-index: -1;
  }
  .top .solution-subhead .-text {
    margin-top: 1.3333333333vw;
  }
  .top .solution-content {
    position: relative;
    background-color: #f2f6f9;
    padding: 8vw 4vw 4vw;
  }
  .top .solution-content__head {
    padding-bottom: 4vw;
  }
  .top .solution-content__heading {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
  .top .solution-content__heading .d-block {
    display: inline-block;
  }
  .top .solution-content__heading .-normal {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .top .solution-content__main {
    position: relative;
    background-color: #fff;
    border-radius: 2.1333333333vw;
    padding: 8vw 5.6vw 10.6666666667vw;
  }
  .top .solution-content__img {
    margin-bottom: 8vw;
  }
  .top .top-features {
    background-color: #fff;
  }
  .top .features__inner {
    padding: 0 4%;
  }
  .top .features-head {
    margin-bottom: 5.3333333333vw;
  }
  .top .features-head span:nth-of-type(3) {
    position: relative;
    left: -0.3em;
  }
  .top .features-content {
    margin-bottom: 10.6666666667vw;
  }
  .top .features-block {
    position: relative;
  }
  .top .features-block:nth-child(odd)::before {
    right: -4vw;
  }
  .top .features-block:nth-child(odd) .features-tag {
    text-align: right;
  }
  .top .features-block:nth-child(even)::before {
    left: -4vw;
  }
  .top .features-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
    width: 88vw;
    height: calc(100% - 40vw);
    background: #f2f6f9;
    z-index: 0;
  }
  .top .features-text {
    position: relative;
    z-index: 10;
  }
  .top .features-img {
    position: relative;
    z-index: 10;
  }
  .top .features-title {
    margin-bottom: 2.6666666667vw;
  }
  .top .features-tag {
    font-size: 14.9333333333vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    bottom: -0.1em;
    color: #1eade9;
    font-family: "Oswald", sans-serif;
    line-height: 1;
  }
  .top .features-heading {
    padding-top: 2.6666666667vw;
  }
  .top .features-heading .-sm {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.375em;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
  }
  .top .features-heading .-highlight {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
    line-height: 1.7142857143em;
    font-weight: bold;
  }
  .top .features-bodytxt {
    margin-bottom: 5.3333333333vw;
  }
  .top .features-bodytxt .-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.6428571429em;
    font-weight: 500;
  }
  .top .features-banner {
    padding: 8vw 4vw 0;
    overflow: hidden;
    border: 1px solid #1eade9;
  }
  .top .features-banner__heading {
    font-size: 4.5333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5294117647em;
    font-weight: bold;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
  .top .features-banner__app-note {
    font-size: 12px;
    margin: -4vw auto 2.5rem;
    color: #949494;
  }  
  .top .features-banner-btn {
    margin-bottom: 8vw;
  }
  .top .features-banner__img {
    position: relative;
    bottom: -0.5333333333vw;
  }
  .top .top-reasons {
    background-color: #f2f6f9;
  }
  .top .reasons__inner {
    padding: 0 4%;
  }
  .top .reasons-head {
    margin-bottom: 10.6666666667vw;
  }
  .top .reasons-head .-sm {
    line-height: 1.5;
  }
  .top .reasons-head .-sm:nth-of-type(2) {
    margin-bottom: 2.6666666667vw;
  }
  .top .reasons-title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
  }
  .top .top-case {
    background: #f2f6f9;
  }
  .top .top-case-study {
    background-color: #fff;
  }
  .top .case-study-head {
    margin-bottom: 8vw;
  }
  .top .case-study__inner {
    padding: 0 4%;
  }
  .top .achieve-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10.6666666667vw;
  }
  .top .achieve-def {
    width: 48%;
  }
  .top .achieve-def.-lg {
    width: 70%;
  }
  .top .achieve-def.-lg .achieve-term {
    background: url("../img/top/achieve-tag_sp-lg.svg") 50% 50%/contain no-repeat;
  }
  .top .achieve-def:nth-child(even) {
    margin-left: 4%;
  }
  .top .achieve-def:nth-child(n+3) {
    margin-top: 4vw;
  }
  .top .achieve-term {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10.1333333333vw;
    background: url("../img/top/achieve-tag_sp.svg") 50% 50%/contain no-repeat;
    margin-bottom: 1.3333333333vw;
  }
  .top .achieve-desc {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
  }
  .top .achieve-desc .-num {
    font-size: 12.8vw;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    bottom: -0.5333333333vw;
    font-family: "Oswald", sans-serif;
    color: #ff8900;
  }
  .top .achieve-desc .-sm {
    display: inline-block;
    text-align: left;
  }
  .top .achieve-note {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-weight: 300;
    margin-top: 1.3333333333vw;
    text-align: center;
    color: #888;
  }
  .top .company-content {
    width: 300%;
    display: flex;
    margin-left: -4vw;
  }
  .top .company-list {
    display: flex;
  }
  .top .company-item {
    flex-shrink: 0;
    padding: 0 8vw;
    mix-blend-mode: multiply;
  }
  .top .slick-arrow {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    background: url(../img/top/btn-arrow_bl.svg) 0 0/cover no-repeat;
    z-index: 5;
  }
  .top .slick-arrow::before {
    display: none;
  }
  .top .slick-prev {
    left: -1.6rem;
    transform: translateY(-50%) scale(-1);
  }
  .top .slick-next {
    right: -1.6rem;
    transform: translateY(-50%);
  }
  .top .top-case__inner {
    padding: 0 4%;
  }
  .top .top-case__inner .slick-list {
    padding-bottom: 6px;
  }
  .top .case-list__item {
    display: none;
    width: 100%;
    padding-bottom: 1px;
    margin: 0 2.6666666667vw;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
  }
  .top .case-list__item--01 {
    display: block;
  }
  .top .case-list__image img {
    width: 100%;
  }
  .top .case-tab {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 12px 8px 8px;
  }
  .top .case-tab__item {
    display: inline-block;
    padding: 8px 6px;
    margin: 4px;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
  .top .case-list__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 16px 16px 16px;
  }
  .top .case-list__company {
    font-size: 4.5333333333vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 16px 24px 16px;
  }
  .top .top-case-btn__wrap {
    margin-top: 25px;
  }
  .top .top-case-btn__wrap .btn {
    width: 76vw;
    height: 15.4666666667vw;
  }
  .top .top-catchup {
    background-color: #f2f6f9;
  }
  .top .catchup__inner {
    padding: 0 4%;
  }
  .top .catchup-head {
    margin-bottom: 8vw;
  }
  .top .catchup-block + .catchup-block {
    margin-top: 8vw;
  }
  .top .catchup-block__heading {
    display: flex;
    justify-content: center;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 2.6666666667vw;
    font-weight: bold;
  }
  .top .catchup-block__heading::before, .top .catchup-block__heading::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.2em;
    background: #333;
    margin: 0 1em;
  }
  .top .catchup-block__heading::before {
    transform: rotate(-45deg);
  }
  .top .catchup-block__heading::after {
    transform: rotate(45deg);
  }
  .top .catchup-block__btn {
    position: relative;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 0.2666666667vw solid #1eade9;
    border-radius: 26.6666666667vw;
    color: #333;
    width: 70%;
    margin: 0 auto;
    padding: 4vw;
    box-shadow: 0 6px 0 #1eade9;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  .top .catchup-block__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: url("../img/top/btn-arrow_bl.svg") 0 0/cover no-repeat;
  }
  .top .top-event {
    background-color: #fff;
  }
  .top .top-event__inner {
    padding: 0 4%;
  }
  .top .top-event__text {
    text-align: center;
  }
  .top .event-head {
    margin-bottom: 8vw;
  }
  .top .slick-list {
    padding-bottom: 6px;
  }
  .top .slick-dots {
    position: relative;
    bottom: 0;
  }
  .top .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .top .slick-dots li button {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 0;
    width: 14px;
    height: 14px;
  }
  .top .slick-dots li.slick-active button {
    background: #1eade9;
    border: 1px solid #1eade9;
  }
  .top .slick-dots li button:before {
    display: none;
  }
  .top .event-list {
    display: flex;
    flex-wrap: wrap;
  }
  .top .event-list__item {
    display: none;
    width: 100%;
    padding-bottom: 0.2666666667vw;
    margin: 0 2.6666666667vw;
    box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, 0.3);
    margin-top: 4.2666666667vw;
  }
  .top .event-list__item:first-of-type {
    margin-top: 0;
  }
  .top .event-list__item--01 {
    display: block;
  }
  .top .event-list__item--02 {
    display: block;
  }
  .top .event-list__item--03 {
    display: block;
  }
  .top .event-list__data {
    margin: 4.2666666667vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
    line-height: 5.8666666667vw;
    font-size: 4vw;
    color: #00b9ef;
  }
  .top .event-list__image img {
    width: 100%;
  }
  .top .event-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3.2vw 2.1333333333vw 3.2vw;
  }
  .top .event-category__tag {
    display: inline-block;
    padding: 2.1333333333vw 1.6vw;
    margin: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 2.9333333333vw;
    color: #fff;
  }
  .top .event-category__tag--lightblue {
    background: #00b9ef;
  }
  .top .event-category__tag--blue {
    background: #006d8d;
  }
  .top .event-category__tag--pink {
    background: #d00359;
  }
  .top .event-category__tag--green {
    background: #00888d;
  }
  .top .event-list__text {
    margin: 0 4.2666666667vw 6.4vw 4.2666666667vw;
    line-height: 7.7333333333vw;
    font-size: 5.3333333333vw;
  }
  .top .event-information {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4.2666666667vw 6.4vw 4.2666666667vw;
    line-height: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
  .top .top-event-btn__wrap {
    margin-top: 25px;
  }
  .top .top-event-btn__wrap .btn {
    width: 76vw;
    height: 15.4666666667vw;
  }
  .top .top-flow {
    background-color: #f2f6f9;
  }
  .top .flow__inner {
    padding: 0 4%;
  }
  .top .flow-head {
    margin-bottom: 12.2666666667vw;
  }
  .top .flow-item {
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
    transform: translateZ(0);
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 2.1333333333vw;
    padding: 10.6666666667vw 4vw 8vw;
  }
  .top .flow-item:not(:first-child) {
    margin-top: 4vw;
  }
  .top .flow-item:nth-child(2), .top .flow-item:nth-child(3) {
    margin-top: 8vw;
  }
  .top .flow-item .-tag {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1428571429em;
    font-weight: bold;
    position: absolute;
    top: -4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    height: 8vw;
    text-align: center;
    background-color: #1eade9;
    border-radius: 2em;
    color: #fff;
    padding: 0 2.1333333333vw;
  }
  .top .flow-item .-num {
    font-size: 10.6666666667vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 22.6666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Oswald", sans-serif;
    color: #1eade9;
    padding-top: 0.2em;
  }
  .top .flow-item .-num::before {
    content: "STEP";
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .top .flow-text {
    width: 55.4666666667vw;
  }
  .top .flow-title {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: bold;
    color: #282828;
    margin-bottom: 2.6666666667vw;
  }
  .top .flow-bodytxt {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.6428571429em;
    font-weight: 300;
    color: #888;
  }
  .top .top-faq {
    background-color: #f2f6f9;
  }
  .top .faq__inner {
    padding: 0 4%;
  }
  .top .faq-head {
    margin-bottom: 10.6666666667vw;
  }
  .top .faq-def + .faq-def {
    margin-top: 2px;
  }
  .top .faq-q {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.6428571429em;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding: 4.2666666667vw 9.3333333333vw 4.2666666667vw 4vw;
    background-color: #fff;
  }
  .top .faq-q::before {
    content: "Q";
    font-family: "Oswald", sans-serif;
    font-size: 7.4666666667vw;
    font-weight: 700;
    color: #1eade9;
    margin-right: 4vw;
  }
  .top .faq-q .-icon {
    width: 1em;
    height: 2px;
    background: #1eade9;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  .top .faq-q .-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background: #1eade9;
    transition: all 0.3s;
  }
  .top .faq-q.is-active .-icon::before {
    opacity: 0;
  }
  .top .faq-a {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.6428571429em;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    padding: 4.2666666667vw 4vw;
  }
  .top .faq-a::before {
    content: "A";
    font-family: "Oswald", sans-serif;
    font-size: 7.4666666667vw;
    font-weight: 700;
    margin-right: 4vw;
  }
  .top .top-media {
    background-color: #fff;
  }
  .top .media__inner {
    padding: 0 4%;
  }
  .top .media-head {
    margin-bottom: 8vw;
  }
  .top .media-list {
    display: flex;
    flex-wrap: wrap;
  }
  .top .media-content {
    background-color: #fff;
    width: 100vw;
    margin-left: -20px;
  }
  .top .media-content .slick-track {
    display: flex;
  }
  .top .media-item {
    width: 8rem;
    padding: 5.3333333333vw 2.6666666667vw;
    margin: 0 0.625rem;
    text-align: center;
  }
  .top .top-news {
    background-color: #f2f6f9;
  }
  .top .news__inner {
    padding: 0 4%;
  }
  .top .news-head {
    margin-bottom: 10.6666666667vw;
  }
  .top .news-list__data {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #888;
  }
  .top .news-new__tag {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #bf4f3c;
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #fff;
    border-radius: 1.6vw;
    padding: 0.2666666667vw 1.6vw 0.5333333333vw;
  }
  .top .news-list__tag {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    font-weight: 300;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dedede;
    color: #888;
    padding: 0.2666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
  .top .news-list__text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-weight: bold;
    color: #1a1a1a;
    padding: 4.2666666667vw 4vw 4.2666666667vw 0;
    margin-bottom: 5.3333333333vw;
    border-bottom: 1px solid #dedede;
  }
  .top .news-btn__wrap .btn {
    width: 76vw;
    height: 15.4666666667vw;
  }
  .top .top-message {
    background-image: url("../img/top/bg-message_sp.png"), url("../img/top/bg-message_pattern.png");
    background-position: 50% 100%, 0 0;
    background-size: contain, contain;
    background-repeat: no-repeat, repeat;
    background-color: #f2f6f9;
    color: #fff;
  }
  .top .message__inner {
    padding: 13.3333333333vw 4vw 80vw;
  }
  .top .message-side {
    margin-bottom: 8vw;
  }
  .top .message-heading {
    text-align: center;
  }
  .top .message-heading.-md {
    font-size: 5.0666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.7368421053em;
    font-weight: 700;
  }
  .top .message-heading.-lg {
    font-size: 9.6vw;
    letter-spacing: 0.05em;
    line-height: 1.6944444444em;
    font-weight: 700;
  }
  .top .message-bodytxt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: bold;
  }
  .top .message-bodytxt + .message-bodytxt {
    margin-top: 2em;
  }
  .top .top-aside {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .past-seminars {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -11px;
  }
  .past-seminars__link {
    display: block;
    width: 146px;
    height: 26px;
    border: solid 1px #707070;
    border-radius: 20px;
    background: #F6F5F0;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 23px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #464646;
  }
  .past-seminars.none-seminar {
    padding: 50px 0;
  }
  .past-seminars.none-seminar .past-seminars__link {
    right: 50%;
    top: 60px;
    transform: translateX(50%);
  }
  .archive {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .archive h3 {
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin: 41px 0 17px 0;
    line-height: 33px;
    font-size: 23px;
    height: auto;
  }
  .archive h4 {
    font-size: 23px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .archive h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 8px auto;
  }
  .archive h6 {
    font-size: 18px;
    line-height: 1.5;
    margin: 4px auto;
  }
  .archive a.blue {
    font-size: 16px;
    line-height: 23px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .archive__title {
    margin-top: 39px;
    margin-bottom: 11px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .archive__title::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .archive__text {
    text-align: center;
    line-height: 26px;
    font-size: 18px;
  }
  .archive__text br {
    display: none;
  }
  .archive__list {
    margin-top: 36px;
  }
  .archive__more {
    display: table;
    margin: 54px auto 75px auto;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;
  }
  .archive-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: dotted 2px #000;
    margin-bottom: 32px;
  }
  .archive-item__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .archive-item__image img {
    width: 100%;
  }
  .archive-item__overview {
    width: 100%;
    margin-bottom: 30px;
  }
  .archive-item__data {
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 18px;
    color: #727272;
    font-weight: bold;
  }
  .archive-item__reception--open {
    display: inline-block;
    width: 46px;
    height: 22px;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    top: -3px;
    background: #D00359;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  .archive-item__title {
    margin-bottom: 7px;
    line-height: 29px;
    font-size: 20px;
    font-weight: bold;
  }
  .archive-item__tabbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 12px;
  }
  .archive-item__tab {
    display: inline-block;
    height: 24px;
    padding: 0 16px;
    margin: 4px;
    border-radius: 3px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
  }
  .archive-item__tab--lightblue {
    background: #006D8D;
  }
  .archive-item__tab--blue {
    background: #00B9EF;
  }
  .archive-item__contact {
    display: block;
    width: calc(100% - 30px);
    height: 50px;
    border: solid 1px #006D8D;
    margin: 0 auto;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #006D8D;
  }
  .archive-item__contact::after {
    content: ">";
    width: 13px;
    height: 48px;
    background: #006D8D;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  .archive-item__more {
    display: table;
    margin: 10px 0 0 auto;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;
  }
  .archive-item__conditions {
    width: 100%;
    padding: 6px 0;
    background: #006D8D;
    color: #fff;
    margin-bottom: 10px;
  }
  .archive-item__conditions-item {
    line-height: 1.5;
    font-size: 16px;
    margin: 0 22px;
    padding-left: 3em;
    text-indent: -3em;
  }
  .archive-item__recommendation {
    width: 100%;
    margin-bottom: 32px;
  }
  .archive-item__point {
    width: 100%;
    margin-bottom: 32px;
  }
  .archive-item__benefits {
    width: 100%;
    margin-bottom: 32px;
  }
  .archive-item__headline {
    display: block;
    height: 40px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-bottom: 16px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
  }
  .archive-item__bigtext {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
  }
  .archive-item__smalltext {
    margin-top: 16px;
    line-height: 23px;
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .past-seminars {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 56px;
  }
  .past-seminars__link {
    display: block;
    width: 293px;
    height: 51px;
    border: solid 1px #707070;
    border-radius: 40px;
    background: #F6F5F0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #464646;
  }
  .past-seminars.none-seminar .past-seminars__link {
    right: 50%;
    top: 50px;
    transform: translateX(50%);
  }
  .archive {
    width: 1200px;
    margin: 0 auto;
  }
  .archive h3 {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    margin-bottom: 27px;
    line-height: 40px;
    font-size: 28px;
    height: auto;
  }
  .archive h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px auto;
  }
  .archive h5 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin: 8px auto;
  }
  .archive h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 4px auto;
  }
  .archive a.blue {
    font-size: 20px;
    line-height: 29px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .archive__title {
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .archive__title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .archive__text {
    text-align: center;
    line-height: 29px;
    font-size: 20px;
  }
  .archive__text br {
    display: none;
  }
  .archive__list {
    margin-top: 48px;
  }
  .archive__more {
    display: table;
    margin: 118px auto 134px auto;
    text-decoration: underline;
    font-size: 24px;
  }
  .archive-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 56px;
    border-bottom: dotted 2px #000;
    margin-bottom: 32px;
  }
  .archive-item__image {
    width: 586px;
    margin-bottom: 30px;
  }
  .archive-item__overview {
    width: 569px;
    margin-bottom: 30px;
  }
  .archive-item__data {
    margin-bottom: 8px;
    line-height: 52px;
    font-size: 36px;
    color: #727272;
  }
  .archive-item__reception--open {
    display: inline-block;
    width: 93px;
    height: 43px;
    border-radius: 5px;
    margin-left: 16px;
    position: relative;
    top: -6px;
    background: #D00359;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .archive-item__title {
    margin-bottom: 16px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  .archive-item__tabbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 10px;
  }
  .archive-item__tab {
    display: inline-block;
    height: 36px;
    padding: 0 16px;
    border-radius: 5px;
    margin: 6px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .archive-item__tab--lightblue {
    background: #006D8D;
  }
  .archive-item__tab--blue {
    background: #00B9EF;
  }
  .archive-item__contact {
    display: block;
    width: 100%;
    height: 65px;
    border: solid 1px #006D8D;
    position: relative;
    line-height: 65px;
    text-align: center;
    font-size: 32px;
    color: #006D8D;
  }
  .archive-item__contact::after {
    content: ">";
    width: 17px;
    height: 65px;
    background: #006D8D;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 65px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  .archive-item__more {
    display: table;
    margin: 10px 0 0 auto;
    text-decoration: underline;
    font-size: 18px;
  }
  .archive-item__conditions {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    padding: 8px 0;
    margin-bottom: 18px;
    background: #006D8D;
    color: #fff;
  }
  .archive-item__conditions-item {
    width: 100%;
    line-height: 35px;
    font-size: 24px;
    margin: 0;
    padding: 0 1em;
  }
  .archive-item__recommendation {
    width: 100%;
  }
  .archive-item__point {
    width: 100%;
  }
  .archive-item__benefits {
    width: 100%;
  }
  .archive-item__headline {
    display: block;
    height: 52px;
    padding-left: 16px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-bottom: 16px;
    line-height: 52px;
    font-size: 28px;
  }
  .archive-item__bigtext {
    margin-bottom: 22px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
  }
  .archive-item__smalltext {
    line-height: 29px;
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .single {
    width: 100%;
    padding: 0 15px 72px 15px;
    margin: 45px auto 0 auto;
  }
  .single h3 {
    padding: 5px 0 10px 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin: 41px 0 17px 0;
    line-height: 33px;
    font-size: 23px;
  }
  .single h4 {
    font-size: 23px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .single h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 8px auto;
  }
  .single h6 {
    font-size: 18px;
    line-height: 1.5;
    margin: 4px auto;
  }
  .single a.blue {
    font-size: 16px;
    line-height: 23px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .single img {
    max-width: 100%;
  }
  .single__image {
    width: 100%;
    height: auto;
    margin-bottom: 19px;
  }
  .single__box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .single__mark {
    display: block;
    width: 59px;
    height: 48px;
    padding: 0 8px;
    border-radius: 6px;
    margin-right: 9px;
    background: #F25502;
    text-align: center;
    line-height: 48px;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .single__title {
    line-height: 29px;
    font-size: 20px;
    font-weight: bold;
  }
  .single__conditions {
    width: 100%;
    padding: 9px 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 19px;
  }
  .single__conditions-item {
    line-height: 20px;
    font-size: 24px;
    margin: 0 22px;
    font-size: 14px;
  }
  .single__information {
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .single__data {
    display: block;
    width: 100%;
    margin: 0 24px 7px 0;
    line-height: 26px;
    font-size: 18px;
    color: #727272;
    font-weight: bold;
  }
  .single__tabbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
  }
  .single__tab {
    display: block;
    height: 24px;
    padding: 0 8px;
    border-radius: 3px;
    margin: 4px 6px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
  .single__tab--lightblue {
    background: #00B9EF;
  }
  .single__tab--blue {
    background: #006D8D;
  }
  .single__tab--pink {
    background: #D00359;
  }
  .single__contact {
    display: block;
    width: calc(100% - 30px);
    height: 50px;
    border: solid 1px #006D8D;
    margin: 0 auto 48px auto;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #006D8D;
  }
  .single__contact::after {
    content: ">";
    width: 17px;
    height: 50px;
    background: #006D8D;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  .single__headline {
    display: block;
    height: 41px;
    padding-left: 16px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-bottom: 16px;
    line-height: 41px;
    text-align: center;
    font-size: 23px;
  }
  .single__bigtext {
    margin-bottom: 37px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
  }
  .single__back {
    display: table;
    margin: auto;
    font-size: 14px;
    text-decoration: underline;
  }
  .single-point__title {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
  }
  .single-point__text {
    margin-bottom: 23px;
    line-height: 23px;
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .single {
    width: 1200px;
    padding-bottom: 107px;
    margin: 45px auto 0 auto;
  }
  .single h3 {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    margin-bottom: 27px;
    line-height: 40px;
    font-size: 28px;
  }
  .single h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px auto;
  }
  .single h5 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin: 8px auto;
  }
  .single h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 4px auto;
  }
  .single a.blue {
    font-size: 20px;
    line-height: 29px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .single img {
    max-width: 100%;
  }
  .single__image {
    width: 1200px;
    height: auto;
    margin-bottom: 36px;
  }
  .single__box {
    display: flex;
    align-items: center;
    margin-bottom: 41px;
  }
  .single__mark {
    display: block;
    width: 180px;
    height: 97px;
    border-radius: 12px;
    margin-right: 22px;
    background: #F25502;
    text-align: center;
    line-height: 97px;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
  }
  .single__title {
    line-height: 55px;
    font-size: 38px;
    font-weight: bold;
  }
  .single__conditions {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    padding: 16px 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 21px;
  }
  .single__conditions-item {
    width: 50%;
    line-height: 35px;
    font-size: 24px;
    margin: 0;
    padding: 0 1em;
  }
  .single__information {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .single__data {
    margin-right: 24px;
    line-height: 40px;
    font-size: 28px;
    color: #727272;
    font-weight: bold;
    flex-shrink: 0;
  }
  .single__tabbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
  }
  .single__tab {
    display: block;
    height: 43px;
    padding: 0 16px;
    border-radius: 5px;
    margin: 4px 6px;
    line-height: 43px;
    text-align: center;
    color: #fff;
  }
  .single__tab--lightblue {
    background: #00B9EF;
  }
  .single__tab--blue {
    background: #006D8D;
  }
  .single__tab--pink {
    background: #D00359;
  }
  .single__contact {
    display: block;
    width: 569px;
    height: 65px;
    border: solid 1px #006D8D;
    margin: 0 auto 73px auto;
    position: relative;
    line-height: 65px;
    text-align: center;
    font-size: 32px;
    color: #006D8D;
  }
  .single__contact::after {
    content: ">";
    width: 17px;
    height: 65px;
    background: #006D8D;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 65px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  .single__headline {
    display: block;
    height: 52px;
    padding-left: 16px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-bottom: 16px;
    line-height: 52px;
    font-size: 28px;
  }
  .single__bigtext {
    margin-bottom: 59px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  .single__back {
    display: table;
    margin: auto;
    font-size: 24px;
    text-decoration: underline;
  }
  .single-point__title {
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  .single-point__text {
    margin-bottom: 46px;
    line-height: 29px;
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .case {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .case__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .case__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .case__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
  }
  .case-archive {
    width: 100%;
    margin-bottom: 19px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .case-archive__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case-archive__image img {
    width: 100%;
    height: auto;
  }
  .case-archive__tab {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 12px 8px 8px;
  }
  .case-archive__tab-item {
    display: inline-block;
    padding: 6px;
    margin: 4px;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
  .case-archive__tab-item--blue {
    background: #00B9EF;
  }
  .case-archive__tab-item--lightblue {
    background: #80C9DE;
  }
  .case-archive__tab-item--glay {
    background: #C6C6C6;
  }
  .case-archive__title {
    padding: 8px 18px 3px 18px;
    line-height: 29px;
    font-size: 20px;
  }
  .case-archive__company {
    padding: 0 18px 20px 18px;
    line-height: 25px;
    font-size: 17px;
  }
  .more-archive {
    display: block;
    width: 100%;
    margin: 42px auto 52px auto;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
  }
  .more-archive__button {
    text-decoration: underline;
  }
  .pager-archive {
    display: flex;
    justify-content: center;
    margin: 49px auto 101px auto;
  }
  .pager-archive__prev {
    width: 89px;
    height: 34px;
    margin-right: 25px;
    background: #727272;
    position: relative;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .pager-archive__prev::before {
    content: "\f053";
    position: absolute;
    top: calc(50% - 0.9em);
    left: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  .pager-archive__next {
    width: 89px;
    height: 34px;
    background: #000000;
    margin-left: 25px;
    position: relative;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .pager-archive__next::after {
    content: "\f054";
    position: absolute;
    top: calc(50% - 0.9em);
    right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  .pager-archive__list {
    display: flex;
  }
  .pager-archive__link {
    display: none;
    width: 34px;
    height: 34px;
    border: solid 1px #aaa;
    border-radius: 17px;
    margin: 0 7px;
    line-height: 33px;
    text-align: center;
    color: #727272;
  }
  .pager-archive__link--choos {
    display: block;
    border: solid 1px #00B9EF;
    background: #00B9EF;
    color: #fff;
  }
  .pager-archive .page-numbers {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .case {
    width: 1200px;
    margin: 0 auto;
  }
  .case__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -22px;
  }
  .case__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .case__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .case__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .case-archive {
    width: 385px;
    margin: 0 22px 22px 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    float: left;
  }
  .case-archive:hover .case-archive__image img {
    transform: scale(1.05);
  }
  .case-archive__image {
    width: 382px;
    overflow: hidden;
  }
  .case-archive__image img {
    width: 382px;
    height: auto;
    transition: all 0.3s;
  }
  .case-archive__tab {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 16px 12px 8px 12px;
  }
  .case-archive__tab-item {
    display: inline-block;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
  }
  .case-archive__tab-item--blue {
    background: #00B9EF;
  }
  .case-archive__tab-item--lightblue {
    background: #80C9DE;
  }
  .case-archive__tab-item--glay {
    background: #C6C6C6;
  }
  .case-archive__title {
    margin: 0 16px 24px 16px;
    line-height: 32px;
    font-size: 22px;
  }
  .case-archive__company {
    margin: 0 16px 24px 16px;
    line-height: 26px;
    font-size: 18px;
  }
  .more-archive {
    display: none;
  }
  .pager-archive {
    display: flex;
    justify-content: center;
    margin: 130px auto 101px auto;
  }
  .pager-archive__prev {
    width: 89px;
    height: 34px;
    margin-right: 25px;
    background: #727272;
    position: relative;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .pager-archive__prev::before {
    content: "\f053";
    position: absolute;
    top: calc(50% - 0.9em);
    left: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  .pager-archive__next {
    width: 89px;
    height: 34px;
    background: #000000;
    margin-left: 25px;
    position: relative;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .pager-archive__next::after {
    content: "\f054";
    position: absolute;
    top: calc(50% - 0.9em);
    right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  .pager-archive__list {
    display: flex;
  }
  .pager-archive__link {
    display: block;
    width: 34px;
    height: 34px;
    border: solid 1px #aaa;
    border-radius: 17px;
    margin: 0 7px;
    line-height: 33px;
    text-align: center;
    color: #727272;
  }
  .pager-archive__link--choos {
    border: solid 1px #00B9EF;
    background: #00B9EF;
    color: #fff;
  }
}
@media screen and (max-width: 749px) {
  .case-single {
    width: 100%;
    padding: 0 15px;
    margin: 27px auto 60px auto;
  }
  .case-single__tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px 10px -3px;
  }
  .case-single__tag-item {
    display: inline-block;
    border-radius: 2px;
    padding: 6px;
    margin: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .case-single__tag-item--blue {
    background: #00B9EF;
  }
  .case-single__tag-item--lightblue {
    background: #80C9DE;
  }
  .case-single__tag-item--lightskyblue {
    background: #B7DBE5;
  }
  .case-single__time {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .case-single__title {
    margin-bottom: 20px;
    line-height: 33px;
    font-weight: bold;
    font-size: 23px;
  }
  .case-single__image {
    margin-bottom: 27px;
  }
  .case-single__image img {
    width: 100%;
  }
  .case-single__lead {
    line-height: 26px;
    font-size: 18px;
  }
  .case-single__table-title {
    display: block;
    width: 100%;
    border-bottom: solid 1px #727272;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 40px;
    font-size: 28px;
    color: #727272;
  }
  .case-single__campany {
    margin-bottom: 8px;
    line-height: 29px;
    font-size: 20px;
  }
  .case-single__team {
    margin-bottom: 2px;
    line-height: 26px;
    font-size: 18px;
  }
  .case-single__description {
    margin-bottom: 5px;
    line-height: 26px;
    font-size: 18px;
  }
  .case-single__campany-link {
    margin-top: 16px;
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
    color: #00B9EF;
  }
  .case-single__back {
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    line-height: 23px;
    font-size: 16px;
  }
  .case-single__footer {
    margin-top: 81px;
  }
  .case-single h2 {
    margin-bottom: 20px;
    line-height: 33px;
    font-weight: bold;
    font-size: 23px;
  }
  .case-single h3 {
    padding: 5px 0 10px 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin: 41px 0 17px 0;
    line-height: 33px;
    font-size: 23px;
  }
  .case-single p {
    line-height: 23px;
    font-size: 16px;
  }
  .case-single img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #toc_container {
    width: 100%;
    padding: 20px;
    border: solid 1px #707070;
    margin: 50px auto 0 auto;
    background: #E3E3E3;
  }
  #toc_container p.toc_title {
    display: block;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: solid 1px #727272;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    font-size: 20px;
    color: #727272;
  }
  #toc_container .toc_list {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: 16px;
  }
  #toc_container .toc_list a {
    color: #000;
  }
  #toc_container .toc_list ul {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: 14px;
  }
  #toc_container .toc_list ul ul {
    line-height: 1.5;
    font-size: 14px;
  }
  .single-pager {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .single-pager__item {
    display: inline-block;
    width: 150px;
    height: 42px;
    margin: 0 5px;
    line-height: 39px;
    font-size: 22px;
    color: #fff;
  }
  .single-pager__item--prev {
    padding-right: 19px;
    position: relative;
    background: #727272;
    text-align: right;
  }
  .single-pager__item--prev::before {
    content: "\f053";
    position: absolute;
    top: 2px;
    left: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }
  .single-pager__item--next {
    padding-left: 19px;
    position: relative;
    background: #000;
    text-align: left;
  }
  .single-pager__item--next::after {
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }
  h4 {
    font-size: 23px;
    line-height: 1.5;
    margin: 10px auto;
  }
  h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 8px auto;
  }
  h6 {
    font-size: 18px;
    line-height: 1.5;
    margin: 4px auto;
  }
  a.blue {
    font-size: 16px;
    line-height: 23px;
    color: #00B9EF;
    text-decoration: underline;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .case-single {
    width: 1200px;
    margin: 50px auto 107px auto;
  }
  .case-single__wrap {
    display: flex;
    align-items: baseline;
  }
  .case-single__tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 15px -6px;
  }
  .case-single__tag-item {
    display: inline-block;
    padding: 8px;
    border-radius: 2px;
    margin: 6px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .case-single__tag-item--blue {
    background: #00B9EF;
  }
  .case-single__tag-item--lightblue {
    background: #80C9DE;
  }
  .case-single__tag-item--lightskyblue {
    background: #B7DBE5;
  }
  .case-single__time {
    font-size: 22px;
    line-height: 32px;
    padding-left: 20px;
  }
  .case-single__title {
    margin-bottom: 19px;
    line-height: 55px;
    font-weight: bold;
    font-size: 38px;
  }
  .case-single__image {
    margin-bottom: 32px;
  }
  .case-single__image img {
    width: 100%;
    height: auto;
  }
  .case-single__lead {
    line-height: 32px;
    font-size: 22px;
  }
  .case-single__campany {
    margin-bottom: 22px;
    line-height: 40px;
    font-size: 28px;
  }
  .case-single__team {
    margin-bottom: 8px;
    line-height: 29px;
    font-size: 20px;
  }
  .case-single__description {
    margin-bottom: 8px;
    line-height: 29px;
    font-size: 20px;
  }
  .case-single__campany-link {
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
    color: #00B9EF;
  }
  .case-single__back {
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
  }
  .case-single__footer {
    margin-top: 95px;
  }
  .case-single h2 {
    margin-bottom: 19px;
    line-height: 55px;
    font-weight: bold;
    font-size: 38px;
  }
  .case-single h3 {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    margin-bottom: 27px;
    line-height: 40px;
    font-size: 28px;
  }
  .case-single h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px auto;
  }
  .case-single h5 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin: 8px auto;
  }
  .case-single h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 4px auto;
  }
  .case-single p {
    line-height: 29px;
    font-size: 20px;
  }
  .case-single img {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
  }
  .case-single a.blue {
    font-size: 20px;
    line-height: 29px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .case-single img {
    max-width: 100%;
  }
  #toc_container {
    width: 100%;
    padding: 20px;
    border: solid 1px #707070;
    margin: 40px auto 69px auto;
    background: #E3E3E3;
  }
  #toc_container p.toc_title {
    display: block;
    width: 100%;
    padding-bottom: 9.5px;
    border-bottom: solid 1px #727272;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    font-size: 24px;
    color: #727272;
  }
  #toc_container .toc_list {
    padding-left: 23px;
    line-height: 29px;
    font-size: 20px;
  }
  #toc_container .toc_list a {
    color: #000;
  }
  #toc_container .toc_list ul {
    padding-left: 23px;
    line-height: 26px;
    font-size: 18px;
  }
  #toc_container .toc_list ul ul {
    padding-left: 23px;
    line-height: 26px;
    font-size: 18px;
  }
  .single-pager {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
  .single-pager__item {
    display: inline-block;
    width: 160px;
    height: 34px;
    margin: 0 35px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .single-pager__item--prev {
    position: relative;
    background: #727272;
  }
  .single-pager__item--prev::before {
    content: "\f053";
    position: absolute;
    top: 0;
    left: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
  }
  .single-pager__item--next {
    position: relative;
    background: #000;
  }
  .single-pager__item--next::after {
    content: "\f054";
    position: absolute;
    top: 0;
    right: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
  }
}
@media screen and (max-width: 749px) {
  .infolist {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 69px auto;
  }
  .infolist__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .infolist__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .infolist__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .infolist__text {
    display: block;
    width: 100%;
    margin-bottom: 42px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
  }
  .infolist__maintenance {
    display: block;
    width: 100%;
    margin: 0 auto 56px;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
  .infolist__maintenance.event-category__tag--green {
    background-color: #81D87A;
  }
  .infolist__maintenance.event-category__tag--red {
    background-color: #AD062C;
  }
  .infolist__main {
    width: 100%;
    order: 1;
  }
  .infolist__side {
    width: 100%;
    order: 3;
  }
  .infolist__sub-headline {
    padding: 5px 0 10px 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    text-align: center;
    line-height: 33px;
    font-size: 23px;
  }
  .more-archive {
    order: 2;
  }
  .infolist-article {
    padding: 24px 0;
    border-bottom: solid 1px #aaa;
  }
  .infolist-article div {
    display: flex;
    align-items: center;
  }
  .infolist-article__tag {
    display: inline-block;
    order: 2;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .infolist-article__tag--lightblue {
    background: #00B9EF;
  }
  .infolist-article__tag--pink {
    background: #D00359;
  }
  .infolist-article__tag--darkblue {
    background: #006D8D;
  }
  .infolist-article__tag--green {
    background: #05B168;
  }
  .infolist-article__date {
    display: inline-block;
    order: 1;
    margin-right: 13px;
    line-height: 32px;
    font-size: 16px;
  }
  .infolist-article__title {
    margin-top: 7px;
    line-height: 23px;
    font-size: 16px;
  }
  .infolist-category__item {
    display: block;
    padding: 23px 0;
    border-bottom: solid 1px #aaa;
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .infolist {
    width: 1200px;
    margin: 0 auto;
  }
  .infolist__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -22px;
  }
  .infolist__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .infolist__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .infolist__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .infolist__maintenance {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 24px auto 42px;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 26px;
  }
  .infolist__maintenance br {
    display: none;
  }
  .infolist__maintenance.event-category__tag--green {
    background-color: #81D87A;
  }
  .infolist__maintenance.event-category__tag--red {
    background-color: #AD062C;
  }
  .infolist__main {
    width: 900px;
  }
  .infolist__side {
    width: 270px;
  }
  .infolist__sub-headline {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    line-height: 40px;
    font-size: 28px;
  }
  .infolist-article {
    padding: 24px 0;
    border-bottom: solid 1px #aaa;
  }
  .infolist-article div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .infolist-article__tag {
    display: inline-block;
    order: 2;
    padding: 4px;
    margin-left: 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .infolist-article__tag--lightblue {
    background: #00B9EF;
  }
  .infolist-article__tag--pink {
    background: #D00359;
  }
  .infolist-article__tag--darkblue {
    background: #006D8D;
  }
  .infolist-article__tag--green {
    background: #05B168;
  }
  .infolist-article__date {
    display: inline-block;
    order: 1;
    line-height: 32px;
    font-size: 22px;
  }
  .infolist-article__title {
    margin-top: 10px;
    line-height: 29px;
    font-size: 20px;
  }
  .infolist-category__item {
    display: block;
    padding: 16px 0;
    border-bottom: solid 1px #aaa;
    font-size: 22px;
  }
}
@media screen and (max-width: 749px) {
  .info-single {
    width: 100%;
    padding: 0 15px;
    margin: 27px auto 60px auto;
  }
  .info-single h3 {
    padding: 5px 0 10px 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin: 41px 0 17px 0;
    line-height: 33px;
    font-size: 23px;
  }
  .info-single h4 {
    font-size: 23px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .info-single h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 8px auto;
  }
  .info-single h6 {
    font-size: 18px;
    line-height: 1.5;
    margin: 4px auto;
  }
  .info-single a.blue {
    font-size: 16px;
    line-height: 23px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .info-single img {
    max-width: 100%;
    height: auto;
  }
  .info-single__tag {
    margin: 0 20px 10px 0;
  }
  .info-single__tag-item {
    display: inline-block;
    border-radius: 2px;
    margin: 0 7px 7px 0;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .info-single__tag-item--blue {
    background: #00B9EF;
  }
  .info-single__tag-item--lightblue {
    background: #80C9DE;
  }
  .info-single__tag-item--lightskyblue {
    background: #B7DBE5;
  }
  .info-single__time {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .info-single__title {
    margin-bottom: 20px;
    line-height: 33px;
    font-weight: bold;
    font-size: 23px;
  }
  .info-single__image {
    margin-top: 29px;
    margin-bottom: 30px;
  }
  .info-single__image img {
    width: 100%;
  }
  .info-single__lead {
    line-height: 26px;
    font-size: 18px;
  }
  .info-single__text {
    margin-top: 24px;
    line-height: 23px;
    font-size: 16px;
  }
  .info-single__back {
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    line-height: 23px;
    font-size: 16px;
  }
  .info-single__footer {
    margin-top: 81px;
  }
}
@media screen and (min-width: 750px) {
  .info-single {
    width: 1200px;
    margin: 50px auto 107px auto;
  }
  .info-single h3 {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    margin-bottom: 27px;
    line-height: 40px;
    font-size: 28px;
  }
  .info-single h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px auto;
  }
  .info-single h5 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin: 8px auto;
  }
  .info-single h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 4px auto;
  }
  .info-single a.blue {
    font-size: 20px;
    line-height: 29px;
    color: #00B9EF;
    text-decoration: underline;
  }
  .info-single img {
    max-width: 100%;
    height: auto;
  }
  .info-single__tag {
    margin: 0 20px 15px 0;
    display: inline-block;
  }
  .info-single__tag-item {
    display: inline-block;
    border-radius: 2px;
    padding: 8px;
    margin-right: 12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .info-single__tag-item--blue {
    background: #00B9EF;
  }
  .info-single__tag-item--lightblue {
    background: #80C9DE;
  }
  .info-single__tag-item--lightskyblue {
    background: #B7DBE5;
  }
  .info-single__time {
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
  }
  .info-single__title {
    margin-bottom: 19px;
    line-height: 55px;
    font-weight: bold;
    font-size: 38px;
  }
  .info-single__image {
    margin-top: 39px;
    margin-bottom: 52px;
  }
  .info-single__lead {
    line-height: 32px;
    font-size: 22px;
  }
  .info-single__text {
    margin-top: 40px;
    line-height: 29px;
    font-size: 20px;
  }
  .info-single__back {
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
  }
  .info-single__footer {
    margin-top: 95px;
  }
}
@media screen and (max-width: 749px) {
  .whitepaperlist {
    width: 100%;
    padding: 0 15px 75px 15px;
    margin: 0 auto;
  }
  .whitepaperlist__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .whitepaperlist__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .whitepaperlist__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
  }
  .whitepaperlist__wrap {
    display: flex;
    flex-direction: column;
  }
  .whitepaperlist__main {
    width: 100%;
    order: 1;
    margin-bottom: 48px;
  }
  .whitepaperlist__side {
    width: 100%;
    order: 2;
  }
  .whitepaperlist__sub-headline {
    padding: 5px 0 10px 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    text-align: center;
    line-height: 33px;
    font-size: 23px;
  }
  .whitepaperlist .whitepaperlist-category__item {
    display: block;
    padding: 23px 0;
    border-bottom: solid 1px #aaa;
    font-size: 16px;
  }
  .whitepaperlist-archive {
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 19px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .whitepaperlist-archive__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .whitepaperlist-archive__image img {
    width: 100%;
    height: auto;
  }
  .whitepaperlist-archive__tab {
    margin: 16px 16px 8px 16px;
  }
  .whitepaperlist-archive__tab-item {
    display: inline-block;
    padding: 6px;
    margin-bottom: 4px;
    border-radius: 2px;
    background: #6E808E;
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    color: #fff;
  }
  .whitepaperlist-archive__title {
    padding: 8px 18px 9px 18px;
    line-height: 29px;
    font-size: 20px;
  }
  .whitepaperlist-archive__text {
    padding: 0 18px;
    line-height: 23px;
    font-size: 16px;
  }
  .whitepaperlist-archive__button {
    display: block;
    width: 289px;
    height: 61px;
    margin: 18px auto 0 auto;
    border-radius: 31px;
    line-height: 61px;
    background: #FFD900;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (min-width: 750px) {
  .whitepaperlist {
    max-width: 1200px;
    width: 100%;
    padding-bottom: 116px;
    margin: 0 auto;
  }
  .whitepaperlist__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -22px;
  }
  .whitepaperlist__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .whitepaperlist__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .whitepaperlist__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .whitepaperlist__wrap {
    width: 100%;
    display: flex;
    padding: 0 10px;
  }
  .whitepaperlist__main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    max-width: 900px;
    width: 100%;
    margin-right: 52px;
  }
  .whitepaperlist__side {
    max-width: 270px;
    width: 100%;
  }
  .whitepaperlist__sub-headline {
    padding-left: 15px;
    border-bottom: solid 1px #000;
    border-left: solid 7px #00B9EF;
    margin-top: 45px;
    line-height: 40px;
    font-size: 28px;
  }
  .whitepaperlist .whitepaperlist-category__item {
    display: block;
    padding: 16px 0;
    border-bottom: solid 1px #aaa;
    font-size: 22px;
  }
  .whitepaperlist-archive {
    width: calc((100% - 22px) / 2);
    padding-bottom: 26px;
    margin: 0 0 22px 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .whitepaperlist-archive:nth-child(odd) {
    margin-right: 22px;
  }
  .whitepaperlist-archive__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .whitepaperlist-archive__image img {
    width: 100%;
    height: auto;
  }
  .whitepaperlist-archive__tab {
    margin: 16px 16px 8px 16px;
  }
  .whitepaperlist-archive__tab-item {
    display: inline-block;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 5px;
    background: #6E808E;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  .whitepaperlist-archive__title {
    margin: 0 16px 24px 16px;
    line-height: 32px;
    font-size: 22px;
  }
  .whitepaperlist-archive__text {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 32px;
    line-height: 26px;
    font-size: 18px;
  }
  .whitepaperlist-archive__button {
    display: block;
    max-width: 286px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    border-radius: 27px;
    line-height: 54px;
    background: #FFD900;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 749px) {
  br.pc-only {
    display: none;
  }
  .oem {
    padding: 0 15px 80px;
  }
  .oem__headline {
    font-size: 23px;
    font-weight: bold;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    width: 100%;
  }
  .oem__headline::after {
    background: #00B9EF;
    content: "";
    display: block;
    height: 2px;
    margin: 8px auto 0 auto;
    width: 50px;
  }
  .oem__catchcopy {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .oem__upgrade-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .oem .oem-merit {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px auto -16px;
    max-width: 1200px;
    width: 100%;
  }
  .oem .merit-item {
    border: solid 1px #707070;
    width: auto;
    margin-bottom: 16px;
    padding: 18px;
  }
  .oem .merit-item:nth-child(odd) {
    margin-right: 0;
  }
  .oem .merit-item__title {
    margin-bottom: 24px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .oem .merit-item__image {
    text-align: center;
  }
  .oem .merit-item__label {
    display: flex;
    justify-content: center;
  }
  .oem .merit-item__text {
    margin-top: 6px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
  }
  .oem .merit-label {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 4px 6px;
    max-width: 112px;
    padding: 6px;
    text-align: center;
    width: 100%;
  }
  .oem .merit-label--lightblue {
    background: #00B9EF;
  }
  .oem .merit-image {
    width: 100px;
  }
  .oem__plan-img {
    display: block;
    margin: 24px auto 64px;
    max-width: 100%;
  }
  .oem__table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 4px solid #fff;
    font-size: 14px;
    margin: 16px auto 0;
    max-width: 1186px;
    width: 100%;
  }
  .oem .table-thead th,
.oem .table-thead td {
    background-color: #F4F4F4;
    border: 4px solid #fff;
    padding: 0.75em 0.35em;
    text-align: center;
    vertical-align: middle;
  }
  .oem .table-thead th:nth-of-type(2) {
    background-color: #3A96B1;
    color: #fff;
    font-weight: 700;
  }
  .oem .table-thead th:nth-of-type(3) {
    background-color: #264F6E;
    color: #fff;
    font-weight: 700;
  }
  .oem .table-tbody th,
.oem .table-tbody td {
    background-color: #F4F4F4;
    border: 4px solid #fff;
    padding: 0.75em 0.35em;
    vertical-align: middle;
    font-size: 12px;
  }
  .oem .table-tbody th {
    text-align: center;
    vertical-align: middle;
  }
  .oem .tbody-tr td:nth-of-type(1) {
    vertical-align: middle;
  }
  .oem .tbody-tr td:nth-of-type(2) {
    background-color: #E7F2F6;
    color: #3A96B1;
    font-weight: 700;
    text-align: center;
  }
  .oem .tbody-tr td:nth-of-type(3) {
    background-color: #E9EDF0;
    color: #264F6E;
    font-weight: 700;
    text-align: center;
  }
  .oem .list__item--bullets {
    font-size: 10px;
    align-items: baseline;
    display: flex;
    text-align: left;
  }
  .oem .list__item--bullets::before {
    background-color: #264F6E;
    border-radius: 100%;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.3em;
    transform: translateY(-0.2em);
    width: 4px;
  }
  .oem .text-inlblk {
    display: inline-block;
  }
  .oem .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  br.sp-only {
    display: none;
  }
  .oem {
    padding: 0 30px 120px;
  }
  .oem__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .oem__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .oem__catchcopy {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .oem__upgrade-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .oem .oem-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto -16px;
    max-width: 1200px;
    width: 100%;
  }
  .oem .merit-item {
    border: solid 1px #707070;
    width: calc((100% - 20px) / 2);
    margin-bottom: 16px;
    padding: 18px;
  }
  .oem .merit-item:nth-child(odd) {
    margin-right: 20px;
  }
  .oem .merit-item__title {
    margin-bottom: 24px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .oem .merit-item__image {
    text-align: center;
  }
  .oem .merit-item__label {
    display: flex;
    justify-content: center;
  }
  .oem .merit-item__text {
    margin-top: 6px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
  }
  .oem .merit-label {
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 4px 6px;
    max-width: 112px;
    padding: 6px;
    text-align: center;
    width: 100%;
  }
  .oem .merit-label--lightblue {
    background: #00B9EF;
  }
  .oem__plan-img {
    display: block;
    margin: -50px auto 0;
    max-width: 100%;
  }
  .oem__table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 4px solid #fff;
    margin: 0 auto;
    max-width: 1186px;
    width: 100%;
  }
  .oem .table-thead th,
.oem .table-thead td {
    background-color: #F4F4F4;
    border: 4px solid #fff;
    padding: 0.5em 1em;
    text-align: center;
    vertical-align: middle;
  }
  .oem .table-thead th:nth-of-type(2) {
    background-color: #3A96B1;
    color: #fff;
    font-weight: 700;
  }
  .oem .table-thead th:nth-of-type(3) {
    background-color: #264F6E;
    color: #fff;
    font-weight: 700;
  }
  .oem .table-tbody th,
.oem .table-tbody td {
    background-color: #F4F4F4;
    border: 4px solid #fff;
    padding: 0.5em 1em;
    vertical-align: middle;
  }
  .oem .table-tbody th {
    text-align: center;
    vertical-align: middle;
  }
  .oem .tbody-tr td:nth-of-type(1) {
    vertical-align: middle;
  }
  .oem .tbody-tr td:nth-of-type(2) {
    background-color: #E7F2F6;
    color: #3A96B1;
    font-weight: 700;
    text-align: center;
  }
  .oem .tbody-tr td:nth-of-type(3) {
    background-color: #E9EDF0;
    color: #264F6E;
    font-weight: 700;
    text-align: center;
  }
  .oem .list {
    display: inline-block;
  }
  .oem .list__item--bullets {
    align-items: baseline;
    display: flex;
    text-align: left;
  }
  .oem .list__item--bullets::before {
    background-color: #264F6E;
    border-radius: 100%;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.3em;
    transform: translateY(-0.2em);
    width: 4px;
  }
  .oem .text-inlblk {
    display: inline-block;
  }
  .oem .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  br.pc-only {
    display: none;
  }
  .service {
    padding: 0 15px 120px;
  }
  .service__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .service__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .service__catchcopy {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
  }
  .service .service-flow {
    display: inherit;
    justify-content: space-between;
    line-height: 1.5;
    margin: 30px auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
  }
  .service .service-flow__step {
    color: #fff;
    padding: 20px 20px 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .service .service-flow__step:nth-of-type(1n+2) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
  .service .service-flow__step:nth-last-of-type(1n+2)::after {
    background-image: url(../img/service-flow-arrow-bottom.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: -54%;
    left: 0;
    z-index: 1;
  }
  .service .service-flow__step:nth-of-type(1) {
    background-color: #6E808E;
  }
  .service .service-flow__step:nth-of-type(2) {
    background-color: #3A96B1;
  }
  .service .service-flow--img {
    display: block;
    margin: 70px auto 0;
    max-width: 100%;
  }
  .service .flow-headline {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .service .flow-headline + .flow-text {
    margin-top: 12px;
  }
  .service .flow-text {
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
  .service__upgrade-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .service .service-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto -16px;
    max-width: 1200px;
    width: 100%;
  }
  .service .merit-item {
    border: solid 1px #707070;
    margin-bottom: 16px;
    padding: 18px;
    width: 100%;
  }
  .service .merit-item:nth-child(odd) {
    margin-right: 0;
  }
  .service .merit-item__title {
    margin-bottom: 24px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .service .merit-item__image {
    text-align: center;
  }
  .service .merit-item__text {
    margin-top: 16px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
  }
  .service .text-inlblk {
    display: inline-block;
  }
  .service .text-inlblk--sp {
    display: inline-block;
  }
  .service .text-inlblk.pc-only {
    display: inline;
  }
  .service .service-housing-loan {
    display: inherit;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
  }
  .service .service-housing-loan__item:nth-of-type(2) {
    line-height: 1.5;
    padding-left: 20px;
  }
  .service .service-housing-loan__item img {
    max-width: 100%;
  }
  .service .service-housing-loan .housing-loan-headline {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .service .service-housing-loan .housing-loan-headline + p {
    margin-top: 40px;
  }
  .service .service-housing-loan .housing-loan-text {
    font-size: 16px;
  }
  .service .service-housing-loan .housing-loan-text:nth-of-type(1n+2) {
    margin-top: 40px;
  }
  .service .service-housing-loan .housing-loan-text__emphasis {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
  .service .service-useful {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) {
  br.sp-only {
    display: none;
  }
  .service {
    padding: 0 30px 120px;
  }
  .service__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .service__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .service__catchcopy {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .service .service-flow {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 30px auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
  }
  .service .service-flow__step {
    color: #fff;
    padding: 30px 60px 30px 30px;
    position: relative;
    width: calc(50% - 10px);
  }
  .service .service-flow__step:nth-of-type(1n+2) {
    padding-left: 80px;
    padding-right: 30px;
  }
  .service .service-flow__step:nth-last-of-type(1n+2)::after {
    background-image: url(../img/service-flow-arrow-right.png);
    background-color: #3A96B1;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 25%;
    right: -80px;
    top: 0;
    z-index: 1;
  }
  .service .service-flow__step:nth-of-type(1) {
    background-color: #6E808E;
  }
  .service .service-flow__step:nth-of-type(2) {
    background-color: #3A96B1;
  }
  .service .service-flow--img {
    display: block;
    margin: -70px auto 0;
    max-width: 100%;
  }
  .service .flow-headline {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .service .flow-headline + .flow-text {
    margin-top: 20px;
  }
  .service .flow-text {
    font-size: 22px;
    position: relative;
    z-index: 2;
  }
  .service__upgrade-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .service .service-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto -16px;
    max-width: 1200px;
    width: 100%;
  }
  .service .merit-item {
    border: solid 1px #707070;
    width: calc((100% - 20px) / 2);
    margin-bottom: 16px;
    padding: 18px;
  }
  .service .merit-item:nth-child(odd) {
    margin-right: 20px;
  }
  .service .merit-item__title {
    margin-bottom: 24px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .service .merit-item__image {
    text-align: center;
  }
  .service .merit-item__label {
    display: flex;
    justify-content: center;
  }
  .service .merit-item__text {
    margin-top: 16px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
  }
  .service .merit-label {
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 4px 6px;
    max-width: 112px;
    padding: 6px;
    text-align: center;
    width: 100%;
  }
  .service .merit-label--lightblue {
    background: #00B9EF;
  }
  .service .text-inlblk {
    display: inline-block;
  }
  .service .text-blk--pc {
    display: block;
  }
  .service .service-housing-loan {
    display: flex;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
  }
  .service .service-housing-loan__item:nth-of-type(2) {
    flex: 60%;
    line-height: 1.5;
    padding-left: 20px;
  }
  .service .service-housing-loan__item img {
    max-width: 100%;
  }
  .service .service-housing-loan .housing-loan-headline {
    font-size: 26px;
    font-weight: 700;
  }
  .service .service-housing-loan .housing-loan-headline + p {
    margin-top: 20px;
  }
  .service .service-housing-loan .housing-loan-text {
    font-size: 20px;
  }
  .service .service-housing-loan .housing-loan-text:nth-of-type(1n+2) {
    margin-top: 40px;
  }
  .service .service-housing-loan .housing-loan-text__emphasis {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .service .service-useful {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .service-product {
    padding: 0 15px 80px;
  }
  .service-product__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 28px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .service-product__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .service-product__catchcopy {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .service-product .function-block {
    display: flex;
  }
  .service-product .function-block__btn {
    background-color: #00B9EF;
    box-shadow: 0 0 0 1px #00b9ef;
    color: #fff;
    flex: 1;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    position: relative;
    text-align: center;
  }
  .service-product .function-block__btn:not(.is-active) {
    background-color: #fff;
    color: inherit;
  }
  .service-product .function-block__btn.is-active::after {
    background-color: #00B9EF;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    height: 25px;
    width: 25px;
    z-index: 0;
  }
  .service-product .function-block__btn span {
    position: relative;
    z-index: 1;
  }
  .service-product .function-content {
    display: none;
    flex-wrap: wrap;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
  }
  .service-product .function-content.is-active {
    display: flex;
  }
  .service-product .function-content__head-3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
  }
  .service-product .function-content .head-3__circle {
    background-color: #264F6E;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin: 0 auto;
    width: 150px;
  }
  .service-product .function-content .head-3__circle--color-turquoise {
    background-color: #3A96B1;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin: 0 auto;
    place-content: center;
    width: 150px;
  }
  .service-product .function-content__head-4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .service-product .function-content__block {
    display: flex;
    flex-flow: column;
  }
  .service-product .function-content__list {
    display: grid;
    margin: 10px 0 16px;
    place-content: center;
  }
  .service-product .function-content__image {
    display: block;
    margin: 20px auto;
    max-width: 100%;
  }
  .service-product .function-content__recommended {
    background-color: #F6F5F0;
    margin: 30px auto 0;
    max-width: 445px;
    padding: 20px 24px;
    width: 100%;
  }
  .service-product .inner-contents {
    max-width: 1200px;
    width: 100%;
    box-shadow: inset 0 0 0 1px #727272;
    margin-top: 30px;
    padding: 15px 15px 20px;
  }
  .service-product .inner-contents__head-4 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .service-product .inner-contents__list {
    margin: 0 0 20px;
  }
  .service-product .inner-contents__list .list-item {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .service-product .list-item {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
  }
  .service-product .list-item::before {
    background-color: #00B9EF;
    border-radius: 100%;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.5em;
    transform: translateY(-0.25em);
    width: 4px;
  }
  .service-product .list-item--lightblue {
    display: flex;
    align-items: baseline;
  }
  .service-product .list-item--lightblue::before {
    background-color: #00B9EF;
    border-radius: 100%;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.5em;
    transform: translateY(-0.25em);
    width: 4px;
  }
  .service-product .list-item__text {
    flex: 1;
  }
  .service-product .recommended__text {
    font-size: 16px;
    text-align: center;
  }
  .service-product .recommended__text--emphasis {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .service-product .text-inlblk {
    display: inline-block;
  }
  .service-product .text-inlblk.pc-only {
    display: inline;
  }
  .service-product .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
    text-align: center;
  }  
}
@media screen and (min-width: 750px) {
  .service-product {
    padding: 0 30px 120px;
  }
  .service-product__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .service-product__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .service-product__catchcopy {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
  }
  .service-product__function {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .service-product .function-block {
    display: flex;
  }
  .service-product .function-block__btn {
    background-color: #00B9EF;
    box-shadow: 0 0 0 1px #00b9ef;
    color: #fff;
    flex: 1;
    font-size: 18px;
    padding: 20px;
    position: relative;
    text-align: center;
  }
  .service-product .function-block__btn:not(.is-active) {
    background-color: #fff;
    color: inherit;
  }
  .service-product .function-block__btn.is-active::after {
    background-color: #00B9EF;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    height: 25px;
    width: 25px;
    z-index: 0;
  }
  .service-product .function-block__btn span {
    position: relative;
    z-index: 1;
  }
  .service-product .function-content {
    display: none;
    flex-wrap: wrap;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
  }
  .service-product .function-content.is-active {
    display: flex;
  }
  .service-product .function-content__head-3 {
    color: #fff;
    flex: 1;
    font-size: 28px;
    font-weight: 700;
    padding-right: 20px;
  }
  .service-product .function-content .head-3__circle {
    background-color: #264F6E;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 214px;
    margin: 0 auto;
    place-content: center;
    width: 214px;
  }
  .service-product .function-content .head-3__circle--color-turquoise {
    background-color: #3A96B1;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 214px;
    margin: 0 auto;
    place-content: center;
    width: 214px;
  }
  .service-product .function-content__head-4 {
    font-size: 24px;
    font-weight: 700;
  }
  .service-product .function-content__block {
    display: flex;
    flex: 3;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .service-product .function-content__list {
    margin: 16px 0;
  }
  .service-product .function-content__image {
    padding-left: 35px;
  }
  .service-product .function-content__recommended {
    background-color: #F6F5F0;
    margin-top: 30px;
    max-width: 445px;
    padding: 20px 24px;
    width: 100%;
  }
  .service-product .inner-contents {
    box-shadow: inset 0 0 0 1px #727272;
    margin-top: 20px;
    padding: 16px 30px 24px;
    width: 100%;
  }
  .service-product .inner-contents__head-4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .service-product .inner-contents__list {
    margin: 0 0 20px;
  }
  .service-product .inner-contents__notes {
    font-size: 14px;
  }
  .service-product .inner-contents p br.sp-only {
    display: none;
  }
  .service-product .list-item {
    align-items: baseline;
    display: flex;
  }
  .service-product .list-item::before {
    background-color: #000;
    border-radius: 100%;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.5em;
    transform: translateY(-0.25em);
    width: 4px;
  }
  .service-product .list-item--lightblue::before {
    background-color: #00B9EF;
    border-radius: 100%;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 4px;
    margin-right: 0.5em;
    transform: translateY(-0.25em);
    width: 4px;
  }
  .service-product .list-item--mark {
    align-items: baseline;
    display: flex;
  }
  .service-product .list-item__text {
    flex: 1;
  }
  .service-product .recommended__text {
    font-size: 17px;
  }
  .service-product .recommended__text--emphasis {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .service-product .text-inlblk {
    display: inline-block;
  }
  .service-product .text-blk--pc {
    display: block;
  }
  .service-product .common-app-note {
    font-size: 12px;
    margin: 1rem auto;
    color: #949494;
  }  
}
@media screen and (max-width: 749px) {
  .company {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .company__headline {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 22px;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
  .company__headline::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .company__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
  }
  .company_overview {
    margin: 68px auto 100px auto;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .company_overview th {
    color: #fff;
    background: #1eade9;
    width: 30%;
  }
  .company_overview td {
    color: #000;
  }
  .company_overview th, .company_overview td {
    border: solid 1px #cdcdcd;
    padding: 20px;
    height: 70px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 750px) {
  .company {
    width: 1200px;
    margin: 0 auto;
  }
  .company__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -22px;
  }
  .company__headline {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .company__headline::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 8px auto 0 auto;
    background: #00B9EF;
  }
  .company_overview {
    margin: 68px auto 100px auto;
    width: 100%;
    border-collapse: collapse;
  }
  .company_overview th {
    color: #fff;
    background: #1eade9;
    width: 30%;
  }
  .company_overview td {
    color: #000;
  }
  .company_overview th, .company_overview td {
    border: solid 1px #cdcdcd;
    padding: 20px;
    height: 70px;
    vertical-align: middle;
  }
  .is_sp {
    display: none;
  }
}

/* ------------------------------
- itgrant
------------------------------ */
@media screen and (min-width: 750px) {
  .top .kv-itgrant .-text span {
    display: block;
    max-width: 460px;
    color: #1dace8;
    background-color: #fff;
    padding: 0.3em 0;
    font-size: 1.45rem;
    font-weight: bold;
    text-align: center;
  }
  .top .kv-itgrant .-summary {
    margin-top: 1em;
    max-width: 460px;
    display: flex;
    padding: 0.5em;
  }
  .top .kv-itgrant .-left {
    display: flex;
    justify-content: center;
    width: 110px;
    height: 110px;
  }
  .top .kv-itgrant .-left .-image {
    background-image: url("../img/top/stamp_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: rotate(-20deg);
  }
  .top .kv-itgrant .-right {
    flex: 1;
    display: block;
  }
  .top .kv-itgrant .-right .-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .top .kv-itgrant .-right .-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .top .kv-itgrant .-right sup {
    color: #fff;
    transform: translateY(-4px);
  }
  .top .kv-itgrant .-right .-md {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .top .kv-itgrant .-right .-lg {
    color: #fdd535;
    font-size: 2rem;
    font-weight: bold;
    transform: translateY(3px);
  }
  .top .kv-itgrant .-right .-bottom .-lg {
    color: #fdd535;
    font-size: 2rem;
    font-weight: bold;
    transform: translateY(3px);
  }
  .top .kv-itgrant .-right .-num {
    color: #fdd535;
    font-size: 3.875em;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 749px) {
  .top .kv-itgrant .-text span {
    display: block;
    width: 52vw;
    color: #1dace8;
    background-color: #fff;
    padding: 0.3em 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  }
  .top .kv-itgrant .-summary {
    margin-top: 0.8em;
    border: solid #fff 1px;
    width: 52vw;
    padding: 0.75em;
    margin-left: auto;
  }
  .top .kv-itgrant .-left {
    display: none;
  }
  .top .kv-itgrant .is_sp {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.8em;
    width: 23vw;
    height: 23vw;
    margin-left: auto;
  }
  .top .kv-itgrant .is_sp .-image {
    background-image: url("../img/top/stamp_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .top .kv-itgrant .-right {
    flex: 1;
    display: block;
  }
  .top .kv-itgrant .-right .-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-itgrant .-right .-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-itgrant .-right sup {
    transform: translateY(-4px);
    color: #fff;
  }
  .top .kv-itgrant .-right .-md {
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
  }
  .top .kv-itgrant .-right .-lg {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fdd535;
  }
  .top .kv-itgrant .-right .-bottom .-lg {
    font-size: 1.5rem;
    font-weight: bold;
    transform: translateY(3px);
    color: #fdd535;
  }
  .top .kv-itgrant .-right .-num {
    font-size: 3em;
    font-weight: 700;
    color: #fdd535;
    font-family: "Oswald", sans-serif;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 539px) {
  .top .kv-head {
    background: url("../img/top/bg-kv_sp.jpg") 0 0/cover no-repeat;
    height: 97.5vw;
    padding: 8vw 4vw 0;
  }
  .top .kv-img {
    position: absolute;
    width: 100%;
    height: 63.3333333333vw;
    background: url("../img/top/SP_img_man.png") no-repeat left 0 bottom/contain;
    bottom: 0;
    left: 0;
  }    
  .top .kv-itgrant .-text span {
    display: block;
    width: 235px;
    color: #1dace8;
    background-color: #fff;
    padding: 0.3em 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  }
  .top .kv-itgrant .-summary {
    margin-top: 0.8em;
    border: solid #fff 1px;
    width: 235px;
    padding: 0.5em;
    margin-left: auto;
  }
  .top .kv-itgrant .-left {
    display: none;
  }
  .top .kv-itgrant .is_sp {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.8em;
    width: 26vw;
    height: 26vw;
  }
  .top .kv-itgrant .-right {
    flex: 1;
    display: block;
  }
  .top .kv-itgrant .-right .-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-itgrant .-right .-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .top .kv-itgrant .-right sup {
    transform: translateY(-2px);
    color: #fff;
  }
  .top .kv-itgrant .-right .-md {
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
  }
  .top .kv-itgrant .-right .-lg {
    font-size: 1.16rem;
    font-weight: bold;
    color: #fdd535;
  }
  .top .kv-itgrant .-right .-bottom .-lg {
    font-size: 1.5rem;
    font-weight: bold;
    transform: translateY(3px);
    color: #fdd535;
  }
  .top .kv-itgrant .-right .-num {
    font-size: 2.777em;
    font-weight: 700;
    color: #fdd535;
    font-family: "Oswald", sans-serif;
    transform: translateY(5px);
  }
}

/*# sourceMappingURL=style.css.map */
