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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

body {
  color: #404D61;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

#primary {
  position: relative;
}

#article {
  overflow: hidden;
}

#wrapper {
  padding-top: 70px;
}

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

.full {
  width: 100%;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.h_underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: all 0.5s ease;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #eeeae7 !important;
  -webkit-overflow-scrolling: auto;
  -webkit-appearance: none;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #43b2ff !important;
}

.inview {
  visibility: hidden;
}

.fadeUp {
  animation-name: ani_move01;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}

.fadeIn {
  animation-name: ani_move02;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}

@keyframes ani_move01 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_move02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c_header {
  color: white;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c_header::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.c_header.active::after {
  opacity: 1;
  pointer-events: all;
}
.c_header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #43b2ff;
  height: 70px;
  padding: 20px;
}
.c_header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_header_logo__txt {
  font-size: 0.625rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap;
}
.c_header_logo img {
  max-width: 160px;
}
.c_header_nav {
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #43b2ff;
  height: 100vh;
  padding: 80px 0 40px;
  display: none;
  overflow: auto;
}
.c_header_nav__wrap {
  padding: 0 20px;
}
.c_header_menu__link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.c_header_menu__link .txt_en {
  font-family: "Josefin Sans", sans-serif;
  color: #FF9A3A;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.c_header_entry .c_btn, .c_header_btns .c_btn {
  flex-shrink: 0;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  min-height: 50px;
  padding: 5px 20px;
}
.c_header_entry .c_btn_chat, .c_header_btns .c_btn_chat {
  gap: 5px;
}
.c_header_entry {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.c_header_entry .c_btn {
  width: 100%;
  padding: 5px 17px;
}
.c_header_entry__chat::before {
  width: 1em;
  height: 1em;
}
.c_header_contact {
  display: none !important;
}
.c_header_chat {
  display: none !important;
}
.c_header_btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.c_header_btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
}
.c_header_btn > * {
  width: 70%;
  height: 2px;
  background-color: white;
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease;
}
.c_header_btn > *:first-child {
  transform: translateY(-12px) rotate(0);
}
.c_header_btn > *:last-child {
  transform: translateY(12px) rotate(0);
}
.c_header_btn.active > * {
  opacity: 0;
}
.c_header_btn.active > *:first-child {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}
.c_header_btn.active > *:last-child {
  opacity: 1;
  transform: translateY(0) rotate(-45deg);
}

.c_footer {
  padding: 50px 0 50px;
}
.c_footer_logo {
  display: table;
  width: 280px;
}
.c_footer_logo img {
  width: 100%;
}
.c_footer_content {
  margin-top: 30px;
}
.c_footer_link {
  display: table;
  letter-spacing: 0.05em;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px;
}
.c_footer_link + .c_footer_link {
  letter-spacing: 0;
  margin-top: 20px;
}
.c_footer_desc {
  margin-top: 40px;
}
.c_footer_copyright {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 20px;
}

.c_btn {
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  min-height: 55px;
  font-weight: 700;
  max-width: 300px;
  background-color: #004BAC;
}
.c_btn_md {
  min-height: 60px;
  max-width: 300px;
}
.c_btn_orange {
  background-color: #FF9A3A;
  color: white;
}
.c_btn_yellow {
  background-color: #F7FF00;
  color: #004BAC;
}
.c_btn_blue {
  background-color: #47AEF5;
  color: white;
}
.c_btn_chat {
  background-color: white;
  align-items: center;
  color: #404D61;
  width: 100%;
  line-height: 1;
  height: 45px;
  gap: 10px;
}
.c_btn_chat::before {
  content: "";
  background-image: url("../images/common/icon_chatwork.svg");
  width: 1.2777777778em;
  aspect-ratio: 1;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c_btn_center {
  margin: 0 auto;
}
.c_btn_border {
  border: 2px solid white;
}
.c_btn_contact {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  width: 80px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.c_btn_contact.is_show {
  opacity: 1;
  pointer-events: all;
}
.c_btn_contact__link {
  display: block;
  opacity: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.16));
}
.c_btn_contact__link img {
  transition: transform 0.6s ease;
}

