@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #291500;
}

a:link,
a:visited,
a:hover,
a:active {
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.en {
  font-family: "Roboto", sans-serif;
}

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

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .header {
    height: 17.3333333333vw;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .header--logo {
    width: 18.6666666667vw;
    margin: 0 auto;
  }
  .header--nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #F4F6FA;
    padding: 63px 0 0 0;
    position: fixed;
    transition: transform 0.3s ease;
    top: 17.3333333333vw;
    right: 0;
    z-index: 1000;
  }
  .header--nav::before {
    content: "";
    width: 100%;
    height: 4vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .header--nav__ul {
    width: 71.7333333333vw;
    margin: 0 auto;
    background: url(../img/menu_line.svg) no-repeat 50% 0%;
  }
  .header--nav__ul li {
    background: url(../img/menu_line.svg) no-repeat 50% 100%;
  }
  .header--nav__ul a {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 6.4vw;
    display: block;
    padding: 6.4vw 0;
    background: url(../img/menu_arrow.svg) no-repeat calc(100% - 2.6666666667vw) 50%;
  }
  .header .menuopen {
    padding-bottom: 1.8666666667vw;
    background: url(../img/menu.svg) no-repeat 50% 100%;
    width: 9.8666666667vw;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .header .menuopen span {
    width: 9.8666666667vw;
    height: 0.5333333333vw;
    background: #000;
    display: block;
    margin: 0 0 1.8666666667vw 0;
    transition: all 0.3s;
  }
  .header .menuopen.open span:first-child {
    transform: translateY(0.8vw) rotate(16deg);
  }
  .header .menuopen.open span:nth-child(2) {
    transform: translateY(-1.6vw) rotate(-16deg);
  }
  .mv {
    padding-top: 17.3333333333vw;
    margin: 0;
  }
  .mv img {
    width: 100%;
  }
  .section-ttl {
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
    line-height: 9.6vw;
    margin: 0 auto 6.4vw auto;
  }
  .section-ttl::after {
    content: "";
    width: 16vw;
    height: 0.8vw;
    background: linear-gradient(to right, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0.8vw;
    display: block;
    margin: 4.2666666667vw auto 0 auto;
    border-radius: 0.8vw;
  }
  .top-contact {
    background: url(../img/contact_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 10.6666666667vw 2.6666666667vw;
  }
  .top-contact--inner {
    background: #ffffff;
    border-radius: 5.3333333333vw;
    margin: 0 auto;
    padding: 10.6666666667vw 8.8vw;
  }
  .top-contact--box:first-child {
    margin-bottom: 10.6666666667vw;
  }
  .top-contact--box__method {
    margin-bottom: 4.2666666667vw;
  }
  .top-contact--box__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.1333333333vw;
  }
  .top-contact--box__inner svg {
    width: 5.8666666667vw;
  }
  .top-contact--box__text {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    font-weight: 500;
  }
  .top-contact--btn__button {
    width: 100%;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    background: linear-gradient(to right, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.1333333333vw;
    color: #ffffff !important;
    font-size: 5.3333333333vw;
    font-weight: 700;
    box-shadow: 1.6vw 1.6vw 0.2666666667vw rgba(0, 0, 0, 0.2);
  }
  .top-contact--btn__button:first-child {
    margin-bottom: 6.4vw;
  }
  .top-contact--tel {
    display: flex;
    gap: 4.2666666667vw;
  }
  .top-contact--tel svg {
    min-width: 5.0666666667vw;
    transform: translateY(2.1333333333vw);
  }
  .top-contact--tel__number {
    font-size: 10.6666666667vw;
    line-height: 14.6666666667vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .top-contact--tel__number small {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    display: block;
    font-weight: 400;
  }
  .system {
    background: #F7F9FD;
    padding: 21.3333333333vw 2.6666666667vw;
    position: relative;
  }
  .system--section {
    margin: 0 auto 17.0666666667vw auto;
    font-size: 4.2666666667vw;
  }
  .system--section:last-child {
    margin-bottom: 0;
  }
  .system--section__ttl {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    font-weight: 700;
    text-align: center;
    margin: 4.2666666667vw 0;
  }
  .system--section__ttl span {
    color: #D55E5E;
  }
  .system--section__ttl + p {
    margin: 0 0 6.4vw 0;
    line-height: 6.4vw;
  }
  .system--section__ttl2 {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    font-weight: 400;
    display: flex;
    margin: 0;
  }
  .system--section__ttl2::before {
    content: "";
    width: 0.8vw;
    height: 7.4666666667vw;
    margin-right: 2.4vw;
    display: block;
    background: linear-gradient(to bottom, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .system--section__figure {
    margin: 0;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
  }
  .system--section__image {
    margin: 0 0 10.6666666667vw 0;
  }
  .system--section__image:last-child {
    margin-bottom: 0;
  }
  .system--section__dl {
    padding-left: 5.3333333333vw;
  }
  .system--section__dl dt {
    margin: 0 0 4.2666666667vw 0;
    line-height: 5.3333333333vw;
    display: flex;
    align-items: center;
    position: relative;
  }
  .system--section__dl dt::before {
    content: "";
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-right: 2.1333333333vw;
    border-radius: 1.6vw;
    background: #D55E5E;
    display: block;
  }
  .system--section__dl dd {
    margin: 0 0 6.4vw 0;
    line-height: 6.4vw;
  }
  .proposal {
    padding: 21.3333333333vw 2.6666666667vw;
    position: relative;
  }
  .proposal--read {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin: 0 0 6.4vw 0;
    text-align: center;
  }
  .proposal--container {
    margin: 0 auto 14.9333333333vw auto;
  }
  .proposal--container.c3 {
    margin-bottom: 0vw;
  }
  .proposal--text {
    padding: 8.5333333333vw 0 0 0;
  }
  .proposal--text__ttl {
    font-size: 6.4vw;
    line-height: 1;
    margin: 0;
    position: relative;
  }
  .proposal--text__ttl::after {
    content: "";
    width: 100%;
    height: 0.5333333333vw;
    background: linear-gradient(to bottom, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 4.2666666667vw 0;
    display: block;
  }
  .proposal--text__text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin: 0;
  }
  .proposal--before-after {
    margin: 0 auto;
  }
  .consul {
    margin-bottom: 21.3333333333vw;
  }
  .consul .section-ttl {
    padding: 0 2.6666666667vw;
  }
  .consul .proposal--read {
    padding: 0 2.6666666667vw;
  }
  .contact {
    padding: 21.3333333333vw 2.6666666667vw;
    background: url(../img/form_bg_sp.jpg) no-repeat;
    background-size: cover;
    position: relative;
  }
  .contact .section-ttl {
    color: #ffffff;
  }
  .contact .section-ttl::after {
    background: #ffffff;
  }
  .company {
    padding: 21.3333333333vw 2.6666666667vw;
    position: relative;
  }
  .company--table {
    font-size: 4.2666666667vw;
    border-collapse: collapse;
    width: 100%;
  }
  .company--table th {
    color: #47A6CB;
    font-weight: 700;
    line-height: 6.4vw;
    padding: 6.4vw 0;
    width: 25.0666666667vw;
    white-space: nowrap;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    vertical-align: top;
    text-align: left;
  }
  .company--table td {
    line-height: 6.4vw;
    padding: 6.4vw 0;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    vertical-align: top;
  }
  .company a {
    color: #D55E5E;
    text-decoration: underline;
  }
  .company--link {
    font-size: 4.2666666667vw;
    text-align: right;
    margin: 6.4vw 0 0 0;
  }
  .footer {
    padding-bottom: 40vw;
  }
  .footer--logo {
    width: 21.3333333333vw;
    margin: 0 auto 6.4vw auto;
  }
  .footer--nav {
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .footer--nav li::after {
    content: "　｜　";
  }
  .footer--nav li:last-child::after {
    display: none;
  }
  .footer--nav a {
    font-size: 4.2666666667vw;
  }
  .footer--copyright {
    background: linear-gradient(to right, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    text-align: center;
    font-size: 4.2666666667vw;
    padding: 3.4666666667vw;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none; /* 最初は非表示 */
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 10000;
  }
  .modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    background: 0;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  .modal-content {
    background: white;
    opacity: 0;
    transform: translateY(-30px);
  }
  .modal-content .bnr {
    width: 80vw;
  }
  .cv {
    margin: 0 auto;
    background: linear-gradient(to right, rgb(98, 140, 204) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 6.4vw;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1000;
    opacity: 0;
  }
  .cv.show {
    opacity: 1;
    pointer-events: auto;
  }
  .cv--ttl {
    display: none;
  }
  .cv--tel {
    display: flex;
    gap: 2.1333333333vw;
    align-items: center;
    margin-bottom: 2.1333333333vw;
  }
  .cv--tel svg {
    width: 3.7333333333vw;
    height: 6.6666666667vw;
  }
  .cv--tel__number {
    font-size: 6.4vw;
    font-weight: 700;
    color: #ffffff;
  }
  .cv--tel__number small {
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
  .cv--btn {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw;
  }
  .cv--btn__button {
    width: 40vw;
    height: 9.3333333333vw;
    border-radius: 9.3333333333vw;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.1333333333vw;
    color: #187DA5 !important;
    font-size: 4.2666666667vw;
    font-weight: 700;
    box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .cv--btn__button:nth-child(3) {
    width: 68.2666666667vw;
    margin: 0 auto;
  }
  .cv--btn .svg {
    width: 3.7333333333vw;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  section {
    overflow: hidden;
  }
  .header {
    height: 76px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-right: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header {
    height: 5.2777777778vw;
    padding-right: 3.75vw;
  }
}
@media (min-width: 768px) {
  .header--logo {
    width: 105px;
    position: absolute;
    top: 16px;
    left: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--logo {
    width: 7.2916666667vw;
    top: 1.1111111111vw;
    left: 3.75vw;
  }
}
@media (min-width: 768px) {
  .header--nav {
    max-width: 1400px;
    margin: 0 auto;
    display: block !important;
  }
  .header--nav__ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 32px;
    padding-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .header--nav__ul {
    gap: 0 2.2222222222vw;
    padding-top: 1.9444444444vw;
  }
}
@media (min-width: 768px) {
  .header--nav__ul a {
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--nav__ul a {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 768px) {
  .mv {
    padding-top: 91px;
    margin: 0;
  }
  .mv img {
    width: 100%;
  }
  .section-ttl {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin: 0 auto 56px auto;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-ttl {
    font-size: 3.8888888889vw;
    margin: 0 auto 3.8888888889vw auto;
  }
}
@media (min-width: 768px) {
  .section-ttl::after {
    content: "";
    width: 91px;
    height: 7px;
    background: url(../img/title_border.svg) no-repeat;
    display: block;
    margin: 32px auto 0 auto;
    border-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-ttl::after {
    width: 6.3194444444vw;
    height: 0.4861111111vw;
    margin: 2.2222222222vw auto 0 auto;
  }
}
@media (min-width: 768px) {
  .top-contact {
    background: url(../img/contact_bg_pc.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact {
    padding: 5.5555555556vw 0;
  }
}
@media (min-width: 768px) {
  .top-contact--inner {
    max-width: 1400px;
    background: #ffffff;
    border-radius: 50px;
    margin: 0 auto;
    padding: 64px 83px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--inner {
    max-width: 97.2222222222vw;
    border-radius: 3.4722222222vw;
    padding: 4.4444444444vw 5.7638888889vw;
  }
}
@media (min-width: 768px) {
  .top-contact--inner::before {
    content: "";
    width: 831px;
    height: 316px;
    display: block;
    background: url(../img/text_contact.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: -300px;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--inner::before {
    width: 57.7083333333vw;
    height: 21.9444444444vw;
    top: -5.5555555556vw;
    left: -20.8333333333vw;
  }
}
@media (min-width: 768px) {
  .top-contact--grid {
    display: grid;
    grid-template-columns: 569px 609px;
    gap: 0 56px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--grid {
    grid-template-columns: 39.5138888889vw 42.2916666667vw;
    gap: 0 3.8888888889vw;
  }
}
@media (min-width: 768px) {
  .top-contact--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-contact--box__method {
    background: linear-gradient(to bottom, rgb(114, 213, 240) 0%, rgb(147, 188, 252) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 179px;
    height: 184px;
    padding: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--box__method {
    width: 12.4305555556vw;
    height: 12.7777777778vw;
    padding: 0.2083333333vw;
  }
}
@media (min-width: 768px) {
  .top-contact--box__inner {
    background: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 29px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--box__inner {
    padding: 2.0138888889vw 0 0 0;
  }
}
@media (min-width: 768px) {
  .top-contact--box__text {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--box__text {
    font-size: 1.6666666667vw;
    line-height: 2.5vw;
    margin-top: 1.3194444444vw;
  }
}
@media (min-width: 768px) {
  .top-contact--btn__button {
    width: 350px;
    height: 80px;
    border-radius: 40px;
    background: linear-gradient(to right, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--btn__button {
    width: 24.3055555556vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    gap: 0 0.5555555556vw;
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 768px) {
  .top-contact--btn__button:first-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--btn__button:first-child {
    margin-bottom: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .top-contact--tel {
    display: flex;
    gap: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--tel {
    gap: 0.4861111111vw;
  }
}
@media (min-width: 768px) {
  .top-contact--tel svg {
    transform: translateY(20px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--tel svg {
    transform: translateY(1.3888888889vw);
  }
}
@media (min-width: 768px) {
  .top-contact--tel__number {
    font-size: 56px;
    line-height: 76px;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--tel__number {
    font-size: 3.8888888889vw;
    line-height: 5.2777777778vw;
  }
}
@media (min-width: 768px) {
  .top-contact--tel__number small {
    font-size: 24px;
    line-height: 33px;
    display: block;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-contact--tel__number small {
    font-size: 1.6666666667vw;
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 768px) {
  .system {
    background: url(../img/system_bg_pc.png) no-repeat 50% 500px #F4F6FA;
    background-size: 110%;
    padding: 160px 20px 120px 20px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system {
    background: url(../img/system_bg_pc.png) no-repeat 50% 34.7222222222vw #F4F6FA;
    padding: 11.1111111111vw 1.3888888889vw 8.3333333333vw 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .system::before {
    content: "";
    width: 1792px;
    height: 234px;
    display: block;
    background: url(../img/text_system.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 68px;
    left: 70px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system::before {
    background: url(../img/text_system.svg) no-repeat;
    background-size: contain;
    width: 90.2777777778vw;
    height: 16.25vw;
    top: 4.7222222222vw;
    left: 4.8611111111vw;
  }
}
@media (min-width: 768px) {
  .system * {
    position: relative;
  }
  .system--section {
    width: 1000px;
    margin: 0 auto 80px auto;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section {
    width: 69.4444444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .system--section:last-child {
    margin-bottom: 0;
  }
  .system--section__ttl {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__ttl {
    font-size: 2.7777777778vw;
    margin: 1.6666666667vw 0;
  }
}
@media (min-width: 768px) {
  .system--section__ttl span {
    color: #D55E5E;
  }
  .system--section__ttl + p {
    margin: 0 0 33px 0;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__ttl + p {
    margin: 0 0 2.2916666667vw 0;
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .system--section__ttl2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__ttl2 {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }
}
@media (min-width: 768px) {
  .system--section__ttl2::before {
    content: "";
    width: 4px;
    height: 32px;
    margin-right: 16px;
    display: block;
    background: linear-gradient(to bottom, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__ttl2::before {
    width: 0.2777777778vw;
    height: 2.2222222222vw;
    margin-right: 1.1111111111vw;
  }
}
@media (min-width: 768px) {
  .system--section__figure {
    margin: 0 auto;
    box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.1);
    width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__figure {
    width: 45.1388888889vw;
  }
}
@media (min-width: 768px) {
  .system--section__image {
    margin: 0 auto 40px auto;
    width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__image {
    margin: 0 auto 2.7777777778vw auto;
    width: 45.1388888889vw;
  }
}
@media (min-width: 768px) {
  .system--section__dl {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__dl {
    padding-left: 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .system--section__dl dt {
    margin: 0 0 20px 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__dl dt {
    margin: 0 0 1.3888888889vw 0;
    line-height: 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .system--section__dl dt::before {
    content: "";
    width: 11px;
    height: 11px;
    margin-right: 8px;
    border-radius: 6px;
    background: #D55E5E;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__dl dt::before {
    width: 0.7638888889vw;
    height: 0.7638888889vw;
    margin-right: 0.5555555556vw;
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 768px) {
  .system--section__dl dd {
    margin: 0 0 24px 0;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .system--section__dl dd {
    margin: 0 0 1.6666666667vw 0;
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .proposal {
    padding: 160px 20px 0;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal {
    padding: 11.1111111111vw 1.3888888889vw 0;
  }
}
@media (min-width: 768px) {
  .proposal::before {
    content: "";
    width: 917px;
    height: 231px;
    display: block;
    background: url(../img/text_proposal.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 68px;
    left: -1050px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal::before {
    background: url(../img/text_proposal.svg) no-repeat;
    background-size: contain;
    width: 63.6805555556vw;
    height: 16.0416666667vw;
    top: 4.7222222222vw;
    left: -72.9166666667vw;
  }
}
@media (min-width: 768px) {
  .proposal * {
    position: relative;
  }
  .proposal--read {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 56px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--read {
    font-size: 1.6666666667vw;
    line-height: 2.5vw;
    margin: 0 0 3.8888888889vw 0;
  }
}
@media (min-width: 768px) {
  .proposal--container {
    display: grid;
    grid-template-columns: 764px 510px;
    gap: 0 40px;
    width: 1314px;
    margin: 0 auto 16px auto;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--container {
    grid-template-columns: 53.0555555556vw 35.4166666667vw;
    gap: 0 2.7777777778vw;
    width: 91.25vw;
    margin: 0 auto 1.1111111111vw auto;
  }
}
@media (min-width: 768px) {
  .proposal--container.c1 {
    transform: translateX(-100px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--container.c1 {
    transform: translateX(-6.9444444444vw);
  }
}
@media (min-width: 768px) {
  .proposal--container.c2 {
    transform: translateX(80px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--container.c2 {
    transform: translateX(4.1666666667vw);
  }
}
@media (min-width: 768px) {
  .proposal--container.c3 {
    transform: translateX(-60px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--container.c3 {
    transform: translateX(-4.1666666667vw);
  }
}
@media (min-width: 768px) {
  .proposal--text {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--text {
    padding: 4.1666666667vw 0 0 0;
  }
}
@media (min-width: 768px) {
  .proposal--text__ttl {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--text__ttl {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .proposal--text__ttl::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to bottom, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 16px 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--text__ttl::after {
    height: 0.1388888889vw;
    margin: 1.1111111111vw 0;
  }
}
@media (min-width: 768px) {
  .proposal--text__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--text__text {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .proposal--before-after {
    width: 1425px;
    margin: 0 auto;
    transform: translateX(-30px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .proposal--before-after {
    width: 98.9583333333vw;
    transform: translateX(-2.0833333333vw);
  }
}
@media (min-width: 768px) {
  .consul {
    padding: 120px 0 160px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .consul {
    padding: 8.3333333333vw 0 11.1111111111vw;
  }
}
@media (min-width: 768px) {
  .contact {
    padding: 160px 20px;
    background: url(../img/form_bg_pc.jpg) no-repeat;
    background-size: cover;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .contact {
    padding: 11.1111111111vw 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .contact::before {
    content: "";
    width: 1161px;
    height: 316px;
    display: block;
    background: url(../img/text_contact-us.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 790px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .contact::before {
    background: url(../img/text_contact-us.png) no-repeat;
    background-size: contain;
    width: 80.625vw;
    height: 21.9444444444vw;
    top: 0vw;
    left: 0vw;
  }
}
@media (min-width: 768px) {
  .contact * {
    position: relative;
  }
  .contact .section-ttl {
    color: #ffffff;
  }
  .contact .section-ttl::after {
    background: #ffffff;
  }
  .contact--inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .company {
    padding: 160px 20px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company {
    padding: 11.1111111111vw 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .company::before {
    content: "";
    width: 1674px;
    height: 236px;
    display: block;
    background: url(../img/text_company.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 90px;
    left: -290px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company::before {
    background: url(../img/text_company.svg) no-repeat;
    background-size: contain;
    width: 116.25vw;
    height: 16.3888888889vw;
    top: 6.25vw;
    left: -20.1388888889vw;
  }
}
@media (min-width: 768px) {
  .company * {
    position: relative;
  }
  .company--inner {
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company--inner {
    max-width: 87.5vw;
  }
}
@media (min-width: 768px) {
  .company--table {
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company--table {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 768px) {
  .company--table th {
    color: #47A6CB;
    font-weight: 700;
    line-height: 24px;
    padding: 32px 0;
    width: 163px;
    white-space: nowrap;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company--table th {
    line-height: 1.6666666667vw;
    padding: 2.2222222222vw 0;
    width: 11.3194444444vw;
  }
}
@media (min-width: 768px) {
  .company--table td {
    line-height: 24px;
    padding: 32px 0;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company--table td {
    line-height: 1.6666666667vw;
    padding: 2.2222222222vw 0;
  }
}
@media (min-width: 768px) {
  .company a {
    color: #D55E5E;
    text-decoration: underline;
  }
  .company--link {
    text-align: right;
    margin: 24px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .company--link {
    margin: 1.6666666667vw 0 0 0;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer {
    padding-bottom: 15.9722222222vw;
  }
}
@media (min-width: 768px) {
  .footer--logo {
    width: 137px;
    margin: 0 auto 32px auto;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer--logo {
    width: 9.5138888889vw;
    margin: 0 auto 2.2222222222vw auto;
  }
}
@media (min-width: 768px) {
  .footer--nav {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer--nav {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 768px) {
  .footer--nav li::after {
    content: "　｜　";
  }
  .footer--nav li:last-child::after {
    display: none;
  }
  .footer--nav a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer--nav a {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 768px) {
  .footer--copyright {
    background: linear-gradient(to right, rgb(147, 188, 252) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer--copyright {
    font-size: 1.1111111111vw;
    padding: 0.9027777778vw;
  }
}
@media (min-width: 768px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none; /* 最初は非表示 */
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }
  .modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    background: 0;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  .modal-content {
    background: white;
    opacity: 0;
    transform: translateY(-30px);
  }
  .modal-content .bnr {
    width: 34.375vw;
  }
  .cv {
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(98, 140, 204) 0%, rgb(114, 213, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    justify-content: center;
    gap: 0 15px;
    padding: 7px 0;
    border-radius: 40px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1000;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv {
    max-width: 97.2222222222vw;
    padding: 0.4861111111vw 2.7777777778vw 0.4861111111vw 2.7777777778vw;
    border-radius: 2.7777777778vw;
    bottom: 2.0833333333vw;
    gap: 0 1.0416666667vw;
  }
}
@media (min-width: 768px) {
  .cv.show {
    opacity: 1;
    pointer-events: auto;
  }
  .cv--ttl {
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--ttl {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .cv--tel {
    display: flex;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--tel {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 768px) {
  .cv--tel svg {
    transform: translateY(20px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--tel svg {
    transform: translateY(1.3888888889vw);
  }
}
@media (min-width: 768px) {
  .cv--tel__number {
    font-size: 46px;
    line-height: 66px;
    font-weight: 700;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--tel__number {
    font-size: 2.7777777778vw;
    line-height: 4.5833333333vw;
  }
}
@media (min-width: 768px) {
  .cv--tel__number small {
    font-size: 20px;
    line-height: 28px;
    display: block;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--tel__number small {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
@media (min-width: 768px) {
  .cv--btn {
    display: flex;
    gap: 0 16px;
    transform: translateY(10px);
  }
  .cv--btn__button {
    width: 310px;
    height: 80px;
    border-radius: 40px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    color: #187DA5 !important;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--btn__button {
    width: 21.5277777778vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    gap: 0 0.5555555556vw;
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 768px) {
  .cv--btn__button:first-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cv--btn__button:first-child {
    margin-bottom: 1.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */