@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 100%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* Correct cursors for clickable elements.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
=========================================================
* サイトの基本設定
=========================================================
*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 2.4;
  background-color: #F3F4F5;
  color: #404040;
}

main {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 2;
}

.l-section {
  margin-bottom: 160px;
}

.l-wrap {
  max-width: 1122px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}

.l-inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-180 {
  padding-top: 180px;
}

.l-2colWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.l-2col__left,
.l-2col__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.sp-only {
  display: none;
}

.u-tab-only {
  display: none;
}

.c-txt {
  font-weight: 400;
}

.c-txt--b {
  color: #003C61;
  font-size: 24px;
  font-weight: 700;
}

.c-ttl {
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
}

.footer-container {
  background-color: #404040;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-adress {
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}

.footer-adress:not(:last-child) {
  margin-bottom: 12px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.footer-contact__date {
  text-align: end;
}

.footer-logoWrap {
  margin-bottom: 24px;
}

.footer-rightContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}

.footer-contactWrap {
  margin-bottom: 25px;
}

.footer-contact__tel-txt {
  font-size: 14px;
}

.footer-contact__tel {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact__tel i {
  padding-right: 8px;
  font-size: 24px;
}

.footer-contact__date {
  font-size: 12px;
  font-weight: 500;
}

.footer-menu__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 16px;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-menu__nav-list--gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 16px;
  color: #888888;
}

.footer-menu__nav-list-link,
.footer-menu__nav-list-link--gr {
  padding: 10px 0;
  display: block;
  font-size: 15px;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #F3F4F5;
}

.header {
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-hamburger {
  display: none;
}

.header-hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #003C61;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-hamburger span:nth-last-of-type(1) {
  top: 0;
}

.header-hamburger span:nth-last-of-type(2) {
  top: 50%;
  opacity: 1;
}

.header-hamburger span:nth-last-of-type(3) {
  top: 100%;
}

.header-hamburger.active span:nth-last-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.header-hamburger.active span:nth-last-of-type(2) {
  opacity: 0;
}

.header-hamburger.active span:nth-last-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.header-menuContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-menu__contact {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  color: #003C61;
  margin-bottom: 24px;
}

