@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,700&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 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;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

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

/**
 * 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;
  border: 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 {
  font-size: 0.71429vw;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #434343;
}

a {
  color: #434343;
  cursor: pointer;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120rem;
  margin: 2rem auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
    padding: 0 1.5rem;
    margin: 1rem auto;
  }
}

/*----------------------
  ヘルパークラス
-----------------------*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.unit {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
  .unit {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.page-wrapper {
  max-width: 100% !important;
}

.page-mv {
  width: 100%;
  margin: 0 0 14rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .page-mv {
    margin: 0;
  }
}

.page-mv::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 27.2rem;
  background: #0075c1;
  background: -webkit-gradient(linear, right top, left top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to left, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  z-index: -1;
}

@media (max-width: 768px) {
  .page-mv::before {
    top: 40%;
    height: 13rem;
  }
}

.page-mv__inner {
  height: 36rem;
  background: url(../img/page-bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .page-mv__inner {
    width: 95%;
    height: 18.3rem;
    margin: 0 auto;
  }
}

.page-mv__title {
  width: 27%;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: right;
  background-color: #fff;
  padding: 2.6rem 2.8rem 2.6rem 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1400px) {
  .page-mv__title {
    width: 31%;
  }
}

@media (max-width: 768px) {
  .page-mv__title {
    width: 45%;
    font-size: 2.4rem;
    padding: 1.3rem 1.4rem 1.3rem 0;
  }
}

.page-mv__title span {
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.page-mv__title--price {
  width: 29%;
}

@media (min-width: 1400px) {
  .page-mv__title--price {
    width: 33%;
  }
}

@media (max-width: 768px) {
  .page-mv__title--price {
    width: 50%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120rem;
  margin: 2rem auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
    padding: 0 1.5rem;
    margin: 1rem auto;
  }
}

.breadcrumb a {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb a {
    font-size: 1rem;
  }
}

.breadcrumb li {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 1rem;
  }
}

.fixed-btn {
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}

@media (max-width: 768px) {
  .fixed-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}

.fixed-btn.is_active {
  opacity: 1;
  visibility: visible;
}

.fixed-btn a {
  display: block;
  width: 50%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 1.4rem 2rem 1.4rem;
}

.fixed-btn .line {
  border: 2px solid #fff;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  background-color: #fff;
}

.fixed-btn .line span {
  display: inline-block;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.fixed-btn .tell {
  color: #fff;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
}

.chart__heading h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 3.7rem 0;
  letter-spacing: 0.05em;
}

.chart__heading h3 ._yellow {
  font-size: 6rem;
  color: #f5ee32;
}

@media screen and (max-width: 700px) {
  .chart__heading h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 3rem 0 1.6rem;
  }
  .chart__heading h3 ._yellow {
    font-size: 3.6rem;
  }
  .chart__heading h3 ._line {
    display: inline-block;
  }
}

.chart__inner {
  padding-top: 9.3rem;
  padding-bottom: 9.8rem;
}

.chart__inner img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .chart__inner {
    padding-top: 4.2rem;
    padding-bottom: 9rem;
  }
}

.comparison-box__inner {
  max-width: 120rem;
  width: 100%;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  padding: 0 0.6rem;
  border-bottom: 0.5rem solid;
  border-image-source: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  border-image-slice: 1;
  margin: 0 auto;
}

.comparison-box__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding: 3.8rem 0;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .comparison-box__title {
    font-size: 2.4rem;
    padding: 4.6rem 0 4rem;
  }
}

.comparison-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .comparison-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comparison-box__advantage,
.comparison-box__disadvantage {
  max-width: calc((100% - 0.6rem) / 2);
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 7.4rem;
}

@media screen and (max-width: 768px) {
  .comparison-box__advantage,
  .comparison-box__disadvantage {
    padding: 8rem 1.2rem 7.4rem;
  }
}

@media screen and (max-width: 700px) {
  .comparison-box__advantage,
  .comparison-box__disadvantage {
    max-width: 100%;
    padding: 6.2rem 3.5rem 8.1rem;
  }
}

.comparison-box__advantage {
  background-color: #dceefa;
}

.comparison-box__advantage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 41.6rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comparison-box__advantage .comparison-box__text._left {
  display: inline-block;
  max-width: 34rem;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .comparison-box__advantage {
    min-height: 34.7rem;
    border-bottom: 5px solid;
    border-image-source: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
    border-image-slice: 1;
  }
  .comparison-box__advantage img {
    max-width: 28.2rem;
    width: 100%;
  }
  .comparison-box__advantage .comparison-box__text._left {
    max-width: 27rem;
    width: 100%;
  }
}

.comparison-box__disadvantage {
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  .comparison-box__disadvantage {
    min-height: 32.8rem;
  }
}

.comparison-box__disadvantage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 36rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 700px) {
  .comparison-box__disadvantage img {
    max-width: 24rem;
    width: 100%;
  }
}

.comparison-box__disadvantage .comparison-box__text {
  padding-left: 7rem;
  padding-right: 7rem;
}

.comparison-box__disadvantage .comparison-box__text ._left {
  max-width: 40.6rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comparison-box__disadvantage .comparison-box__text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 700px) {
  .comparison-box__disadvantage .comparison-box__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.comparison-box__text {
  font-size: 2rem;
  font-weight: 700;
  color: #434343;
  position: relative;
  padding-bottom: 5.2rem;
  display: inline-block;
  line-height: 1.5;
}

.comparison-box__text:last-child {
  padding-bottom: 0;
}

.comparison-box__text::first-line {
  text-align: center;
}

.comparison-box__text ._blue {
  color: #0075c1;
}

.comparison-box__text ._line {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .comparison-box__text {
    font-size: 1.6rem;
    line-height: 1.68;
    padding-bottom: 4rem;
  }
  .comparison-box__text ._line-sp {
    display: block;
  }
}

.comparison__bg {
  background-color: #dceefa;
}

@media screen and (max-width: 700px) {
  .comparison__bg {
    background-color: #fff;
  }
}

.comparison__inner {
  padding-top: 8.5rem;
  padding-bottom: 12.8rem;
}

@media screen and (max-width: 700px) {
  .comparison__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.comparison__heading {
  text-align: center;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 700px) {
  .comparison__heading {
    margin-bottom: 2.8rem;
  }
}

.comparison__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 900;
  color: #434343;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 700px) {
  .comparison__title {
    font-size: 1.8rem;
    line-height: 2;
    display: inline-block;
  }
}

.comparison__title ._bold {
  font-size: 6rem;
  color: #0075c1;
}

@media screen and (max-width: 700px) {
  .comparison__title ._bold {
    max-width: 29.2rem;
    width: 100%;
    margin: 0 auto;
    font-size: 2.8rem;
    display: block;
    line-height: 1;
  }
}

.comparison__title ._yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5ee32));
  background: linear-gradient(transparent 60%, #f5ee32 60%);
}

@media screen and (max-width: 700px) {
  .comparison__title ._yellow {
    background: #f5ee32;
  }
}

.comparison__title::before, .comparison__title::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  width: 9rem;
  height: 0.6rem;
  background-color: #0075c1;
  border-radius: 2rem;
}

.comparison__title::before {
  left: 7.4rem;
  -webkit-transform: rotate(59deg);
          transform: rotate(59deg);
}

.comparison__title::after {
  right: 7.4rem;
  -webkit-transform: rotate(-59deg);
          transform: rotate(-59deg);
}

@media screen and (max-width: 700px) {
  .comparison__title::before, .comparison__title::after {
    width: 4.4rem;
    height: 0.3rem;
    bottom: 1.8rem;
  }
  .comparison__title::before {
    left: -4.6rem;
    -webkit-transform: rotate(69deg);
            transform: rotate(69deg);
  }
  .comparison__title::after {
    right: -4.6rem;
    -webkit-transform: rotate(-69deg);
            transform: rotate(-69deg);
  }
}

.consultation__heading {
  padding: 4.6rem 0;
  margin-bottom: 8rem;
}

.consultation__heading h3 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1.2rem;
  color: #fff;
  text-align: center;
}

.consultation__heading h3 ._yellow {
  color: #f5ee32;
}

@media screen and (max-width: 700px) {
  .consultation__heading {
    padding: 3rem 0 2.4rem;
    margin-bottom: 4.2rem;
  }
  .consultation__heading h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .consultation__heading h3 ._line {
    display: block;
  }
}

.consultation__tiny {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

.consultation__tiny ._line {
  display: inline-block;
}

.consultation__inner {
  padding-top: 1.7rem;
  padding-bottom: 10.7rem;
}

@media screen and (max-width: 700px) {
  .consultation__inner {
    padding-top: 0rem;
  }
}

.consultation__title {
  margin-bottom: 4.8rem;
}

.consultation__title p {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #0075c1;
  text-align: center;
  padding-bottom: 1rem;
}

.consultation__title span {
  display: block;
  font-size: 1.8rem;
  color: #434343;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .consultation__title {
    margin-bottom: 5.3rem;
  }
  .consultation__title p {
    font-size: 2.4rem;
    padding-bottom: 2.3rem;
  }
  .consultation__title span {
    font-size: 1.4rem;
  }
}

.consultation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 700px) {
  .consultation__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.consultation__item {
  max-width: calc((100% - 3.6rem) / 4);
  width: 100%;
  border: 0.6rem solid;
  border-image-source: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  border-image-slice: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.8rem 0.4rem 2rem;
  text-align: center;
  margin-right: 1.2rem;
}

.consultation__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .consultation__item {
    max-width: calc((100% - 0.7rem) / 2);
    width: 100%;
    padding: 2.4rem 0 3rem;
    margin: 0 0.7rem 1.1rem 0;
  }
  .consultation__item:nth-child(2n) {
    margin-right: 0;
  }
}

.consultation__num {
  font-family: "Source Serif Pro", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0075c1;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 700px) {
  .consultation__num {
    margin-bottom: 0rem;
  }
}

.consultation__image {
  max-width: 22rem;
  width: 100%;
  margin: 0 auto 1.5rem;
}

.consultation__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 700px) {
  .consultation__image {
    max-width: 14rem;
    width: 100%;
    margin-top: -1rem;
  }
}

.consultation__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consultation__text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.consultation__text p ._line {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  .consultation__text p {
    font-size: 1.4rem;
  }
  .consultation__text p._bottom {
    font-size: 1rem;
  }
}

.example .example-box {
  max-width: calc((100% - 4.1rem) / 2);
  width: 100%;
  margin: 0 4.1rem 6.5rem 0;
}

.example .example-box:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .example .example-box {
    max-width: 100%;
    margin: 0 0 4rem 0;
  }
}

.example-box__top {
  background-color: #0075c1;
  display: inline-block;
  height: 5.2rem;
  position: relative;
}

.example-box__top::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -1.2rem;
  width: 3rem;
  height: 5.2rem;
  background-color: #0075c1;
  -webkit-transform: skewX(24deg);
          transform: skewX(24deg);
}

.example-box__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.6rem 0.4rem 0.4rem 0.7rem;
}

.example-box__personal img {
  max-width: 3rem;
  width: 100%;
  margin-right: 0.5rem;
}

.example-box__personal p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-top: 1.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 700px) {
  .example-box__personal {
    padding: 0.8rem 2.1rem 0.4rem 1rem;
  }
  .example-box__personal img {
    max-width: 2.6rem;
  }
  .example-box__personal p {
    font-size: 1.6rem;
    padding-top: 1.4rem;
  }
}

.example-box__main {
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(35%, #0075c1), to(#2fafda));
  background: linear-gradient(to right, #0075c1 0%, #0075c1 35%, #2fafda 100%);
  padding: 0.6rem;
  margin-top: -0.4rem;
}

@media screen and (max-width: 700px) {
  .example-box__main {
    background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(68%, #0075c1), to(#2fafda));
    background: linear-gradient(to right, #0075c1 0%, #0075c1 68%, #2fafda 100%);
    padding: 0.6rem 0.3rem;
  }
}

.example-box__title {
  width: 100%;
  text-align: center;
  padding: 0.8rem 0 1.3rem;
}

.example-box__title p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .example-box__title {
    padding: 0.8rem 0 2rem;
  }
  .example-box__title p {
    font-size: 1.8rem;
  }
}

.example-box__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 2rem 0 1.8rem;
}

@media screen and (max-width: 768px) {
  .example-box__container {
    padding: 1.6rem 0 1.4rem;
    min-height: 43rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .example-box__container {
    min-height: 30rem;
  }
}

.example-box__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6rem;
  padding: 0 0.8rem;
}

@media screen and (max-width: 700px) {
  .example-box__amount {
    padding: 0;
  }
}

.example-box__num {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #0075c1;
  letter-spacing: -0.02em;
}

.example-box__num ._large {
  font-family: noto-sans-semicondensed, sans-serif;
  font-weight: 900;
  font-size: 7rem;
}

.example-box__num ._yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f5ee32));
  background: linear-gradient(transparent 60%, #f5ee32 0%);
  padding: 0 0.8rem;
}

@media screen and (max-width: 768px) {
  .example-box__num {
    font-size: 3.2rem;
  }
  .example-box__num ._large {
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 700px) {
  .example-box__num {
    font-size: 2.4rem;
  }
  .example-box__num ._large {
    font-size: 4.4rem;
  }
  .example-box__num ._yellow {
    padding: 0;
  }
}

.example-box__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 0 1.8rem 3.1rem;
  border-color: transparent transparent transparent #434343;
  margin: 1rem 0.5rem 0;
}

@media screen and (max-width: 700px) {
  .example-box__arrow {
    border-width: 0.8rem 0 0.8rem 1.2rem;
  }
}

.example-box__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.2rem;
}

@media screen and (max-width: 768px) {
  .example-box__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  .example-box__result {
    padding: 0 1.5rem;
  }
}

.example-box__before {
  max-width: 23.7rem;
  width: 100%;
  margin-right: 1.2rem;
}

.example-box__before .example-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.example-box__before .example-box__text dt {
  font-weight: 400;
  max-width: 11.2rem;
  width: 100%;
}

.example-box__before .example-box__text dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .example-box__before .example-box__text {
    max-width: 39rem;
    width: 100%;
  }
  .example-box__before .example-box__text dt {
    max-width: 17.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .example-box__before .example-box__text {
    max-width: 20rem;
    width: 100%;
  }
  .example-box__before .example-box__text dt {
    max-width: 9.2rem;
    width: 100%;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .example-box__before {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
}

.example-box__after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .example-box__after .example-box__text {
    max-width: 100%;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 700px) {
  .example-box__after .example-box__text {
    max-width: 29rem;
    width: 100%;
  }
}

.example-box__label {
  max-width: 13rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  color: #0075c1;
  font-weight: 700;
  background-color: #dceefa;
  padding: 0.6rem 0;
  border-radius: 1.8rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .example-box__label {
    max-width: 100%;
    text-align: left;
    padding-left: 2rem;
  }
}

.example-box__text {
  font-size: 1.4rem;
  color: #434343;
  padding-left: 1.6rem;
  line-height: 1.5;
}

.example-box__text ._line {
  display: block;
}

@media screen and (max-width: 768px) {
  .example-box__text {
    max-width: 34rem;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .example-box__text {
    font-size: 1.2rem;
    max-width: 20rem;
    width: 100%;
    padding-left: 1.3rem;
  }
  .example-box__text ._line {
    display: inline-block;
  }
}

.example__bg {
  background-color: #ecf1f4;
  padding: 7.3rem 0 3.3rem;
}

@media screen and (max-width: 700px) {
  .example__bg {
    padding: 8.8rem 0 6.8rem;
  }
}

.example__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.4rem;
  font-weight: 900;
  color: #0075c1;
  text-align: center;
  line-height: 1.64;
  margin-bottom: 7.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 700px) {
  .example__title {
    font-size: 2.4rem;
    margin-bottom: 5.2rem;
  }
}

.example__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .example__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq__inner {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 9.5rem 1.6rem 5.5rem;
}

@media screen and (max-width: 700px) {
  .faq__inner {
    padding: 10rem 1rem 4rem;
  }
}

.faq__heading {
  font-size: 4.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  color: #0075c1;
  margin-bottom: 8rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 700px) {
  .faq__heading {
    font-size: 2.4rem;
    margin-bottom: 6.6rem;
  }
}

.faq__unit {
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5rem;
}

@media screen and (max-width: 700px) {
  .faq__unit {
    padding-left: 0;
  }
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 700px) {
  .faq__question {
    margin-bottom: 0.4rem;
  }
}

.faq__q-icon {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  color: #fff;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 700px) {
  .faq__q-icon {
    font-size: 2.4rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 0.9rem;
  }
}

.faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0075c1;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 700px) {
  .faq__q-text {
    font-size: 1.6rem;
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3rem;
}

@media screen and (max-width: 700px) {
  .faq__answer {
    margin-bottom: 3.7rem;
  }
}

.faq__a-icon {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  width: 4.4rem;
  margin-right: 1.4rem;
  color: #0075c1;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .faq__a-icon {
    font-size: 2.4rem;
    width: 3.6rem;
    margin-right: 0.9rem;
  }
}

.faq__a-text {
  font-size: 1.8rem;
  color: #434343;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 700px) {
  .faq__a-text {
    font-size: 1.6rem;
  }
}

.faq__list {
  max-width: 63.7rem;
  width: 100%;
  padding: 1.85rem 2.5rem;
  border: 1px solid #434343;
}

.faq__list._sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .faq__list {
    max-width: 100%;
    padding: 1.9rem 2rem 1.5rem 2.5rem;
    margin-bottom: 3.2rem;
  }
  .faq__list._pc {
    display: none;
  }
  .faq__list._sp {
    display: block;
    margin-top: -2.7rem;
  }
}

.faq__item {
  font-size: 1.6rem;
  color: #434343;
  line-height: 2;
}

@media screen and (max-width: 700px) {
  .faq__item {
    font-size: 1.4rem;
    line-height: 2.25;
  }
}

.flow__inner {
  padding-top: 8.5rem;
  padding-bottom: 16rem;
}

@media screen and (max-width: 700px) {
  .flow__inner {
    padding-top: 7.5rem;
    padding-bottom: 3.7rem;
  }
}

.flow__heading {
  margin-bottom: 8.6rem;
}

.flow__heading h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
  color: #0075c1;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.flow__heading h3 ._circle {
  display: inline-block;
  width: 9rem;
  height: 9rem;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.4em;
  line-height: 1.35;
  padding-left: 1.4rem;
  text-align: center;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  border-radius: 100%;
}

@media screen and (max-width: 700px) {
  .flow__heading {
    margin-bottom: 9rem;
  }
  .flow__heading h3 {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }
  .flow__heading h3 ._circle {
    width: 6rem;
    height: 6rem;
    font-size: 4rem;
    padding-left: 1rem;
  }
  .flow__heading h3 ._circle:first-child {
    margin-right: 0.4rem;
  }
  .flow__heading h3 ._line {
    display: block;
  }
}

.flow__tiny {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #0075c1;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 700px) {
  .flow__tiny {
    font-size: 1.6rem;
  }
}

.flow__item {
  width: 100%;
  margin-bottom: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
}

@media screen and (max-width: 700px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.5rem;
  }
}

.flow__left {
  max-width: 30rem;
  width: 100%;
  position: relative;
  padding: 0 1.2rem;
}

.flow__left::before {
  content: "";
  position: absolute;
  top: -3.1rem;
  left: 0;
  width: 30rem;
  height: 120%;
  background: url(../img/bg.png) center no-repeat;
  background-size: 30rem;
  z-index: -1;
}

.flow__left--large::before {
  top: -4.3rem;
  height: 130%;
  background-size: 31.8rem;
}

.flow__left img {
  display: none;
}

@media screen and (max-width: 700px) {
  .flow__left {
    max-width: 100%;
    height: 15.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(30%, #0075c1), to(#2fafda));
    background: linear-gradient(to right, #0075c1 0%, #0075c1 30%, #2fafda 100%);
    padding: 0 0.8rem;
  }
  .flow__left::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
    top: -2.4rem;
    left: 0.7rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #0075c1;
    z-index: -1;
  }
  .flow__left img {
    display: block;
    max-width: 26.5rem;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.flow__num {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .flow__num {
    font-size: 3.6rem;
    top: -0.5rem;
    left: 3.2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    letter-spacing: 0.03em;
  }
}

.flow__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.flow__title p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.flow__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.67;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 700px) {
  .flow__title {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 2.8rem;
  }
  .flow__title._left {
    display: inline-block;
    text-align: center;
  }
  .flow__title p {
    font-size: 2.4rem;
  }
  .flow__title span {
    font-size: 1.6rem;
  }
}

.flow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-top: 0.6rem solid;
  border-right: 0.6rem solid;
  border-bottom: 0.6rem solid;
  border-image-source: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  border-image-slice: 1;
  position: relative;
  padding: 2.8rem 0;
}

.flow__right img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 35rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 700px) {
  .flow__right {
    border-top: 0;
    border-right: 0.5rem solid;
    border-bottom: 0.5rem solid;
    border-left: 0.5rem solid;
    padding: 1.7rem;
  }
  .flow__right img {
    display: none;
  }
}

.flow__text {
  max-width: 57.6rem;
  width: 100%;
  font-size: 1.8rem;
  color: #434343;
  padding-left: 2.8rem;
  font-weight: 700;
  line-height: 2;
}

.flow__text ._line {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  .flow__text {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.header__inner {
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .header__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header__top._pc {
  max-width: 123.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.6rem 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .header__top._pc {
    max-width: 98%;
  }
}

.header__top._pc .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.7rem;
}

.header__top._pc .header__logo img {
  max-width: 13.6rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__top._pc .header__logo p {
  width: 28rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0075c1;
  padding-top: 2rem;
  line-height: 1.5;
}

.header__top._pc .header__logo p ._line {
  display: block;
}

.header__top._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__top {
    /*---- SP -----*/
  }
  .header__top._pc {
    display: none;
  }
  .header__top._sp {
    display: block;
    height: 53px;
    background-color: #fff;
    position: relative;
  }
  .header__top._sp .header__logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 2px;
    left: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    z-index: 100;
  }
  .header__top._sp .header__logo img {
    max-width: 60px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .header__top .menu-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
  }
  .header__top .menu-btn p {
    color: #0075C1;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header__top .menu-btn__open.is_hide {
    display: none;
  }
  .header__top .menu-btn__close {
    display: none;
  }
  .header__top .menu-btn__close.is_active {
    display: block;
  }
  .header__top .nav__menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
  }
  .header__top .nav__menu.is_active {
    display: block;
  }
  .header__top .nav__ul {
    text-align: center;
    padding-top: 7.8rem;
  }
  .header__top .nav__ul li {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  .header__top .nav__ul a {
    color: #0075C1;
  }
  .header__top .nav__under {
    display: block;
    width: 100%;
    background: #0075c1;
    background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
    background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
    padding: 1.8rem 0;
  }
  .header__top .nav__under p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

.header__contact {
  text-align: right;
  margin-right: 4.2rem;
}

.header__tel {
  font-size: 3.4rem;
  color: #000;
  line-height: 1.5;
}

.header__opening {
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
}

.header__button {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  max-width: 21rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover {
  opacity: 0.6;
}

.button p {
  font-size: 1.8rem;
  font-weight: 700;
}

.button p ._line {
  display: block;
  font-size: 2rem;
}

.header__web {
  margin-right: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__web .button {
  background: linear-gradient(93.47deg, #0075c1 10.23%, #027cc6 55.3%, #14b6ec 89.88%);
  padding: 1rem 0 0.8rem;
  margin-top: 0.8rem;
}

.header__web .button p {
  color: #fff;
}

.header__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__line .button {
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  padding: 0.2rem;
  margin: 0.8rem 0 0.6rem;
}

.header__line .button .button__inner {
  background-color: #fff;
  padding: 1rem 0 0.8rem;
}

.header__line .button p {
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.header__line-text {
  font-size: 1.8rem;
  font-weight: 700;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: -0.05em;
}

.header__menu._pc {
  margin-top: -2.2rem;
}

.header__menu._pc .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}

.header__menu._pc .header__item {
  font-size: 1.8rem;
  color: #000;
  padding: 0 2.7rem;
}

.header__menu._pc .header__item a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__menu._pc .header__item a:hover {
  color: #0075C1;
}

@media screen and (max-width: 768px) {
  .header__menu._pc {
    display: none;
  }
}

.nav__contact {
  display: block;
  width: 21rem;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #fff;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  border-style: solid;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 0.8rem;
}

.nav__contact--left:hover {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav__contact--left span {
  display: block;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.8rem 0;
}

.nav__contact--left span.is_active {
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.merit__inner {
  margin-bottom: 12.3rem;
}

@media screen and (max-width: 700px) {
  .merit__inner {
    margin-bottom: 12.9rem;
  }
}

.merit__heading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.6rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .merit__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .merit__heading {
    padding: 1.2rem 1rem 1.8rem;
    margin-bottom: 4rem;
  }
}

.merit__left {
  font-size: 12rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #f5ee32;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

@media screen and (max-width: 700px) {
  .merit__left {
    font-size: 10rem;
  }
}

.merit__right {
  padding-top: 3.4rem;
}

@media screen and (max-width: 768px) {
  .merit__right {
    text-align: left;
    padding-top: 2.5rem;
  }
}

.merit__tiny {
  display: inline-block;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  border-bottom: 0.2rem solid #fff;
  padding: 0 0.4rem 0.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .merit__tiny {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .merit__tiny {
    font-size: 1.4rem;
    padding: 0 0 0.4rem;
    letter-spacing: 0.06em;
  }
}

.merit__large {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 700px) {
  .merit__large {
    font-size: 4.6rem;
    letter-spacing: 0.03em;
  }
}

.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.1rem;
}

.merit__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
}

.merit__num {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.4rem;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
}

.merit__num p {
  font-size: 6.4rem;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}

@media screen and (max-width: 700px) {
  .merit__num {
    width: 5rem;
    height: 5rem;
    margin-right: 0;
  }
  .merit__num p {
    font-size: 3.6rem;
  }
}

.merit__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
}

@media screen and (max-width: 700px) {
  .merit__content {
    text-align: center;
    padding-top: 2rem;
  }
}

.merit__title {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.merit__title ._line {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  .merit__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2.3rem;
  }
}

.merit__text {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 700px) {
  .merit__text {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
  }
}

.point__body {
  border: 0.4rem solid #c4c4c4;
  margin-bottom: 9rem;
  padding: 5rem 2.2rem 2.6rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .point__body {
    padding: 7rem 0.4rem 2.5rem;
    margin-bottom: 8rem;
  }
}

.point__heading {
  max-width: 78.7rem;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .point__heading {
    max-width: 31rem;
    width: 100%;
    top: -3.4rem;
  }
}

.point__title {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  text-align: center;
  color: #0075c1;
  letter-spacing: 0.05em;
}

.point__title ._large {
  font-size: 3.6rem;
}

.point__title ._yellow {
  background: #F5EE32;
}

@media screen and (max-width: 700px) {
  .point__title {
    font-size: 1.6rem;
    line-height: 2;
  }
  .point__title ._large {
    font-size: 2.4rem;
  }
  .point__title ._line {
    display: inline-block;
  }
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .point__list {
    max-width: 33.9rem;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }
}

.point__item {
  max-width: 20rem;
  width: 100%;
  margin-right: 3.9rem;
}

.point__item:last-child {
  margin-right: 0;
}

.point__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 700px) {
  .point__item {
    max-width: calc((100% - 3.9rem) / 2);
    width: 100%;
    margin-bottom: 1rem;
  }
  .point__item:nth-child(2n) {
    margin-right: 0;
  }
  .point__item img {
    margin-bottom: 2.1rem;
  }
}

.point__text {
  font-size: 1.6rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
}

.point__text ._line {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .point__text ._line {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  .point__text ._line {
    display: inline-block;
  }
  .point__text ._line-sp {
    display: inline-block;
  }
}

.solution__heading {
  text-align: center;
}

.solution__heading h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 3.5rem 0;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

.solution__heading h3 img {
  position: absolute;
  top: -6.4rem;
  left: -15rem;
  max-width: 26rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .solution__heading h3 img {
    left: -7rem;
    top: -36px;
  }
}

@media screen and (max-width: 700px) {
  .solution__heading h3 img {
    max-width: 17rem;
    width: 100%;
    top: -5.8rem;
    left: 2.1rem;
  }
}

.solution__heading h3 ._yellow {
  font-size: 6rem;
  color: #f5ee32;
}

@media screen and (max-width: 700px) {
  .solution__heading h3 {
    font-size: 2.4rem;
    line-height: 1.7;
    padding: 1.6rem 0 2.2rem;
  }
  .solution__heading h3 ._yellow {
    font-size: 3.6rem;
  }
  .solution__heading h3 ._line {
    display: inline-block;
  }
}

.solution__bg {
  background-color: #dceefa;
  padding: 9rem 0 12rem;
}

@media screen and (max-width: 700px) {
  .solution__bg {
    padding: 6.3rem 0 1.7rem;
  }
}

.solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .solution__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solution__item {
  max-width: calc((100% - 6rem) / 3);
  width: 100%;
  background-color: #fff;
  border: 0.3rem solid;
  border-image-source: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  border-image-slice: 1;
}

@media screen and (max-width: 700px) {
  .solution__item {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}

.solution__image {
  width: 100%;
  position: relative;
}

.solution__image::before {
  content: "";
  display: block;
  padding-top: 63.368984%;
}

@media screen and (max-width: 700px) {
  .solution__image::before {
    padding-top: 62.857143%;
  }
}

.solution__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution__content {
  width: 100%;
  background-color: #fff;
  padding: 3.6rem 2.6rem 7.8rem;
}

@media screen and (max-width: 700px) {
  .solution__content {
    padding: 2.5rem 1.5rem 2.2rem;
  }
}

.solution__title {
  font-size: 3.6rem;
  color: #0075c1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 700px) {
  .solution__title {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
  }
}

.solution__text p {
  font-size: 1.8rem;
  color: #434343;
  line-height: 2;
  font-weight: 700;
  letter-spacing: -0.017em;
}

@media screen and (max-width: 700px) {
  .solution__text p {
    font-size: 1.4rem;
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  .top._pc {
    display: none;
  }
}

.top._pc .top__inner {
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30.2rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top._pc .top__inner {
    margin-bottom: 42rem;
  }
}

.top._pc .top__inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -20rem;
  left: 0;
  width: 100%;
  height: 28rem;
  background: linear-gradient(271.9deg, #e5e5e5 12.55%, rgba(235, 235, 235, 0.28) 95.79%);
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 768px) {
  .top._pc .top__inner::before {
    bottom: -27.5rem;
  }
}

.top._pc .top__inner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6rem;
  left: 0;
  width: 100%;
  height: 28rem;
  background-color: #0075c1;
  -webkit-transform: skewY(-2.5deg);
          transform: skewY(-2.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 768px) {
  .top._pc .top__inner::after {
    bottom: -22rem;
  }
}

@media screen and (min-width: 2000px) {
  .top._pc .top__inner::after {
    bottom: -12rem;
  }
}

.top._pc .top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top._pc .top__unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.2rem;
  margin: 7.6rem 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .top._pc .top__unit {
    margin-top: 9.6rem;
  }
}

.top._pc .top__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.top._pc .top__heading p {
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16rem;
  height: 16rem;
  text-align: center;
  border-radius: 100%;
  margin-right: 0.6rem;
}

.top._pc .top__heading p:nth-child(1) {
  background: #14b6ec;
}

.top._pc .top__heading p:nth-child(2) {
  background: linear-gradient(49.95deg, #14b6ec 17.01%, #027cc6 82.59%);
}

.top._pc .top__heading p:nth-child(3) {
  background: linear-gradient(49.95deg, #14b6ec 17.01%, #027cc6 82.59%);
}

.top._pc .top__heading p:nth-child(4) {
  background: #027cc6;
  margin-right: 0;
}

.top._pc .top__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
  color: #0075c1;
  line-height: 1.8;
}

.top._pc .top__text {
  max-width: 60.4rem;
  width: 100%;
}

.top._pc .top__text p {
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
}

.top._pc .top__img {
  max-width: 51rem;
  width: 100%;
}

.top._pc .top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top._pc .top__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top._pc .top__list {
    bottom: -20rem;
  }
}

.top._pc .top__item {
  max-width: 17.8rem;
  width: 100%;
  margin-right: 3rem;
}

.top._pc .top__item:last-child {
  margin-right: 0;
}

.top._pc .top__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top._sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .top._sp {
    display: block;
  }
}

.top._sp .top__inner {
  width: 100%;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
  padding-top: 3.8rem;
  margin-bottom: 10.5rem;
  z-index: -1;
}

.top._sp .top__inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2.7rem;
  left: 0;
  width: 100%;
  height: 19.5rem;
  background: #e5e5e5;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.top._sp .top__inner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3.7rem;
  left: 0;
  width: 100%;
  height: 22rem;
  background: linear-gradient(269.06deg, #0075c1 6.4%, #61a0c9 29.12%, #168cd8 95.24%);
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.top._sp .top__heading {
  max-width: 32.8rem;
  width: 100%;
  margin: 0 auto;
}

.top._sp .top__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.2rem;
}

.top._sp .top__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0075c1;
  line-height: 1.8;
}

.top._sp .top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3rem 0 3rem;
}

.top._sp .top__list {
  max-width: 25rem;
  min-width: 16rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2.4rem;
  margin-top: 5.4rem;
}

.top._sp .top__item {
  max-width: 7.6rem;
  width: 100%;
  margin: 0 0.7rem 1.2rem 0;
}

.top._sp .top__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top._sp .top__img {
  max-width: 20.6rem;
  width: 100%;
}

.top._sp .top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.top._sp .top__text {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 6rem;
  z-index: 2;
}

.top._sp .top__text p {
  max-width: 34rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  display: inline-block;
  text-align: left;
  z-index: 2;
}

.page-contact {
  background-color: #ECF1F4;
  padding: 4.5rem 0 6.2rem 0;
}

@media (max-width: 768px) {
  .page-contact {
    padding: 4.5rem 0 3rem 0;
  }
}

.page-contact__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0075C1;
  text-align: center;
  margin-bottom: 3.8rem;
}

@media (max-width: 768px) {
  .page-contact__title {
    font-size: 1.8rem;
  }
}

.page-contact__text {
  max-width: 80rem;
  border: 3px #0075C1 solid;
  text-align: center;
  margin: 0 auto 5.7rem auto;
  padding: 2.2rem 0;
}

@media (max-width: 768px) {
  .page-contact__text {
    padding: 1.8rem 1rem;
  }
}

.page-contact__text .text {
  font-size: 1.4rem;
  font-weight: medium;
  color: #434343;
  color: #0075C1;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .page-contact__text .text {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-contact__text .text {
    line-height: 1.7;
  }
}

