@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

p {
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 1000px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 999px) {
  .pc {
    display: none; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 1000px) {
  .tab {
    display: inherit; } }
@media screen and (max-width: 999px) {
  .tab {
    display: inherit; } }
@media screen and (max-width: 767px) {
  .tab {
    display: none; } }

@media screen and (min-width: 1000px) {
  .sp {
    display: none; } }
@media screen and (max-width: 999px) {
  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit; } }

body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px; }

a {
  color: inherit;
  text-decoration: none; }

ul li, ol li {
  list-style: none; }

.btn {
  width: 360px;
  margin: 0 auto;
  padding: .85em 0;
  display: block;
  border-radius: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  transition: all .2s linear; }
  @media screen and (max-width: 999px) {
    .btn {
      width: 300px;
      padding: .75em 0; } }
  @media screen and (max-width: 767px) {
    .btn {
      width: 75%;
      padding: .5em;
      font-size: 18px; } }
  .btn:hover {
    opacity: .7; }
    @media screen and (max-width: 999px) {
      .btn:hover {
        opacity: 1; } }
  .btn-dl {
    background-color: #4eb233; }
  .btn-contact {
    background-color: #1b7fbb; }
  .btn-icn {
    margin-right: 8px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .btn-icn {
        width: 18px;
        height: auto; } }

.entry-cta {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 999px) {
    .entry-cta {
      display: block; } }
  @media screen and (max-width: 999px) {
    .entry-cta .btn {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 999px) {
    .entry-cta .btn-contact {
      margin-top: 20px; } }

.sec-inner {
  width: 94%;
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 999px) {
    .sec-inner {
      width: 90%;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .sec-inner {
      width: 90%;
      padding-top: 40px;
      padding-bottom: 40px; } }
.sec-head {
  text-align: center; }
.sec-shl {
  margin: 0 auto;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: solid 2px;
  border-image: linear-gradient(to right, #1a7fbb, #49ba44) 1;
  color: #1b7fbb;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sec-shl {
      padding-bottom: 6px;
      text-align: left; } }
.sec-hl {
  margin-top: 24px;
  font-size: 32px;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    .sec-hl {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .sec-hl {
      margin-top: 16px;
      font-size: 20px;
      text-align: center; } }
  .sec-hl-strong {
    color: #1b7fbb; }
.sec-lede {
  margin-top: 24px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .sec-lede {
      margin-top: 8px;
      font-size: 14px;
      text-align: left; } }

.ast {
  color: #1b7fbb;
  vertical-align: super;
  font-size: 14px; }

.cmn-hl {
  margin-top: 40px;
  color: #1b7fbb;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cmn-hl {
      margin-top: 20px;
      font-size: 16px; } }

.cta-dl-wrap {
  text-align: center; }
.cta-dl-comment {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .cta-dl-comment span {
    width: 240px;
    margin: 0 auto 32px;
    padding: .75em 0;
    position: relative;
    border-bottom: solid 2px #3f3f3f;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    .cta-dl-comment span::before {
      width: 0;
      height: 0;
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid 16px transparent;
      border-top-color: #000;
      margin-left: -16px; }
    .cta-dl-comment span::after {
      width: 0;
      height: 0;
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid 14px transparent;
      border-top-color: #fff;
      margin-left: -14px; }

.blank {
  width: 12px;
  height: 12px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .blank {
      width: 10px;
      height: 10px; } }

.note-clr {
  color: #1b7fbb; }

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  transition: all .2s linear; }
  .header-inner {
    width: 100%;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear; }
    @media screen and (max-width: 767px) {
      .header-inner {
        padding: 0 0 10px 10px; } }
  .header-logo {
    width: 100%;
    max-width: 331px;
    height: auto;
    display: inline-block;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-logo {
        max-width: 257px; } }
    @media screen and (max-width: 767px) {
      .header-logo {
        max-width: 180px; } }
    .header-logo-img {
      width: 100%;
      display: block;
      vertical-align: middle;
      transition: all .2s linear; }
  .header-link {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .header-link {
        padding-right: 10px; } }
  .header-contact {
    display: inline-block;
    color: #1b7fbb;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-contact {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .header-contact {
        font-size: 11px; } }
    .header-contact:hover {
      opacity: .7; }
  .header-dl {
    margin-top: 4px;
    padding: 8px 1.5em;
    display: inline-block;
    background-color: #4eb233;
    border-radius: 2em;
    color: #fff;
    font-weight: bold;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-dl {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .header-dl {
        margin-top: 2px;
        padding: 4px .75em;
        font-size: 11px; } }
    .header-dl:hover {
      opacity: .7; }
    .header-dl .btn-icn {
      width: 16px;
      height: auto;
      margin-right: 0;
      display: inline-block;
      transition: all .2s linear; }
      @media screen and (max-width: 999px) {
        .header-dl .btn-icn {
          width: 14px; } }
      @media screen and (max-width: 767px) {
        .header-dl .btn-icn {
          width: 11px; } }
  .header-fixed {
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25); }
    .header-fixed .header-inner {
      padding: 10px 3%; }
      @media screen and (max-width: 767px) {
        .header-fixed .header-inner {
          padding: 0 0 10px 10px; } }
    .header-fixed .header-logo {
      max-width: 280px; }
      @media screen and (max-width: 999px) {
        .header-fixed .header-logo {
          max-width: 257px; } }
      @media screen and (max-width: 767px) {
        .header-fixed .header-logo {
          max-width: 180px; } }
    .header-fixed .header-contact {
      font-size: 12px; }
      @media screen and (max-width: 999px) {
        .header-fixed .header-contact {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .header-fixed .header-contact {
          font-size: 11px; } }
    .header-fixed .header-dl {
      font-size: 14px;
      padding: 6px 1em; }
      @media screen and (max-width: 767px) {
        .header-fixed .header-dl {
          margin-top: 2px;
          padding: 4px .75em;
          font-size: 11px; } }

.hero {
  padding-top: 108px; }
  @media screen and (max-width: 767px) {
    .hero {
      padding-top: 61px; } }
  .hero-inner {
    width: 100%;
    height: 625px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .hero-inner {
        height: auto; } }
  .hero-lede {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #1b7fbb;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
    display: inline-block; }
    @media screen and (max-width: 999px) {
      .hero-lede {
        margin-top: 0;
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .hero-lede {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 12px;
        text-align: center; } }
  .hero-logo {
    width: 620px; }
    @media screen and (max-width: 999px) {
      .hero-logo {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .hero-logo {
        width: 100%; } }
  .hero-txt {
    width: 100%; }
    .hero-txt-wrap {
      width: 100%;
      height: 100%;
      padding: 0 7%;
      display: flex;
      justify-content: flex-start;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 999px) {
        .hero-txt-wrap {
          width: 100%;
          margin: 0;
          padding: 0 5%;
          display: block; } }
  .hero-ttl {
    color: #1b7fbb;
    font-size: 48px;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .hero-ttl {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .hero-ttl {
        margin: 0;
        font-size: 24px; } }
  .hero-sttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.875;
    letter-spacing: .25%; }
    @media screen and (max-width: 999px) {
      .hero-sttl {
        font-size: 17px;
        line-height: 1.75;
        letter-spacing: 0; } }
    @media screen and (max-width: 767px) {
      .hero-sttl {
        font-size: 14px;
        text-align: center;
        letter-spacing: -.5px; } }
  .hero-point {
    width: 100%;
    max-width: 540px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (max-width: 999px) {
      .hero-point {
        max-width: 400px;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .hero-point {
        margin-top: 10px; } }
    .hero-point-item {
      width: 32%;
      margin-right: 2%;
      padding: 10px 0;
      background-color: #1b7fbb;
      border-radius: 6px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 999px) {
        .hero-point-item {
          width: 47.5%;
          margin-right: 0;
          font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .hero-point-item {
          width: 31%;
          padding: 6px;
          font-size: 11px; } }
      .hero-point-item:nth-child(n+3) {
        margin-right: 0; }
        @media screen and (max-width: 999px) {
          .hero-point-item:nth-child(n+3) {
            margin-top: 12px; } }
        @media screen and (max-width: 767px) {
          .hero-point-item:nth-child(n+3) {
            margin-top: 0; } }
  .hero-img {
    width: 45%;
    max-width: 840px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 999px) {
      .hero-img {
        margin-top: auto;
        margin-bottom: auto;
        bottom: 0; } }
    @media screen and (max-width: 767px) {
      .hero-img {
        width: 310px;
        margin-top: inherit;
        margin-bottom: inherit;
        top: auto;
        bottom: 45px; } }
  .hero .btn {
    margin: 100px auto 0;
    display: block; }
    @media screen and (max-width: 999px) {
      .hero .btn {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .hero .btn {
        margin-top: 240px; } }

@media screen and (max-width: 1280px) {
  .about .sec-inner {
    padding-top: 40px; } }
@media screen and (max-width: 999px) {
  .about .sec-inner {
    padding-top: 60px; } }
.about-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .about-list {
      display: block; } }
  .about-list-item {
    width: 32%;
    padding: 36px;
    background-color: #1b7fbb;
    position: relative; }
    @media screen and (max-width: 999px) {
      .about-list-item {
        padding: 30px 10px; } }
    @media screen and (max-width: 767px) {
      .about-list-item {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .about-list-item:nth-child(n+2) {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .about-list-item:nth-child(2) .about-list-img {
        width: 80%; } }
  .about-list-shl {
    width: 70px;
    padding: 2px 12px;
    margin: auto;
    background-color: #4cbc38;
    border-radius: 14px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
  .about-list-hl {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -.15px; }
    @media screen and (max-width: 999px) {
      .about-list-hl {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .about-list-hl {
        font-size: 16px; } }
  .about-list-img {
    width: 100%;
    display: block;
    margin: 15px auto; }
    .about-list-img-note {
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-align: center; }

.problem {
  background-color: #e6f1f7; }
  .problem-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .problem-list {
        display: block; } }
    .problem-list-item {
      width: 32%;
      padding: 36px;
      background-color: #fff;
      border-radius: 8px; }
      @media screen and (max-width: 999px) {
        .problem-list-item {
          padding: 30px 10px; } }
      @media screen and (max-width: 767px) {
        .problem-list-item {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .problem-list-item:nth-child(n+2) {
          margin-top: 20px; } }
    .problem-list-hl {
      padding-bottom: 25px;
      color: #1b7fbb;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 999px) {
        .problem-list-hl {
          font-size: 14px;
          letter-spacing: -.15px; } }
      @media screen and (max-width: 767px) {
        .problem-list-hl {
          font-size: 16px; } }
      .problem-list-hl::after {
        content: "";
        width: 30px;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: linear-gradient(to right, #1a7fbb, #49ba44);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    .problem-list-img {
      width: 90%;
      max-width: 280px;
      margin: 25px auto 0;
      display: block; }
    .problem-list-btn {
      width: 180px;
      padding: 8px 32px;
      margin: 25px auto 0;
      background-color: #4eb233;
      border-radius: 24px;
      display: block;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      position: relative;
      transition: all .2s linear; }
      .problem-list-btn:hover {
        opacity: .7; }
      .problem-list-btn-inner::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 12px;
        right: 24px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }

.solution {
  background-color: #1b7fbb; }
  .solution .sec-inner {
    padding-top: 0; }
  .solution .sec-shl {
    color: #fff;
    text-align: center; }
  .solution .sec-hl {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .solution .sec-hl {
        font-size: 18px;
        letter-spacing: -.5px; } }
  .solution .sec-pt {
    padding-top: 120px; }
    @media screen and (max-width: 999px) {
      .solution .sec-pt {
        padding-top: 100px; } }
  .solution-lede {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .solution-lede {
        display: block; } }
    .solution-lede-img {
      width: 30%;
      display: block; }
      @media screen and (max-width: 999px) {
        .solution-lede-img {
          width: 35%; } }
      @media screen and (max-width: 767px) {
        .solution-lede-img {
          width: 80%;
          margin: 0 auto 20px; } }
    .solution-lede-txt {
      width: 65%;
      color: #fff;
      line-height: 1.75; }
      @media screen and (max-width: 999px) {
        .solution-lede-txt {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .solution-lede-txt {
          width: 100%; } }
  .solution-detail {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .solution-detail {
        margin-top: 0;
        display: block; } }
    .solution-detail-box {
      width: 47.5%;
      padding: 30px 30px 20px;
      background-color: #fff;
      border-radius: 8px;
      text-align: center; }
      @media screen and (max-width: 999px) {
        .solution-detail-box {
          padding: 24px 24px 16px; } }
      @media screen and (max-width: 767px) {
        .solution-detail-box {
          width: 100%;
          margin-top: 20px; } }
    .solution-detail-img {
      width: 100%;
      max-width: 350px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .solution-detail-img {
          width: 90%; } }
    .solution-detail-hl {
      color: #1b7fbb;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -.25; }
      @media screen and (max-width: 999px) {
        .solution-detail-hl {
          font-size: 16px; } }
    .solution-detail .sup {
      font-size: 10px;
      vertical-align: super; }
  .solution .btn-dl {
    margin-top: 100px; }
    @media screen and (max-width: 999px) {
      .solution .btn-dl {
        margin-top: 80px; } }
    @media screen and (max-width: 767px) {
      .solution .btn-dl {
        margin-top: 60px; } }

.system-img {
  width: 100%;
  max-width: 990px;
  margin: 50px auto 0;
  display: block; }
.system-note {
  margin-top: 40px;
  font-size: 13px; }

.function {
  background-color: #e6f1f7; }
  .function-list {
    width: 100%;
    margin-top: 40px;
    padding: 50px 60px;
    background-color: #fff; }
    @media screen and (max-width: 999px) {
      .function-list {
        padding: 40px; } }
    @media screen and (max-width: 767px) {
      .function-list {
        margin-top: 30px;
        padding: 30px; } }
    .function-list-item {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .function-list-item:first-child {
        margin-top: 0; }
    .function-list-icn {
      width: 40px; }
    .function-list-detail {
      width: calc(100% - 60px); }
    .function-list-hl {
      margin-top: 8px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .function-list-hl {
          margin-top: 0;
          font-size: 16px; } }
    .function-list-txt {
      margin-top: 16px;
      position: relative; }
      @media screen and (max-width: 999px) {
        .function-list-txt {
          margin-top: 8px;
          font-size: 14px; } }
      .function-list-txt::before {
        content: "";
        width: 16px;
        height: 2px;
        background: linear-gradient(to right, #1a7fbb, #49ba44);
        position: absolute;
        top: 10px;
        left: 0;
        display: block; }
      .function-list-txt-inner {
        padding-left: 24px;
        display: inline-block; }

.fee-box {
  width: 44%;
  margin-top: 40px;
  padding: 30px 40px;
  background-color: #e6f1f7;
  border-radius: 8px;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .fee-box {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .fee-box {
      width: 100%;
      margin-top: 20px; } }
  .fee-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .fee-box-wrap {
        display: block; } }
  .fee-box-hl {
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .fee-box-hl {
        font-size: 20px; } }
    .fee-box-hl::after {
      content: "";
      width: 30px;
      height: 2px;
      margin: 5px auto 0;
      background: linear-gradient(to right, #1a7fbb, #49ba44);
      display: block; }
  .fee-box-detail {
    width: 100%;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .fee-box-detail {
        height: auto;
        padding: 20px 0; } }
    .fee-box-detail-txt {
      width: 100%;
      margin-top: 15px;
      color: #1b7fbb;
      font-size: 28px;
      font-weight: bold; }
      @media screen and (max-width: 999px) {
        .fee-box-detail-txt {
          font-size: 20px;
          line-height: 1.25;
          letter-spacing: -.5px; } }
      .fee-box-detail-txt-s {
        display: block;
        color: #1b7fbb;
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 999px) {
          .fee-box-detail-txt-s {
            margin-bottom: 8px;
            font-size: 14px; } }
    .fee-box-detail-note {
      font-size: 13px;
      text-align: left;
      position: relative; }
      @media screen and (max-width: 999px) {
        .fee-box-detail-note {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .fee-box-detail-note {
          margin-top: 16px; } }
      .fee-box-detail-note::before {
        content: "※";
        color: #1b7fbb;
        position: absolute;
        top: 0;
        left: 0; }
      .fee-box-detail-note-inner {
        padding-left: 1.5em;
        display: inline-block; }
.fee-plus {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block; }
  @media screen and (max-width: 767px) {
    .fee-plus {
      margin-top: 30px; } }
.fee-note {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .fee-note {
      margin-top: 20px; } }

.dl-form {
  background-color: #e6f1f7; }
  .dl-form .sec-hl {
    text-align: center;
    color: #1b7fbb; }
  .dl-form-area {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 5%;
    background-color: #fff;
    border-radius: 10px; }
  .dl-form-link {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 767px) {
      .dl-form-link {
        display: block;
        text-align: center; } }
    .dl-form-link-contact {
      display: inline-block;
      color: #1b7fbb;
      transition: all .2s linear; }
      @media screen and (max-width: 999px) {
        .dl-form-link-contact {
          font-size: 14px; } }
      .dl-form-link-contact a {
        text-decoration: underline; }
        .dl-form-link-contact a:hover {
          text-decoration: none; }
    .dl-form-link-process {
      display: inline-block;
      color: #1b7fbb;
      transition: all .2s linear; }
      @media screen and (max-width: 999px) {
        .dl-form-link-process {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .dl-form-link-process {
          margin-top: 12px; } }
      .dl-form-link-process a {
        text-decoration: underline; }
        .dl-form-link-process a:hover {
          text-decoration: none; }
  .dl-form-privacy {
    margin-top: 2em;
    font-size: 14px;
    text-align: center; }
    .dl-form-privacy a {
      color: #1b7fbb;
      text-decoration: underline; }
      .dl-form-privacy a:hover {
        text-decoration: none; }
  .dl-form .smpForm {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto; }
    .dl-form .smpForm .ss_btnArea input {
      width: 40%;
      height: auto;
      margin-top: .25vh;
      border-radius: 6px;
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        .dl-form .smpForm .ss_btnArea input {
          width: 100%;
          font-size: 16px; } }
  .dl-form .ss_required_field,
  .dl-form .ss_enquete_field {
    padding: 1rem 2rem; }
  .dl-form fieldset {
    min-width: 0;
    margin: 0; }
  .dl-form input,
  .dl-form select {
    padding: 3px 1px;
    line-height: inherit;
    background-color: #fff; }
  .dl-form select {
    max-width: 100%;
    font-size: 13px; }
  .dl-form .ss_btnArea {
    margin-top: 2em; }
    .dl-form .ss_btnArea input {
      background-color: #104777 !important;
      border-color: #104777 !important; }
  .dl-form .ss_input textarea {
    width: 100%;
    padding: 3px 1px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px; }

.company .sec-inner {
  padding-top: 160px; }
  @media screen and (max-width: 999px) {
    .company .sec-inner {
      padding-top: 120px; } }
  @media screen and (max-width: 767px) {
    .company .sec-inner {
      padding-top: 80px; } }
.company-wrap {
  padding: 40px;
  border: solid 1px #ccc; }
  @media screen and (max-width: 767px) {
    .company-wrap {
      padding: 12px 16px 24px; } }
.company-hl {
  margin: 0 auto 40px;
  display: inline-block;
  border-bottom: solid 2px #1b7fbb;
  color: #1b7fbb;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .company-hl {
      margin-top: 20px;
      font-size: 16px; } }
  .company-hl-wrap {
    text-align: center; }
.company-list-wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 999px) {
    .company-list-wrap {
      display: block; } }
.company-list-1 {
  width: 50%;
  border-right: solid 1px #ccc; }
  @media screen and (max-width: 999px) {
    .company-list-1 {
      width: 100%;
      border-right: none; } }
.company-list-2 {
  width: 45%; }
  @media screen and (max-width: 999px) {
    .company-list-2 {
      width: 100%; } }
.company-item {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .company-item-hl {
    width: 140px; }
    @media screen and (max-width: 767px) {
      .company-item-hl {
        width: 120px;
        font-size: 14px; } }
  .company-item-txt {
    width: calc(100% - 140px); }
    @media screen and (max-width: 767px) {
      .company-item-txt {
        width: calc(100% - 120px);
        font-size: 14px; } }

.footer {
  margin-top: 80px;
  padding: 40px 0 0;
  border-top: solid 1px #dcdcdc; }
  @media screen and (max-width: 999px) {
    .footer {
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 40px;
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .footer-inner {
      width: 90%;
      margin-right: auto;
      margin-left: auto; } }
  .footer-logo {
    width: 322px;
    height: 30px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 767px) {
      .footer-logo {
        width: 233px;
        margin: 0; } }
    .footer-logo img {
      width: 100%;
      display: block; }
  @media screen and (max-width: 767px) {
    .footer-link {
      margin-top: 10px; } }
  .footer-link-list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer-link-list {
        flex-wrap: wrap;
        justify-content: flex-start; } }
  .footer-link-item {
    font-size: 12px;
    padding-right: 15px; }
    @media screen and (max-width: 999px) {
      .footer-link-item {
        padding-right: 11px; } }
    .footer-link-item a {
      padding-right: 15px;
      border-right: 1px solid #dcdcdc; }
      @media screen and (max-width: 767px) {
        .footer-link-item a {
          line-height: 1.75; } }
      .footer-link-item a:hover {
        text-decoration: underline; }
    .footer-link-item:last-child {
      padding-right: 0; }
      .footer-link-item:last-child a {
        border-right: none;
        padding-right: 0; }

.cm_footer_copy {
  margin-top: 30px;
  display: table;
  background-color: #e5e5e5;
  text-align: center;
  width: 100%;
  height: 34px; }
  .cm_footer_copy small {
    font-size: 12px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle; }
    @media screen and (max-width: 767px) {
      .cm_footer_copy small {
        font-size: 10px; } }
