@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #000000;
  font-weight: 400;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f2f2f2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  font-size: 1px;
  font-size: 0.0625rem;
  line-height: 1;
  vertical-align: top;
}

svg {
  fill: currentColor;
}

strong {
  font-weight: 700;
}

input,
button,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-webkit-input-placeholder {
  padding-top: 0.1em;
}

textarea {
  vertical-align: top;
}

button {
  text-align: center;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

main {
  display: block;
}

address {
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-60 {
  margin-top: 60px;
}

.a-link-underline-c {
  color: #15b2a5;
  text-decoration: underline;
}

.a-link-underline-c:hover {
  color: #15b2a5;
  text-decoration: none;
}

.page-footer-banner {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.page-footer-banner > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.page-footer-banner > div > p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  text-align: center;
}

.page-footer-banner > div > p > span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}

.page-footer-banner > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

.page-footer-banner > div > ul > li {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.page-footer-banner > div > ul > li:nth-child(n+5) {
  margin-top: 30px;
}

.page-footer-banner > div > ul > li > a {
  display: block;
  line-height: 1.4;
}

.page-footer-banner > div > ul > li > a > img {
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
}

.page-footer-banner > div > ul > li > a > span {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-footer-main {
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
}

.page-footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-footer-main__page-top-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #15b2a5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-footer-main__page-top-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.page-footer-main__title {
  width: 260px;
}

.page-footer-main__nav {
  order: 1;
  width: calc(100% - 300px);
}

.page-footer-title > p:nth-of-type(1) {
  height: 28px;
  margin-bottom: 40px;
}

.page-footer-title > p:nth-of-type(1) > a {
  display: block;
  height: 100%;
}

.page-footer-title > p:nth-of-type(1) > a > img {
  width: auto;
  height: 100%;
}

.page-footer-title > p:nth-of-type(2) {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-title > p:nth-of-type(3) {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-title > ul:nth-of-type(1) {
  margin-bottom: 40px;
}

.page-footer-title > ul:nth-of-type(1) > li {
  position: relative;
  padding-left: 12px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}

.page-footer-title > ul:nth-of-type(1) > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.page-footer-title > ul:nth-of-type(1) > li:not(:last-child) {
  margin-bottom: 8px;
}

.page-footer-title > ul:nth-of-type(2) {
  display: flex;
}

.page-footer-title > ul:nth-of-type(2) > li {
  height: 70px;
}

.page-footer-title > ul:nth-of-type(2) > li > img {
  width: auto;
  height: 100%;
}

.page-footer-title > ul:nth-of-type(2) > li:not(:last-child) {
  margin-right: 15px;
}

.page-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-footer-nav > ul {
  width: 22.5%;
}

.page-footer-nav > ul > li > a,
.page-footer-nav > ul > li > span {
  display: block;
  border-bottom: 1px solid #000000;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-footer-nav > ul > li > span {
  padding: 16px 0;
}

.page-footer-nav > ul > li > a {
  position: relative;
  padding: 16px 30px 16px 0;
}

.page-footer-nav > ul > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.page-footer-nav > ul > li > ul {
  margin-top: 10px;
}

.page-footer-nav > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-footer-nav > ul > li:not(:last-child) {
  margin-bottom: 25px;
}

.page-footer-sub {
  padding: 20px 0;
  background-color: #000000;
}

.page-footer-sub > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-footer-sub > div > ul {
  display: flex;
  flex-wrap: wrap;
}

.page-footer-sub > div > ul > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-sub > div > ul > li > a {
  color: #ffffff;
}

.page-footer-sub > div > ul > li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}

.page-footer-sub > div > p {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Animate
========================================================================== */

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 76px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  background-color: #ffffff;
}

.page-header__logo {
  height: 28px;
}

.page-header__logo > a {
  display: block;
  height: 100%;
}

.page-header__logo > a > img {
  width: auto;
  height: 100%;
}

.page-header__nav {
  display: flex;
  height: 100%;
}

.page-header__menu-btn {
  display: none;
}

.page-header-nav-main {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-right: 30px;
}

.page-header-nav-main > li {
  position: relative;
  height: 100%;
}

.page-header-nav-main > li > span,
.page-header-nav-main > li > a {
  display: block;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 75px;
  letter-spacing: 0.05em;
}

.page-header-nav-main > li > span {
  position: relative;
  padding-right: 18px;
}

.page-header-nav-main > li > span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-85%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.page-header-nav-main > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.page-header-nav-main > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.page-header-nav-main > li:not(:last-child) {
  margin-right: 30px;
}

/* Animate
========================================================================== */

.page-header {
  border-bottom-color: transparent;
  background-color: transparent;
  transition: border-bottom-color 0.2s, background-color 0.2s;
}

.page-header.is-animated {
  border-bottom-color: #cccccc;
  background-color: #ffffff;
}

.sec {
  padding: 120px 0;
}

.sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec__heading-lv-2 {
  margin-bottom: 80px;
}

.sec--bg-white {
  background-color: #ffffff;
}

.conversion-sec {
  padding: 70px 0 80px;
  background-color: #15b2a5;
}

.conversion-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.conversion-sec__inner > p {
  color: #ffffff;
  text-align: center;
}

.conversion-sec__inner > p:nth-of-type(1) {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 34px;
  font-size: 2.125rem;
}

.conversion-sec__inner > p:nth-of-type(2) {
  margin-bottom: 40px;
}

.conversion-sec__inner > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.conversion-sec__inner > ul > li {
  width: calc(50% - 40px);
  margin-right: 40px;
  padding: 40px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.conversion-sec__inner > ul > li:nth-of-type(2) {
  display: flex;
}

.conversion-sec__content-order > p {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.conversion-sec__content-order > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.conversion-sec__content-tel {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.conversion-sec__content-tel > p {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.conversion-sec__content-tel > div {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(1) {
  position: relative;
  margin-bottom: 5px;
  padding-left: 44px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(1) > svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(2) {
  line-height: 1.4;
  text-align: right;
}

.function-local-nav {
  overflow: hidden;
}

.function-local-nav > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.function-local-nav > ul > li {
  width: calc(33.3333% - 40px);
  margin-right: 40px;
}

.function-local-nav > ul > li:nth-child(n+4) {
  margin-top: 20px;
}

.function-cat-list__item:not(:last-child) {
  margin-bottom: 200px;
}

.function-cat-list__header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 140px;
}

.function-cat-list__header::before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -10;
  display: block;
  transform: translateY(-50%);
  width: 60%;
  height: 130%;
  border-radius: 20px 0 0 20px;
  background-color: #15b2a5;
  content: "";
}

.function-cat-list__header--odd::before {
  right: auto;
  left: 0;
  border-radius: 0 20px 20px 0;
}

.function-cat-list__header-image {
  width: 54%;
  padding-left: 6%;
}

.function-cat-list__header-image > span {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.function-cat-list__header-image--bg-white > span {
  background-color: #ffffff;
}

.function-cat-list__header-image--odd {
  order: 1;
  padding-right: 6%;
  padding-left: 0;
}

.function-cat-list__header-content {
  width: 32%;
  padding: 0 4%;
}

.function-cat-list__header-content > div {
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
}

.function-cat-list__header-content > div > span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.function-cat-list__header-content > p:nth-of-type(1) {
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 28px;
  font-size: 1.75rem;
}

.function-cat-list__header-content > p:nth-of-type(2) {
  color: #ffffff;
}

.function-cat-list__heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
}

.function-cat-list__heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}

.function-cat-list__number {
  position: absolute;
  top: 0;
  right: 60%;
  z-index: -20;
  transform: translate(20%, -80%);
  color: #ffffff;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  font-size: 160px;
  font-size: 10rem;
}

.function-cat-list__number--odd {
  right: auto;
  left: 60%;
  transform: translate(-20%, -80%);
}

.function-cat-list__number--gray {
  color: #f2f2f2;
}

.function-cat-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.function-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0;
}

.function-list > ul > li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 40px);
  margin: 0 20px 0;
  padding-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 12px 12px 0 0 #dddddd;
  background-color: #f2f2f2;
}

.function-list > ul > li:nth-child(n+4) {
  margin-top: 40px;
}

.function-list > ul > li > figure {
  min-height: 0;
  margin-bottom: 30px;
}

.function-list > ul > li > p {
  flex-grow: 1;
  margin: 0 30px 30px;
}

.function-list__heading {
  margin: 0 30px 25px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}

.function-list__tag-list {
  margin: 0 30px;
}

.usage-tab {
  overflow: hidden;
}

.usage-tab__nav {
  display: flex;
  margin-right: -15px;
  margin-bottom: 60px;
}

.usage-tab__nav-item {
  width: calc(50% - 15px);
  height: 60px;
  margin-right: 15px;
  border: 1px solid #15b2a5;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #15b2a5;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}

.usage-tab__content-item > p {
  margin-bottom: 40px;
  color: #15b2a5;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}

.flow-list {
  overflow: hidden;
}

.flow-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -80px;
}

.flow-list > ul > li {
  width: calc(33.3333% - 80px);
  margin-right: 80px;
}

.flow-list > ul > li > figure {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #ffffff;
}

.flow-list > ul > li > p {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.flow-list > ul > li:not(:last-child) > figure::before {
  position: absolute;
  top: 50%;
  right: -55px;
  display: block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 17px 0 17px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #15b2a5;
  content: "";
}

.strength-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.strength-list__item:not(:last-child) {
  margin-bottom: 80px;
}

.strength-list__image {
  width: 47.5%;
}

.strength-list__image--odd {
  order: 1;
}

.strength-list__content {
  width: 47.5%;
}

.strength-list__content > span {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #15b2a5;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-size: 60px;
  font-size: 3.75rem;
}

.strength-list__content > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #15b2a5;
  content: "";
}

.strength-list__content > p:nth-of-type(1) {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 28px;
  font-size: 1.75rem;
}

.strength-list__heading {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 48px;
  font-size: 3rem;
}

.strength-list__check-list {
  margin-top: 30px;
}

#price-sec {
  background: #ffffff;
}

/********** .price-cards **********/

.price-cards ul {
  display: grid;
  grid-template-columns: 0.875fr 0.875fr 1fr 1fr;
  margin-bottom: 1rem;
}

.price-cards ul li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  gap: 1rem;
  padding: 1rem 0.5rem;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  line-height: 1.4;
  text-align: center;
  grid-row: span 6;
}

.price-cards ul li h3 {
  margin: -1rem -0.5rem 0;
  padding: 1.75rem 0.5rem 1rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  font-size: 1.375rem;
}

.price-cards ul li h3 > span {
  display: block;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards ul li:nth-child(1) {
  border-radius: 0.5rem 0 0 0.5rem;
}

.price-cards ul li:nth-child(4) {
  border-radius: 0 0.5rem 0.5rem 0;
}

.price-cards ul li.basic h3 {
  background-color: #dcf3f1;
}

.price-cards ul li.standard h3 {
  background-color: #c3ceec;
}

.price-cards ul li.premium h3 {
  background-color: #ffce4a;
}

.price-cards ul li.enterprise h3 {
  background-color: #ee6e50;
  color: #ffffff;
}

.price-cards__price > p {
  font-weight: 700;
}

.price-cards__price > p:nth-child(2) {
  font-size: 20px;
  font-size: 1.25rem;
}

.price-cards__price > p:nth-child(2) span {
  font-size: 48px;
  font-size: 3rem;
}

.price-cards__price-sample {
  padding: 0.5rem 0.25rem;
  background-color: #f8f8f8;
  text-align: center;
}

.price-cards__line {
  border-top: 1px solid #f2f2f2;
  margin-inline: -0.5rem;
}

.price-cards__function {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.price-cards__function .basic,
.price-cards__function .standard {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.price-cards__function .basic span,
.price-cards__function .standard span {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: #e8f4f6;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .standard span {
  background-color: #c3ceec;
}

.price-cards__function .standard + .basic span {
  font-size: 16px;
  font-size: 1rem;
}

.price-cards__function .premium > div:nth-child(1) {
  position: relative;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #ffce4a;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .premium > div:nth-child(2) {
  display: flex;
  gap: 0.4rem;
}

.price-cards__function .premium > div:nth-child(2) > div {
  width: calc((100% - 0.25rem) / 2);
  margin-top: 0.25rem;
  padding: 0.5rem;
  background-color: #fff5db;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(1) {
  padding-right: 1.25rem;
  border-radius: 0 0 0 0.25rem;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(2) {
  position: relative;
  padding-left: 1.25rem;
  border-radius: 0 0 0.25rem 0;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(2):after {
  position: absolute;
  top: 50%;
  left: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 100vh;
  background: #ffffff;
  color: #000000;
  content: "or";
}

.price-cards__function .premium > div:nth-child(2) > div > span {
  display: block;
  font-weight: 700;
  text-align: center;
}

.price-cards__function .premium + .standard span {
  font-size: 16px;
  font-size: 1rem;
}

.price-cards__function .enterprise {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: #ee6e50;
  color: #ffffff;
  text-align: center;
  text-align: left;
}

.price-cards__function .enterprise + .premium {
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff5db;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.price-cards__ribbon > div {
  position: absolute;
  top: 15px;
  right: -26px;
  transform: rotate(-45deg);
  width: 160px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

/********** .price-option **********/

.price-option {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
}

.price-option th,
.price-option td {
  padding: 0.75rem;
  border-bottom: 1px solid #71cfa5;
  box-sizing: border-box;
  background: #ffffff;
  vertical-align: middle;
}

.price-option thead th {
  padding: 1rem 1rem;
  border-color: #888888;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #888888;
  color: #ffffff;
  font-weight: 700;
}

.price-option tbody tr th {
  border-left: 1px solid #a5d6c3;
  font-weight: 700;
}

.price-option tbody tr td {
  border-left: 1px solid #a5d6c3;
}

.price-option tbody tr th:last-child,
.price-option tbody tr td:last-child {
  border-right: 1px solid #a5d6c3;
}

.price-option tbody tr:last-child th:first-child {
  border-radius: 0 0 0 1rem;
}

.price-option tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}

/********** .price-table **********/

.price-table {
  width: 100%;
  margin-block: 60px 30px;
  line-height: 1.4;
}

.price-table tr {
  border: 1px solid #71cfa5;
}

.price-table tr th,
.price-table tr td {
  min-width: 120px;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #ffffff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.price-table tr td {
  padding: 0.5rem 0.25rem;
  border-left: 1px solid #71cfa5;
  background-color: #f5fff8;
}

.price-table tr td.blank {
  background-color: #ffffff;
}

.price-table thead tr th {
  background: #888888;
  color: #ffffff;
}

.price-table tbody tr th {
  display: none;
}

.price-table__subtitle {
  display: table-cell !important;
  font-weight: 700;
  text-align: left !important;
}

.price-table__subtitle > div {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-table__basic,
.price-table__standard,
.price-table__premium {
  background-color: #dcf3f1 !important;
  line-height: 1.4;
}

.price-table__standard {
  background-color: #aabcec !important;
}

.price-table__premium {
  background-color: #ffce4a !important;
}

.price-table__enterprise {
  width: 145px;
  background-color: #ee6e50 !important;
  color: #ffffff;
}

.external-service-list {
  overflow: hidden;
}

.external-service-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.external-service-list__item {
  display: flex;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
}

.external-service-list__item:nth-child(n+4) {
  margin-top: 40px;
}

.external-service-list__item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 30px;
  border-radius: 15px;
  background-color: #f2f2f2;
}

.external-service-list__item > a > figure {
  width: 50px;
  min-height: 0;
  margin: 0 0 30px 30px;
}

.external-service-list__item > a > p {
  flex-grow: 1;
  margin: 0 30px 30px;
}

.external-service-list__item--bg-white > a {
  background-color: #ffffff;
}

.external-service-list__heading {
  margin: 0 30px 25px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}

.external-service-list__tag-list {
  margin: 0 30px;
}

.external-service-list__icon-blank {
  position: absolute !important;
  top: 15px !important;
  right: 15px;
}

.download-list {
  overflow: hidden;
}

.download-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.download-list > ul > li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  padding-bottom: 30px;
  overflow: hidden;
  border: 1px solid #15b2a5;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.download-list > ul > li:nth-child(n+4) {
  margin-top: 40px;
}

.download-list > ul > li > figure {
  min-height: 0;
}

.download-list > ul > li > p {
  flex-grow: 1;
  margin: 0 30px 30px;
}

.download-list__heading {
  margin: 30px 30px 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}

.download-list__btn {
  margin: 0 30px;
}

.tag-list {
  overflow: hidden;
}

.tag-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.tag-list__item {
  margin: 6px;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

.tag-list__item--bg-color-key {
  background-color: #15b2a5;
  color: #ffffff;
}

.tag-list__item--bg-color-key-2 {
  background-color: #ffce4a;
  color: #000000;
}

.check-list > li {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.check-list > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(/lp/enterprise/assets/img/common/icon-checkbox.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.check-list > li > span {
  padding-bottom: 2px;
  border-bottom: 2px dashed #cccccc;
}

.check-list > li:not(:last-child) {
  margin-bottom: 12px;
}

.heading-lv-2 {
  position: relative;
  padding: 5px 0 5px 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 38px;
  font-size: 2.375rem;
}

.heading-lv-2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #15b2a5;
  content: "";
}

.btn-cv {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.btn-cv::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
}

.btn-cv > div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.btn-cv > div > svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.btn-cv__dl {
  height: 70px;
  background-color: #ffce4a;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}

.btn-cv__dl::before {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.btn-cv__dl > div {
  padding-left: 33px;
}

.btn-cv__dl > div > svg {
  width: 23px;
  height: 23px;
  color: #000000;
}

.btn-cv--order {
  height: 70px;
  background-color: #15b2a5;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.btn-cv--order::before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.btn-cv--order > div {
  padding-left: 33px;
}

.btn-cv--order > div > svg {
  width: 23px;
  height: 23px;
  color: #ffffff;
}

.btn-cv__dl-s {
  height: 60px;
  background-color: #ffce4a;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.btn-cv__dl-s::before {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.btn-cv__dl-s > div {
  padding-left: 26px;
}

.btn-cv__dl-s > div > svg {
  width: 18px;
  height: 18px;
  color: #000000;
}

.btn-local-nav {
  position: relative;
  display: block;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}

.btn-local-nav::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  transform: translateY(-85%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.btn-local-nav > span {
  margin-right: 5px;
  color: #888888;
  font-family: "Outfit", sans-serif;
}

.icon-blank {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
  color: #000000;
  vertical-align: middle;
}

.icon-blank--white {
  color: #ffffff;
}

.icon-blank--inline {
  margin-right: 2px;
  margin-left: 2px;
}

.icon-pdf {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
  color: #000000;
  vertical-align: middle;
}

.icon-pdf--white {
  color: #ffffff;
}

/* Animate
========================================================================== */

.usage-tab__nav-item {
  transition: background-color 0.2s, color 0.2s;
}

.usage-tab__nav-item.is-open {
  position: relative;
  background-color: #15b2a5;
  color: #ffffff;
}

.usage-tab__nav-item.is-open::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-color: #15b2a5 transparent transparent transparent;
  content: "";
}

.usage-tab__content-item {
  display: none;
}

.usage-tab__content-item.is-open {
  display: block;
}

/*
==========================================================================
*/

.pc-none {
  display: none;
}

.attension-line {
  display: inline-block;
  margin-top: 1em;
  color: #d93027;
  text-decoration: underline;
}

.attension-line:hover {
  color: #d93027;
  text-decoration: none;
}

/*middre-area-cv
==========================================================================
*/

.middre-area-cv {
  border: 1px solid #15b2a5;
  background: #dcf3f1;
}

.middre-area-cv .conversion-sec__inner p {
  color: #000000;
}

.middre-area-cv .conversion-sec__inner > ul > li {
  border: 1px solid #15b2a5;
}

/*floating-banner
==========================================================================
*/

#randomBanner {
  display: none;
}

.floating-banner--none {
  display: none;
}

.floating-banner--disply {
  display: block !important;
}

.floating-banner--none_im {
  display: none !important;
}

.floating-banner--01 {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 99999;
  width: 272px;
  height: 153px;
  background-color: rgba(50, 50, 50, 0.8);
  font-weight: 600;
  text-align: center;
}

.floating-banner--01--close-btn {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #888888;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.floating-banner--01--close-btn::before,
.floating-banner--01--close-btn ::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 22px;
  background: #888888;
  content: "";
}

.floating-banner--01--close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 22px;
  background: #888888;
  content: "";
}

.floating-banner--01:hover {
  opacity: 0.9;
}

.floating-banner--01--sp {
  display: none;
}

.floating-banner--01--min3box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}

.floating-banner--01--min3box::before {
  transform: rotate(-35deg);
  width: 2px;
  height: 20px;
  margin-right: 10px;
  background-color: #ffffff;
}

.floating-banner--01--min3box::after {
  transform: rotate(35deg);
  width: 2px;
  height: 20px;
  margin-left: 10px;
  background-color: #ffffff;
}

.floating-banner--01--min3 {
  color: #15b2a5;
  font-size: 1rem;
}

.floating-banner--01--freebox {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 206, 74, 0.8) 70%);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.floating-banner--01--freebox > svg {
  width: 25px;
  height: 25px;
  color: #ffffff;
}

.floating-banner--01--etc {
  font-size: 0.8rem;
}

.floating-banner--01--click {
  margin-top: 0.2rem;
  padding: 0.2rem;
  padding: 0.3rem 0.3rem;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.8rem;
}

.floating-banner--01--clickbox {
  margin-top: 0.7rem;
  text-align: end;
}

.floating-banner--02 {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 99999;
  width: 272px;
  height: 153px;
  background-color: rgba(255, 206, 74, 0.8);
  font-weight: 600;
  text-align: center;
}

.floating-banner--02--close-btn {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #888888;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.floating-banner--02--close-btn::before,
.floating-banner--02--close-btn ::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 22px;
  background: #888888;
  content: "";
}

.floating-banner--02--close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 22px;
  background: #888888;
  content: "";
}

.floating-banner--02:hover {
  opacity: 0.9;
}

.floating-banner--02--sp {
  display: none;
}

.floating-banner--02--min3box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #333333;
  line-height: normal;
  text-align: center;
}

.floating-banner--02--min3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #15b2a5 70%);
  font-size: 1.1rem;
}

.floating-banner--02--freebox {
  position: relative;
  padding: 0.5rem;
  border-radius: 50px;
  background: #ffffff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 206, 74, 0.8) 70%);
  background-color: #ffce4a;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.floating-banner--02--freebox > svg {
  position: relative;
  top: 3px;
  right: 1px;
  width: 25px;
  height: 25px;
}

.floating-banner--02--etc {
  font-size: 0.8rem;
}

.floating-banner--02--free {
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.floating-banner--02--click {
  margin-top: 0.2rem;
  padding: 0.2rem;
  padding: 0.3rem 0.3rem;
  border-radius: 50px;
  color: #333333;
  font-weight: 300;
  font-size: 0.8rem;
}

.floating-banner--02--clickbox {
  margin-top: 0.7rem;
  text-align: end;
}

#close-btn {
  position: relative;
  z-index: 9999;
  display: block;
  height: 100%;
  cursor: pointer;
}

.index-page {
  /* Layout */
}

.index-page .kv {
  height: 100vh;
  position: relative;
  z-index: 10;
}

.index-page .kv__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .kv__inner.kv-main-block {
  height: 100%;
}

.index-page .kv__content {
  transform: translateY(5%);
  width: 100%;
}

.index-page .kv__content > p:nth-of-type(1) {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.index-page .kv__content > p:nth-of-type(1) > span {
  display: block;
  position: absolute;
  right: -485px;
  bottom: -140px;
  width: 120px;
  height: 120px;
  background-image: url(/lp/enterprise/assets/img/index/img-kv-3.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.index-page .kv__content > p:nth-of-type(1) > span > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  text-align: center;
}

.index-page .kv__content > p:nth-of-type(1) > span > span > span {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

.index-page .kv__content > p:nth-of-type(2) {
  margin-bottom: 20px;
  font-weight: 500;
}

.index-page .kv__content > h1 {
  margin-bottom: 40px;
}

.index-page .kv__content > h1 > span {
  display: block;
}

.index-page .kv__content > h1 > span > span {
  display: inline-block;
  padding: 4px 8px 9px;
  background-color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.index-page .kv__content > h1 > span > span {
  font-weight: 500;
}

.index-page .kv__content > h1 > span:nth-of-type(1) > span {
  font-size: 26px;
  font-size: 1.625rem;
}

.index-page .kv__content > h1 > span:nth-of-type(2) > span {
  font-weight: 700;
  font-size: 55px;
  font-size: 3.4375rem;
}

.index-page .kv__content > h1 > span:nth-of-type(2) > span > span {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
}

.index-page .kv__content > h1 > span:not(:last-child) {
  margin-bottom: 15px;
}

.index-page .kv__btn {
  width: 400px;
}

.index-page .kv__image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -10;
  transform: translate(5%, -46%);
  width: 58%;
}

.index-page .intro-content > h2 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.index-page .intro-content > h2 > span {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}

.index-page .intro-content > p {
  text-align: center;
}

.index-page .realization-content__local-nav {
  max-width: 1200px;
  margin: 0 auto 200px;
  padding: 0 20px;
}

.index-page .main {
  overflow: hidden;
}

.reference-mark {
  text-indent: -1rem;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  .only-medium-down {
    display: none !important;
  }

  .page-footer-banner > div > ul > li > a {
    transition: opacity 0.2s;
  }

  .page-footer-banner > div > ul > li > a:hover {
    opacity: 0.7;
  }

  .page-footer-main__page-top-btn {
    transition: background-color 0.2s;
  }

  .page-footer-main__page-top-btn:hover {
    background-color: #5bc9c0;
  }

  .page-footer-title > p:nth-of-type(1) > a {
    transition: opacity 0.2s;
  }

  .page-footer-title > p:nth-of-type(1) > a:hover {
    opacity: 0.7;
  }

  .page-footer-nav > ul > li > a {
    transition: color 0.2s;
  }

  .page-footer-nav > ul > li > a::before {
    transition: border-top-color 0.2s, border-right-color 0.2s;
  }

  .page-footer-nav > ul > li > a:hover {
    color: #15b2a5;
  }

  .page-footer-nav > ul > li > a:hover::before {
    border-top-color: #15b2a5;
    border-right-color: #15b2a5;
  }

  .page-footer-nav > ul > li > ul > li > a {
    transition: color 0.2s;
  }

  .page-footer-nav > ul > li > ul > li > a:hover {
    color: #15b2a5;
  }

  .page-footer-sub > div > ul > li > a:hover {
    text-decoration: underline;
  }

  .page-header__logo > a {
    transition: opacity 0.2s;
  }

  .page-header__logo > a:hover {
    opacity: 0.7;
  }

  .page-header-nav-main > li > a {
    transition: opacity 0.2s;
  }

  .page-header-nav-main > li > a:hover {
    opacity: 0.7;
  }

  .page-header-nav-main > li > ul > li > a {
    transition: opacity 0.2s;
  }

  .page-header-nav-main > li > ul > li > a:hover {
    opacity: 0.7;
  }

  .page-header-nav-conversion__download > a {
    transition: background-color 0.2s;
  }

  .page-header-nav-conversion__download > a:hover {
    background-color: #ffdd80;
  }

  .page-header-nav-conversion__order > a {
    transition: background-color 0.2s;
  }

  .page-header-nav-conversion__order > a:hover {
    background-color: #5bc9c0;
  }

  .page-header-nav-conversion__contact > a {
    transition: background-color 0.2s;
  }

  .page-header-nav-conversion__contact > a:hover {
    background-color: #4c4c4c;
  }

  .usage-tab__nav-item {
    transition: background-color 0.2s, color 0.2s;
  }

  .usage-tab__nav-item:hover {
    background-color: #15b2a5;
    color: #ffffff;
  }

  .external-service-list__item > a {
    transition: opacity 0.2s;
  }

  .external-service-list__item > a:hover {
    opacity: 0.7;
  }

  .btn-cv {
    transition: background-color 0.2s;
  }

  .btn-cv__dl:hover,
  .btn-cv__dl-s:hover {
    background-color: #ffdd80;
    color: #000000;
  }

  .btn-cv--order:hover {
    background-color: #5bc9c0;
    color: #ffffff;
  }

  .btn-local-nav {
    transition: border-color 0.2s, color 0.2s;
  }

  .btn-local-nav::before {
    transition: border-top-color 0.2s, border-right-color 0.2s;
  }

  .btn-local-nav > span {
    transition: color 0.2s;
  }

  .btn-local-nav:hover {
    border-color: #15b2a5;
    color: #15b2a5;
  }

  .btn-local-nav:hover::before {
    border-top-color: #15b2a5;
    border-right-color: #15b2a5;
  }

  .btn-local-nav:hover > span {
    color: #15b2a5;
  }

  .floating-banner--01 {
    border: solid #ffffff 2px;
    box-shadow: 3px 4px 4px #999999;
  }

  .floating-banner--01--clickbox {
    margin-right: 0.8rem;
  }

  .floating-banner--02 {
    border: solid #333333 1px;
    box-shadow: 3px 4px 4px #999999;
  }

  .floating-banner--02--clickbox {
    margin-right: 0.8rem;
  }
}

@media (min-width: 769px) and (max-height: 724px) {
  .index-page .main {
    position: relative;
  }

  .index-page .kv {
    top: 95px;
  }

  .index-page .kv__image {
    height: 100%;
  }

  .index-page .kv__inner {
    height: auto;
  }
}

@media (min-width: 1001px) {
  .only-large-down {
    display: none !important;
  }

  .page-footer-nav > ul > li > span {
    pointer-events: none;
  }

  .page-header-nav-conversion {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .page-header-nav-conversion__order {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
  }

  .page-header-nav-conversion__order > a {
    display: flex;
    align-items: center;
    width: 85px;
    height: 110px;
    border: 1px solid #ffffff;
    border-right: none;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    background-color: #15b2a5;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .page-header-nav-conversion__order > a > div {
    position: relative;
    width: 100%;
    padding-top: 31px;
  }

  .page-header-nav-conversion__order > a > div > svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 23px;
    color: #ffffff;
  }

  .page-header-nav-conversion__download,
  .page-header-nav-conversion__contact {
    height: 100%;
  }

  .page-header-nav-conversion__download > a,
  .page-header-nav-conversion__contact > a {
    display: flex;
    align-items: center;
    width: 110px;
    height: 100%;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .page-header-nav-conversion__download > a > div,
  .page-header-nav-conversion__contact > a > div {
    position: relative;
    width: 100%;
    padding-top: 29px;
  }

  .page-header-nav-conversion__download > a > div > svg,
  .page-header-nav-conversion__contact > a > div > svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 23px;
  }

  .page-header-nav-conversion__download {
    order: 1;
  }

  .page-header-nav-conversion__download > a {
    background-color: #ffce4a;
    color: #000000;
  }

  .page-header-nav-conversion__download > a > div > svg {
    color: #000000;
  }

  .page-header-nav-conversion__contact > a {
    background-color: #000000;
    color: #ffffff;
  }

  .page-header-nav-conversion__contact > a > div > svg {
    color: #ffffff;
  }

  .page-header-nav-main > li > span {
    pointer-events: none;
  }

  .page-header-nav-main > li > ul {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0s 0.2s;
  }

  .page-header-nav-main > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
  }
}

@media (max-width: 1231px) {
  .price-cards ul {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.25rem;
  }

  .price-cards ul li,
  .price-cards ul li:nth-child(1),
  .price-cards ul li:nth-child(4) {
    border-radius: 0.5rem;
  }

  .price-cards ul li.basic {
    order: 3;
  }

  .price-cards ul li.standard {
    order: 4;
  }

  .price-cards ul li.premium {
    order: 1;
  }

  .price-cards ul li.enterprise {
    order: 2;
  }
}

@media (max-width: 1000px) {
  .only-large-up {
    display: none !important;
  }

  .page-footer-main {
    padding: 40px 0;
  }

  .page-footer-main > div {
    max-width: none;
    padding: 0;
  }

  .page-footer-main__page-top-btn {
    width: 40px;
    height: 40px;
  }

  .page-footer-main__title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-footer-main__nav {
    order: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .page-footer-title > p:nth-of-type(1) {
    height: 21px;
    margin-bottom: 30px;
  }

  .page-footer-title > p:nth-of-type(3) {
    margin-bottom: 30px;
  }

  .page-footer-title > ul:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .page-footer-title > ul:nth-of-type(1) > li:not(:last-child) {
    margin-bottom: 6px;
  }

  .page-footer-title > ul:nth-of-type(2) > li {
    height: 60px;
  }

  .page-footer-title > ul:nth-of-type(2) > li:not(:last-child) {
    margin-right: 10px;
  }

  .page-footer-nav {
    border-top: 1px solid #cccccc;
  }

  .page-footer-nav > ul {
    width: 100%;
  }

  .page-footer-nav > ul > li {
    border-bottom: 1px solid #cccccc;
  }

  .page-footer-nav > ul > li > a,
  .page-footer-nav > ul > li > span {
    padding: 16px 30px 16px 15px;
    border-bottom: none;
  }

  .page-footer-nav > ul > li > span {
    position: relative;
    cursor: pointer;
  }

  .page-footer-nav > ul > li > span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-85%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }

  .page-footer-nav > ul > li > a::before {
    right: 15px;
  }

  .page-footer-nav > ul > li > ul {
    margin-top: 0;
    border-top: 1px solid #cccccc;
    background-color: #f2f2f2;
  }

  .page-footer-nav > ul > li > ul > li > a {
    padding: 16px 15px 16px 30px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-footer-nav > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }

  .page-footer-nav > ul > li:not(:last-child) {
    margin-bottom: 0;
  }

  .page-footer-nav > ul > li > span.is-open::before {
    transform: translateY(-15%) rotate(-45deg);
  }

  .page-footer-nav > ul > li > ul {
    display: none;
  }

  .page-header {
    height: 61px;
    padding: 0 0 0 15px;
  }

  .page-header__logo {
    height: 21px;
  }

  .page-header__nav {
    display: block;
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    height: calc(100% - 61px);
    overflow-y: auto;
    background-color: #ffffff;
  }

  .page-header__menu-btn {
    display: block;
    position: relative;
    width: 54px;
    height: 60px;
    cursor: pointer;
  }

  .page-header__menu-btn > span {
    display: block;
    position: absolute;
    top: 29px;
    left: 15px;
    width: 24px;
    height: 2px;
    background-color: #000000;
  }

  .page-header__menu-btn > span:nth-of-type(1) {
    margin-top: -8px;
  }

  .page-header__menu-btn > span:nth-of-type(3) {
    margin-top: 8px;
  }

  .page-header-nav-main {
    height: auto;
    margin-right: 0;
    border-top: 1px solid #cccccc;
  }

  .page-header-nav-main > li {
    position: static;
    width: 100%;
    height: auto;
  }

  .page-header-nav-main > li > span,
  .page-header-nav-main > li > a {
    height: auto;
    padding: 16px 30px 16px 15px;
    line-height: 1.4;
  }

  .page-header-nav-main > li > span {
    cursor: pointer;
  }

  .page-header-nav-main > li > span::before {
    right: 15px;
  }

  .page-header-nav-main > li > a {
    position: relative;
  }

  .page-header-nav-main > li > a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }

  .page-header-nav-main > li > ul {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .page-header-nav-main > li > ul > li > a {
    padding: 16px 15px 16px 30px;
    white-space: normal;
  }

  .page-header-nav-main > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }

  .page-header-nav-main > li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #cccccc;
  }

  .page-header-nav-conversion {
    padding: 30px 15px;
  }

  .page-header-nav-conversion__download > a,
  .page-header-nav-conversion__order > a,
  .page-header-nav-conversion__contact > a {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    padding-left: 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .page-header-nav-conversion__download > a::before,
  .page-header-nav-conversion__order > a::before,
  .page-header-nav-conversion__contact > a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    content: "";
  }

  .page-header-nav-conversion__download > a > div,
  .page-header-nav-conversion__order > a > div,
  .page-header-nav-conversion__contact > a > div {
    position: relative;
    width: 100%;
    padding-left: 26px;
    box-sizing: border-box;
  }

  .page-header-nav-conversion__download > a > div > svg,
  .page-header-nav-conversion__order > a > div > svg,
  .page-header-nav-conversion__contact > a > div > svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
  }

  .page-header-nav-conversion__download {
    margin-bottom: 15px;
  }

  .page-header-nav-conversion__download > a {
    background-color: #ffce4a;
    color: #000000;
  }

  .page-header-nav-conversion__download > a::before {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }

  .page-header-nav-conversion__download > a > div > svg {
    color: #000000;
  }

  .page-header-nav-conversion__order {
    margin-bottom: 15px;
  }

  .page-header-nav-conversion__order > a {
    background-color: #15b2a5;
    color: #ffffff;
  }

  .page-header-nav-conversion__order > a::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .page-header-nav-conversion__order > a > div > svg {
    color: #ffffff;
  }

  .page-header-nav-conversion__contact > a {
    background-color: #000000;
    color: #ffffff;
  }

  .page-header-nav-conversion__contact > a::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .page-header-nav-conversion__contact > a > div > svg {
    color: #ffffff;
  }

  .page-header__nav {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0s 0.2s;
  }

  html.is-menu-open {
    overflow: hidden;
    height: 100%;
  }

  html.is-menu-open body {
    overflow: hidden;
    max-height: 100%;
  }

  html.is-menu-open .page-header {
    border-bottom-color: #cccccc;
    background-color: #ffffff;
  }

  html.is-menu-open .page-header__nav {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(1) {
    margin-top: 0;
    transform: rotate(45deg);
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(2) {
    display: none;
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(3) {
    margin-top: 0;
    transform: rotate(-45deg);
  }

  .page-header-nav-main > li > span.is-open::before {
    transform: translateY(-15%) rotate(-45deg);
  }

  .page-header-nav-main > li > ul {
    display: none;
  }

  .conversion-sec {
    padding: 50px 0 60px;
  }

  .conversion-sec__inner {
    max-width: none;
    padding: 0 15px;
    overflow: visible;
  }

  .conversion-sec__inner > p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .conversion-sec__inner > p:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .conversion-sec__inner > ul {
    margin-right: 0;
  }

  .conversion-sec__inner > ul > li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .conversion-sec__inner > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .function-local-nav > ul > li {
    width: calc(50% - 40px);
  }

  .function-local-nav > ul > li:nth-child(n+3) {
    margin-top: 20px;
  }

  .function-list > ul > li {
    width: calc(50% - 40px);
  }

  .function-list > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }

  .price-cards ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }

  .external-service-list__item {
    width: calc(50% - 40px);
  }

  .external-service-list__item:nth-child(n+3) {
    margin-top: 40px;
  }

  .download-list > ul > li {
    width: calc(50% - 40px);
  }

  .download-list > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }

  .index-page .kv__content > h1 > span > span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .only-medium-up {
    display: none !important;
  }

  .page-footer-banner {
    padding: 40px 0;
  }

  .page-footer-banner > div {
    max-width: none;
    padding: 0 15px;
  }

  .page-footer-banner > div > p {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .page-footer-banner > div > p > span {
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .page-footer-banner > div > ul {
    margin-right: -15px;
  }

  .page-footer-banner > div > ul > li {
    width: calc(50% - 15px);
    margin-right: 15px;
  }

  .page-footer-banner > div > ul > li > a > img {
    margin-bottom: 3px;
  }

  .page-footer-banner > div > ul > li:nth-child(n+3) {
    margin-top: 15px;
  }

  .sec {
    padding: 80px 0;
  }

  .sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .sec__heading-lv-2 {
    margin-bottom: 60px;
  }

  .conversion-sec__content-order > p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }

  .conversion-sec__content-tel > p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }

  .conversion-sec__content-tel > div > div > p:nth-of-type(1) {
    margin-bottom: 4px;
    padding-left: 32px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .conversion-sec__content-tel > div > div > p:nth-of-type(1) > svg {
    width: 24px;
    height: 24px;
  }

  .function-local-nav {
    overflow: visible;
  }

  .function-local-nav > ul {
    margin-right: 0;
  }

  .function-local-nav > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .function-local-nav > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .function-local-nav > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }

  .function-cat-list__item:not(:last-child) {
    margin-bottom: 120px;
  }

  .function-cat-list__header {
    margin-bottom: 40px;
  }

  .function-cat-list__header::before {
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 80%;
    border-radius: 0;
  }

  .function-cat-list__header-image {
    width: 90%;
    padding-left: 10%;
  }

  .function-cat-list__header-image > span {
    border-radius: 20px 0 0 20px;
  }

  .function-cat-list__header-image--odd {
    order: 0;
    padding-right: 10%;
    padding-left: 0;
  }

  .function-cat-list__header-image--odd > span {
    border-radius: 0 20px 20px 0;
  }

  .function-cat-list__header-content {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }

  .function-cat-list__header-content > div {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .function-cat-list__header-content > div > span {
    margin-right: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .function-cat-list__header-content > p:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .function-cat-list__heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .function-cat-list__heading::before {
    width: 40px;
  }

  .function-cat-list__number {
    right: auto;
    left: 0;
    transform: translate(0, -65%);
    font-size: 100px;
    font-size: 6.25rem;
  }

  .function-cat-list__number--odd {
    right: 0;
    left: auto;
  }

  .function-cat-list__inner {
    max-width: none;
    padding: 0 15px;
  }

  .function-list > ul {
    margin: 0;
  }

  .function-list > ul > li {
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    box-shadow: 8px 8px 0 0 #dddddd;
  }

  .function-list > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .function-list > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .function-list > ul > li > figure {
    margin-bottom: 25px;
  }

  .function-list > ul > li > p {
    margin: 0 25px 25px;
  }

  .function-list__heading {
    margin: 0 25px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .function-list__tag-list {
    margin: 0 25px;
  }

  .usage-tab__nav {
    margin-right: -10px;
    margin-bottom: 40px;
  }

  .usage-tab__nav-item {
    width: calc(50% - 10px);
    height: 50px;
    margin-right: 10px;
    line-height: 48px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .usage-tab__content-item > p {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .flow-list {
    overflow: visible;
  }

  .flow-list > ul {
    margin-right: 0;
  }

  .flow-list > ul > li {
    position: relative;
    width: 100%;
    margin-right: 0;
  }

  .flow-list > ul > li > figure {
    position: static;
    margin-bottom: 20px;
  }

  .flow-list > ul > li > p {
    font-size: 16px;
    font-size: 1rem;
  }

  .flow-list > ul > li:not(:last-child) {
    margin-bottom: 60px;
  }

  .flow-list > ul > li:not(:last-child)::before {
    position: absolute;
    bottom: -44px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 21px 17px 0 17px;
    border-style: solid;
    border-color: #15b2a5 transparent transparent transparent;
    content: "";
  }

  .flow-list > ul > li:not(:last-child) > figure::before {
    content: none;
  }

  .strength-list__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .strength-list__image {
    width: 100%;
    margin-bottom: 40px;
  }

  .strength-list__image--odd {
    order: 0;
  }

  .strength-list__content {
    width: 100%;
  }

  .strength-list__content > span {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 40px;
    font-size: 2.5rem;
  }

  .strength-list__content > span::before {
    height: 3px;
  }

  .strength-list__content > p:nth-of-type(1) {
    margin-bottom: 4px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .strength-list__heading {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .strength-list__check-list {
    margin-top: 20px;
  }

  .price-cards ul {
    grid-template-columns: 1fr;
  }

  .price-cards ul li h3 {
    padding: 1rem 0.5rem 0.75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .price-cards ul li h3 > span {
    margin-top: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .price-cards ul li.basic {
    order: 4;
  }

  .price-cards ul li.standard {
    order: 3;
  }

  .price-cards ul li.premium {
    order: 2;
  }

  .price-cards ul li.enterprise {
    order: 1;
  }

  .price-table tr:not(:first-child) {
    border-top: none;
  }

  .price-table tr th,
  .price-table tr td {
    width: calc((100% - 0.5rem) / 5);
    min-width: unset;
    padding: 0.25rem;
  }

  .price-table tr td {
    border-bottom: 1px solid #71cfa5;
  }

  .price-table tr td:last-child {
    border-right: 1px solid #71cfa5;
  }

  .price-table thead tr {
    border: none;
  }

  .price-table thead tr th {
    text-align: left;
  }

  .price-table thead tr td {
    display: none;
  }

  .price-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0.75rem;
  }

  .price-table tbody tr th {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .price-table tbody tr th.price-table__premium {
    width: calc((100% - 0.5rem) / 5 * 2);
  }

  .price-table tbody tr th.price-table__premium > div {
    display: flex;
    gap: 0.25rem;
  }

  .price-table tbody tr th.price-table__premium > div > span {
    width: calc((100% - 0.25rem) / 2);
    text-align: center;
  }

  .price-table__subtitle {
    width: 100% !important;
    padding: 0.75rem 0.5rem !important;
    font-size: 14px !important;
  }

  .price-table__subtitle > div {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .external-service-list {
    overflow: visible;
  }

  .external-service-list > ul {
    margin-right: 0;
  }

  .external-service-list__item {
    width: 100%;
    margin-right: 0;
  }

  .external-service-list__item:nth-child(n+3) {
    margin-top: 0;
  }

  .external-service-list__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .external-service-list__item > a {
    padding: 25px 0 25px;
  }

  .external-service-list__item > a > figure {
    width: 40px;
    margin: 0 0 25px 25px;
  }

  .external-service-list__item > a > p {
    margin: 0 25px 25px;
  }

  .external-service-list__heading {
    margin: 0 25px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .external-service-list__tag-list {
    margin: 0 25px;
  }

  .download-list {
    overflow: visible;
  }

  .download-list > ul {
    margin-right: 0;
  }

  .download-list > ul > li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 25px;
  }

  .download-list > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .download-list > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .download-list > ul > li > p {
    margin: 0 25px 25px;
  }

  .download-list__heading {
    margin: 25px 25px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .download-list__btn {
    margin: 0 25px;
  }

  .tag-list > ul {
    margin: -5px;
  }

  .tag-list__item {
    margin: 5px;
    padding: 6px 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .check-list > li {
    padding-left: 35px;
    font-size: 16px;
    font-size: 1rem;
  }

  .check-list > li::before {
    width: 25px;
    height: 25px;
  }

  .check-list > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .heading-lv-2 {
    padding: 3px 0 3px 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .heading-lv-2::before {
    width: 3px;
  }

  .btn-cv {
    padding-left: 15px;
  }

  .btn-cv::before {
    right: 15px;
  }

  .btn-cv__dl {
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn-cv__dl > div {
    padding-left: 26px;
  }

  .btn-cv__dl > div > svg {
    width: 18px;
    height: 18px;
  }

  .btn-cv--order {
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn-cv--order > div {
    padding-left: 26px;
  }

  .btn-cv--order > div > svg {
    width: 18px;
    height: 18px;
  }

  .btn-cv__dl-s {
    height: 50px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .btn-cv__dl-s > div {
    padding-left: 24px;
  }

  .btn-cv__dl-s > div > svg {
    width: 16px;
    height: 16px;
  }

  .btn-local-nav {
    height: 50px;
    padding-left: 15px;
    line-height: 48px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .btn-local-nav::before {
    right: 15px;
  }

  .btn-local-nav > span {
    margin-right: 4px;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  #randomBanner {
    display: none !important;
  }

  .floating-banner--01 {
    right: 0;
    left: 0;
    width: calc(100% - 80px);
    height: 70px;
    padding: 0.3rem;
    box-sizing: border-box;
  }

  .floating-banner--01--close-btn {
    top: -18px;
    right: 0;
    width: 25px;
    height: 25px;
  }

  .floating-banner--01--sp {
    display: inline-block;
  }

  .floating-banner--01--pc {
    display: none;
  }

  .floating-banner--01--freebox {
    font-size: 1.3rem;
    line-height: initial;
    letter-spacing: 0.1em;
  }

  .floating-banner--01--min3 > span {
    color: #ffffff;
    font-size: 0.8rem;
  }

  .floating-banner--02 {
    right: 0;
    left: 0;
    width: calc(100% - 80px);
    height: 70px;
    padding: 0.3rem;
    box-sizing: border-box;
  }

  .floating-banner--02--close-btn {
    top: -18px;
    right: 0;
    width: 25px;
    height: 25px;
  }

  .floating-banner--02--sp {
    display: inline-block;
  }

  .floating-banner--02--pc {
    display: none;
  }

  .floating-banner--02--freebox {
    padding: 0.2rem 0.6rem;
    font-size: 1.3rem;
    line-height: initial;
    letter-spacing: 0.1em;
  }

  .floating-banner--02--min3 {
    position: relative;
    top: -5px;
    font-size: 0.9rem;
    line-height: initial;
  }

  .floating-banner--02--min3 > span {
    font-size: 0.8rem;
    line-height: initial;
  }

  .index-page .kv__inner {
    align-items: flex-end;
    max-width: none;
    padding: 0 15px;
  }

  .index-page .kv__inner.kv-main-block {
    height: 100%;
  }

  .index-page .kv__content {
    transform: none;
    padding-bottom: 15px;
  }

  .index-page .kv__content > p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .index-page .kv__content > p:nth-of-type(1) > span {
    right: auto;
    left: 0;
    bottom: 140%;
    width: 90px;
    height: 90px;
  }

  .index-page .kv__content > p:nth-of-type(1) > span > span {
    font-size: 16px;
    font-size: 1rem;
  }

  .index-page .kv__content > p:nth-of-type(1) > span > span > span {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .index-page .kv__content > p:nth-of-type(2) {
    margin-bottom: 15px;
  }

  .index-page .kv__content > h1 {
    margin-bottom: 15px;
  }

  .index-page .kv__content > h1 > span > span {
    padding: 3px 6px 7px;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }

  .index-page .kv__content > h1 > span:not(:last-child) {
    margin-bottom: 8px;
  }

  .index-page .kv__btn {
    width: auto;
  }

  .index-page .kv__image {
    top: 61px;
    transform: none;
    width: 78%;
  }

  .index-page .intro-content > h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .index-page .intro-content > h2 > span {
    margin-bottom: 4px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .index-page .intro-content > p {
    text-align: left;
  }

  .index-page .realization-content__local-nav {
    max-width: none;
    margin: 0 auto 120px;
    padding: 0 15px;
  }
}

@media (max-width: 724px) {
  .page-footer-sub > div {
    max-width: none;
    padding: 0 15px;
  }

  .page-footer-sub > div > ul {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-footer-sub > div > ul > li {
    width: 100%;
  }

  .page-footer-sub > div > ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
    border-right: none;
  }

  .page-footer-sub > div > p {
    width: 100%;
  }

  .page-header-nav-main {
    margin-right: 20px;
  }

  .page-header-nav-main > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) and (min-width: 769px) {
  .page-header__menu-btn {
    transition: opacity 0.2s;
  }

  .page-header__menu-btn:hover {
    opacity: 0.7;
  }
}