.page-contact__text .number {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0075C1;
  margin-bottom: 0.9rem;
}

@media (max-width: 768px) {
  .page-contact__text .number {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .page-contact__text .number span {
    display: none;
  }
}

.page-contact__text .day {
  font-size: 1.4rem;
  color: #0075C1;
}

@media (max-width: 768px) {
  .page-contact__text .day {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.7;
    text-align: left;
    margin: 0 auto;
  }
}

.page-contact__text .day span {
  margin-right: 0.8rem;
}

.page-contact__text .day .time {
  font-weight: bold;
}

.page-contact__text .day .vacation {
  font-weight: bold;
  margin-left: 2.9rem;
}

@media (max-width: 768px) {
  .page-contact__text .day .vacation {
    margin-left: 0;
  }
}

.page-contact__text .day .vacation02 {
  margin-left: 0.5rem;
}

.page-contact .line-btn {
  display: block;
  width: 90rem;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border: 2px solid #fff;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 6.4rem 0;
  margin: 6.3rem auto 10.8rem auto;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .page-contact .line-btn {
    width: 100%;
    font-size: 1.6rem;
    margin: 6.1rem auto 4.9rem auto;
  }
}

.page-contact .line-btn:hover {
  background: #ECF1F4;
  color: #0075C1;
}

@media (max-width: 768px) {
  .page-contact .line-btn:hover {
    background: #0075c1;
    background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
    background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
    color: #fff;
  }
}

.page-contact .line-btn span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .page-contact .line-btn span {
    font-size: 2.4rem;
  }
}