.header-menu__contact-tel {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.header-menu__contact-tel i {
  padding-right: 8px;
}

.header-menu__contact-date {
  font-size: 12px;
  font-weight: 700;
  text-align: end;
}

.header-menu__contact-btn {
  border-radius: 20px;
  padding: 8px 32px;
  width: 200px !important;
  height: auto !important;
  margin: 0 !important;
}

.header-menu__contact-btn:hover::before {
  width: 200px !important;
  height: 200px !important;
  margin: -100px 0 0 -100px !important;
}

.header-menu__contact-btn-txt {
  font-weight: 500;
  line-height: normal;
}

.header-menu__contact-btn-txt::before {
  content: none !important;
}

.header-menu__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header-menu__nav-list-item.current .header-menu__nav-list-link::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-menu__nav-list-link {
  padding: 16px 0;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
}

.header-menu__nav-list-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003C61;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-menu__nav-list-link:hover::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

body.inactive {
  height: 100vh;
  overflow: hidden;
}

.header-visual {
  background-color: #003C61;
  padding: 40px;
  margin-bottom: 80px;
}

.c-heading1 {
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}

.c-bannerWrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #008DE4;
  padding: 12px 16px;
  z-index: 1000;
  border-radius: 5px;
  text-align: center;
  box-shadow: 4px 4px 12px 0px rgba(64, 64, 64, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
}

.c-bannerWrap.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-bannerWrap.none {
  opacity: 0;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
}

.c-banner__telWrap {
  margin-bottom: 12px;
}

.c-banner__tel {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.c-banner__tel i {
  padding-right: 8px;
}

.c-banner__date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.c-banner__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-banner__btn {
  border-radius: 20px;
  padding: 8px 32px;
  width: 200px !important;
  height: auto !important;
  margin: 0 !important;
  border: none !important;
}

.c-banner__btn:hover::before {
  width: 200px !important;
  height: 200px !important;
  margin: -100px 0 0 -100px !important;
}

.c-banner__btn-txt {
  font-weight: 500;
  line-height: normal;
}

.c-banner__btn-txt::before {
  content: none !important;
}

.c-btnWrap--2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  width: 351px;
  max-width: 100%;
  height: 66px;
  border-radius: 60px;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-btn::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-btn:hover {
  border: 1px solid currentColor;
}

.c-btn:hover::before {
  width: 352px;
  height: 352px;
  margin: -176px 0 0 -176px;
  opacity: 1;
}

.c-btn:hover .c-btn-txt::before {
  width: 0;
  margin-right: 0;
}

.c-btn--wh {
  background-color: #ffffff;
  color: #003C61;
}

.c-btn--wh::before {
  background-color: #003C61;
}

.c-btn--wh:hover {
  color: #ffffff;
}

.c-btn--nv {
  background-color: #003C61;
  color: #ffffff;
}

.c-btn--nv::before {
  background-color: #ffffff;
}

.c-btn--nv:hover {
  color: #003C61;
}

.c-btn-txt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: currentColor;
  width: 73.5px;
  height: 1px;
  margin-right: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.consultationCta-container {
  background-color: #003C61;
}

.consultationCta-ttl {
  color: #ffffff;
}

.consultationCta-2colWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.consultationCta-btnWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.consultationCta-txt {
  color: #ffffff;
  line-height: normal;
}

.consultation-cta--wh .consultationCta-container {
  background-color: #ffffff;
}

.consultation-cta--wh .consultationCta-ttl {
  color: #003C61;
}

.consultation-cta--wh .consultationCta-txt {
  color: #003C61;
}

.contactCta-ttl {
  color: #003C61;
  margin-bottom: 24px;
}

.contactCta-heading2 {
  color: #003C61;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 56px;
}

.formCta-2colWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.formCta-txt {
  color: #ffffff;
  line-height: normal;
}

.contact-cta--wh .contactCta-container {
  background-color: #ffffff;
}

.border-heading2 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #B6B7B8;
  line-height: normal;
  max-width: 800px;
}

.lineUp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.lineUp-item {
  font-size: 18px;
}

.lineUp-item--sm {
  font-size: 14px;
}

.lineUp-link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.lineUp-link:hover {
  opacity: 0.6;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 80px;
  text-align: center;
  color: #B6B7B8;
  width: 100%;
  height: 40px;
  line-height: normal;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 28px;
  height: 100%;
}

.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .current {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  border: solid 1px #B6B7B8;
  width: 32px;
}

.wp-pagenavi .page {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.wp-pagenavi .page:hover {
  background-color: #B6B7B8;
  color: #ffffff;
}

.wp-pagenavi .pages {
  margin-right: 16px;
}

.wp-pagenavi .current {
  background-color: #B6B7B8;
  color: #ffffff;
}

.wp-pagenavi .extend {
  width: 32px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-pagenavi .pagenav-first,
.wp-pagenavi .pagenav-last {
  position: relative;
  width: 5px;
  height: auto;
  display: inline-block;
}

.wp-pagenavi .pagenav-first::before, .wp-pagenavi .pagenav-first::after,
.wp-pagenavi .pagenav-last::before,
.wp-pagenavi .pagenav-last::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%) rotate(60deg);
      -ms-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.wp-pagenavi .pagenav-first::after,
.wp-pagenavi .pagenav-last::after {
  -webkit-transform: translateY(-50%) rotate(-60deg);
      -ms-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.wp-pagenavi .pagenav-first::before, .wp-pagenavi .pagenav-first::after {
  right: 100%;
  -webkit-transform: translateY(-50%) rotate(120deg);
      -ms-transform: translateY(-50%) rotate(120deg);
          transform: translateY(-50%) rotate(120deg);
}

.wp-pagenavi .pagenav-first::after {
  -webkit-transform: translateY(-50%) rotate(-120deg);
      -ms-transform: translateY(-50%) rotate(-120deg);
          transform: translateY(-50%) rotate(-120deg);
}

.c-heading2,
.c-heading3,
.c-heading4 {
  text-align: center;
  line-height: normal;
  font-weight: 700;
}

.c-heading2 {
  font-size: 40px;
  padding-bottom: 56px;
  margin-bottom: 56px;
  position: relative;
}

.c-heading2::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #003C61;
  width: 64px;
  height: 4px;
  content: "";
}

.c-heading3 {
  font-size: 32px;
  margin-bottom: 80px;
}

.contact-2colWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5592011412vw;
}

.catalog-2col__img {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.catalog-2col__img-1col {
  margin-bottom: 24px;
}

.catalog-2col__img-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.catalog-2col__txt {
  margin-bottom: 40px;
  font-weight: 700;
}

.contact-2col__form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 351px;
      -ms-flex: 0 1 351px;
          flex: 0 1 351px;
}

.contact-noticeWrap {
  margin-bottom: 80px;
  background-color: #e4e6e8;
  padding: 24px;
}

.contact-notice__ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-notice__txt {
  letter-spacing: 0.2;
  line-height: normal;
}

.form-table {
  width: 100%;
  margin-bottom: 56px;
}

.form-table tr {
  display: block;
}

.form-table tr:not(:last-child) {
  margin-bottom: 20px;
}

.form-table th {
  padding-bottom: 4px;
}

.form-table .form-must {
  background-color: #fc3f68;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 400;
  margin-left: 10px;
}

.form-table td {
  display: block;
}

.form-table td input,
.form-table td select,
.form-table td textarea {
  border: solid 2px #e4e6e8;
  width: 100%;
  padding: 8px 12px;
  background-color: #ffffff;
}

.form-table td input::-webkit-input-placeholder, .form-table td select::-webkit-input-placeholder, .form-table td textarea::-webkit-input-placeholder {
  color: #ced0d2;
}

.form-table td input::-moz-placeholder, .form-table td select::-moz-placeholder, .form-table td textarea::-moz-placeholder {
  color: #ced0d2;
}

.form-table td input:-ms-input-placeholder, .form-table td select:-ms-input-placeholder, .form-table td textarea:-ms-input-placeholder {
  color: #ced0d2;
}

.form-table td input::-ms-input-placeholder, .form-table td select::-ms-input-placeholder, .form-table td textarea::-ms-input-placeholder {
  color: #ced0d2;
}

.form-table td input::placeholder,
.form-table td select::placeholder,
.form-table td textarea::placeholder {
  color: #ced0d2;
}

.form-table td .select-wrap {
  max-width: 200px;
}

.form-table td textarea {
  max-height: 160px;
}

.consultation-form .form-table td .select-wrap {
  position: relative;
}

.consultation-form .form-table td .select-wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 10px #B6B7B8;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  z-index: 100;
}

