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

/* 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:not([type=checkbox], [type=radio]),
optgroup,
select,
textarea { /* 1 */
  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 */
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.commonBtn, .ft__snsLink, .ft__policy, .pageTop__btn {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .commonBtn:hover, .ft__snsLink:hover, .ft__policy:hover, .pageTop__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .commonBtn:hover, .ft__snsLink:hover, .ft__policy:hover, .pageTop__btn:hover {
    opacity: 1;
  }
}

.commonTtl, .sec09__hd {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .commonTtl, .sec09__hd {
    font-size: min(8.5333333333vw, 32px);
  }
}

.kv__txt, .sec05__listTtlTxt, .sec07__listTtlInner, .sec07__companyListTtl, .sec08__costTtl, .sec08__ttl, .ft__logoWrap {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .kv__txt, .sec05__listTtlTxt, .sec07__listTtlInner, .sec07__companyListTtl, .sec08__costTtl, .sec08__ttl, .ft__logoWrap {
    font-size: min(6.1333333333vw, 24px);
  }
}

.hd__logoTxt, .kv__btnBoxTxt, .sec01__listItem, .sec03__listTtl, .sec03__txt, .sec04__txt, .sec06__txt, .sec08__costHd, .sec08__costPriceYen, .form .zcwf_col_lab label, .form .zcwf_col_fld input, .form .zcwf_col_fld textarea, .ft__addressTtl {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hd__logoTxt, .kv__btnBoxTxt, .sec01__listItem, .sec03__listTtl, .sec03__txt, .sec04__txt, .sec06__txt, .sec08__costHd, .sec08__costPriceYen, .form .zcwf_col_lab label, .form .zcwf_col_fld input, .form .zcwf_col_fld textarea, .ft__addressTtl {
    font-size: 20px;
  }
}

.commonLead, .sec02__txt, .sec03__listTxt, .sec04__listTxt, .sec05__listTxt, .sec05__txt, .sec07__listTxt, .sec08__costPriceTax, .sec08__txt, .sec09__txt, .form .zcwf_col_lab .required, .ft__addressTxt {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .commonLead, .sec02__txt, .sec03__listTxt, .sec04__listTxt, .sec05__listTxt, .sec05__txt, .sec07__listTxt, .sec08__costPriceTax, .sec08__txt, .sec09__txt, .form .zcwf_col_lab .required, .ft__addressTxt {
    font-size: 14px;
  }
}

.pageTop__btn {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #F9FAFB;
}

