@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap);
.l-wrapper {
  width: calc(100% - 3.8rem);
  max-width: 102rem;
  margin: auto;
  position: relative;
}
div.c-pageTitle h1,
div.c-pageTitle p,
div.c-basket__box h1,
div.c-basket__box h2 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  div.c-pageTitle h1,
  div.c-pageTitle p,
  div.c-basket__box h1,
  div.c-basket__box h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 568px) {
  div.c-pageTitle h1,
  div.c-pageTitle p,
  div.c-basket__box h1,
  div.c-basket__box h2 {
    font-size: 2.4rem;
  }
}
.c-sidebarBlock__ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-sidebarBlock__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock__ttl {
    font-size: 1.5rem;
  }
}
div.c-basket__box p,
button,
p#fm_ajax_message {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  div.c-basket__box p,
  button,
  p#fm_ajax_message {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  div.c-basket__box p,
  button,
  p#fm_ajax_message {
    font-size: 1.4rem;
  }
}
.c-faq span,
div.c-breadcrumbs {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-faq span,
  div.c-breadcrumbs {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 568px) {
  .c-faq span,
  div.c-breadcrumbs {
    font-size: 1.1rem;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  vertical-align: baseline;
}
img {
  display: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
* {
  box-sizing: border-box;
  word-break: normal;
  background-repeat: no-repeat;
}
div#ie_container {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
}
div#ie_container div.cover {
  width: 100%;
  height: 100%;
  max-width: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
div#ie_container div.cover p {
  width: 100%;
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.ie7 body {
  overflow: hidden;
  background: #fff;
}
.ie7 div#container {
  display: none;
}
.ie8 body {
  overflow: hidden;
  background: #fff;
}
.ie8 div#container {
  display: none;
}
.ie8 div#ie_container {
  display: inherit;
}
body {
  background: #28354a;
}
html,
body {
  width: 100%;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit;
  }
}
@media screen and (min-width: 569px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 568px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #28354a;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
div#container {
  width: 100%;
  height: 100%;
}
::selection {
  background: #d4a958;
  color: #fff;
}
::-moz-selection {
  background: #d4a958;
  color: #fff;
}
a {
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    opacity 0.4s ease;
}
a,
a:hover,
a:visited,
a:link {
  color: #28354a;
  text-decoration: none;
}
a img {
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
picture {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
br {
  line-height: inherit;
}
hr {
  height: 0.1rem;
  clear: both;
  border: none;
  border-top: #ccc 0.1rem solid;
  color: #fff;
}
.unselectable {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
*,
*::before,
*::after {
  letter-spacing: 0.04em;
  box-sizing: border-box;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
}
input,
select,
textarea,
search {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background: #f4f5f7;
  -webkit-appearance: none;
  font-size: 1.6rem;
  border-radius: 0;
}
button {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #28354a;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
  border-color: #d4a958;
}
:-ms-input-placeholder {
  color: #ddd;
}
::placeholder {
  color: #ddd;
}
::selection {
  color: #fff;
  background: #d4a958;
}
input::selection,
textarea::selection {
  color: #fff;
  background: #d4a958;
}
input {
  width: 100%;
  padding: 1rem 1.6rem;
}
input.wth_80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  input.wth_80 {
    width: 100%;
  }
}
input.wth_70 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  input.wth_70 {
    width: 100%;
  }
}
input.wth_48 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  input.wth_48 {
    width: 100%;
  }
}
input.wth_50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  input.wth_50 {
    width: 100%;
  }
}
input.wth_30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  input.wth_30 {
    width: 100%;
  }
}
input.wth_20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  input.wth_20 {
    width: 50%;
  }
}
textarea {
  width: 100%;
  height: 10em;
  padding: 1rem;
  resize: vertical;
}
select {
  width: auto;
  padding: 1rem 6rem 1rem 1rem;
  background-image: url(../img/top/arrow/input_select.svg);
  background-position: right 0.5rem center;
  background-size: 2.5rem 2.5rem;
  vertical-align: middle;
  border: #ccc 0.1rem solid;
  margin: 0.5rem 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #28354a;
}
select::-ms-expand {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="radio"] + span {
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  margin: 0.2rem 2rem 0.2rem 0rem;
  display: inline-block;
  background-position: left 50%;
  background-size: 1.8rem 1.8rem;
  cursor: pointer;
  position: relative;
}
input[type="radio"] + label::before,
input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c7c7c7;
  background: #fff;
  border-radius: 50%;
}
input[type="radio"] + label::after,
input[type="radio"] + span::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #28354a;
  border-radius: 50%;
  opacity: 0;
}
input[type="radio"]:checked + label::after,
input[type="radio"]:checked + span::after {
  opacity: 1;
}
input[type="checkbox"] + label,
input[type="checkbox"] + span {
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  margin: 0.2rem 2rem 0.2rem 0rem;
  background-position: left 50%;
  background-size: 1.8rem 1.8rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c7c7c7;
  background: #fff;
}
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + span::before {
  background: url(../img/top/check_01.svg) center center/contain no-repeat;
}
input[type="file"] {
  border: none;
  padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
button[type="button"] {
  margin-top: 2.4rem;
  width: 100%;
  height: 5rem;
  border-radius: 999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4a958;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
p#fm_ajax_message {
  font-weight: bold;
  color: #d4a958;
  letter-spacing: 0.1rem;
}
.c-cta01 {
  padding-block: 6rem 8rem;
  background: url(../img/top/cta_bg_01.webp) top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cta01 {
    padding-block: 4rem 6rem;
    background: url(../img/top/cta_bg_01_sp.webp) top center/cover no-repeat;
  }
}
.c-cta01__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-cta01__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-cta01__text01 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-cta01__text01 {
    font-size: 2rem;
    text-align: center;
  }
}
.c-cta01__text01--strong {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .c-cta01__text01--strong {
    font-size: 3.2rem;
  }
}
.c-cta01__image {
  width: 32.1428571429%;
  flex-shrink: 0;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta01__image {
    width: 76%;
    padding: 0;
  }
}
.c-cta01__image img {
  filter: drop-shadow(1rem 2rem 2rem rgba(0, 0, 0, 0.5));
}
.c-cta01__btnClm {
  margin-top: 3.8rem;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-cta01__btnClm {
    margin-top: 2.1rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.c-cta01__btn {
  width: 30rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999rem;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  border: 2px solid #d4a958;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cta01__btn {
    margin-inline: auto;
  }
}
.c-cta01__btn--download {
  background: #d4a958;
}
.c-cta01__btn--download,
.c-cta01__btn--download:hover,
.c-cta01__btn--download:visited,
.c-cta01__btn--download:link {
  color: #fff;
  text-decoration: none;
}
.c-cta01__btn--download:hover {
  opacity: 1;
  background: #488492;
  border: 2px solid #488492;
}
.c-cta01__btn--demo {
  background: #fff;
}
.c-cta01__btn--demo,
.c-cta01__btn--demo:hover,
.c-cta01__btn--demo:visited,
.c-cta01__btn--demo:link {
  color: #d4a958;
  text-decoration: none;
}
.c-cta01__btn--demo:hover {
  opacity: 1;
  background: #d4a958;
}
.c-cta01__btn--demo:hover,
.c-cta01__btn--demo:hover:hover,
.c-cta01__btn--demo:hover:visited,
.c-cta01__btn--demo:hover:link {
  color: #fff;
  text-decoration: none;
}
.c-cta01__btn__label {
  color: #d4a958;
  border-radius: 999rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0.8rem 0.1rem;
  display: flex;
  align-items: center;
  height: fit-content;
  justify-content: center;
}
div.c-basket__box {
  max-width: 70rem;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 10rem 0;
}
@media screen and (max-width: 568px) {
  div.c-basket__box {
    padding: 5rem 0;
  }
}
div.c-basket__box h1,
div.c-basket__box h2 {
  padding: 0 0 2rem;
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: bold;
  border-bottom: #dadada 0.1rem solid;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
div.c-basket__box p {
  padding: 0 0 3rem 0;
  font-weight: bold;
}
div.c-breadcrumbs {
  width: 100%;
  height: 3.7em;
  margin: 0;
  padding: 1em 0;
  background-color: #fff;
  border-top: #ccc 0.1rem solid;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
div.c-breadcrumbs #breadcrumbs {
  margin: auto;
  white-space: nowrap;
}
div.c-breadcrumbs #breadcrumbs a {
  color: #d4a958;
  background-image: url(../img/top/arrow/arrow_right_c.svg);
  background-position: center right 0.5rem;
  background-size: 1.3rem 1.3rem;
  padding: 0 2.2rem 0 0;
  font-weight: bold;
}
div.c-breadcrumbs #breadcrumbs img {
  margin: 0.1rem 0.5rem;
  vertical-align: text-bottom;
  width: 1.4rem;
  height: 1.3rem;
}
.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 3.6rem;
  padding: 0 2.4rem;
  font-weight: bold;
  border-radius: 999rem;
  font-size: 1.6rem;
  line-height: 1.7;
  flex-shrink: 0;
}
.c-btn01,
.c-btn01:hover,
.c-btn01:visited,
.c-btn01:link {
  color: #fff;
  text-decoration: none;
}
.c-btn01:hover {
  opacity: 1;
}
.c-btn01--download {
  background-color: #d4a958;
  border: 1px solid rgba(0, 0, 0, 0);
}
.c-btn01--download:hover {
  background: #488492;
}
.c-btn01--demo {
  background: none;
  border: 1px solid #fff;
}
.c-btn01--demo:hover {
  background-color: #fff;
  border: 1px solid #fff;
}
.c-btn01--demo:hover,
.c-btn01--demo:hover:hover,
.c-btn01--demo:hover:visited,
.c-btn01--demo:hover:link {
  color: #d4a958;
  text-decoration: none;
}
.c-btnCopy {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  width: fit-content;
  position: relative;
  padding-inline: 0.8rem;
  margin-inline: auto;
  margin-bottom: 0.4rem;
}
.c-btnCopy::before,
.c-btnCopy::after {
  content: "";
  width: 1.5rem;
  height: 1.5px;
  position: absolute;
  top: 50%;
  background-color: #28354a;
}
.c-btnCopy::before {
  left: 0;
  transform: translate(-50%, 0%) rotate(60deg);
}
.c-btnCopy::after {
  right: 0;
  transform: translate(50%, 0%) rotate(-60deg);
}
.c-cookiebox {
  z-index: 100;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.c-cookiebox .c-cookiebox__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner {
    width: 90%;
    padding: 1.5rem 0;
  }
}
.c-cookiebox .c-cookiebox__inner p {
  width: 85rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.c-cookiebox .c-cookiebox__inner p a {
  color: #fff;
  text-decoration: underline;
}
.c-cookiebox .c-cookiebox__inner .cookiebox__inner-btn {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 1.5rem 2rem;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  border: 0.2rem solid #333;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner .cookiebox__inner-btn {
    width: 50vw;
    margin: 0.5rem auto 0;
    padding: 0.5rem 2rem;
  }
}
.c-faq {
  text-align: left;
}
.c-faq p {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-faq p {
    display: block;
  }
}
.c-faq span {
  display: inline-block;
  text-align: center;
  background-color: #d4a958;
  color: #fff;
  padding: 0.2rem 1.5rem;
  margin: 0 1rem 0 0;
  font-weight: bold;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .c-faq span {
    margin: 0 0 0.5rem 0;
  }
}
.c-faq dt {
  cursor: pointer;
  font-weight: bold;
  padding: 2rem 0;
  border-bottom: #ccc 0.1rem solid;
}
.c-faq dt p {
  padding: 0 3.5rem 0 0;
  background-image: url(../img/top/arrow/arrow_open.svg);
  background-position: right center;
  background-size: 2rem 2rem;
}
.c-faq dt:hover p {
  text-decoration: underline;
}
.c-faq dt.open p {
  background-image: url(../img/top/arrow/arrow_close.svg);
  background-position: right center;
  background-size: 2rem 2rem;
}
.c-faq dd {
  display: none;
  line-height: 1.5em;
}
.c-faq dd div.detail {
  padding: 3rem 0 3rem 6rem;
}
@media screen and (max-width: 568px) {
  .c-faq dd div.detail {
    padding: 1rem 0 2rem 1rem;
  }
}
.c-faq dd div.detail img {
  width: 90%;
  max-width: 65rem;
  margin: 2rem auto 1.5rem auto;
}
.c-faq dd div.detail p span {
  color: #ccc;
}
div.c-pageTitle {
  width: 100%;
  background-color: #d4a958;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  div.c-pageTitle {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 568px) {
  div.c-pageTitle {
    padding: 3rem 0;
  }
}
div.c-pageTitle h1,
div.c-pageTitle p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.c-pageup {
  width: 7rem;
  height: 7rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-pageup {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .c-pageup {
    width: 4rem;
    height: 4rem;
  }
}
.c-pageup a .c-pageup__img {
  width: 100%;
  height: 100%;
}
.c-policyBox__content {
  padding: 2rem;
  text-align: left;
}
.c-policyBox__content h2 {
  font-weight: 700;
  margin-bottom: 1em;
}
.c-policyBox__content h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.c-policyBox__content p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.c-policyBox__content p.mb_0 {
  margin-bottom: 0;
}
.c-policyBox__content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.c-policyBox__content ol li ol {
  padding-left: 2em;
  margin-bottom: 0;
}
.c-policyBox__content ol.pl_25 {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-policyBox {
    width: 100%;
    margin: 2rem 0;
  }
  .c-policyBox .policy_content {
    padding: 2rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 568px) {
  .c-policyBox {
    height: 12rem;
    margin: 2rem auto;
  }
  .c-policyBox .policy_content {
    padding: 1rem;
  }
}
.c-slidein--left,
.c-slidein--right {
  opacity: 1;
  transition:
    transform 1s ease,
    opacity 1s ease-in;
}
.c-slidein--left.init {
  opacity: 0;
  transform: translate(-10%, 0);
}
.c-slidein--right.init {
  opacity: 0;
  transform: translate(10%, 0);
}
.c-slideup {
  opacity: 1;
  transition:
    opacity 0.7s ease-in-out,
    transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
  transform: translate(0, 0);
  will-change: transform, opacity;
}
.c-slideup.init {
  opacity: 0;
  transform: translate(0, 10rem);
}
@media screen and (max-width: 768px) {
  .c-slideup.init {
    transform: translate(0, 8rem);
  }
}
.c-slideup--js {
  opacity: 0;
  transform: translate(0, 15rem);
  will-change: transform, opacity;
}
.c-rotate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transition:
    opacity 4s,
    transform 4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.c-rotate.init {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -36deg) translate3d(0, 5rem, 13rem);
}
.c-fadein {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.c-fadein.init {
  opacity: 0;
}
@media screen and (min-width: 569px) {
  .delay_100 {
    transition-delay: 100ms;
  }
  .delay_200 {
    transition-delay: 200ms;
  }
  .delay_300 {
    transition-delay: 300ms;
  }
  .delay_400 {
    transition-delay: 400ms;
  }
  .delay_400_0 {
    transition-delay: 400ms;
  }
}
@media screen and (min-width: 569px) and (max-width: 568px) {
  .delay_400_0 {
    transition-delay: 0;
  }
}
@media screen and (max-width: 568px) {
  .c-clear_effect_sp {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 569px) {
  .c-clear_effect_up_sp {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-table--tbBlock,
  .c-table--tbBlock thead,
  .c-table--tbBlock tbody,
  .c-table--tbBlock tfoot,
  .c-table--tbBlock tr {
    display: block;
    width: 100%;
  }
  .c-table--tbBlock tr th,
  .c-table--tbBlock tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .c-table--spBlock,
  .c-table--spBlock thead,
  .c-table--spBlock tbody,
  .c-table--spBlock tfoot,
  .c-table--spBlock tr {
    display: block;
    width: 100%;
  }
  .c-table--spBlock tr th,
  .c-table--spBlock tr td {
    display: block;
    width: 100%;
  }
}
.c-title01 {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-direction: column;
}
.c-title01__en {
  color: #d4a958;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-title01__en {
    font-size: 2rem;
  }
}
.c-title01__ja {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title01__ja {
    font-size: 2.2rem;
  }
}
.c-sidebarBlock {
  padding: 3rem 0;
  border-bottom: #ccc 0.2rem solid;
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock {
    padding: 2rem 0;
  }
}
.c-sidebarBlock:first-child {
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock:first-child {
    padding: 0 0 2rem 0;
  }
}
.c-sidebarBlock:last-child {
  border-bottom: none;
}
.c-sidebarBlock__ttl {
  margin: 0 auto 1rem auto;
  font-weight: bold;
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 1.5rem 3.2rem;
  transition: all 0.3s;
}
.l-header.is-scrolled {
  background: #28354a;
}
@media screen and (max-width: 1280px) {
  .l-header.is-scrolled {
    background: none;
  }
}
.l-header__inner {
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    min-width: inherit;
  }
}
.l-header__logo {
  z-index: 2000;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__logo a img {
    width: 15.8rem;
  }
}
header.fixed {
  background: hsla(0, 0%, 100%, 0.7);
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .l-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/top/header_bg_01.webp) top center/cover no-repeat;
    overflow: auto;
    z-index: 1000;
    transform: none;
    padding: 8rem 2rem 3rem;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__list {
    flex-direction: column;
    width: 100%;
    padding: 2rem 0;
  }
}
.l-header-nav__item + .l-header-nav__item {
  margin-left: 3rem;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item + .l-header-nav__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item {
    width: 100%;
  }
}
.l-header-nav__item.l-header-nav__item--btn01 {
  margin-left: 4rem;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item.l-header-nav__item--btn01 {
    margin-left: 0;
    margin-top: 4.8rem;
  }
}
.l-header-nav__item.l-header-nav__item--btn02 {
  margin-left: 1.2rem;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item.l-header-nav__item--btn02 {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
.l-header-nav__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  position: relative;
}
.l-header-nav__link,
.l-header-nav__link:hover,
.l-header-nav__link:visited,
.l-header-nav__link:link {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__link {
    padding: 1.2rem 0.8rem 1.1rem;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}
.l-header-nav__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s;
}
.l-header-nav__link:hover {
  opacity: 1;
}
.l-header-nav__link:hover::before {
  width: 100%;
}
.l-header-nav__btn01 {
  width: 18rem;
}
.l-header-nav__btn02 {
  width: 18.5rem;
}
.l-header-nav__btn01,
.l-header-nav__btn02 {
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__btn01,
  .l-header-nav__btn02 {
    width: 30rem;
    margin-inline: auto;
    height: 6.4rem;
  }
}
body.drawer_open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.l-headerToggle {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-headerToggle {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 6.7rem;
    height: 6.7rem;
    background: #d4a958;
    transform: translateZ(0);
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.l-headerToggle__bar {
  background-color: #fff;
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  border: 0;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease;
}
.l-headerToggle__bar + .l-headerToggle__bar {
  margin-top: 0.5rem;
}
.l-headerToggle.toggle_active .top {
  transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
.l-headerToggle.toggle_active .middle {
  opacity: 0;
}
.l-headerToggle.toggle_active .bottom {
  transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
  margin-left: 0;
}
.drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 1280px) {
  .l-header-nav {
    display: none;
    opacity: 0;
    backface-visibility: hidden;
  }
  .l-header-nav.is_open {
    display: block;
    top: 0;
    opacity: 1;
    animation-duration: 0.4s;
    animation-name: fadeInRight;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutScale {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.l-footer {
  padding: 4rem 0 4.8rem;
  background: #28354a;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 3.8rem);
  max-width: 128.6rem;
  align-items: flex-end;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__info {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    order: 2;
    margin-top: 4rem;
  }
}
.l-footer__info__logo {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info__logo {
    width: 13rem;
  }
}
.l-footer__info__text {
  margin-top: 1.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemapWrap {
    display: contents;
  }
}
.l-footer__sitemap {
  display: flex;
  gap: 4.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap {
    flex-direction: column;
    order: 1;
    gap: 1.6rem;
  }
}
.l-footer__sitemap__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 2.6rem;
  background: url(../img/top/white_r_01.svg) left center/1.9rem 1.9rem no-repeat;
}
.l-footer__sitemap__item,
.l-footer__sitemap__item:hover,
.l-footer__sitemap__item:visited,
.l-footer__sitemap__item:link {
  color: #fff;
  text-decoration: none;
}
.l-footer__sitemap__copyright {
  margin-top: 3.8rem;
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap__copyright {
    order: 3;
  }
}
.l-page {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }
}
.l-page--column_2 {
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .l-page--column_2 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-page--column_2 {
    padding-top: 2rem;
  }
}
.l-page--column_2 .l-page__main {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .l-page--column_2 .l-page__main {
    width: 100%;
  }
}
.l-page--column_2 .l-sidebar {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-page--column_2 .l-sidebar {
    width: 100%;
  }
}
.l-wrapper--800 {
  max-width: 80rem;
}
.l-wrapper--1120 {
  max-width: 112rem;
}
.l-wrapper--1160 {
  max-width: 116rem;
}
.l-sec {
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding-block: 6.4rem 6.4rem;
  }
}
.p-fv {
  background: url(../img/top/fv_bg_01.webp) top right/cover no-repeat;
  padding: 11.3rem 0 0;
}
@media screen and (max-width: 1280px) {
  .p-fv {
    padding: 8.2rem 0 0;
  }
}
.p-fv__inner {
  width: calc(100% - 4rem);
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
}
.p-fv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__container {
    flex-direction: column;
  }
}
.p-fv__title {
  width: 60rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__title {
    width: 100%;
    margin-left: 0;
  }
}
.p-fv__title img {
  width: 100%;
}
.p-fv__text01 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 0 0 0 2.2rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text01 {
    font-size: 1.6rem;
    margin: 1.7rem 0 0;
    letter-spacing: 0.04em;
  }
}
.p-fv__clm {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .p-fv__clm {
    flex-direction: column;
    gap: 0;
  }
}
.p-fv__text02 {
  width: 47.6rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text02 {
    margin: 0.2rem auto 0;
    width: calc(100% + 3.6rem);
    max-width: max-content;
    position: relative;
    left: -1.8rem;
  }
}
.p-fv__btnWrap {
  display: flex;
  margin: 1.5rem 0 0 2rem;
  gap: 1.2rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__btnWrap {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
    margin: 0.2rem auto 0;
  }
}
.p-fv__btn01 {
  height: 5rem;
  width: 24rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__btn01 {
    width: 30rem;
    height: 6.4rem;
  }
}
.p-fv__image {
  width: 41%;
  margin: 2rem 5% 0 0;
  flex-shrink: 0;
  box-shadow: 1rem 2rem 2rem 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .p-fv__image {
    margin-inline: auto;
    position: relative;
    margin-top: 2.4rem;
    width: 77%;
  }
}
.p-fv__image img {
  width: 100%;
}
.p-fv__formWrap {
  width: 36rem;
  flex-shrink: 0;
  padding: 3.2rem 3rem;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .p-fv__formWrap {
    display: none;
  }
}
.p-logo {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-logo {
    margin-top: 3.7rem;
  }
}
.p-front__partner__sliderWrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-front__partner__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front__partner__slider .swiper-slide {
  width: 16.2rem;
}
@media screen and (max-width: 768px) {
  .p-front__partner__slider .swiper-slide {
    width: 13rem;
  }
}
.p-about {
  background: url(../img/top/about_bg_01.webp) top center/cover no-repeat;
  overflow: hidden;
}
.p-about__text01 {
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about__text01 {
    margin-top: 2rem;
    text-align: left;
  }
}
.p-about__image01 {
  margin: 4.8rem auto 0;
  width: 88rem;
}
@media screen and (max-width: 768px) {
  .p-about__image01 {
    margin-top: 4rem;
    width: 70rem;
    max-width: 70rem;
  }
}
.p-about__image02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about__image02 {
    display: block;
    width: 30rem;
    margin: 2rem auto 0;
  }
}
.p-problem {
  background: #28354a;
}
.p-problem__list {
  display: flex;
  gap: 3.2rem;
  width: 96.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-problem__list {
    flex-direction: column;
    gap: 2.4rem;
    width: calc(100% - 6.2rem);
    margin-top: 3.5rem;
  }
}
.p-problem__item {
  flex: 1;
  border-radius: 1rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-problem__item {
    padding: 2.4rem;
  }
}
.p-problem__item-image {
  width: 14.7rem;
}
.p-problem__item-text01 {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-problem__item-text01 {
    margin-top: 1.2rem;
  }
}
.p-problem__dots {
  margin-block: 2.4rem;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  gap: 0.7rem;
}
.p-problem__dot {
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}
.p-problem__text01 {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-problem__text01 {
    font-size: 1.8rem;
  }
}
.p-problem__text01--bg {
  padding: 0.2rem 1rem;
  background: linear-gradient(90deg, #2c6577 0%, #1f4f7a 100%);
  margin-right: 0.8rem;
}
.p-service {
  background: url(../img/top/service_bg_01.webp) top center/cover no-repeat;
}
.p-service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.p-service__title--border {
  border-radius: 999rem;
  border: 1px solid #fff;
  width: fit-content;
  display: flex;
  padding: 0.2rem 2rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service__title--border {
    font-size: 1.8rem;
  }
}
.p-service__text01 {
  margin-top: 2.4rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service__text01 {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-service__image01 {
  margin-top: 4rem;
}
.p-platform {
  margin-top: 6.4rem;
  padding-top: 4.8rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}
@media screen and (max-width: 768px) {
  .p-platform {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-platform__title {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-platform__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.p-platform__text01 {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-platform__text01 {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-platform__list {
  border-radius: 1rem;
  background: #fff;
  margin-top: 4rem;
  padding: 2.4rem 18.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-platform__list {
    padding: 2.4rem 4rem;
    margin-top: 3.4rem;
  }
}
.p-platform__item {
  width: 16.2rem;
}
@media screen and (max-width: 768px) {
  .p-platform__item {
    width: 50%;
  }
}
.p-platform__notes {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.7;
}
.p-solution {
  background: #28354a;
}
.p-solution__text01 {
  margin-top: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-solution__text01 {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 1.9rem;
    line-height: 1.8;
  }
}
.p-solution__block {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-solution__block {
    margin-top: 3.2rem;
  }
}
.p-solution__block + .p-solution__block {
  margin-top: 6.4rem;
}
.p-solution__block__title {
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #2c6577 0%, #1f4f7a 100%);
  padding: 1.2rem 2.4rem 1.2rem 3.7rem;
  gap: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution__block__title {
    padding-left: 3rem;
  }
}
.p-solution__block__title::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 2.4rem;
  width: 0.3rem;
  height: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-solution__block__title::before {
    left: 1.6rem;
  }
}
.p-solution__list {
  margin-top: 2.4rem;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
@media screen and (max-width: 768px) {
  .p-solution__list {
    grid-template-columns: 1fr;
  }
}
.p-solution__item {
  border-radius: 0.5rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%), linear-gradient(92deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  display: flex;
  align-items: center;
  padding: 2.4rem;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    flex-direction: column;
  }
}
.p-solution__item-image {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-solution__item-image {
    width: 100%;
  }
}
.p-solution__item-textWrap {
  flex: 1;
}
.p-solution__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-solution__item-text01 {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-solution__more {
  margin-top: 6.4rem;
  padding-top: 3.8rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}
.p-solution__more__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-solution__more__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.p-solution__more__title--border {
  border-radius: 999rem;
  border: 1px solid #fff;
  width: fit-content;
  display: flex;
  padding: 0.2rem 2rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-solution__more__title--border {
    font-size: 1.8rem;
  }
}
.p-solution__more__list {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-solution__more__list {
    padding-inline: 3.4rem;
  }
}
.p-solution__more__item {
  padding: 0 1.8rem;
  width: 13.6rem;
}
@media screen and (max-width: 768px) {
  .p-solution__more__item {
    padding: 0;
    width: calc(50% - 1rem);
  }
}
.p-solution__more__item-image {
  width: 10rem;
  margin-inline: auto;
}
.p-solution__more__item-text01 {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.064rem;
}
.p-function {
  background: url(../img/top/function_bg_01.webp) top center/cover no-repeat;
}
.p-function__text01 {
  margin-top: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-function__text01 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}
.p-function__anchorList {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-function__anchorList {
    gap: 1.2rem 1rem;
    margin-top: 2.4rem;
  }
}
.p-function__anchorItem {
  width: 24.6rem;
}
@media screen and (max-width: 768px) {
  .p-function__anchorItem {
    width: calc(50% - 0.6rem);
  }
}
.p-function__anchorLink {
  display: flex;
  border-radius: 0.5rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-function__anchorLink {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.p-function__anchorLink_arrow {
  width: 1.6rem;
  flex-shrink: 0;
}
.p-function__anchorLink--small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-function__anchorLink--small {
    font-size: 1.1rem;
  }
}
.p-function__block {
  margin-top: 6.4rem;
  border-radius: 1rem;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  background: linear-gradient(90deg, #2c6577 0%, #1f4f7a 100%), #28354a;
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 4.8rem 7.2rem;
}
@media screen and (max-width: 768px) {
  .p-function__block {
    margin-top: 3.2rem;
    gap: 2.2rem;
    padding: 3.2rem;
    flex-direction: column;
  }
}
.p-function__block + .p-function__block {
  margin-top: 2.4rem;
}
.p-function__block--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-function__block--reverse {
    flex-direction: column;
  }
}
.p-function__block__textWrap {
  flex: 1;
}
.p-function__block__num {
  color: #d4a958;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.p-function__block__num--strong {
  font-size: 3.2rem;
}
.p-function__block__title {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-function__block__title {
    font-size: 2.4rem;
    margin-top: 0.4rem;
  }
}
.p-function__block__text01 {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-function__block__text01 {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.p-function__block__image {
  width: 44.5%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-function__block__image {
    width: 100%;
  }
}
.p-case__list {
  margin-top: 4rem;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-case__list {
    grid-template-columns: 1fr;
    margin-top: 3.6rem;
    padding: 0 3.2rem;
  }
}
.p-case__item {
  border-radius: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.2rem 1rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .p-case__item {
    padding: 2.6rem 3.2rem;
  }
}
.p-case__item-image {
  width: 14.7rem;
}
.p-case__item-textWrap {
  margin-top: 2.4rem;
}
.p-case__item-text01 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-case__item-text02 {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-voice {
  background: url(../img/top/voice_bg_01.webp) top center/cover no-repeat;
}
.p-voice__text01 {
  margin-top: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__text01 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-voice__list {
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    grid-template-columns: 1fr;
  }
}
.p-voice__item-text01 {
  margin-top: 2.4rem;
  color: #d4a958;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-voice__item-text02 {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-voice__item-text02 {
    font-size: 1.4rem;
  }
}
.p-voice__btnWrap {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-voice__btnCopy {
  color: #fff;
}
.p-voice__btnCopy::before,
.p-voice__btnCopy::after {
  background: #fff;
}
.p-voice__client {
  width: 103.2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-voice__client {
    margin-top: 4rem;
  }
}
.p-voice__client__title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__client__title {
    font-size: 2rem;
  }
}
.p-voice__client__list {
  margin-top: 3.2rem;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-voice__client__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    padding: 0 1.2rem;
  }
}
.p-flow {
  background: url(../img/top/flow_bg_01.webp) top center/cover no-repeat;
  overflow: hidden;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    margin-top: 3.6rem;
  }
}
.p-flow__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    flex-direction: column;
  }
}
.p-flow__item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-bottom: 3.2rem;
}
.p-flow__item-step {
  width: 10rem;
  flex-shrink: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-flow__item-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13rem;
  max-width: 13rem;
  aspect-ratio: 1;
  background: url(../img/top/flow_bg_02.svg) top center/contain no-repeat;
}
.p-flow__item-text01 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-flow__item-text01 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-flow__item-text02 {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-flow__item-text02 {
    font-size: 1.4rem;
  }
}
.p-flow__item-text02 a {
  text-decoration: underline;
  color: #fff;
}
.p-flow__item-text02 a:hover {
  opacity: 0.8;
}
.p-faq {
  background: #28354a;
}
.p-faq__list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    margin-top: 3.2rem;
  }
}
.p-faq__item {
  padding: 2.4rem 4rem;
  border-radius: 1rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 2rem 4rem;
  }
}
.p-faq__question {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #bfbfbf;
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.p-faq__q {
  color: #d4a958;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 768px) {
  .p-faq__q {
    transform: none;
  }
}
.p-faq__question-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .p-faq__question-text {
    min-height: 2.2em;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
}
.p-faq__answer {
  margin-top: 0.8rem;
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.p-faq__a {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 768px) {
  .p-faq__a {
    transform: none;
  }
}
.p-faq__answer-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer-text {
    font-size: 1.5rem;
  }
}
.p-contact {
  padding-block: 6rem;
  background: url(../img/top/contact_bg_01.webp) top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-block: 4rem;
  }
}
.p-contact__container {
  display: flex;
  gap: 2.6rem;
  padding: 5.7rem 5.2rem 6rem 3.7rem;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__container {
    padding: 2rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__image {
    max-width: max-content;
    width: calc(100% + 2rem);
    transform: translateX(-1rem);
  }
}
.p-contact__block {
  width: 95%;
  margin: 3.2rem auto 0;
  border-radius: 0.5rem;
  background: #f2f2f2;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__block {
    width: 100%;
  }
}
.p-contact__text01 {
  background: linear-gradient(270deg, #022071 0%, #0e668a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  padding-left: 1.5rem;
  position: relative;
}
.p-contact__text01::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.3rem;
  height: 2.4rem;
  top: 50%;
  background: #0e668a;
  transform: translateY(-50%);
}
.p-contact__list {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 0.8rem;
  height: 8.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__list {
    height: auto;
  }
}
.p-contact__item {
  color: #28354a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    font-size: 1.4rem;
  }
}
.p-contact__item::before {
  content: "・";
}
.p-contact__formWrap {
  border-radius: 1rem;
  background: var(--white, #fff);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  width: 50.2%;
  flex-shrink: 0;
  padding: 3.2rem 3rem 4.8rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact__formWrap {
    width: 100%;
  }
}
.c-form__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__nav {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
}
.c-form__nav--text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__navNum {
  gap: 0.6rem;
  display: flex;
  align-items: center;
}
.c-form__navNum--item {
  width: 3.4rem;
  aspect-ratio: 1;
  font-size: 1.6rem;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  background: #ced6d9;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-form__navNum--item.is-current {
  color: #fff;
  background: #28354a;
}
.form_list-wrap > div[class*="tab"] {
  display: none;
}
.form_list-wrap > div[class*="tab"].is-active {
  display: block;
}
.p-fv__tab {
  display: none;
}
.p-fv__tab.is-active {
  display: block;
}
.questionnaire_box_ h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.questionnaire_box_ + .questionnaire_box_ {
  margin-top: 1.6rem;
}
.required {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.5rem;
  background: #28354a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}
.c-form__nextBtn {
  margin-top: 2.4rem;
  width: 100%;
  height: 5rem;
  border-radius: 999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4a958;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-form__nextBtn:hover {
  opacity: 0.8;
}
.c-form__BtnWrap {
  display: flex;
  gap: 1.6rem;
}
button[type="button"].c-form__prevBtn {
  background: none;
  border: 1px solid #d4a958;
  color: #d4a958;
}
.u-border--corners {
  border-radius: 10px;
}
.u-border {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .u-hide_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-hide_pc {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-hide_less_pc {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .u-hide_more_pc {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .u-hide_less_spc {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .u-hide_more_spc {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .u-hide_less_sp {
    display: none;
  }
}
@media screen and (min-width: 569px) {
  .u-hide_more_sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .u-hide_less_ssp {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .u-hide_more_ssp {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .u-hide_less_sssp {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .u-hide_more_sssp {
    display: none;
  }
}
.u-hide {
  display: none;
}
.u-link_sp {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .u-link_sp {
    pointer-events: inherit;
  }
}
.u-mt_10 {
  margin-top: 1rem;
}
.u-mt_20 {
  margin-top: 2rem;
}
.u-mt_30 {
  margin-top: 3rem;
}
.u-mt_50 {
  margin-top: 5rem;
}
.u-mt_100 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mt_20 {
    margin-top: 1.5rem;
  }
  .u-mt_30 {
    margin-top: 2rem;
  }
  .u-mt_50 {
    margin-top: 3rem;
  }
  .u-mt_100 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .u-mt_20 {
    margin-top: 1.5rem;
  }
  .u-mt_50 {
    margin-top: 2.5rem;
  }
}
.u-mb_10 {
  margin-bottom: 1rem;
}
.u-mb_20 {
  margin-bottom: 2rem;
}
.u-mb_30 {
  margin-bottom: 3rem;
}
.u-mb_50 {
  margin-bottom: 5rem;
}
.u-mb_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mb_20 {
    margin-bottom: 1.5rem;
  }
  .u-mb_30 {
    margin-bottom: 2rem;
  }
  .u-mb_50 {
    margin-bottom: 3rem;
  }
  .u-mb_100 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .u-mb_20 {
    margin-bottom: 1.5rem;
  }
  .u-mb_50 {
    margin-bottom: 2.5rem;
  }
}
.u-mr_05 {
  margin-right: 0.5rem;
}
.u-mr_10 {
  margin-right: 1rem;
}
.u-mr_15 {
  margin-right: 1.5rem;
}
.u-mr_20 {
  margin-right: 2rem;
}
.u-mr_30 {
  margin-right: 3rem;
}
.u-ml_05 {
  margin-left: 0.5rem;
}
.u-ml_10 {
  margin-left: 1rem;
}
.u-ml_15 {
  margin-left: 1.5rem;
}
.u-ml_20 {
  margin-left: 2rem;
}
.u-ml_30 {
  margin-left: 3rem;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-text-center_left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-text-center_left {
    text-align: left;
  }
}
.u-text_center {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-text_center {
    text-align: center;
  }
}
.u-en {
  font-family: "Teko", sans-serif;
}
.u-text-medium {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.u-wth_100 {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map*/