.icon_5m {
  position: relative;
}
.icon_5m::after {
  content: "";
  position: absolute;
  background: url(../images/top/icon_5m.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
}

.c_box {
  background-color: #004BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  height: 200px;
}
.c_box_shape {
  display: block;
  position: absolute;
  top: -1px;
}
.c_box_shape::after {
  content: "";
  width: 0;
  display: block;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid white;
}
.c_box_contain {
  width: 100%;
  padding: 0 20px;
}
.c_box_shadow {
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.c_circle {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.c_circle_shape {
  position: absolute;
  z-index: -1;
  width: 75%;
}
.c_circle_shape::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.c_circle_gray {
  right: 0;
  top: 0;
  transform: translate(17%, -7%);
}
.c_circle_gray::after {
  background-image: url(../images/top/img_circle_gray.svg);
}
.c_circle_wh {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.c_circle_wh::after {
  background-image: url(../images/top/img_circle_white.svg);
}

.c_txt40 {
  font-size: 1.5rem;
  line-height: 1.45;
}

.c_txt30 {
  font-size: 1.25rem;
  line-height: 1.4666666667;
}

.c_txt24 {
  font-size: 1.125rem;
  line-height: 1.4166666667;
}

.c_txt20 {
  font-size: 1rem;
  line-height: 1.45;
}

.u_fw700 {
  font-weight: bold;
}

.u_fw400 {
  font-weight: 400;
}

.c_txtbox {
  display: table;
  border-radius: 100px;
  background-color: white;
  padding: 0.3125em 0.75em 0.375em;
  color: #004BAC;
}

.c_heading {
  font-weight: bold;
  text-align: center;
}
.c_heading > * {
  display: block;
}
.c_heading_jp {
  line-height: 1;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.c_heading_en {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 3.125rem;
}

.c_ttl_logo {
  height: 1.5em;
  width: auto;
}
.c_ttl_txt {
  letter-spacing: 0.06em;
}

.c_color_orange {
  color: #FF9A3A;
}

.c_totop {
  position: absolute;
  top: 0;
  right: 35px;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}
.c_totop_wrap {
  width: 0px;
  height: calc(100vh - 200px);
  height: calc(100dvh - 200px);
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.c_totop_btn {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 50%;
  font-size: 3.125rem;
  color: white;
  background-color: #47AEF5;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  transition: all 0.5s ease;
  border: 2px solid #47AEF5;
}
.c_totop_btn.show {
  opacity: 1;
  pointer-events: all;
}
.c_totop_btn::after, .c_totop_btn::before {
  content: "";
  width: 0;
  height: 0;
  translate: 0 -5px;
  flex-shrink: 0;
  border-top: 0.1571428571em solid currentColor;
}
.c_totop_btn::before {
  border-left: 0.4em solid transparent;
  transform-origin: top right;
  rotate: -45deg;
}
.c_totop_btn::after {
  border-right: 0.4em solid transparent;
  transform-origin: top left;
  rotate: 45deg;
}

html.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loadding body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #47AEF5;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body_dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body_dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.c_loading_body_dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body_dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body_dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body_dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background {
  opacity: 0 !important;
  visibility: hidden;
}

#mfp_hidden {
  display: none;
}

#mailformpro .mfp_err {
  color: #db2c2c;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}
#mailformpro .mfp_err:not(:empty) {
  margin-top: 0.625em;
  width: 100%;
}

.odometer {
  overflow: hidden;
  letter-spacing: 0 !important;
  padding-left: 0.06em;
}

.odometer-digit {
  text-indent: -0.06em;
}

.odometer-formatting-mark {
  text-indent: -0.1em;
}

.odometer-inside {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.03125em;
  height: 0.78125em;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: block;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: block;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: block;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: inherit;
}

.mv {
  position: relative;
  z-index: 1;
  padding: 20px 20px 40px;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 110px;
  left: -440px;
  width: 700px;
  height: 700px;
  background: url(../images/top/img_mv_ellip.svg) no-repeat center/contain;
}
.mv_inner {
  position: relative;
}
.mv_content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 60px 20px 40px 0;
}
.mv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 72% 0;
  object-position: 72% 0;
}
html:not(.is_loadding) .mv_img img {
  animation: scaleImageMV 2.5s ease-out forwards;
}
.mv_badge {
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
}
.mv_badge span {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding: 1px 10px 3px;
  background-color: #004bac;
  line-height: 1.2;
}
.mv_badge span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 17px;
  height: 10px;
  background-color: #004bac;
  clip-path: polygon(0 0, 100% 100%, 87% 0);
}
.mv_subttl {
  margin-bottom: 6px;
  display: inline-flex;
  padding: 1px 10px 3px;
  background-color: #edeff0;
  color: #004bac;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
}
.mv_ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.45;
}
.mv_txt {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4666666667;
}
.mv_service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 370px;
}
.mv_service_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 45px;
  padding: 5px;
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  backdrop-filter: blur(30px) brightness(115%);
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4583333333;
}
.mv_service_item .note {
  font-size: 0.625rem;
  line-height: 1.25;
}
.mv_service_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009aef;
  border-radius: 5px;
  opacity: 0.7;
}
.mv_note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: #404d61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
}
.mv_note span {
  display: inline-block;
  padding: 0 0 2px 10px;
  background-color: #f7ff00;
  border-radius: 4px;
}
.mv_svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes scaleImageMV {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}

.problem {
  overflow: hidden;
  padding-top: 60px;
}
.problem_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.problem_ttl > * {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.problem_ttl > *::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #FF9A3A;
  top: -0.225em;
}
.problem_inner {
  padding-bottom: 140px;
}
.problem_content {
  margin: 30px auto 0;
  position: relative;
}
.problem_content::after {
  content: "";
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/top/img_pattern_track.svg);
  position: absolute;
  right: 0;
  width: 25px;
  right: calc(50% - 65px);
}
.problem_desc {
  display: flex;
  align-items: center;
  background-color: #EDEFF0;
  border-radius: 100px;
  font-weight: bold;
  padding: 15px;
  max-width: 335px;
  margin: 0 auto;
}
.problem_desc + .problem_desc {
  margin-top: 15px;
}
.problem_desc::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: #004BAC;
  background-size: 0.814em 0.5125em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/top/icon_checked.svg);
  margin-right: 0.5em;
  flex-shrink: 0;
}
.problem_img {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
}
.problem_img01 {
  bottom: -140px;
  left: 0;
  max-width: 160px;
  transform: translate(-40%, 32%);
}
.problem_img02 {
  max-width: 160px;
  bottom: -140px;
  right: 0;
  transform: translate(30%, 20%);
}
.problem_box {
  padding-top: 20px;
}
.problem_box_desc {
  text-align: center;
}
.problem_box_desc:not(:first-child) {
  margin-top: 0.2em;
}
.problem_box_desc img {
  height: 1.5em;
  width: auto;
}
.problem_box_desc__color {
  color: #FF9A3A;
}