.page-contact .line-btn span.is_active {
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .page-contact .line-btn span.is_active {
    color: #fff;
  }
}

.page-contact .read {
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  padding: 2.7rem 0;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .page-contact .read {
    text-align: left;
    padding: 2.7rem 2.3rem;
    margin-bottom: 2.1rem;
  }
}

.page-contact .read__main {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .page-contact .read__main {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-contact .read__sub {
    display: inline-block;
    margin-bottom: 0.8rem;
  }
}

.page-contact .local {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  color: #0075C1;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-contact .local {
    line-height: calc(27/14);
    text-align: center;
  }
}

.page-contact .local span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 4.5rem;
}

@media (max-width: 768px) {
  .page-contact .local span {
    display: block;
    text-align: center;
    margin: 0;
  }
}

/*-------------------
      form
----------------------*/
.form {
  width: 100%;
  background-color: #fff;
  padding: 7.5rem 20rem;
}

@media (max-width: 768px) {
  .form {
    padding: 2.7rem 1.7rem;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
}

@media (max-width: 768px) {
  .form__item {
    display: block;
    margin-bottom: 2rem;
  }
}

.form__item:nth-child(4) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__item:nth-child(4) label {
  position: relative;
  bottom: -1rem;
}

@media (max-width: 768px) {
  .form__item:nth-child(4) label {
    position: static;
    bottom: 0;
  }
}

.form__item br {
  display: none;
}

.form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .form__item label {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1.2rem auto;
  }
}

