@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: #0069c6; }
  .btn-contact {
    background-color: #0069c6; }
  .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-hl {
  color: #005bac;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  @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: #225b62; }
.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; } }
.sec-lede-movie {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #005bac;
  margin-top: 40px;
  border-radius: 8px;
}
.sec-lede-movie h3 {
  font-size: 18px;
  color: #fff;
}
.sec-lede-movie .mov {
  width: 50%;
  margin: 20px 0;
}
.sec-lede-movie .mov .mov-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.sec-lede-movie .mov .mov-wrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-lede-movie {
    display: block;
    margin-top: 15px;
    border-radius: 8px;
    padding: 10px;
  }
  .sec-lede-movie h3 {
    font-size: 16px;
    color: #fff;
  }
  .sec-lede-movie .mov {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
}
.ast {
  color: #225b62;
  vertical-align: super;
  font-size: 14px; }

.cmn-hl {
  margin-top: 40px;
  color: #225b62;
  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: #005bac;
    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: #005bac;
    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;
  background: url(../img/hero-img.png) right 70px no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .hero {
      padding-top: 61px;
      background-position: 82% 70px; } }
  .hero-inner {
    width: 100%;
    padding: 70px 0 50px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .hero-inner {
        padding-top: 60px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero-inner {
        padding: 40px 5%; } }
  .hero-txt {
    width: 80%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 999px) {
      .hero-txt {
        width: 100%; } }
  .hero-target {
    margin-bottom: 12px;
    padding: .5em 1em .25em;
    background-color: #005bac;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .hero-target {
        font-size: 16px; } }
  .hero-lede {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block; }
    @media screen and (max-width: 999px) {
      .hero-lede {
        margin-top: 0;
        font-size: 18px;
        display: block; } }
    @media screen and (max-width: 767px) {
      .hero-lede {
        width: 100%;
        margin-top: 10px; } }
  .hero-ttl {
    color: #fff;
    font-size: 48px;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .hero-ttl {
        font-size: 32px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero-ttl {
        margin: 0;
        font-size: 28px; } }
    .hero-ttl-ml {
      margin-left: -24px; }
      @media screen and (max-width: 999px) {
        .hero-ttl-ml {
          margin-left: 0; } }
  .hero .btn {
    width: 320px;
    margin: 50px auto 0;
    padding: .5em 0;
    display: block;
    background-color: #005bac; }
    @media screen and (max-width: 999px) {
      .hero .btn {
        width: auto;
        padding: .5em 30px;
        margin-top: 30px;
        font-size: 18px;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .hero .btn {
        margin-top: 40px;
        font-size: 15px; } }

@media screen and (max-width: 999px) {
  .lede .sec-lede {
    text-align: center; } }

.problem {
  background-color: #f6f6f6; }
  .problem .sec-hl {
    color: #333; }
  .problem-list {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .problem-list {
        margin-top: 0;
        display: block; } }
  .problem-item {
    width: 23.5%; }
    @media screen and (max-width: 767px) {
      .problem-item {
        width: 100%;
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .problem-item:nth-child(n+2) {
        margin-top: 20px; } }
    .problem-item::after {
      content: "";
      width: 0;
      height: 0;
      margin: 20px auto 0;
      display: block;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #7f7f7f; }
    @media screen and (max-width: 767px) {
      .problem-item:nth-child(-n+3)::after {
        content: none; } }
    .problem-item-inner {
      padding: 25px 20px;
      background-color: #fff;
      border-radius: 8px; }
      @media screen and (max-width: 767px) {
        .problem-item-inner {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          flex-direction: row-reverse; } }
      @media screen and (max-width: 767px) {
        .problem-item-inner2 {
          width: calc(100% - 100px); } }
  .problem-hl {
    color: #333;
    font-size: 19px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .problem-hl {
        font-size: 18px;
        text-align: left; } }
  .problem-img {
    width: 50%;
    max-width: 100px;
    margin: 20px auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .problem-img {
        display: none; } }
    .problem-img-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .problem-img-sp {
          width: 80px;
          display: block; } }
  .problem-txt {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 16px; }
  .problem-solution {
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(to right, #03a7d9, #8ec322);
    border-radius: 8px; }
    .problem-solution-hl {
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .problem-solution-hl {
          font-size: 18px; } }
    .problem-solution-txt {
      width: 100%;
      margin-top: 25px;
      padding: 25px;
      background-color: #fff;
      color: #000;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .problem-solution-txt {
          font-size: 14px; } }

.support-list {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .support-list {
      display: block; } }
.support-item {
  width: 47%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .support-item {
      width: 100%; } }
  .support-item:first-child .support-hl {
    background-color: #7f7f7f; }
  .support-item:first-child .support-item-list-item::before {
    background-color: #999; }
  @media screen and (max-width: 767px) {
    .support-item:first-child {
      margin-bottom: 80px; } }
  .support-item:first-child::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
    border-bottom: solid 30px #005bac;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .support-item:first-child::before {
        margin: 0 auto;
        top: auto;
        right: 0;
        bottom: -50px;
        left: 0;
        transform: rotate(45deg); } }
  .support-item-list {
    width: 100%; }
    .support-item-list-item {
      margin-top: 10px;
      padding-left: 20px;
      position: relative;
      font-size: 18px;
      font-weight: bold; }
      .support-item-list-item:first-child {
        margin-top: 0; }
      .support-item-list-item::before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        background-color: #005bac;
        border-radius: 5px;
        position: absolute;
        top: 7px;
        left: 0; }
.support-hl {
  width: 100%;
  padding: 10px 0;
  background-color: #005bac;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
.support-img {
  width: 100%;
  margin: 25px 0;
  display: block; }

.solution {
  background: linear-gradient(to right, #03a7d9, #8ec322); }
  .solution .sec-hl-lede {
    margin: 10px auto 0;
    display: block;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .solution .sec-hl-lede {
        font-size: 18px; } }
  .solution .sec-hl {
    color: #fff; }
  .solution .sec-lede {
    color: #fff; }
  .solution-shl {
    margin: 0 auto;
    padding: 5px 50px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    color: #005bac;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .solution-shl {
        font-size: 18px; } }
  .solution-list {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .solution-list {
        display: block; } }
  .solution-item {
    width: 31.5%;
    padding: 40px 20px 20px;
    position: relative;
    background-color: #fff;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .solution-item {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .solution-item:last-child {
        margin-bottom: 0; } }
    .solution-item-inner {
      margin-top: 10px; }
  .solution-num {
    width: 64px;
    height: 64px;
    background-color: #005bac;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    color: #fff;
    font-size: 28px;
    font-weight: bold; }
  .solution-hl {
    color: #005bac; }
  .solution-img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    display: block;
    float: right; }

.bigpicture {
  background-color: #f6f6f6;
  padding-bottom: 40px; }
  .bigpicture-img {
    width: 100%;
    max-width: 1000px;
    margin-top: 40px;
    display: block; }

.about {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden; }
  .about-hl {
    padding: 12px 20px;
    background-color: #005bac;
    color: #fff;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .about-hl {
        font-size: 18px; } }
  .about-txt-wrap {
    margin-top: 20px;
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .about-txt-wrap {
        padding: 0 20px; } }
  .about-txt-inner {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .about-txt-inner {
        display: block; } }
    @media screen and (max-width: 767px) {
      .about-txt-inner2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .about-txt-mt {
    margin-top: 20px; }
  .about-txt-stg {
    width: 90px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    color: #005bac;
    font-weight: bold; }
    .about-txt-stg::after {
      content: ":";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }
    .about-txt-stg2 {
      width: calc(100% - 100px); }
  .about-img {
    margin-left: 30px;
    display: block; }
    @media screen and (max-width: 767px) {
      .about-img {
        max-width: 265px;
        margin: 20px auto; } }
  .about-fap {
    margin-top: 20px;
    padding: 0 40px 30px; }
    @media screen and (max-width: 767px) {
      .about-fap {
        padding: 0 20px 20px; } }
    .about-fap-hl {
      width: 100%;
      margin-top: 40px;
      padding: 25px 40px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-around;
      position: relative; }
      @media screen and (max-width: 767px) {
        .about-fap-hl {
          display: block; } }
      .about-fap-hl::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 8px;
        border: 5px solid transparent;
        transition: transform .3s linear, border-width .3s linear, border-radius .3s linear, filter .6s linear;
        background-image: linear-gradient(to right, #03a7d9, #8ec322);
        background-origin: border-box;
        background-clip: border-box;
        mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        mask-clip: padding-box, border-box;
        mask-composite: exclude; }
      .about-fap-hl-then {
        padding: 5px 15px;
        display: inline-block;
        background-color: #005bac;
        position: absolute;
        z-index: 3;
        top: -20px;
        left: 20px;
        transform: rotate(-10deg);
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
      .about-fap-hl-logo {
        width: 32%;
        height: auto; }
        @media screen and (max-width: 767px) {
          .about-fap-hl-logo {
            width: 90%;
            max-width: 320px;
            margin: 0 auto;
            display: block; } }
      .about-fap-hl-txt {
        color: #333;
        font-size: 23px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .about-fap-hl-txt {
            margin-top: 20px;
            font-size: 18px; } }
    .about-fap-txt {
      margin-top: 25px; }

.dl-form {
  margin-top: -35px; }
  @media screen and (max-width: 767px) {
    .dl-form {
      margin-top: -50px; } }
  .dl-form-inner {
    width: 100%;
    margin-top: -35px;
    background-color: #e9f5ff;
    border-radius: 8px; }
  .dl-form-lede {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #005bac;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .dl-form-lede {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .dl-form-lede {
        font-size: 16px; } }
    .dl-form-lede::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: solid 15px transparent;
      border-top: solid 15px #005bac; }
  .dl-form .sec-inner {
    padding-top: 100px; }
    @media screen and (max-width: 999px) {
      .dl-form .sec-inner {
        padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      .dl-form .sec-inner {
        padding-top: 60px; } }
  .dl-form .sec-hl {
    text-align: center;
    color: #005bac; }
  .dl-form-area {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 5%;
    background-color: #fff; }
  .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: #005bac;
      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: #005bac;
      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: #005bac;
      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 #005bac;
  color: #005bac;
  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; } }