.form-privacy {
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.form-privacy a {
  color: #008DE4;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.form-btnWrap {
  margin-bottom: 20px;
}

.form-btn {
  text-align: center;
  width: 351px;
  max-width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #003C61;
  color: #ffffff;
}

.form-previous {
  text-align: center;
  width: 180px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #B6B7B8;
  color: #ffffff;
}

.form-txt-count {
  font-size: 12px;
  color: #888888;
  text-align: end;
}

.thanks-heading2Wrap {
  text-align: center;
}

.thanks-heading2 {
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 56px;
  padding-left: 56px;
  position: relative;
  display: inline-block;
}

.thanks-heading2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-bottom: solid 10px #B6B7B8;
  border-right: solid 10px #B6B7B8;
  width: 24px;
  height: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.thanks-txtWrap {
  text-align: center;
  margin-bottom: 56px;
}

.recaptcha-txtWrap {
  text-align: center;
  margin-top: 40px;
}

.recaptcha-txt {
  font-size: 12px;
  line-height: normal;
  color: #888888;
}

.recaptcha-txt a {
  color: #008DE4;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mv {
  margin-bottom: 200px;
}

.top-mv__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.top-mv__btnWrap .c-btn {
  margin: 0;
  height: 88px;
}

.top-mv__btnWrap .c-btn-txt {
  font-size: 18px;
  font-weight: 700;
}

.top-mv__container {
  background-color: #003C61;
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
  margin-left: calc(50% - 50vw);
}

.top-mv__txtWrap {
  padding: 56px 96px;
}

.top-heading1Wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.top-heading1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  border: solid 1px #ffffff;
  padding: 8px 40px;
}

.top-heading1--md {
  font-size: 56px;
  margin-bottom: 24px;
}

.top-heading1--sm {
  font-size: 32px;
}

.top-mv__wordWrap {
  color: #ffffff;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.top-mv__word {
  font-weight: 700;
  font-size: 56px;
  position: relative;
  padding-left: 72px;
}

.top-mv__word::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 64px;
  height: 64px;
}

.top-mv__word01::before {
  background: url(../imgs/top/mv-mark01.svg) no-repeat center/contain;
}

.top-mv__word02::before {
  background: url(../imgs/top/mv-mark02.svg) no-repeat center/contain;
}

.top-mv__word03::before {
  background: url(../imgs/top/mv-mark03.svg) no-repeat center/contain;
}

.top-mv__txt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.top-problem__heading2 {
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 80px;
  color: #003C61;
  letter-spacing: 0.2rem;
}

.top-problem__heading2 span {
  color: #008DE4;
  font-size: 64px;
  margin: 0 0.2rem;
  position: relative;
  line-height: 2;
}

.top-problem__heading2 span::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background-color: currentColor;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.top-problem__speechWrap {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.top-problem__speechContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-800px);
      -ms-transform: translateX(-800px);
          transform: translateX(-800px);
  opacity: 0;
}

.top-problem__speechContent:nth-child(even) {
  -webkit-transform: translateX(800px);
      -ms-transform: translateX(800px);
          transform: translateX(800px);
}

.top-problem__speechContent.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.top-problem__speechContent-img,
.top-problem__speechContent-space {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-problem__speechContent-txtOuter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 750px;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

.top-problem__speechContent-txtWrap {
  background-color: #ffffff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 40px;
  position: relative;
  padding: 24px 32px;
}

.top-problem__speechContent-txtWrap::before {
  position: absolute;
  top: 50%;
  left: -28px;
  content: "";
  border-right: solid 28px #ffffff;
  border-top: solid 25px transparent;
}

.top-problem__speechContent-txtWrap--rev::before {
  left: inherit;
  right: -28px;
  border-right: none;
  border-left: solid 28px #ffffff;
}

.top-problem__speechContent-txt {
  color: #003C61;
  font-size: 24px;
  font-weight: 700;
}

.top-problem__txtWrap {
  margin-bottom: 80px;
}

.top-problem__txt {
  font-size: 20px;
  text-align: center;
}

.top-problem__txt--b {
  font-size: 28px;
}

#chart01,
#chart02 {
  width: 100%;
}

.top-problem__graphContainer {
  margin-bottom: 80px;
}

.top-problem__graphWrap:not(:last-of-type) {
  margin-bottom: 120px;
}

.top-problem__graph-ttl {
  line-height: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
}

.top-problem__graph-ttl--sm {
  font-size: 14px;
}

.top-problem__graph-notice {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: normal;
  letter-spacing: normal;
}

.top-problem__img-caption {
  text-align: end;
  font-weight: 400;
  font-size: 15px;
  margin-top: 24px;
}

.top-movieWrap--mb {
  margin-bottom: 80px;
}

.top-movie {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  height: 0;
  margin-bottom: 16px;
}

.top-movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-movie__txt {
  text-align: center;
}

.top-marketing__ttl {
  margin-bottom: 96px;
}

.top-marketing__chartContainer {
  background-color: #ffffff;
}

.top-marketing__chartWrap {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.top-marketing__arrowWrap {
  height: 33px;
  text-align: center;
}

.top-marketing__arrow {
  border-top: solid 33px #B6B7B8;
  border-right: solid 44px transparent;
  border-left: solid 44px transparent;
  position: relative;
  top: 26px;
}

.top-marketing__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
}

.top-marketing__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-marketing__list-item__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.top-marketing__list-item__txt {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top-marketing__ttlWrap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-marketing__ttlWrap-center p {
  text-align: start;
}

.top-marketing__tableWrap {
  margin-bottom: 80px;
}

.top-marketing__table {
  width: 100%;
}

.top-marketing__table th,
.top-marketing__table td {
  border: solid 3px #F3F4F5;
  text-align: center;
  padding: 16px;
}

.top-marketing__table-th--top {
  background-color: #ced0d2;
  line-height: 1.6;
  vertical-align: middle;
}

.top-marketing__table-th {
  background-color: #e4e6e8;
  font-size: 22px;
  line-height: 1.6;
  vertical-align: middle;
}

.top-marketing__table-th span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.top-marketing__table-td {
  font-size: 13px;
  line-height: 1.6;
  width: 27%;
  background-color: #ffffff;
}

.top-marketing__table-border--top {
  border-top: solid 4px #fc3f68 !important;
  border-left: solid 4px #fc3f68 !important;
  border-right: solid 4px #fc3f68 !important;
}

.top-marketing__table-border--side {
  border-left: solid 4px #fc3f68 !important;
  border-right: solid 4px #fc3f68 !important;
}

.top-marketing__table-border--bottom {
  border-left: solid 4px #fc3f68 !important;
  border-right: solid 4px #fc3f68 !important;
  border-bottom: solid 4px #fc3f68 !important;
}

.fa-circle {
  color: #fc3f68;
}

.fa-play {
  color: #008DE4;
}

.fa-circle,
.fa-play,
.fa-xmark {
  margin-bottom: 12px;
  height: 32px;
}

.fa-xmark {
  font-size: 38px;
}

.fa-circle,
.fa-play {
  font-size: 32px;
}

.top-marketing__meritWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}

.top-marketing__meritContent {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
  max-width: 600px;
  margin: auto;
}

.top-marketing__merit-txtWrap {
  padding: 30px 24px;
  background-color: #ffffff;
}

.top-marketing__merit-ttl {
  color: #003C61;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.top-marketing__merit-txt {
  line-height: normal;
}

.top-us {
  background-color: #ffffff;
}

.top-us__heading2 {
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 80px;
}

.top-us__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12.8388017118vw;
  position: relative;
}

.top-us__container::before, .top-us__container::after {
  position: absolute;
  top: 100px;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(45deg);
      -ms-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
  content: "";
  width: 4.5649072753vw;
  height: 4px;
  background-color: currentColor;
}

.top-us__container::after {
  -webkit-transform: translateX(50%) rotate(-45deg);
      -ms-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
}

.top-us__content--gr .top-us__ttl,
.top-us__content--gr .top-us__name {
  color: #1B5A22;
}

.top-us__content--nv .top-us__ttl,
.top-us__content--nv .top-us__name {
  color: #003C61;
}

.top-us__ttlWrap {
  text-align: center;
  margin-bottom: 16px;
}

.top-us__ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  padding: 0 24px;
  position: relative;
}