@media (max-width: 768px) {
  .form__item label .label {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
  }
}

.form__item label .mark {
  display: block;
  width: 5rem;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-radius: 2.2rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  margin-left: auto;
}

.form__item input {
  display: block;
  width: 55.6rem;
  height: 3.6rem;
  border: 1px solid;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .form__item input {
    width: 100%;
    height: 4.4rem;
  }
}

.form__item textarea {
  display: block;
  width: 55.6rem;
  min-height: 20rem;
  border: 1px solid;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 1rem;
}

@media (max-width: 768px) {
  .form__item textarea {
    width: 100%;
    min-height: 40rem;
  }
}

.form .submit-cover {
  width: 50rem;
  border: 2px solid #fff;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  border-style: solid;
  margin: 6rem auto 0 auto;
  padding: 0.2rem;
  position: relative;
  pointer-events: none;
}

@media (max-width: 768px) {
  .form .submit-cover {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
}

.form .submit-cover::before {
  content: '上記の内容で送信する';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .form .submit-cover::before {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
}

.form .submit {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #fff;
  padding: 3.4rem 0;
  margin: 0 auto;
  pointer-events: auto !important;
}

@media (max-width: 768px) {
  .form .submit {
    padding: 1.5rem 0;
  }
}

.form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  padding-top: 0.6rem;
}

@media (max-width: 768px) {
  .form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -4rem !important;
}

.price__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0075C1;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .price__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .price__title {
    margin-bottom: 1.5rem;
  }
}