.reason {
  padding: 60px 0 80px;
}
.reason .c_ttl {
  text-align: center;
  margin-top: 30px;
}
.reason .c_ttl ~ .c_ttl {
  margin-top: 60px;
}
.reason_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 30px;
}
.reason_item {
  background-color: #EDEFF0;
  padding: 30px 20px;
}
.reason_item:nth-child(even) {
  position: relative;
}
.reason_item_txtbox {
  margin: 0 auto;
}
.reason_item_ttl {
  display: table;
  margin: 10px auto 0;
  color: #004BAC;
}
.reason_item_img {
  display: table;
  width: 90%;
  max-width: 300px;
  margin: 15px auto 0;
}
.reason_item_desc {
  margin-top: 15px;
}
.reason_chart {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.reason_chart_item {
  padding: 30px 20px;
}
.reason_chart_item:first-child .reason_chart_notice {
  text-indent: -6px;
}
.reason_chart_item:last-child .reason_chart_notice {
  text-align: center;
  width: 40%;
}
.reason_chart_ttl {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #EDEFF0;
  padding-bottom: 0.6666666667em;
}
.reason_chart_desc {
  margin: 15px 0;
}
.reason_chart_notice {
  font-size: 0.75rem;
  margin-top: 5px;
}
.reason_chart_img {
  display: table;
  margin: 0 auto;
}

.service {
  background-color: #edeff0;
  padding-top: 60px;
}
.service_flex {
  margin-top: 40px;
}
.service_img {
  position: relative;
  width: 100%;
}
.service_img::after {
  width: 100%;
  display: block;
  padding-bottom: 101.626%;
}
.service_content {
  margin-top: 30px;
}
.service_content_ttl {
  color: #004BAC;
  margin: 10px 0 15px;
}
.service_content .c_txtbox ~ .c_txtbox {
  margin-top: 30px;
}
.service_jquery {
  margin-top: 40px;
  padding: 30px 20px;
}
.service_jquery .c_txtbox {
  margin: 0 auto;
}
.service_jquery_ttl {
  text-align: center;
  color: #004BAC;
  margin-top: 10px;
}
.service_jquery_imgs {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.service_jquery_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_jquery_img figcaption {
  text-align: center;
  margin-top: 10px;
}
.service_other {
  margin-top: 50px;
}
.service_other__ttl {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.service_other__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.service_other__item {
  padding: 25px 20px;
}
.service_other__item_txt01 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.service_notice {
  margin-top: 25px;
  margin-bottom: 40px;
}

.price {
  padding: 60px 0 80px;
}
.price_table {
  margin-top: 40px;
}
.price_table .c_btn {
  color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.price_table_btn01 {
  background-color: #47AEF5;
}
.price_table_btn02 {
  background-color: #004BAC;
}
.price_table_btn03 {
  background-color: #404D61;
}
.price_table_ttl {
  display: flex;
  align-items: center;
  width: 50%;
}
.price_table_col {
  padding-bottom: 15px;
}
.price_table_num {
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.04em;
}
.price_table_unit {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  margin-left: 0.1666666667em;
  position: relative;
  top: 0.1666666667em;
}
.price_table_flex {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.price_details {
  margin-top: 15px;
}
.price_details_line:not(:last-child) {
  margin-bottom: 12px;
}
.price_details_desc small {
  font-size: 0.7em;
  line-height: 1.4285714286;
  margin-left: 0.7142857143em;
}
.price_notice {
  margin-top: 40px;
}
.price_notice_item {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.price_notice_item::before {
  content: "※";
  color: inherit;
  flex-shrink: 0;
  font-size: inherit;
  margin-right: 0.25em;
}
.price_notice_item:not(:last-child) {
  margin-bottom: 0.5em;
}
.price_other {
  margin-top: 50px;
}
.price_other_ttl {
  text-align: center;
  letter-spacing: 0.06em;
}
.price_other_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 87.5vw, 320px), 1fr));
  margin-top: 20px;
}
.price_other_item {
  padding: 30px 20px;
}
.price_other_item__ttl {
  text-align: center;
  padding-bottom: 0.6666666667em;
  border-bottom: 2px solid #404D61;
  font-size: 1.125rem;
}
.price_other_item__content {
  border-bottom: 1px solid #404D61;
  margin-top: 20px;
  padding-bottom: 20px;
}
.price_other_item__line {
  display: flex;
  justify-content: space-between;
}
.price_other_item__line:not(:last-child) {
  margin-bottom: 10px;
}
.price_other_item__num > *:first-child {
  margin-right: 10px;
}
.price_other_total {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
}
.price_other_total__num {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-family: "Manrope", sans-serif;
}
.price_other_total__unit {
  font-weight: 900;
  font-size: 0.6em;
  margin-left: 0.1666666667em;
  position: relative;
  top: -0.125em;
}
.price_demo {
  margin-top: 60px;
}
.price_demo_ttl {
  text-align: center;
  letter-spacing: 0.06em;
}
.price_demo_list {
  margin: 30px auto 0;
  max-width: 500px;
}
.price_demo_item {
  display: block;
  width: 100%;
}
.price_demo_item:not(:last-child) {
  margin-bottom: 30px;
}
.price_demo_content {
  margin-top: 10px;
}
.price_demo_txt {
  display: table;
  position: relative;
}
.price_demo_txt::after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.8em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_arrow02.svg);
  mask-image: url(../images/common/icon_arrow02.svg);
  top: 52%;
  left: calc(100% + 8px);
  transform: translate(0, -50%);
}
.price_demo_tags {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 4px 10px;
}
.price_demo_desc {
  margin-top: 10px;
}
.price_demo_btn {
  margin-top: 50px;
}

.flow {
  background-color: #EDEFF0;
  padding: 60px 0;
}
.flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 40px;
  justify-content: center;
}
.flow_item {
  position: relative;
  padding: 30px 20px;
  background-color: white;
  min-height: 160px;
  width: 100%;
}
.flow_item_step {
  position: absolute;
  z-index: 1;
  border-radius: 100px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #004BAC;
  color: white;
  width: 55px;
  height: 55px;
  line-height: 1;
  left: 0;
  top: 0;
  transform: translateY(-26%);
  font-size: 0.625rem;
}
.flow_item_step__word {
  text-transform: uppercase;
}
.flow_item_step__num {
  font-size: 1.375rem;
}
.flow_item_ttl {
  color: #004BAC;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.flow_item_desc small {
  word-break: break-all;
  font-size: 0.8em;
  line-height: 1.5em;
}
.flow_item_desc__sm {
  margin-top: 0.6428571429em;
  font-size: 0.875rem;
}
.flow_item_desc a {
  color: #FF9A3A;
}
.flow_banner {
  background-color: #004BAC;
  margin-top: 80px;
  color: white;
  padding: 40px 0;
}
.flow_banner_ttl {
  position: relative;
  margin-bottom: 20px;
  display: table;
  margin: 0 auto 20px;
  font-size: 1.375rem;
}
.flow_banner_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url(../images/top/icon_free.svg) center/contain no-repeat;
  transform: translate(0%, -100%);
}
.flow_banner_flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px 0px;
}
.flow_banner_desc {
  text-align: center;
  font-size: clamp(1rem, 0.5102040816vw + 0.8804209184rem, 1.125rem);
}
.flow_banner_btn {
  margin-top: 15px;
  text-align: center;
}
.flow_banner_btn .c_btn:not(:first-child) {
  margin-top: 20px;
}