.top-us__ttl::before, .top-us__ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: currentColor;
  width: 1px;
  height: 36px;
}

.top-us__ttl::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.top-us__ttl::after {
  right: 0;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}

.top-us__logoWrap {
  text-align: center;
  margin-bottom: 56px;
}

.top-us__logoWrap img {
  height: 83px;
  width: auto;
}

.top-us__name {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.top-us__service {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.top-us__txt {
  line-height: normal;
}

.top-case__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.top-case__ttl {
  margin-bottom: 80px;
}

.top-caseContent__imgWrap {
  position: relative;
}

.top-caseContent {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
}

.top-caseContent__img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background-color: #404040;
  padding: 8px 16px;
  line-height: normal;
}

.top-caseContent__txtwrap {
  background-color: #ffffff;
  padding: 8px 16px 20px;
}

.top-caseContent__ttl-num {
  font-size: 12px;
  font-weight: 500;
  color: #003C61;
  font-family: "Inter", sans-serif;
}

.top-caseContent__ttl {
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 32px;
  line-height: normal;
}

.top-caseContent__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-caseContent__list-item:not(:last-child) {
  margin-bottom: 19px;
}

.top-caseContent__list-dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80px;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  font-size: 14px;
  font-weight: 700;
  color: #003C61;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
}

.top-caseContent__list-dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.top-price__tableWrap {
  margin-bottom: 24px;
}

.top-price__table {
  width: 100%;
}

.top-price__table th,
.top-price__table td {
  border: solid 3px #F3F4F5;
  padding: 13px;
  vertical-align: middle;
}

.top-price__table th {
  text-align: center;
}

.top-price__table-th--top {
  background-color: #ced0d2;
  line-height: 1.6;
}

.top-price__table-th {
  background-color: #e4e6e8;
  line-height: 1.6;
}

.top-price__table-th span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.top-price__table-td {
  font-size: 13px;
  line-height: 1.6;
  background-color: #ffffff;
}

.top-price__table-td--center {
  text-align: center;
}

.top-price__table-td--bg {
  font-size: 18px;
  text-align: center;
}

.top-price__table-td--bg span {
  font-size: 13px;
}

.top-price__table-txt {
  font-size: 18px;
}

.top-step__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

.top-stepContent-outer:not(:last-child) {
  position: relative;
}

.top-stepContent-outer:not(:last-child)::before {
  position: absolute;
  bottom: -63px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  border-top: solid 33px #B6B7B8;
  border-right: solid 44px transparent;
  border-left: solid 44px transparent;
}

.top-stepContent {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-stepContent__txt {
  line-height: normal;
}

.top-stepContent__link {
  box-shadow: 1px 1px 10px #B6B7B8;
  position: relative;
  display: inline-block;
}

.top-stepContent--arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 48px);
  aspect-ratio: 1/1;
  border: solid 1px #003C61;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-stepContent--arrow::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-stepContent--arrow-inner {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16px;
  height: 16px;
  border-top: solid 1px #003C61;
  border-right: solid 1px #003C61;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-stepContent--arrow-inner:nth-last-of-type(1) {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  opacity: 1;
}

.top-stepContent--arrow-inner:nth-last-of-type(2) {
  -webkit-transform: translate(-400%, -50%) rotate(45deg);
      -ms-transform: translate(-400%, -50%) rotate(45deg);
          transform: translate(-400%, -50%) rotate(45deg);
  opacity: 0;
}

.top-stepContent__markWrap {
  background-color: #003C61;
  height: 100%;
  aspect-ratio: 1/1;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-stepContent__mark-txt {
  font-family: "Inter", sans-serif;
  line-height: normal;
}

.top-stepContent__mark-num {
  font-size: 40px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}

.top-stepContent__link .top-stepContent__txtWrap {
  padding: 24px 140px 24px 24px;
}

.top-stepContent__txtWrap {
  padding: 24px;
}

.top-stepContent__ttl {
  text-align: start;
  margin-bottom: 16px;
  display: inline-block;
}

.top-stepContent__link .top-stepContent__ttl {
  position: relative;
}

.top-stepContent__link .top-stepContent__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #008DE4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-stepContent__link:hover .top-stepContent--arrow::before {
  background-color: #003C61;
  width: 150%;
  height: 150%;
  margin: -75% 0 0 -75%;
  opacity: 1;
}

.top-stepContent__link:hover .top-stepContent--arrow-inner {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.top-stepContent__link:hover .top-stepContent--arrow-inner:nth-last-of-type(1) {
  -webkit-transform: translate(400%, -50%) rotate(45deg);
      -ms-transform: translate(400%, -50%) rotate(45deg);
          transform: translate(400%, -50%) rotate(45deg);
  opacity: 0;
}

.top-stepContent__link:hover .top-stepContent--arrow-inner:nth-last-of-type(2) {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  opacity: 1;
}

.top-stepContent__link:hover .top-stepContent__ttl {
  color: #008DE4;
}

.top-stepContent__link:hover .top-stepContent__ttl::before {
  width: 100%;
}

.top-stepContent__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 40px;
  padding: 8px 32px;
  width: 200px !important;
  height: auto !important;
  margin: 0 !important;
}