.price__sub {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
  padding-left: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .price__sub {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 1.4rem;
  }
}

.price__sub::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1px;
  background-color: #434343;
}

@media (max-width: 768px) {
  .price__sub::before {
    width: 1rem;
  }
}

.price__sub02 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

@media (max-width: 768px) {
  .price__sub02 {
    font-size: 1.6rem;
  }
}

.price__sub03 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.price__table {
  width: 100%;
  margin-bottom: 7.1rem;
}

@media (max-width: 768px) {
  .price__table tr {
    border: 1px solid;
  }
}

.price__table th {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  background-color: #ECF1F4;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  vertical-align: inherit;
}

@media (max-width: 768px) {
  .price__table th {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
}

.price__table td {
  width: 90rem;
  font-size: 1.4rem;
  line-height: calc(24/14);
  border: 1px solid;
  padding: 3.6rem 5.2rem;
}

@media (max-width: 768px) {
  .price__table td {
    display: block;
    width: 100%;
    border: none;
    padding: 2rem 2.2rem;
  }
}

.price__table td span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .price__table td span {
    font-size: 1.6rem;
  }
}

.saimu {
  margin: 6rem auto 17rem auto;
}

@media (max-width: 768px) {
  .saimu {
    margin: 6rem auto 11rem auto;
  }
}