.splide__sr {
  display: none;
}
.splide__list {
  display: flex;
}
.splide__slide {
  flex-shrink: 0;
  width: 90%;
  max-width: 360px;
  padding: 0 10px;
}
.splide__arrows {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  font-size: 2.5rem;
  max-width: 700px;
}
.splide__arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #47AEF5;
  width: 1em;
  height: 1em;
  border: 2px solid #47AEF5;
  transition: background-color 0.5s ease;
}
.splide__arrow::after {
  content: "";
  background-color: white;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.2707166667em;
  height: 0.44715em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-image: url(../images/common/icon_arrow.svg);
  transition: background-color 0.5s ease;
}
.splide__arrow--next {
  padding-left: 0.1em;
}
.splide__arrow--prev {
  padding-right: 0.1em;
}
.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  gap: 8px;
}
.splide__pagination li {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.splide__pagination button {
  width: 100%;
  height: 100%;
  background-color: #43b2ff;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
}
.splide__pagination button.is-active {
  background-color: #FF9A3A;
  pointer-events: none;
}

.voice {
  margin-top: 60px;
}
.voice_lead {
  font-weight: 700;
  line-height: 1.45;
  margin-top: 20px;
}
.voice_slider {
  margin-top: 40px;
}
.voice_list {
  position: relative;
}
.voice_item {
  padding: 30px 20px;
}
.voice_item__time {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #004BAC;
}
.voice_item__ttl {
  font-weight: 700;
  line-height: 1.45;
  margin: 10px 0;
}
.voice_item__tags {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.4285714286;
  border-top: 1px solid #EDEFF0;
  border-bottom: 1px solid #EDEFF0;
  font-size: 0.75rem;
  gap: 4px 10px;
  padding: 10px 0;
}
.voice_item__desc {
  font-weight: 500;
  color: #404D61;
  margin-top: 10px;
}

.faq {
  padding: 60px 0 80px;
}
.faq_list {
  margin: 60px auto 0;
  border-top: 1px solid #EDEFF0;
}
.faq_item {
  border-bottom: 1px solid #EDEFF0;
}
.faq_question {
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
}
.faq_question_q {
  position: absolute;
  font-size: 1.5em;
  line-height: 1;
  color: #FF9A3A;
  font-family: "Josefin Sans", sans-serif;
  left: 0;
  top: 22px;
}
.faq_question_open {
  height: 25px;
  width: 25px;
  background-color: #004BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_question_open::after, .faq_question_open::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: white;
  transition: transform 0.5s ease;
  position: absolute;
}
.faq_question_open::after {
  transform: rotate(90deg);
}
.faq_question.active .faq_question_open::after {
  transform: rotate(0deg);
}
.faq_answer {
  position: relative;
  top: -15px;
  padding: 0 30px;
  overflow: hidden;
  display: none;
}
.faq_answer_contain {
  padding: 10px 0 5px;
}
.faq_answer_wrap {
  display: table;
  padding: 10px 20px;
  background-color: #EDEFF0;
  border-radius: 10px;
}

.caution {
  margin-top: 20px;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}

.contact {
  background-color: #43B2FF;
  position: relative;
  padding: 60px 0 100px;
}
.contact_notice {
  color: white;
  padding-top: 20px;
  font-size: 1rem;
}
.contact_chat {
  text-align: center;
  color: white;
  margin-top: 20px;
}
.contact_chat_btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.contact::after {
  content: "";
  background-image: url(../images/top/img_contact_pattern.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 6.8125%;
}
.contact .c_heading {
  color: white;
}
.contact_form {
  background-color: white;
  border-radius: 10px;
  margin: 40px auto 0;
  padding: 40px 20px 50px;
}
.contact_form_item:not(:last-child) {
  margin-bottom: 25px;
}
.contact_form_lable {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact_form_require, .contact_form_notrequire {
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875em;
  height: 2em;
  border-radius: 0.625em;
  margin-right: 10px;
}
.contact_form_require {
  background-color: #F7FF00;
  color: #004BAC;
}
.contact_form_notrequire {
  background-color: #EDEFF0;
}
.contact_form_input {
  width: 100%;
}
.contact_form_input input:not([type=checkbox]), .contact_form_input textarea {
  width: 100%;
  padding: 10px 20px;
  background-color: #EDEFF0;
  border-radius: 10px;
  outline: none !important;
}
.contact_form_input input:not([type=checkbox])::-moz-placeholder, .contact_form_input textarea::-moz-placeholder {
  color: #BCBCBC;
}
.contact_form_input input:not([type=checkbox])::placeholder, .contact_form_input textarea::placeholder {
  color: #BCBCBC;
}
.contact_form_checked {
  align-items: flex-start;
}
.contact_form_checked__wrap {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.contact_form_checked input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.contact_form_checked input:checked ~ .contact_form_checked__custom {
  background-color: #004BAC;
  background-image: url(../images/top/icon_checked.svg);
}
.contact_form_checked textarea {
  resize: none;
  height: 80px;
  margin-top: 10px;
}
.contact_form_checked__label {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_form_checked__custom {
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #EDEFF0;
  border-radius: 0.5em;
  margin-right: 0.7em;
  display: block;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.contact_form_checked__desc {
  line-height: 1;
}
.contact_form_checked__other {
  display: flex;
  align-items: center;
}
.contact_form_checked__other #other_content {
  position: static;
  opacity: 1;
  width: 180px;
  z-index: 1;
  font-size: 1rem;
  padding: 5px 10px;
  margin: 0 5px;
}
.contact_form_textarea {
  align-items: flex-start;
}
.contact_form_textarea textarea {
  height: 170px;
  resize: none;
}
.contact_form_btn {
  margin-top: 40px;
  text-align: center;
}
.contact_form_btn .c_btn {
  letter-spacing: 0.05em;
}
.contact_form__notice {
  font-size: 0.875rem;
  margin-top: 8px;
}

.quick_quote {
  background-color: #004BAC;
  color: white;
  padding: 30px 0;
}
.quick_quote_ttl {
  font-weight: 700;
}
.quick_quote_desc {
  font-weight: 700;
  margin-top: 10px;
}
.quick_quote_btn {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.quick_quote_btn .c_btn::after {
  transform: translate(-40%, -60%);
}

.easy_check {
  padding-bottom: 80px;
}
.easy_check_inner {
  background-color: #004BAC;
  color: white;
  position: relative;
  padding: 40px 20px 200px;
}
.easy_check_inner::after {
  content: "";
  aspect-ratio: 400/340;
  background: url(../images/top/img_check.png) center/contain no-repeat;
  right: 0;
  bottom: -2px;
  position: absolute;
  width: 200px;
}
.easy_check_ttl {
  font-weight: 700;
}
.easy_check_ttl::after {
  transform: translate(0%, -120%);
}
.easy_check_desc {
  font-weight: 700;
  margin-top: 15px;
}
.easy_check_btn {
  margin-top: 20px;
  text-align: center;
}
.easy_check_btn .c_btn {
  font-weight: 700;
}

.p_doc {
  padding-top: 60px;
  color: #333;
}
.p_doc_ttl {
  text-align: center;
}
.p_doc_ttl > * {
  display: block;
}
.p_doc_ttl__en {
  font-family: "Manrope", sans-serif;
  font-size: 2.2em;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  font-weight: 800;
  color: #FF9A3A;
  margin-bottom: 0.2272727273em;
}
.p_doc_ttl__jp {
  letter-spacing: 0.05;
}
.p_doc_flex {
  margin-top: 40px;
}
.p_doc_form {
  margin-top: 40px;
}
.p_doc_form__label {
  display: flex;
  margin-bottom: 15px;
  padding-left: 20px;
}
.p_doc_form__require {
  font-size: 0.8em;
  margin-right: 1.25em;
  width: 2.875em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004BAC;
  background-color: #F7FF00;
  border-radius: 0.625em;
}
.p_doc_form__desc {
  letter-spacing: 0.05em;
}
.p_doc_form__input input {
  width: 100%;
  outline: none !important;
  font-size: 1rem;
  padding: 14px 20px;
  background-color: #edeff0;
}
.p_doc_form__item {
  margin-bottom: 20px;
}
.p_doc_form__btn {
  margin-top: 30px;
}
.p_doc_content__img {
  max-width: 500px;
  margin: 0 auto;
}
.p_doc_content__img img {
  width: 100%;
}
.p_doc_content__ttl {
  letter-spacing: 0.05em;
  padding-bottom: 0.4583333333em;
  margin-top: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.71);
}
.p_doc_content__list {
  margin-top: 10px;
}
.p_doc_content__item {
  letter-spacing: 0.05em;
}
.p_doc_content__item:not(:last-child) {
  margin-bottom: 12px;
}
.p_doc_footer {
  color: #333;
}
.p_doc_footer__gray {
  background-color: #EDEFF0;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.05em;
  padding: 40px 0;
}
.p_doc_footer__gray_txt02 {
  margin-top: 0.5em;
}
.p_doc_footer__copyright {
  color: white;
  background-color: #47AEF5;
  font-size: 0.75rem;
  padding: 15px 0;
  text-align: center;
}
.p_doc_footer__copyright_link {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p_doc_footer__copyright_txt {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
}

.p_thanks {
  padding: 100px 0 120px;
  background-color: #43B2FF;
  position: relative;
  z-index: 0;
  color: white;
}
.p_thanks::after {
  content: "";
  background-image: url(../images/top/img_contact_pattern.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 6.8125%;
}
.p_thanks_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.p_thanks_txt {
  line-height: 2;
}
.p_thanks_btn {
  margin-top: 40px;
  text-align: center;
}

.p_contact {
  padding-top: 0 !important;
}
.p_contact .contact::after {
  display: none;
}
.p_contact .container {
  max-width: 100%;
}
.p_contact .contact_chat_desc01 {
  text-align: left;
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.p_contact .contact_chat_desc01 a {
  transition: all 0.5s;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: 0;
  }
  .container {
    padding: 0 40px;
  }
  .sp {
    display: none !important;
  }
  .c_header::after {
    content: "";
  }
  .c_header_wrap {
    height: 90px;
    gap: 30px;
  }
  .c_header_logo__txt {
    font-size: 0.875rem;
    font-size: clamp(0.625rem, 1.3333333333vw + -0.4583333333rem, 0.875rem);
    margin-left: 20px;
  }
  .c_header_logo img {
    max-width: clamp(8.75rem, 110vw + -80.625rem, 15.625rem);
  }
  .c_header_nav {
    width: 400px;
    padding: 90px 0;
  }
  .c_header_nav__wrap {
    padding: 0 40px;
  }
  .c_header_menu__link.font_sm {
    font-size: 0.75rem;
  }
  .c_header_menu__link .txt_en {
    font-size: 1rem;
  }
  .c_header_contact {
    display: inline-flex !important;
  }
  .c_footer {
    padding: 90px 0 120px;
    padding: clamp(3.75rem, 11.71875vw + -1.875rem, 5.625rem) 0 clamp(3.75rem, 23.4375vw + -7.5rem, 7.5rem);
  }
  .c_footer_inner {
    display: flex;
    justify-content: space-between;
  }
  .c_footer_logo {
    width: 50%;
    max-width: 436px;
    margin-right: 40px;
  }
  .c_footer_content {
    margin-top: 0;
    width: 50%;
    padding: 1px 0 0 20px;
    padding-left: clamp(0rem, 11.3636363636vw + -7.2727272727rem, 1.25rem);
  }
  .c_footer_link + .c_footer_link {
    margin-top: 29px;
  }
  .c_footer_desc {
    margin-top: 63px;
    line-height: 1.8;
  }
  .c_footer_copyright {
    margin-top: 32px;
  }
  .c_btn {
    min-height: 75px;
    max-width: 410px;
  }
  .c_btn_md {
    min-height: 80px;
    max-width: 360px;
  }
  .c_btn_border {
    border-width: 4px;
  }
  .c_btn_contact {
    gap: 20px;
    right: 40px;
    bottom: 40px;
    width: 120px;
  }
  .c_btn_contact__link {
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.16));
  }
  .icon_5m::after {
    width: 80px;
    height: 80px;
  }
  .c_box {
    height: 340px;
    height: clamp(15.625rem, 20.8333333333vw + 5.625rem, 21.25rem);
  }
  .c_box_shape::after {
    border-left-width: 120px;
    border-right-width: 120px;
    border-top-width: 80px;
    border-left-width: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
    border-right-width: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
    border-top-width: clamp(3.75rem, 4.6296296296vw + 1.5277777778rem, 5rem);
  }
  .c_box_shadow {
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  }
  .c_circle_shape {
    width: 75%;
  }
  .c_txt40 {
    font-size: 2.5rem;
  }
  .c_txt30 {
    font-size: 1.875rem;
  }
  .c_txt24 {
    font-size: 1.5rem;
  }
  .c_txt20 {
    font-size: 1.25rem;
  }
  .c_heading {
    font-size: 2.1875rem;
    font-size: clamp(1.375rem, 5.078125vw + -1.0625rem, 2.1875rem);
  }
  .c_heading_jp {
    margin-bottom: 1.3em;
    font-size: 1em;
  }
  .c_heading_en {
    font-size: 4em;
  }
  .c_totop {
    height: calc(100% - clamp(0rem, -7.2115384615vw + 7.2115384615rem, 3.75rem));
    right: 65px;
  }
  .c_totop_wrap {
    height: calc(100vh - 320px);
  }
  .c_totop_btn {
    font-size: 4.375rem;
  }
  #mailformpro .mfp_err {
    font-size: 1rem;
  }
  .mv {
    padding: 110px 40px 40px;
  }
  .mv::before {
    top: 220px;
    left: clamp(-37.5rem, -18.0288461538vw + -19.4711538462rem, -28.125rem);
    width: clamp(56.25rem, 36.0576923077vw + 38.9423076923rem, 75rem);
    height: clamp(56.25rem, 36.0576923077vw + 38.9423076923rem, 75rem);
  }
  .mv_inner {
    padding-left: clamp(0rem, 7.2115384615vw + -3.4615384615rem, 3.75rem);
  }
  .mv_content {
    margin-bottom: 40px;
    padding: 108px 20px 80px 0;
  }
  .mv_img {
    width: calc(100% - 60px);
    margin-left: 60px;
    border-radius: 30px;
  }
  .mv_context {
    padding-left: 20px;
  }
  .mv_badge {
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-size: clamp(1.5625rem, 1.8028846154vw + 0.6971153846rem, 2.5rem);
  }
  .mv_badge span::before {
    bottom: clamp(-1.25rem, -0.6009615385vw + -0.6490384615rem, -0.9375rem);
    left: 20px;
    width: clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem);
    height: clamp(0.9375rem, 0.6009615385vw + 0.6490384615rem, 1.25rem);
  }
  .mv_subttl {
    margin-bottom: 13px;
    padding: 1px 16px 3px;
    font-size: clamp(1.5625rem, 1.8028846154vw + 0.6971153846rem, 2.5rem);
  }
  .mv_ttl {
    margin-bottom: clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    font-size: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
  }
  .mv_txt {
    margin-bottom: clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem);
    font-size: clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem);
  }
  .mv_service {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 770px;
    width: calc(100% - 120px);
  }
  .mv_service_item {
    min-height: clamp(3.75rem, 1.4423076923vw + 3.0576923077rem, 4.5rem);
    font-size: clamp(1.125rem, 0.7211538462vw + 0.7788461538rem, 1.5rem);
  }
  .mv_service_item .note {
    margin-top: -3px;
    font-size: clamp(0.75rem, 0.4807692308vw + 0.5192307692rem, 1rem);
  }
  .mv_note {
    padding-right: 20px;
    font-size: clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem);
    text-align: right;
  }
  .problem {
    padding-top: 100px;
  }
  .problem_inner {
    padding-bottom: 104px;
  }
  .problem_content {
    width: 55%;
    max-width: 450px;
    margin-top: 59px;
  }
  .problem_content::after {
    width: 45px;
    right: 100px;
    top: 108%;
  }
  .problem_desc {
    max-width: unset;
    margin: 0;
    padding: 20px 30px;
    font-size: clamp(1rem, 1.5625vw + 0.25rem, 1.25rem);
  }
  .problem_desc + .problem_desc {
    margin-top: 20px;
  }
  .problem_img01 {
    top: 0;
    left: auto;
    bottom: auto;
    right: 101%;
    transform: translateY(5%);
    max-width: 406px;
    max-width: clamp(18.75rem, 41.40625vw + -1.125rem, 25.375rem);
  }
  .problem_img02 {
    right: auto;
    bottom: auto;
    top: 0;
    left: 108%;
    transform: translateY(-37%);
    max-width: 405px;
    max-width: clamp(18.75rem, 41.015625vw + -0.9375rem, 25.3125rem);
  }
  .problem_box {
    padding-top: 26px;
  }
  .problem_box_desc {
    font-size: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
  }
  .reason {
    padding: 127px 0 160px;
    padding: clamp(6.25rem, 6.25vw + 3.25rem, 7.9375rem) 0 clamp(6.25rem, 13.8888888889vw + -0.4166666667rem, 10rem);
  }
  .reason .c_ttl {
    margin-top: 59px;
    font-size: clamp(2.25rem, 1.5625vw + 1.5rem, 2.5rem);
  }
  .reason .c_ttl ~ .c_ttl {
    margin-top: 178px;
  }
  .reason .container {
    max-width: 1560px;
  }
  .reason_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
  }
  .reason_item {
    padding: 30px 30px 40px;
    padding: 30px clamp(1.25rem, 3.90625vw + -0.625rem, 1.875rem) 40px;
  }
  .reason_item:nth-child(even) {
    top: 60px;
  }
  .reason_item_ttl {
    margin-top: 16px;
  }
  .reason_item_img {
    max-width: 233.5px;
    margin-top: 21px;
  }
  .reason_item_desc {
    margin-top: 25px;
  }
  .reason_chart {
    max-width: 1160px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    gap: 40px;
  }
  .reason_chart_item {
    padding: 50px 60px 42px;
    padding: clamp(1.875rem, 7.8125vw + -1.875rem, 3.125rem) clamp(1.875rem, 11.71875vw + -3.75rem, 3.75rem) clamp(1.875rem, 4.6875vw + -0.375rem, 2.625rem);
  }
  .reason_chart_ttl {
    display: table;
    font-size: clamp(1.5625rem, 1.953125vw + 0.625rem, 1.875rem);
  }
  .reason_chart_desc {
    margin: 20px 0;
  }
  .reason_chart_notice {
    margin-top: 8px;
    font-size: 0.8125rem;
  }
  .service {
    padding: 127px 0 0;
    padding-top: clamp(6.25rem, 6.25vw + 3.25rem, 7.9375rem);
  }
  .service_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 79px;
  }
  .service_img {
    flex-shrink: 0;
    margin-right: 100px;
    max-width: 500px;
    margin-right: clamp(1.875rem, 16.2037037037vw + -5.9027777778rem, 6.25rem);
    width: calc(50% - 15px);
  }
  .service_img::after {
    content: "";
  }
  .service_img img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .service_content {
    margin-top: 0;
  }
  .service_content_ttl {
    margin: 17px 0 19px;
  }
  .service_content .c_txtbox ~ .c_txtbox {
    margin-top: 59px;
  }
  .service_jquery {
    padding: 30px 30px 48px;
    margin-top: 74px;
  }
  .service_jquery_ttl {
    margin-top: 16px;
  }
  .service_jquery_imgs {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    gap: clamp(0.9375rem, 5.859375vw + -1.875rem, 1.875rem);
    margin-top: 30px;
    max-width: 1050px;
  }
  .service_jquery_img figcaption {
    margin-top: 10px;
    font-size: clamp(0.75rem, 1.8518518519vw + -0.1388888889rem, 1.25rem);
  }
  .service_other {
    margin-top: 87px;
  }
  .service_other__ttl {
    margin-bottom: 60px;
  }
  .service_other__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    gap: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
  }
  .service_other__item {
    padding: 40px;
    padding: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
  }
  .service_other__item_txt01 {
    margin-bottom: 15px;
  }
  .service_notice {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .price {
    padding: 126px 0 160px;
    padding: clamp(6.25rem, 10.15625vw + 1.375rem, 7.875rem) 0 102px;
  }
  .price_table {
    display: grid;
    grid-template-columns: 8.5em 1fr 1fr 1fr;
    gap: 1.5em;
    margin-top: 80px;
    font-size: clamp(1.0625rem, 1.171875vw + 0.5rem, 1.25rem);
  }
  .price_table .c_btn {
    margin-bottom: 1em;
    height: 4em;
  }
  .price_table_ttl {
    width: unset;
    height: 5em;
  }
  .price_table_col {
    padding-bottom: 0;
  }
  .price_table_num {
    height: 2.5em;
    font-size: 2em;
  }
  .price_table_th {
    padding-top: 5em;
  }
  .price_table_flex {
    padding: 0;
    display: block;
  }
  .price_details {
    margin-top: 29px;
  }
  .price_details_line {
    display: flex;
  }
  .price_details_line:not(:last-child) {
    margin-bottom: 16px;
  }
  .price_details_ttl {
    width: 280px;
  }
  .price_details_desc small {
    top: 0.1428571429em;
    position: relative;
  }
  .price_notice {
    margin-top: 60px;
  }
  .price_other {
    margin-top: 80px;
  }
  .price_other_list {
    margin-top: 40px;
    gap: 40px;
    gap: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .price_other_item {
    padding: 50px 60px 37px;
    padding: clamp(2.5rem, 2.3148148148vw + 1.3888888889rem, 3.125rem) clamp(1.5625rem, 8.1018518519vw + -2.3263888889rem, 3.75rem) 37px;
  }
  .price_other_item__ttl {
    white-space: nowrap;
    border-bottom-width: 3px;
    font-size: clamp(1.0625rem, 2.7777777778vw + -0.2708333333rem, 1.8125rem);
  }
  .price_other_item__content {
    margin-top: 39px;
    padding-bottom: 39px;
    font-size: clamp(1rem, 1.5625vw + 0.25rem, 1.25rem);
  }
  .price_other_item__line:not(:last-child) {
    margin-bottom: 16px;
  }
  .price_other_item__num > *:first-child {
    margin-right: 16px;
  }
  .price_other_total {
    margin-top: 18px;
  }
  .price_demo {
    margin-top: 119px;
    margin-top: clamp(6.25rem, 7.421875vw + 2.6875rem, 7.4375rem);
  }
  .price_demo_list {
    max-width: unset;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    gap: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
  }
  .price_demo_item:not(:last-child) {
    margin-bottom: 0;
  }
  .price_demo_content {
    margin-top: 20px;
  }
  .price_demo_txt::after {
    top: 53%;
    left: calc(100% + 20px);
  }
  .price_demo_tags {
    font-size: 0.875rem;
    margin-top: 6px;
    gap: 5px 12px;
  }
  .price_demo_desc {
    margin-top: 13px;
  }
  .price_demo_btn {
    margin-top: 80px;
  }
  .price_demo_btn .c_btn {
    height: 90px;
    max-width: 340px;
  }
  .flow {
    padding: 127px 0 160px;
    padding-top: clamp(6.25rem, 10.546875vw + 1.1875rem, 7.9375rem);
  }
  .flow_list {
    margin-top: 80px;
    gap: 40px 30px;
  }
  .flow_item {
    padding: 40px 40px 30px;
    min-height: 250px;
    width: calc(50% - 15px);
  }
  .flow_item_step {
    font-size: 0.75rem;
    width: 6.6666666667em;
    height: 6.6666666667em;
  }
  .flow_item_step__num {
    font-size: 3em;
  }
  .flow_item_ttl {
    margin-bottom: 20px;
  }
  .flow_banner {
    margin-top: 160px;
    margin-top: clamp(6.25rem, 23.4375vw + -5rem, 10rem);
    padding: 71px 0 80px;
  }
  .flow_banner_ttl {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
  .flow_banner_ttl::after {
    width: 80px;
    height: 80px;
    transform: translate(-115%, -52%);
  }
  .flow_banner_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1rem;
    gap: 40px 30px;
    padding: 0 40px;
  }
  .flow_banner_desc {
    font-size: 1em;
  }
  .flow_banner_btn {
    margin-top: 19px;
    width: 410px;
    width: clamp(21.25rem, 35vw + -5rem, 25.625rem);
  }
  .splide__slide {
    width: 100%;
    padding: 0 20px;
    max-width: 500px;
  }
  .splide__arrows {
    font-size: 3.75rem;
    max-width: 1280px;
  }
  .voice {
    margin-top: 127px;
  }
  .voice_lead {
    text-align: center;
    margin-top: 30px;
  }
  .voice_slider {
    margin-top: 60px;
  }
  .voice_item {
    padding: 50px 50px 60px;
  }
  .voice_item__time {
    font-size: 0.875rem;
  }
  .voice_item__ttl {
    margin: 19px 0;
  }
  .voice_item__tags {
    font-size: 0.875rem;
    gap: 5px 13px;
    padding: 20px 0;
  }
  .voice_item__desc {
    margin-top: 20px;
  }
  .faq {
    padding: 127px 0 160px;
    padding: clamp(6.25rem, 10.546875vw + 1.1875rem, 7.9375rem) 0 clamp(7.5rem, 15.625vw + 0rem, 10rem);
  }
  .faq_list {
    margin-top: 80px;
    max-width: 960px;
  }
  .faq_question {
    padding: 35px 43px 35px;
  }
  .faq_question_q {
    top: 1.2333333333em;
  }
  .faq_question_open {
    height: 30px;
    width: 30px;
  }
  .faq_question_open::after, .faq_question_open::before {
    width: 14px;
  }
  .faq_answer {
    top: -26px;
    padding: 0 40px;
  }
  .faq_answer_contain {
    padding: 9px 0 0;
  }
  .faq_answer_wrap {
    padding: 16px 24px 15px;
  }
  .contact {
    padding: 127px 0 270px;
    padding: clamp(6.25rem, 10.546875vw + 1.1875rem, 7.9375rem) 0 clamp(12.5rem, 27.34375vw + -0.625rem, 16.875rem);
  }
  .contact_notice {
    text-align: center;
    font-size: 1.125rem;
    padding-top: 30px;
  }
  .contact_chat {
    margin-top: 20px;
  }
  .contact_chat_btn {
    margin-top: 19px;
  }
  .contact::after {
    min-width: 1600px;
    min-height: 109px;
  }
  .contact_form {
    max-width: 1000px;
    margin-top: 80px;
    padding: 60px 60px 80px;
    padding: 60px clamp(1.875rem, 11.71875vw + -3.75rem, 3.75rem) clamp(3.75rem, 7.8125vw + 0rem, 5rem);
    font-size: clamp(1rem, 1.5625vw + 0.25rem, 1.25rem);
  }
  .contact_form_item {
    display: flex;
  }
  .contact_form_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact_form_lable {
    margin-bottom: 0;
    width: 320px;
    flex-shrink: 0;
    width: clamp(16.25rem, 23.4375vw + 5rem, 20rem);
  }
  .contact_form_require, .contact_form_notrequire {
    margin-right: 20px;
  }
  .contact_form_input input:not([type=checkbox]), .contact_form_input textarea {
    font-size: clamp(1rem, 1.5625vw + 0.25rem, 1.25rem);
    padding: 11px 20px 10px;
  }
  .contact_form_checked__wrap {
    gap: 20px 40px;
  }
  .contact_form_checked textarea {
    margin-top: 16px;
  }
  .contact_form_textarea .contact_form_lable {
    padding-top: 25px;
  }
  .contact_form_btn {
    margin-top: 60px;
  }
  .contact_form_btn .c_btn {
    max-width: 240px;
    height: 4em;
  }
  .contact_form_file {
    align-items: flex-start;
  }
  .contact_form_file .contact_form_lable {
    padding-top: 14px;
  }
  .contact_form_url {
    align-items: flex-start;
  }
  .contact_form_url .contact_form_lable {
    padding-top: 10px;
  }
  .contact_form__notice {
    font-size: 1rem;
    margin-top: 12px;
  }
  .quick_quote {
    padding: 40px 0 43px;
  }
  .quick_quote .container {
    max-width: 960px;
    width: 90%;
  }
  .quick_quote_desc {
    margin-top: 11px;
  }
  .quick_quote_btn {
    margin-top: 60px;
  }
  .quick_quote_btn .c_btn::after {
    transform: translate(-50%, -50%);
  }
  .easy_check {
    padding-bottom: 160px;
  }
  .easy_check_inner {
    padding: 50px 40px 300px;
  }
  .easy_check_inner::after {
    width: 300px;
  }
  .easy_check_content {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
  .easy_check_ttl::after {
    transform: translate(-113%, -88%);
  }
  .easy_check_desc {
    margin-top: 21px;
  }
  .easy_check_btn {
    max-width: 410px;
    margin-top: 30px;
  }
  .easy_check_btn .c_btn {
    max-width: 100%;
    height: 75px;
  }
  .p_doc {
    padding-top: 100px;
  }
  .p_doc_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
  }
  .p_doc_form {
    margin-top: 0;
    max-width: 560px;
    width: 50%;
    flex-shrink: 0;
    padding-top: 17px;
  }
  .p_doc_form__label {
    padding-left: 39px;
    margin-bottom: 18px;
  }
  .p_doc_form__item {
    margin-bottom: 32px;
  }
  .p_doc_form__btn {
    margin-top: 37px;
  }
  .p_doc_form__btn .c_btn {
    max-width: 240px;
  }
  .p_doc_content {
    max-width: 436px;
    margin-right: 40px;
  }
  .p_doc_content__img {
    margin: 0;
    max-width: unset;
  }
  .p_doc_content__ttl {
    margin-top: 28px;
  }
  .p_doc_content__list {
    margin-top: 16px;
  }
  .p_doc_content__item:not(:last-child) {
    margin-bottom: 17px;
  }
  .p_doc_footer__gray {
    margin-top: 144px;
    padding: 71px 0 81px;
  }
  .p_doc_footer__copyright {
    font-size: 0.875rem;
    padding: 19px 0;
  }
  .p_doc_footer__copyright_flex {
    display: flex;
    justify-content: space-between;
  }
  .p_doc_footer__copyright_txt {
    margin-top: 0;
  }
  .p_thanks {
    padding: 200px 0 240px;
  }
  .p_thanks::after {
    min-width: 1600px;
    min-height: 109px;
  }
  .p_thanks_ttl {
    margin-bottom: 50px;
  }
  .p_thanks_txt {
    text-align: center;
  }
  .p_thanks_btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px){
  .c_header_chat {
    display: inline-flex !important;
  }
  .mv_img img {
    -o-object-position: 0;
    object-position: 0;
  }
  .mv_note span {
    padding: 0 0 4px 16px;
  }
  .problem_img01 {
    max-width: unset;
    right: 113%;
    transform: translateY(-7%);
  }
  .problem_img02 {
    max-width: unset;
    left: 113%;
    transform: translateY(-31%);
  }
  .flow_list {
    gap: 40px;
  }
  .flow_item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .flow_banner .container {
    max-width: 1600px;
    padding: 0;
  }
  .flow_banner_flex {
    gap: clamp(2.5rem, 10vw + -5rem, 3.75rem);
  }
  .splide__pagination {
    gap: 15px;
    padding-top: 40px;
  }
  .splide__pagination li {
    width: 20px;
    height: 20px;
  }
  .splide__pagination button:hover {
    opacity: 0.8;
  }
  .quick_quote_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
  .quick_quote_btn {
    margin-top: 0;
    max-width: 410px;
  }
  .quick_quote_btn .c_btn {
    margin: 0 0 -3px;
  }
  .easy_check_inner {
    padding-bottom: 60px;
  }
  .easy_check_inner::after {
    width: 400px;
    width: clamp(20rem, 45.4545454545vw + -9.0909090909rem, 25rem);
  }
  .p_contact .contact_chat_desc01 {
    text-align: center;
    margin-top: 30px;
    font-size: 0.875rem;
  }
  .p_contact .contact_chat_desc01 a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1300px){
  .c_header::after {
    display: none;
  }
  .c_header_wrap {
    padding: 20px 21px 20px 40px;
    padding-left: clamp(1.25rem, 6.6666666667vw + -4.1666666667rem, 2.5rem);
  }
  .c_header_nav {
    display: block;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    z-index: 1;
  }
  .c_header_nav__wrap {
    padding: 0;
    gap: 30px;
    display: flex;
    align-items: center;
  }
  .c_header_menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2px 30px;
    position: relative;
    align-items: center;
    top: -2px;
    transform: rotateX(180deg);
  }
  .c_header_menu__link {
    padding: 0;
    border-bottom: 0;
    transform: rotateX(-180deg);
  }
  .c_header_entry {
    margin-top: 0;
    flex-direction: row;
    gap: 12px;
  }
  .c_header_entry .c_btn {
    width: -moz-max-content;
    width: max-content;
  }
  .c_header_entry .c_btn_chat {
    gap: 2px;
  }
  .c_header_entry__chat {
    width: 180px;
  }
  .c_header_contact {
    display: none !important;
  }
  .c_header_chat {
    display: none !important;
  }
  .c_header_btns {
    display: none;
  }
  .reason_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (any-hover: hover) and (pointer: fine){
  .h_underline:hover {
    text-decoration-color: transparent;
  }
  .h_opacity {
    transition: opacity 0.5s ease;
  }
  .h_opacity:hover {
    opacity: 0.7;
  }
  :where(a) {
    transition: opacity 0.5s ease;
  }
  :where(a:hover) {
    opacity: 0.7;
  }
  .c_btn_contact__link:hover img {
    transform: perspective(500px) rotateY(360deg);
  }
  .c_totop_btn:hover {
    background-color: white;
    color: #47AEF5;
    opacity: 1;
  }
  .splide__arrow:hover {
    background-color: white;
  }
  .splide__arrow:hover::after {
    background-color: #47AEF5;
  }
}
/*# sourceMappingURL=maps/style.css.map */