.top-stepContent__btn:hover::before {
  width: 200px !important;
  height: 200px !important;
  margin: -100px 0 0 -100px !important;
}

@media screen and (min-width: 1920px) {
  /* pc最大 横の画面幅-1920px以上 */
}

@media screen and (min-width: 1367px) {
  /* pc最大 横の画面幅-1367px以上 */
}

@media screen and (max-width: 1600px) {
  /* 画面幅-1600px */
  .top-heading1--md {
    font-size: 40px;
  }
  .top-mv__word {
    font-size: 40px;
  }
  .top-mv__word::before {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 1280px) {
  /* 画面幅-1280px */
  .footer-adress {
    font-size: 13px;
  }
  .footer-logoWrap img {
    width: 280px;
  }
  .footer-menu__nav-list {
    gap: 16px;
  }
  .footer-menu__nav-list--gr {
    gap: 16px;
  }
  .footer-menu__nav-list-link,
  .footer-menu__nav-list-link--gr {
    font-size: 13px;
  }
  .header-logo__wrap img {
    width: 200px;
  }
  .header-menu__contact {
    margin-bottom: 12px;
  }
  .header-menu__nav-list {
    gap: 24px;
  }
  .header-menu__nav-list-link {
    font-size: 14px;
    padding: 12px 0;
  }
  .top-mv__txtWrap {
    padding: 56px 80px;
  }
  .top-heading1 {
    font-size: 48px;
  }
  .top-heading1--md {
    font-size: 36px;
  }
  .top-heading1--sm {
    font-size: 24px;
  }
  .top-mv__word {
    font-size: 36px;
    padding-left: 56px;
  }
  .top-mv__word::before {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  /* iPad 横の画面幅-1024px */
  .l-section {
    margin-bottom: 80px;
  }
  .l-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pt-180 {
    padding-top: 120px;
  }
  .l-2colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .u-tab-only {
    display: block;
  }
  .c-txt--b {
    font-size: 18px;
  }
  .c-ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .c-ttl--sp-start {
    text-align: start;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .footer-contact__date {
    text-align: start;
  }
  .footer-rightContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contactWrap {
    margin-bottom: 64px;
  }
  .footer-menu__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 24px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .footer-menu__nav-list--gr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 24px;
  }
  .footer-menu__nav-list-link,
  .footer-menu__nav-list-link--gr {
    padding: 6px 0;
  }
  header.active {
    position: fixed;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .header-logoContent {
    height: 70px;
    width: 100vw;
    padding: 24px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo__wrap img {
    width: 240px;
  }
  .header-hamburger {
    display: block;
    width: 32px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .header-menuContent {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    width: 100vw;
    height: calc(100vh - 70px);
    padding: 12px 24px;
  }
  header.active .header-menuContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .header-menu__contact-tel {
    font-size: 24px;
  }
  .header-menu__contact-date {
    font-size: 14px;
    text-align: center;
  }
  .header-menu__contact-btn {
    width: 100% !important;
    padding: 16px 32px;
    text-align: center;
    border-radius: 40px;
  }
  .header-menu__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
  }
  .header-menu__nav-list-item {
    width: 100%;
  }
  .header-menu__nav-list-item.current .header-menu__nav-list-link {
    padding-left: 20px;
  }
  .header-menu__nav-list-item.current .header-menu__nav-list-link::before {
    width: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-menu__nav-list-link {
    padding: 8px 0;
  }
  .header-menu__nav-list-link::before {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 80%;
  }
  .header-menu__nav-list-link:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header-visual {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .c-heading1 {
    font-size: 24px;
  }
  .c-banner__tel {
    font-size: 24px;
  }
  .c-banner__date {
    font-size: 14px;
  }
  .c-btnWrap--2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-btnWrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-btn {
    height: 56px;
  }
  .c-btn::before {
    content: none;
  }
  .consultationCta-2colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactCta-heading2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .wp-pagenavi .pagenav-first::before, .wp-pagenavi .pagenav-first::after,
  .wp-pagenavi .pagenav-last::before,
  .wp-pagenavi .pagenav-last::after {
    width: 11px;
  }
  .c-heading2 {
    font-size: 24px;
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
  .c-heading2::before {
    width: 48px;
    height: 3px;
  }
  .c-heading3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .contact-2colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  .form-btn {
    height: 56px;
  }
  .form-previous {
    height: 56px;
  }
  .thanks-heading2::before {
    content: none;
  }
  .thanks-heading2 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .recaptcha-txt {
    font-size: 10px;
    letter-spacing: normal;
  }
  .mv {
    margin-bottom: 80px;
  }
  .top-mv__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .top-mv__btnWrap .c-btn {
    height: 56px;
  }
  .top-mv__btnWrap .c-btn-txt {
    font-size: 16px;
    font-weight: 500;
  }
  .top-mv__txtWrap {
    padding: 40px 24px;
  }
  .top-heading1Wrap {
    margin-bottom: 24px;
  }
  .top-heading1 {
    font-size: 32px;
    line-height: normal;
    padding: 8px 12px;
  }
  .top-heading1--md {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .top-heading1--sm {
    font-size: 16px;
    letter-spacing: normal;
  }
  .top-mv__wordWrap {
    margin-bottom: 24px;
  }
  .top-mv__word {
    font-size: 24px;
    padding-left: 38px;
    line-height: normal;
  }
  .top-mv__word::before {
    width: 30px;
    height: 30px;
  }
  .top-mv__txt {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
  }
  .top-problem__heading2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .top-problem__heading2 span {
    font-size: 32px;
    padding-top: 5px;
    margin: 0;
  }
  .top-problem__heading2 span::before {
    width: 6px;
    height: 6px;
  }
  .top-problem__speechWrap {
    gap: 24px;
    margin-bottom: 56px;
  }
  .top-problem__speechContent-img,
  .top-problem__speechContent-space {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80px;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
  }
  .top-problem__speechContent-txtOuter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top-problem__speechContent-txtWrap {
    padding: 12px 24px;
    margin: 0 24px;
  }
  .top-problem__speechContent-txtWrap::before {
    left: -18px;
    border-right: solid 18px #ffffff;
    border-top: solid 15px transparent;
  }
  .top-problem__speechContent-txtWrap--rev::before {
    left: inherit;
    right: -18px;
    border-right: none;
    border-left: solid 18px #ffffff;
  }
  .top-problem__speechContent-txt {
    font-size: 16px;
  }
  .top-problem__txt {
    font-size: 14px;
  }
  .top-problem__graphContainer {
    margin-bottom: 40px;
  }
  .top-problem__graph-ttl {
    font-size: 16px;
  }
  .top-problem__graph-notice {
    font-size: 12px;
  }
  .top-problem__img-caption {
    font-size: 10px;
    line-height: normal;
  }
  .top-marketing__arrowWrap {
    height: 20px;
  }
  .top-marketing__arrow {
    border-top: solid 20px #B6B7B8;
    border-right: solid 32px transparent;
    border-left: solid 32px transparent;
    top: 13px;
  }
  .top-marketing__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top-marketing__list-item__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .top-marketing__list-item__txt {
    margin-bottom: 16px;
  }
  .top-marketing__tableWrap {
    margin-bottom: 40px;
    overflow-x: scroll;
  }
  .top-marketing__table {
    min-width: 740px;
  }
  .top-marketing__table th,
  .top-marketing__table td {
    padding: 8px;
  }
  .top-marketing__table-th--top {
    font-size: 14px;
  }
  .top-marketing__table-sticky,
  .top-marketing__table-th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    z-index: 10;
  }
  .top-marketing__table-sticky::before,
  .top-marketing__table-th::before {
    position: absolute;
    top: 0;
    left: -2px;
    content: "";
    width: calc(100% + 4px);
    height: 100%;
    border-left: solid 3px #e4e6e8;
    border-right: solid 3px #F3F4F5;
    z-index: -1;
    background-color: #e4e6e8;
  }
  .top-marketing__table-sticky::before {
    background-color: #ced0d2;
  }
  .top-marketing__table-th {
    font-size: 16px;
  }
  .top-marketing__table-th span {
    font-size: 13px;
  }
  .top-marketing__table-td {
    font-size: 12px;
  }
  .fa-circle,
  .fa-play,
  .fa-xmark {
    margin-bottom: 8px;
    height: 22px;
  }
  .fa-xmark {
    font-size: 24px;
  }
  .fa-circle,
  .fa-play {
    font-size: 20px;
  }
  .top-marketing__meritWrap {
    grid-template-columns: 1fr;
  }
  .top-marketing__merit-txtWrap {
    padding: 24px;
  }
  .top-marketing__merit-ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .top-us__heading2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .top-us__container {
    gap: 80px;
  }
  .top-us__container::before, .top-us__container::after {
    top: 80px;
    width: 40px;
  }
  .top-us__ttl {
    font-size: 16px;
  }
  .top-us__ttl::before, .top-us__ttl::after {
    height: 24px;
  }
  .top-us__logoWrap {
    margin-bottom: 40px;
  }
  .top-us__logoWrap img {
    height: auto;
    max-height: 60px;
  }
  .top-us__name {
    font-size: 18px;
  }
  .top-us__service {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .top-case__container {
    grid-template-columns: 1fr;
  }
  .top-caseContent {
    max-width: 600px;
    margin: auto;
  }
  .top-caseContent__txtwrap {
    padding: 8px 12px 20px;
  }
  .top-caseContent__ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .top-caseContent__list-item {
    height: auto !important;
  }
  .top-price__tableWrap {
    margin-bottom: 12px;
    overflow-x: scroll;
  }
  .top-price__table {
    min-width: 880px;
  }
  .top-price__table th,
  .top-price__table td {
    padding: 8px;
  }
  .top-price__table-th--top {
    font-size: 14px;
  }
  .top-price__table-th {
    font-size: 12px;
  }
  .top-price__table-td {
    font-size: 12px;
  }
  .top-step__container {
    gap: 56px;
  }
  .top-stepContent-outer:not(:last-child)::before {
    bottom: -38px;
    border-top: solid 20px #B6B7B8;
    border-right: solid 32px transparent;
    border-left: solid 32px transparent;
  }
  .top-stepContent__mark-txt {
    font-size: 14px;
  }
  .top-stepContent__mark-num {
    font-size: 28px;
  }
  .top-stepContent__link .top-stepContent__txtWrap {
    padding: 24px 120px 24px 24px;
  }
  .top-stepContent__txtWrap {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 896px) {
  /* iPhone XS Max/XR/11/11 Pro Max 横の画面幅-896px */
}

@media screen and (max-width: 667px) {
  /* iPhone 8/7/6s/6 横の画面幅-667px */
  body {
    letter-spacing: 0.1rem;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  li {
    font-size: 14px;
  }
  .l-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pt-180 {
    padding-top: 80px;
  }
  .l-2col__left,
  .l-2col__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .border-heading2 {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .lineUp-list {
    gap: 14px;
  }
  .lineUp-item {
    font-size: 14px;
  }
  .lineUp-item--sm {
    font-size: 12px;
  }
  .wp-pagenavi {
    gap: 8px;
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 16px;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .pagenav-first::before, .wp-pagenavi .pagenav-first::after,
  .wp-pagenavi .pagenav-last::before,
  .wp-pagenavi .pagenav-last::after {
    width: 8px;
  }
  .top-us__container {
    grid-template-columns: 1fr;
    gap: 120px;
  }
  .top-us__container::before, .top-us__container::after {
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
        -ms-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  .top-us__container::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
        -ms-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
  }
  .top-stepContent {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
  }
  .top-stepContent__link {
    border-radius: 16px;
    height: 100%;
  }
  .top-stepContent--arrow {
    right: 0;
    border: none;
    width: 40px;
  }
  .top-stepContent--arrow-inner {
    width: 12px;
    height: 12px;
    border-top: solid 2px #003C61;
    border-right: solid 2px #003C61;
  }
  .top-stepContent__markWrap {
    aspect-ratio: inherit;
    height: auto;
    background: none;
    color: #003C61;
    height: 100%;
    border-radius: 0;
    padding: 0px 24px;
  }
  .top-stepContent__mark-txt {
    font-weight: 700;
    font-size: 12px;
  }
  .top-stepContent__mark-num {
    font-weight: 700;
    font-size: 24px;
  }
  .top-stepContent__link .top-stepContent__txtWrap {
    padding: 24px 40px 24px 24px;
  }
  .top-stepContent__txtWrap {
    padding: 24px;
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

@media screen and (max-width: 480px) {
  /* iPhone 4（以下） 横の画面幅-480px */
  .top-mv__container {
    margin-left: calc(50% - 50vw);
  }
  .top-mv__wordWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .top-problem__speechContent {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-problem__speechContent-img,
  .top-problem__speechContent-space {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 64px;
        -ms-flex: 0 1 64px;
            flex: 0 1 64px;
  }
  .top-problem__speechContent-space {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .top-problem__speechContent-txtWrap {
    margin-right: 0;
  }
  .top-problem__speechContent-txtWrap--rev {
    margin-left: 0;
    margin-right: 24px;
  }
  .top-problem__speechContent-txt {
    font-size: 14px;
    line-height: normal;
  }
  #chart02 {
    height: 240px !important;
  }
  .top-marketing__table-th--top {
    font-size: 13px;
  }
  .top-marketing__table-th {
    font-size: 14px;
  }
  .top-marketing__table-th span {
    font-size: 11px;
    letter-spacing: normal;
  }
  .top-marketing__table-td {
    letter-spacing: normal;
  }
  .top-price__table-th--top {
    font-size: 13px;
  }
  .top-price__table-td {
    letter-spacing: normal;
  }
  .top-stepContent__btn {
    position: inherit;
    width: 100% !important;
    height: 48px !important;
    margin-top: 8px !important;
  }
}