/*----------------------
  フッター
-----------------------*/
.footer {
  padding-top: 1.2rem;
}

.footer.border {
  border-top: 2px #c4c4c4 solid;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 0 1.5rem 10rem 1.5rem;
  }
}

.footer__logo {
  width: 19.3rem;
  height: auto;
}

@media (max-width: 768px) {
  .footer__logo {
    width: 14.8rem;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}

.footer__right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer__right {
    width: 100%;
  }
}

.footer__table {
  width: 33rem;
  margin-left: 2.5rem;
}

@media (max-width: 768px) {
  .footer__table {
    max-width: 100%;
    margin-left: 1rem;
  }
}

.footer__table th {
  width: 6rem;
  font-size: 1.4rem;
  padding: 0.6rem 0;
  text-align: right;
}

@media (max-width: 768px) {
  .footer__table th {
    display: block;
    text-align: left;
    padding: 0.4rem 0;
  }
}

.footer__table td {
  width: 24rem;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.6rem 1.1rem;
}

@media (max-width: 768px) {
  .footer__table td {
    display: block;
    width: 24.6rem;
    padding: 0.4rem 0;
  }
}

.footer__table02 {
  width: 41rem;
  position: relative;
  top: -2rem;
}

@media (max-width: 768px) {
  .footer__table02 {
    top: 0;
    max-width: 34rem;
    margin: 0 auto 2rem auto;
  }
}