@media (max-width: 767px) {
  .isPC {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .isSP {
    display: none !important;
  }
}

@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.commonBtn {
  display: block;
  padding: 4px;
  border-radius: 100px;
  width: fit-content;
  background: linear-gradient(97.73deg, #F18805 0%, #F0A202 100%);
}
.commonBtn__inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #F9FAFB;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  padding: 20px 40px;
  text-align: center;
  background: linear-gradient(97.73deg, #FF9800 38.13%, #FF7A00 61.87%);
  border-radius: 100px;
}
@media (max-width: 999px) {
  .commonBtn__inner {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.commonBtn__inner.typeNarrow {
  font-size: 20px;
  padding: 10px 40px;
}
@media (max-width: 999px) {
  .commonBtn__inner.typeNarrow {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .commonBtn__inner.typeNarrow {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.commonBtn__inner.typeNarrow .commonBtn__ico {
  width: 20px;
}

.commonTtl {
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  min-width: 550px;
  background-image: url("../img/hd_line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .commonTtl {
    min-width: 0;
    width: 100%;
    padding-bottom: 25px;
    background-size: min(57.6vw, 216px);
  }
}
.commonTtl__smTxt {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .commonTtl__smTxt {
    font-size: min(5.3333333333vw, 20px);
  }
}
.commonTtl__txt.typeBlue {
  color: #1EA2E7;
}
.commonTtl__txt.typeDeepBlue {
  color: #05479B;
}

.commonLead {
  margin: 24px auto 0;
  width: fit-content;
  text-align: center;
}

.hd {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(80px, 5.5555555556vw);
}
@media (max-width: 767px) {
  .hd {
    height: auto;
    padding: 5px 10px;
  }
}
.hd__logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .hd__logo {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .hd__logoImg {
    width: 40px;
  }
}
.hd__logoTxt {
  font-weight: bold;
}
@media (max-width: 999px) {
  .hd__logoTxt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hd__logoTxt {
    font-size: 14px;
    font-weight: 400;
  }
}

.kv {
  background-color: #fff;
  background-image: url("../img/kv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px min(10.4166666667vw, 150px);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .kv {
    padding: 40px 15px;
  }
}
.kv::after {
  content: "";
  display: block;
  width: min(38.5416666667vw, 555px);
  height: min(38.5416666667vw, 555px);
  background-image: url("../img/kv_img.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: max((100% - 1276px) / 2, 0px);
  z-index: -1;
}
@media (max-width: 767px) {
  .kv::after {
    display: none;
  }
}
.kv__inner {
  width: min(100%, 1440px);
  position: relative;
  z-index: 0;
}
.kv__hd {
  font-weight: bold;
  color: #1EA2E7;
  font-size: clamp(45px, 5vw, 72px);
  background: linear-gradient(180deg, #C5E9FF 0%, #1EA2E7 15%, #05479B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .kv__hd {
    font-size: min(10.6666666667vw, 40px);
  }
}
.kv__hdSmTxt {
  font-size: 0.7777777778em;
}
@media (max-width: 767px) {
  .kv__hdSmTxt {
    font-size: min(10.6666666667vw, 40px);
  }
}
.kv__txt {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  margin-top: 24px;
}
@media (max-width: 767px) {
  .kv__txt {
    font-size: min(6.4vw, 24px);
  }
}
.kv__img {
  display: none;
}
@media (max-width: 767px) {
  .kv__img {
    display: block;
    width: min(59.7333333333vw, 224px);
    margin: 0 auto;
  }
}
.kv__btnBox {
  margin-top: min(10.4166666667vw, 150px);
  width: fit-content;
}
@media (max-width: 767px) {
  .kv__btnBox {
    margin-top: 0;
    width: 100%;
  }
}
.kv__btnBoxTxt {
  text-align: center;
}
@media (max-width: 767px) {
  .kv__btnBoxTxt {
    font-size: min(4.2666666667vw, 16px);
  }
}
.kv__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .kv__btn {
    margin: 10px auto 0;
  }
}

.sec01 {
  background-color: #EEF2F7;
  padding: 80px 30px;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 40px 15px;
  }
}
.sec01__box {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sec01__box {
    margin-top: 40px;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.sec01__img {
  width: clamp(200px, 21.6666666667vw, 312px);
}
@media (max-width: 767px) {
  .sec01__img {
    width: min(64vw, 240px);
  }
}
.sec01__listItem {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sec01__listItem {
    gap: 5px;
  }
}
.sec01__listItem:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .sec01__listItem:not(:first-child) {
    margin-top: 10px;
  }
}
.sec01__listItem::before {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background-image: url("../img/sec01_icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec01__listItem::before {
    width: 27px;
    height: 24px;
  }
}

.sec02 {
  padding: 80px 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 40px 15px;
  }
}
.sec02::after {
  content: "";
  display: block;
  width: clamp(300px, 41.25vw, 594px);
  height: 342px;
  position: absolute;
  bottom: 30px;
  right: 0;
  background-image: url("../img/sec02_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec02::after {
    display: none;
  }
}
.sec02__txtWrap {
  margin: 0 auto;
  margin-top: 56px;
  width: min(1132px, 100%);
}
@media (max-width: 767px) {
  .sec02__txtWrap {
    margin-top: 40px;
  }
}
.sec02__txt {
  width: clamp(450px, 43.5416666667vw, 627px);
}
@media (max-width: 767px) {
  .sec02__txt {
    width: 100%;
  }
}
.sec02__txt:not(:first-of-type) {
  margin-top: 24px;
}
.sec02__txtEm {
  color: #1EA2E7;
  font-weight: bold;
  font-style: normal;
}
.sec02__img {
  display: none;
}
@media (max-width: 767px) {
  .sec02__img {
    display: block;
    margin-top: 40px;
    width: 100%;
    translate: 15px 0;
  }
}

.sec03 {
  background-image: url("../img/sec03_bg.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 767px) {
  .sec03 {
    background-position: -830px center;
  }
}
.sec03__inner {
  padding: 80px 30px;
  background-color: rgba(0, 123, 255, 0.2);
  border-radius: 50px 50px 0 0;
}
@media (max-width: 767px) {
  .sec03__inner {
    padding: 40px 15px;
  }
}
.sec03__list {
  width: fit-content;
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .sec03__list {
    margin-top: 40px;
  }
}
.sec03__listItem {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sec03__listItem:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec03__listItem:not(:first-child) {
    margin-top: 24px;
  }
}
.sec03__icoBox {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #F9FAFB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sec03__listTtl {
  color: #05479B;
  font-weight: bold;
}
.sec03__listTxt {
  margin-top: 10px;
}
.sec03__txt {
  width: fit-content;
  margin: 56px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03__txt {
    margin-top: 40px;
  }
}

.sec04 {
  padding: 80px 30px;
  background-color: #EEF2F7;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .sec04__listWrap {
    width: calc(100% + 30px);
    translate: -15px 0;
    overflow-x: scroll;
    padding: 0 20px 20px;
  }
}
.sec04__list {
  margin: 56px auto 0;
  max-width: 1128px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .sec04__list {
    margin-top: 40px;
    width: 1272px;
  }
}
.sec04__listItem {
  flex-basis: max((100% - 72px) / 4, 264px);
  background-color: #F9FAFB;
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
  padding: 20px;
}
.sec04__listTtl {
  font-size: 24px;
  text-align: center;
  color: #1EA2E7;
  font-weight: bold;
  text-align: center;
}
.sec04__listImg {
  margin: 24px auto 0;
  display: block;
}
.sec04__listTxt {
  margin-top: 24px;
}
.sec04__txt {
  margin: 56px auto 0;
  width: fit-content;
  text-align: center;
}

.sec05 {
  padding: 80px 30px;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 40px 15px;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .sec05__hdSmTxt {
    font-size: min(6.4vw, 24px);
  }
}
.sec05__list {
  margin: 56px auto 0;
}
.sec05__listItemWrap {
  position: relative;
  z-index: 0;
}
.sec05__listItemWrap::after {
  content: "";
  display: block;
  width: 50%;
  height: 240px;
  background-color: #EEF2F7;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 999px) {
  .sec05__listItemWrap::after {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sec05__listItemWrap::after {
    top: 18%;
    height: 78%;
  }
}
.sec05__listItemWrap:nth-child(odd)::after {
  right: auto;
  left: -30px;
}
@media (max-width: 767px) {
  .sec05__listItemWrap:nth-child(odd)::after {
    left: 0;
  }
}
.sec05__listItemWrap:nth-child(odd) .sec05__listItem {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec05__listItemWrap:nth-child(odd) .sec05__listItem {
    flex-direction: column;
  }
}
.sec05__listItemWrap:nth-child(odd) .sec05__listItem::after {
  border-radius: 0 1000px 1000px 0;
  right: auto;
  left: -30px;
}
@media (max-width: 767px) {
  .sec05__listItemWrap:nth-child(odd) .sec05__listItem::after {
    left: -40px;
  }
}
.sec05__listItemWrap:not(:first-child) {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .sec05__listItemWrap:not(:first-child) {
    margin-top: 20px;
  }
}
.sec05__listItem {
  margin: 0 auto;
  max-width: 1150px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 999px) {
  .sec05__listItem {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .sec05__listItem {
    flex-direction: column;
  }
}
.sec05__listItem::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 240px;
  background-color: #EEF2F7;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: -1;
  border-radius: 1000px 0 0 1000px;
}
@media (max-width: 999px) {
  .sec05__listItem::after {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sec05__listItem::after {
    right: -40px;
    top: 18%;
    height: 78%;
  }
}
.sec05__listImg {
  flex-shrink: 0;
}
@media (max-width: 999px) {
  .sec05__listImg {
    width: max(27.3611111111vw, 200px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .sec05__listImg {
    width: min(80vw, 300px);
  }
}
.sec05__listTtl {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.sec05__listTtlPoint {
  font-family: "Noto Serif JP", serif;
  color: #F18805;
  line-height: 1.5;
  width: 101px;
  height: 86px;
  padding-top: 3px;
  background-image: url("../img/sec05_arw.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec05__listTtlPoint {
    width: 82px;
    height: 70px;
  }
}
.sec05__listTtlNum {
  font-size: 40px;
  font-weight: bold;
  display: block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sec05__listTtlNum {
    font-size: 32px;
    padding-left: 13px;
  }
}
.sec05__listTtlNumTxt {
  display: block;
  font-size: 16px;
  font-weight: 600;
  translate: 0 -12px;
  padding-left: 37px;
}
@media (max-width: 767px) {
  .sec05__listTtlNumTxt {
    font-size: 12px;
    translate: 0 -10px;
    padding-left: 30px;
  }
}
.sec05__listTtlTxt {
  color: #1EA2E7;
}
@media (max-width: 999px) {
  .sec05__listTtlTxt {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec05__listTtlTxt {
    font-size: min(6.4vw, 24px);
  }
}
.sec05__listTxt {
  margin-top: 24px;
  width: max(480px, 85%);
}
@media (max-width: 767px) {
  .sec05__listTxt {
    margin-top: 10px;
    width: 100%;
  }
}
.sec05__txt {
  margin: 56px auto 0;
  width: fit-content;
  text-align: center;
}
@media (max-width: 767px) {
  .sec05__txt {
    margin-top: 20px;
  }
}
.sec05__txt.typeLg {
  margin-top: 24px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec05__txt.typeLg {
    font-size: 20px;
  }
}
.sec05__em {
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 767px) {
  .sec05__em {
    font-size: 24px;
  }
}

.sec06 {
  padding: 80px 30px;
  background-color: #05479B;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 40px 15px;
  }
}
.sec06__txt {
  font-weight: bold;
  text-align: center;
  color: #F9FAFB;
}
.sec06__btn {
  margin: 24px auto 0;
}

.sec07 {
  padding: 80px 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sec07 {
    padding: 40px 15px;
  }
}
.sec07__list {
  margin: 56px auto 0;
  max-width: 1132px;
}
.sec07__listItem {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .sec07__listItem {
    flex-direction: column;
  }
}
.sec07__listItem:not(:first-child) {
  margin-top: 56px;
}
.sec07__listImg {
  width: min(31.6666666667vw, 456px);
}
@media (max-width: 767px) {
  .sec07__listImg {
    width: min(100%, 456px);
  }
}
.sec07__listTtl {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .sec07__listTtl {
    gap: 5px;
  }
}
.sec07__listTtl::before {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  background: linear-gradient(180deg, #C5E9FF 0%, #1EA2E7 15%, #05479B 100%);
}
.sec07__listTtlTxt {
  display: block;
  font-size: 16px;
  color: #1EA2E7;
  font-weight: bold;
}
.sec07__listTxt {
  margin-top: 24px;
}
.sec07__companyListWrap {
  margin: 56px auto 0;
  max-width: 1128px;
}
.sec07__companyListTtl {
  width: fit-content;
  margin: 0 auto;
}
.sec07__companyList {
  margin-top: 24px;
}
.sec07 .client_list {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.sec07 .client_list:last-child {
  margin-top: 35px;
}
.sec07 .client_list .bx-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
}
.sec07 .client_list ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.sec07 .client_list ul li {
  text-align: center;
  max-width: 180px;
  margin-right: 90px;
}
@media (max-width: 767px) {
  .sec07 .client_list ul li {
    margin-right: 30px;
  }
}
.sec07 .client_list ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.sec08 {
  padding: 80px 30px;
  background-color: #EEF2F7;
}
@media (max-width: 767px) {
  .sec08 {
    padding: 40px 15px;
  }
}
.sec08__costBox {
  margin: 56px auto 0;
  border-radius: 4px;
  max-width: 744px;
  background-color: #F9FAFB;
  border: 2px solid #1EA2E7;
}
.sec08__costHd {
  font-weight: bold;
  background-color: #1EA2E7;
  width: fit-content;
  margin: -30px auto 0;
  color: #F9FAFB;
  padding: 10px 34px;
  border-radius: 4px;
}
.sec08__costCol {
  padding: 0 30px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec08__costCol {
    padding: 0 0 40px;
    gap: 10px;
  }
}
.sec08__costTtl {
  color: #1EA2E7;
  background-color: #C5E9FF;
  padding: 10px 20px 12px;
  border-radius: 4px;
}
.sec08__costPrice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec08__costPriceNum {
  font-size: 64px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec08__costPriceNum {
    font-size: min(10.6666666667vw, 40px);
  }
}
.sec08__costPriceTxtWrap {
  text-align: center;
}
.sec08__costPriceTax {
  display: block;
}
.sec08__txtWrap {
  margin: 56px auto 0;
  padding: 56px 30px;
  border-radius: 4px;
  max-width: 744px;
  background-color: #F9FAFB;
  text-align: center;
}
@media (max-width: 767px) {
  .sec08__txtWrap {
    margin-top: 40px;
    padding: 40px 20px;
  }
}
.sec08__ttl {
  color: #1EA2E7;
}
.sec08__txt {
  margin-top: 24px;
}
.sec08__btn {
  margin: 40px auto 0;
}

.sec09 {
  padding: 80px 30px 40px;
  background-image: url("../img/sec09_bg.jpg");
  background-size: cover;
}
@media (max-width: 767px) {
  .sec09 {
    padding: 40px 15px 20px;
    background-image: url("../img/sec09_bg_sp.jpg");
  }
}
.sec09__hd {
  color: #F9FAFB;
  text-align: center;
}
@media (max-width: 767px) {
  .sec09__hd {
    text-shadow: 0px 0px 12px #1EA2E7;
  }
}
.sec09__hdTxtLg {
  font-size: 1.6em;
}
.sec09__inner {
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .sec09__inner {
    margin-top: 20px;
  }
}
.sec09__txtWrap {
  position: relative;
}
.sec09__txtWrap:last-child {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec09__txtWrap:last-child {
    margin-top: 10px;
  }
}
.sec09__txtWrap::before {
  content: "";
  display: block;
  width: max(100% - 1098px, 30px);
  height: calc(100% - 132px);
  background-color: rgba(249, 250, 251, 0.8);
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .sec09__txtWrap::before {
    width: 15px;
  }
}
.sec09__txtWrap::after {
  content: "";
  display: block;
  width: 264px;
  height: 264px;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .sec09__txtWrap::after {
    width: 160px;
    height: 160px;
  }
}
.sec09__txtInner {
  background-color: rgba(249, 250, 251, 0.8);
}
.sec09__txt:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec09__txt:not(:first-child) {
    margin-top: 24px;
  }
}
.sec09 .box01 {
  margin-right: max((100% - 1128px) / 2, 0px);
  padding: 0 0 132px max((100% - 1128px) / 2, 0px);
}
.sec09 .box01::before {
  left: -30px;
}
@media (max-width: 767px) {
  .sec09 .box01::before {
    left: -15px;
  }
}
.sec09 .box01::after {
  background-image: url("../img/sec09_img01.png");
  right: 0;
}
.sec09 .box01 .sec09__txtInner {
  border-radius: 0 20px 20px 0;
  padding: 40px 94px 40px 0;
  margin-right: 15.0709219858%;
}
@media (max-width: 999px) {
  .sec09 .box01 .sec09__txtInner {
    padding-right: 140px;
  }
}
@media (max-width: 767px) {
  .sec09 .box01 .sec09__txtInner {
    padding: 20px 20px 20px 0;
    margin-right: 0;
  }
}
.sec09 .box02 {
  margin-left: max((100% - 1128px) / 2, 0px);
  padding: 0 max((100% - 1128px) / 2, 0px) 132px 0;
}
.sec09 .box02::before {
  right: -30px;
}
@media (max-width: 767px) {
  .sec09 .box02::before {
    right: -15px;
  }
}
.sec09 .box02::after {
  background-image: url("../img/sec09_img02.png");
  left: 0;
}
.sec09 .box02 .sec09__txtInner {
  border-radius: 20px 0 0 20px;
  padding: 40px 0 40px 94px;
  margin-left: 15.0709219858%;
}
@media (max-width: 1099px) {
  .sec09 .box02 .sec09__txtInner {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .sec09 .box02 .sec09__txtInner {
    padding: 20px 0 20px 20px;
    margin-left: 0;
  }
}

.form {
  padding: 120px 30px 80px;
  background-color: #C5E9FF;
}
@media (max-width: 767px) {
  .form {
    padding: 80px 15px 40px;
  }
}
.form__content {
  max-width: 744px;
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .form__content {
    margin-top: 40px;
  }
}
.form .zcwf_row:not(:first-child) {
  margin-top: 24px;
}
.form .zcwf_col_lab label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form .zcwf_col_lab .required {
  font-weight: bold;
  color: #F9FAFB;
  background-color: #F18805;
  padding: 0 12px 2px;
  border-radius: 20px;
}
.form .zcwf_col_fld {
  margin-top: 10px;
}
.form .zcwf_col_fld input, .form .zcwf_col_fld textarea {
  width: 100%;
  background-color: #F9FAFB;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .form .zcwf_col_fld input, .form .zcwf_col_fld textarea {
    padding: 5px 10px;
  }
}
.form .zcwf_col_fld textarea {
  resize: vertical;
  height: 15em;
}
@media (max-width: 767px) {
  .form .zcwf_col_fld textarea {
    height: 12em;
  }
}
.form .zcwf_col_fld .commonBtn {
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .form .zcwf_col_fld .commonBtn {
    margin-top: 40px;
  }
}

.ft {
  background-color: #F9FAFB;
  padding: 80px 30px;
}
@media (max-width: 767px) {
  .ft {
    padding: 40px 15px;
  }
}
.ft__inner {
  max-width: 1228px;
  margin: 0 auto;
}
.ft__logoWrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .ft__logoWrap {
    gap: 10px;
    font-size: min(5.8666666667vw, 22px);
  }
}
.ft__address {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .ft__address {
    flex-direction: column;
    gap: 16px;
  }
}
.ft__addressTtl {
  font-weight: bold;
}
.ft__addressTxt {
  margin-top: 10px;
}
.ft__box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .ft__box {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.ft__snsList {
  display: flex;
  gap: 10px;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .ft__snsList {
    padding: 0;
  }
}
.ft__snsList::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .ft__snsList::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ft__policy {
    font-size: 12px;
  }
}
.ft__copy {
  padding-left: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .ft__copy {
    font-size: 12px;
    padding: 0;
  }
}
.ft__copy::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .ft__copy::after {
    display: none;
  }
}

.pageTop {
  display: none;
}
.pageTop__btn {
  color: #05479B;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  text-align: center;
}
@media (max-width: 999px) {
  .pageTop__btn {
    right: 30px;
    bottom: 30px;
  }
}
.pageTop__ico {
  padding-bottom: 8px;
}/*# sourceMappingURL=style.css.map */