.footer__table02 th {
  width: 7rem;
  font-size: 1.4rem;
  padding: 0.6rem 0;
  text-align: right;
}

@media (max-width: 768px) {
  .footer__table02 th {
    width: 8rem;
  }
}

.footer__table02 td {
  width: 44rem;
  font-size: 1.4rem;
  padding: 0.6rem 1.1rem;
}

@media (max-width: 768px) {
  .footer__table02 td {
    max-width: 100%;
  }
}

.footer__table02 td span {
  font-size: 1.2rem;
}

.footer__table02 .tr-sp {
  display: none;
}

@media (max-width: 768px) {
  .footer__table02 .tr-sp {
    display: contents;
  }
}

.footer__btn {
  width: 25rem;
}

@media (max-width: 768px) {
  .footer__btn {
    display: none;
  }
}

.footer__btn .tell {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  border-style: solid;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8rem;
}

.footer__btn .tell:hover {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__btn .tell span {
  display: block;
  width: 100%;
  color: #fff;
  padding: 1.5rem 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__btn .tell span.is_active {
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__btn .line {
  display: block;
  width: 100%;
  background: #fff !important;
  border: 2px solid #0075c1;
  -o-border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
     border-image: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  border-image-slice: 1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 1rem;
}

.footer__btn .line span {
  display: block;
  background: #0075c1;
  background: -webkit-gradient(linear, left top, right top, from(#0075c1), color-stop(62%, #027cc6), to(#14b6ec));
  background: linear-gradient(to right, #0075c1 0%, #027cc6 62%, #14b6ec 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0.1rem 0;
}

.footer__menu {
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 6rem auto 2.4rem auto;
}

@media (max-width: 768px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu li,
.footer__menu a {
  font-size: 1.4rem;
}

.footer__menu li:hover, .footer__menu li:focus,
.footer__menu a:hover,
.footer__menu a:focus {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  color: #0075C1;
}

.footer__menu li a:hover,
.footer__menu a a:hover {
  opacity: 1;
}

.footer__copy {
  width: 100%;
  background-color: #0075c1;
  font-size: 1rem;
  color: #fff;
  padding: 0.3rem 0;
  text-align: center;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .site-wrapper {
    display: block;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._wrapper {
  max-width: 1232px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (max-width: 700px) {
  ._wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.title-bg {
  background: radial-gradient(81.65% 734.82% at 12.7% 70.54%, #0075c1 0%, #2fafda 100%);
  color: #fff;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */