@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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 */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

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: 768px) {
  .pc {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important; } }

html {
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-break: break-all; }

a {
  color: #215ecc;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    text-decoration: none; }

ul li, ol li {
  list-style: none; }

.main {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.common-hl {
  color: #215ecc;
  font-size: 40px;
  text-align: center;
  line-height: 1.325; }
  @media screen and (max-width: 767px) {
    .common-hl {
      font-size: 24px;
      text-align: left; } }
.common-shl {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  text-align: center; }
  .common-shl-inner {
    border-bottom: solid 1px #215ecc;
    color: #215ecc;
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .common-shl-inner {
        font-size: 18px; } }

.common-lede {
  margin-top: 20px;
  font-size: 16px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .common-lede {
      text-align: left; } }

.btn-fix {
  width: 76px;
  height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: linear-gradient(-180deg, #11d6cb 0%, #0097db 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .btn-fix {
      width: 45px;
      height: 230px;
      font-size: 18px;
      letter-spacing: 3px; } }
  .btn-fix::before {
    content: url("../img/icon-entry.png");
    margin-bottom: 6px;
    display: inline-block; }
  .btn-fix:hover {
    opacity: .8; }

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #215ecc;
  border-radius: 50%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: all .2s linear; }
  .pagetop:hover {
    opacity: .8; }
  @media screen and (max-width: 767px) {
    .pagetop {
      width: 36px;
      height: 36px; } }

.pagetop-arrow {
  height: 12px;
  width: 12px;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); }
  @media screen and (max-width: 767px) {
    .pagetop-arrow {
      width: 8px;
      height: 8px; } }

.cmn-btn {
  padding: 15px 40px;
  display: inline-block;
  background-color: #215ecc;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: opacity .3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .cmn-btn {
      width: 100%;
      padding: 15px 20px;
      font-size: 14px; } }
  .cmn-btn:hover {
    opacity: .5; }
  .cmn-btn-inner::after {
    content: "";
    width: 17px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
    background-image: url("../img/icon-arrow-white-down.svg");
    background-size: contain;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .cmn-btn-inner::after {
        width: 14px;
        height: 11px;
        margin-left: 2px; } }
  .cmn-btn-wrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .cmn-btn-wrap {
        margin-top: 30px; } }

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100; }
  .header-inner {
    width: 100%;
    padding: 10px 3%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .header-inner {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 400px) {
      .header-inner {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .header-logo-img {
    width: 210px;
    height: 52px;
    display: block;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-logo-img {
        width: 180px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .header-logo-img {
        width: 160px; } }
    @media screen and (max-width: 400px) {
      .header-logo-img {
        width: 140px; } }
  .header-gnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 999px) {
      .header-gnav {
        display: none; } }
    .header-gnav-item {
      margin-left: 20px; }
      @media screen and (max-width: 1280px) {
        .header-gnav-item {
          margin-left: 15px; } }
      .header-gnav-item-link {
        display: inline-block;
        color: #215ecc;
        font-size: 15px;
        font-weight: 700;
        transition: all .2s linear; }
        @media screen and (max-width: 1280px) {
          .header-gnav-item-link {
            font-size: 13px; } }
        .header-gnav-item-link-bd {
          padding: 8px 25px;
          border: solid 1px #215ecc;
          border-radius: 6px;
          transition: all .2s linear; }
          @media screen and (max-width: 1280px) {
            .header-gnav-item-link-bd {
              padding: 8px 10px; } }
        .header-gnav-item-link-bg {
          padding: 8px 25px;
          background-color: #215ecc;
          color: #fff;
          border-radius: 6px; }
          @media screen and (max-width: 1280px) {
            .header-gnav-item-link-bg {
              padding: 8px 10px; } }
  .header.is-scroll .header-logo-img {
    width: 160px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .header.is-scroll .header-logo-img {
        width: 140px; } }
    @media screen and (max-width: 999px) {
      .header.is-scroll .header-logo-img {
        width: 100px; } }
  .header.is-scroll .header-gnav-item-link {
    font-size: 15px; }
  .header.is-scroll .header-gnav-item-link-bd {
    padding: 5px 10px; }
  .header.is-scroll .header-gnav-item-link-bg {
    padding: 5px 10px; }
  .header.is-scroll .header-open {
    top: 0px;
    right: 8px; }
    @media screen and (max-width: 767px) {
      .header.is-scroll .header-open {
        top: 3px;
        right: 5px; } }
  .header-subnav {
    opacity: 0;
    visibility: hidden;
    width: 280px;
    padding: 10px 0;
    border-radius: 8px;
    background: #215ecc;
    position: absolute;
    z-index: 3000;
    top: 30px;
    transition: 0.5s; }
    .header-subnav-item-link {
      padding: 5px 10px;
      display: block;
      color: #fff;
      font-size: 14px; }
      .header-subnav-item-link::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 10px;
        background-image: url(../img/icon-arrow-white-down.svg);
        background-size: contain;
        transform: rotate(-90deg);
        margin-left: 4px;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        transition: 0.2s; }
      .header-subnav-item-link:hover::after {
        margin-left: 8px; }

.has-children {
  position: relative; }
  .has-children:hover .header-subnav {
    opacity: 1;
    visibility: visible; }
    .has-children:hover .header-subnav .header-subnav-item-link {
      background: #215ecc; }

#header-drawer {
  display: none; }

.header-open, .header-close {
  cursor: pointer;
  position: fixed; }

.header-open {
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
  transition: all .2s linear; }
  @media screen and (max-width: 999px) {
    .header-open {
      display: block; } }

.header-open::before,
.header-open::after {
  content: ""; }

.header-open span,
.header-open::before,
.header-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 60%;
  border-bottom: 2px solid #215ecc;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-open::before {
  transform: translateY(-8px); }

.header-open::after {
  transform: translateY(8px); }

.header-close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background .6s; }

#header-drawer:checked + .header-open {
  transform: translateX(-280px); }

#header-drawer:checked + .header-open span {
  transform: scaleX(0); }

#header-drawer:checked + .header-open::before {
  transform: rotate(135deg) scaleX(1.2);
  border-bottom: 2px solid #fff; }

#header-drawer:checked + .header-open::after {
  transform: rotate(-135deg) scaleX(1.2);
  border-bottom: 2px solid #fff; }

#header-drawer:checked ~ .header-close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3); }

.header-humbnav-menu {
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 25, 96, 0.75);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-humbnav-menu h2 {
  color: white;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center; }

.header-humbnav-menu ul {
  margin: 0;
  padding: 0; }

.header-humbnav-menu li {
  line-height: 1.4; }

.header-humbnav-menu li:nth-child(n+1):nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.header-humbnav-menu li > a,
.header-humbnav-menu li > p {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: inherit;
  transition: background .6s; }
  .header-humbnav-menu li > a.header-humbnav-item-link-bd,
  .header-humbnav-menu li > p.header-humbnav-item-link-bd {
    margin-top: 15px;
    padding: 15px 10px;
    border: solid 1px #fff;
    border-radius: 6px; }
  .header-humbnav-menu li > a.header-humbnav-item-link-bg,
  .header-humbnav-menu li > p.header-humbnav-item-link-bg {
    margin-top: 15px;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 6px;
    color: #215ecc;
    font-weight: 700; }

.header-humbnav-menu-dd::after {
  content: "";
  width: 14px;
  height: 11px;
  margin-left: 2px;
  display: inline-block;
  background-image: url(../img/icon-arrow-white-down.svg);
  background-size: contain; }

.header-humbnav-menu-dd.open::after {
  transform: rotate(180deg); }

.dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease; }

.dropdown-menu > a {
  padding: 0 0 8px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-indent: 1em; }

.dropdown-menu.open {
  max-height: 200px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px; }

#header-drawer:checked ~ .header-humbnav-menu {
  transform: none; }

.hero {
  padding-top: 72px; }
  .hero-inner {
    width: 100%;
    height: 800px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .hero-inner {
        height: 650px; } }
    @media screen and (max-width: 767px) {
      .hero-inner {
        height: auto; } }
  .hero-bg-lb {
    width: 900px;
    height: 365px;
    background-color: #e4f5ff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 1536px) {
      .hero-bg-lb {
        width: 800px; } }
    @media screen and (max-width: 1280px) {
      .hero-bg-lb {
        width: 640px; } }
    @media screen and (max-width: 767px) {
      .hero-bg-lb {
        display: none; } }
  .hero-main {
    width: 89.5%;
    height: 700px;
    background: url("../img/hero-bg.png") right top no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media screen and (max-width: 1536px) {
      .hero-main {
        background-position: center top; } }
    @media screen and (max-width: 1280px) {
      .hero-main {
        width: 92%;
        height: 700px; } }
    @media screen and (max-width: 999px) {
      .hero-main {
        width: 95%;
        height: 550px; } }
    @media screen and (max-width: 767px) {
      .hero-main {
        width: 100%;
        height: 600px;
        padding: 20px 0;
        background: url("../img/hero-bg-sp.png") center center no-repeat;
        background-size: cover;
        border-radius: 0;
        position: relative; } }
    @media screen and (max-width: 400px) {
      .hero-main {
        height: 520px; } }
  @media screen and (max-width: 1280px) {
    .hero-copy img {
      width: 550px; } }
  @media screen and (max-width: 999px) {
    .hero-copy img {
      width: 450px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .hero-copy img {
      width: 360px;
      margin: 0 auto;
      display: block; } }
  @media screen and (max-width: 400px) {
    .hero-copy img {
      width: 320px; } }
  .hero-point {
    width: 70%;
    max-width: 900px;
    height: 305px;
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 4; }
    @media screen and (max-width: 1536px) {
      .hero-point {
        max-width: 800px;
        left: 2%; } }
    @media screen and (max-width: 1280px) {
      .hero-point {
        max-width: 640px; } }
    @media screen and (max-width: 999px) {
      .hero-point {
        height: 220px; } }
    @media screen and (max-width: 767px) {
      .hero-point {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0;
        position: relative;
        background-color: #e4f5ff;
        left: auto;
        bottom: auto; } }
    .hero-point-hl {
      width: 100%;
      max-width: 876px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 767px) {
        .hero-point-hl {
          width: 90%;
          max-width: 360px; } }
    .hero-point-list {
      width: 100%;
      max-width: 867px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .hero-point-list {
          width: 90%;
          margin: 0 auto;
          display: block; } }
    @media screen and (max-width: 767px) {
      .hero-point-item {
        margin-top: 15px; } }
    .hero-point-item img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .hero-point-item img {
          max-width: 360px;
          margin: 0 auto;
          display: block; } }
    .hero-point-note {
      width: 100%;
      max-width: 867px;
      margin: 0 auto;
      display: block;
      font-size: 13px;
      text-align: left; }
      @media screen and (max-width: 999px) {
        .hero-point-note {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .hero-point-note {
          width: 90%;
          max-width: 360px;
          margin-top: 15px;
          text-align: left;
          font-size: 10px; } }
      .hero-point-note-red {
        color: #f00; }
  .hero-device {
    width: 650px;
    height: 360px;
    display: block;
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 3; }
    @media screen and (max-width: 1536px) {
      .hero-device {
        width: 45%;
        max-width: 600px;
        height: auto;
        right: 3%; } }
    @media screen and (max-width: 767px) {
      .hero-device {
        width: 360px;
        margin: 0 auto;
        display: block;
        position: relative;
        right: auto; } }
    @media screen and (max-width: 400px) {
      .hero-device {
        width: 300px; } }

.news {
  width: 100%;
  padding: 80px 0;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .news {
      padding: 50px 0; } }
  .news-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 25px 35px;
    border: solid 1px #215ecc;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .news-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .news-inner {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .news-inner {
        padding: 20px 30px; } }
  .news-hl {
    color: #215ecc;
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .news-hl {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        font-size: 18px; } }
    .news-hl::before {
      content: "";
      width: 26px;
      height: 28px;
      margin-right: 10px;
      display: inline-block;
      background: url("../img/icon-news.png") center left no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .news-hl::before {
          width: 20px;
          height: 22px; } }
  .news-time {
    padding: 2px 20px 0;
    color: #215ecc;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .news-time {
        padding-top: 0;
        padding-right: 10px;
        padding-left: 0;
        font-size: 16px; } }
  .news-cate {
    padding: 4px 12px;
    background-color: #e4f5ff;
    border-radius: 6px;
    color: #215ecc;
    font-size: 14px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .news-cate {
        font-size: 12px; } }
  .news-txt {
    width: 70%;
    margin-left: 20px;
    padding-top: 2px;
    display: inline-block;
    color: #215ecc;
    font-size: 18px;
    line-height: 1.325; }
    @media screen and (max-width: 1280px) {
      .news-txt {
        width: 100%;
        margin: 10px 0 0 0;
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .news-txt {
        font-size: 16px; } }

a.news-inner {
  transition: opacity .3s ease-in-out; }
  a.news-inner:hover {
    opacity: .5; }
  a.news-inner::after {
    content: "";
    display: block;
    width: 14px;
    height: auto;
    margin: auto 0;
    background: url("../img/icon-arrow-blue.svg") center center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px; }

.anchor {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    .anchor {
      width: 94%; } }
  @media screen and (max-width: 767px) {
    .anchor {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .anchor {
      margin-bottom: 30px; } }
  .anchor-item {
    width: 19%; }
    @media screen and (max-width: 767px) {
      .anchor-item {
        width: 47.5%; } }
    @media screen and (max-width: 767px) {
      .anchor-item:nth-child(n+3) {
        margin-top: 10px; } }
    @media screen and (max-width: 1280px) {
      .anchor-item:nth-child(4) .anchor-link-inner {
        font-size: 13px;
        letter-spacing: -1px; } }
    @media screen and (max-width: 999px) {
      .anchor-item:nth-child(4) .anchor-link-inner {
        font-size: 10px;
        letter-spacing: -1px; } }
    .anchor-item:nth-child(4) .anchor-link {
      padding: 15px 0; }
    @media screen and (max-width: 1280px) {
      .anchor-item:nth-child(4) .anchor-link-inner::after {
        vertical-align: middle; } }
  .anchor-link {
    width: 100%;
    padding: 15px;
    background-color: #215ecc;
    border-radius: 8px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: opacity .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .anchor-link {
        padding: 15px 5px;
        font-size: 14px; } }
    .anchor-link:hover {
      opacity: .5; }
    .anchor-link-inner::after {
      content: "";
      width: 17px;
      height: 15px;
      margin-left: 5px;
      display: inline-block;
      background-image: url("../img/icon-arrow-white-down.svg");
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .anchor-link-inner::after {
          width: 14px;
          height: 11px;
          margin-left: 2px; } }

.problem {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    .problem {
      padding: 50px 0; } }
  .problem-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .problem-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .problem-inner {
        width: 90%; } }
  .problem-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .problem-list {
        display: block; } }
  .problem-item {
    width: 31%;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .problem-item {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .problem-item:first-child {
        margin-top: 0; } }
    .problem-item:first-child .problem-detail {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .problem-item:first-child .problem-detail {
          width: 90%; } }
    .problem-item:nth-child(2) .problem-detail {
      width: 80%; }
      @media screen and (max-width: 767px) {
        .problem-item:nth-child(2) .problem-detail {
          width: 90%; } }
  .problem-img {
    width: 90%;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 999px) {
      .problem-img {
        width: 96%; } }
  .problem-detail {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .problem-detail-hl {
      width: 80px;
      height: 52px;
      background-color: #215ecc;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 15px;
      line-height: 1.325;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .problem-detail-hl {
          height: 42px;
          font-size: 13px; } }
    .problem-detail-txt {
      width: calc(100% - 90px);
      font-size: 16px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .problem-detail-txt {
          font-size: 15px; } }

.solution {
  margin-top: -25px;
  padding-bottom: 80px;
  position: relative;
  background-image: linear-gradient(45deg, #1965ed, #00b0dc); }
  .solution-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: #fff; }
    @media screen and (max-width: 1280px) {
      .solution-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .solution-inner {
        width: 90%; } }
  .solution-hl {
    padding-top: 100px;
    color: #fff;
    font-size: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .solution-hl {
        padding-top: 50px;
        font-size: 30px; } }
  .solution-logo {
    width: 240px;
    height: 60px;
    display: inline-block;
    vertical-align: bottom; }
  .solution-lede {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .solution-lede {
        text-align: center; } }
  .solution-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .solution-list {
        display: block; } }
  .solution-item {
    width: 47.5%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .solution-item {
        width: 100%;
        max-width: 360px;
        margin: 0 auto; } }
    .solution-item:nth-child(n+3) {
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .solution-item:nth-child(n+2) {
        margin-top: 20px; } }
    .solution-item-inner {
      padding: 32px; }
    .solution-item-desc {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .solution-item-desc-resolve {
        width: 64px;
        height: 64px;
        background-color: #fff600;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #215dcb;
        font-weight: 700; }
      .solution-item-desc-text {
        width: calc(100% - 80px);
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .solution-item-desc-text {
            font-size: 15px; } }
    .solution-item-result {
      width: 100%;
      margin-top: 16px;
      padding: 8px 16px 12px;
      border-radius: 8px;
      background-image: linear-gradient(90deg, #1965ed, #00b0dc);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      font-size: 32px;
      font-weight: 600;
      line-height: 1;
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        .solution-item-result {
          font-size: 30px; } }
      .solution-item-result-s {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .solution-item-result-s {
            font-size: 15px; } }
    .solution-item-note {
      margin-top: 8px;
      color: #000;
      font-size: 12px;
      font-weight: 400;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .solution-item-note {
          font-size: 10px; } }
    @media screen and (max-width: 767px) {
      .solution-item:nth-child(4) .solution-item-result {
        font-size: 20px; } }
    .solution-item:nth-child(4) .solution-item-result-s {
      font-size: 16px;
      letter-spacing: -.5px; }
      @media screen and (max-width: 1280px) {
        .solution-item:nth-child(4) .solution-item-result-s {
          font-size: 1.125vw; } }
      @media screen and (max-width: 767px) {
        .solution-item:nth-child(4) .solution-item-result-s {
          font-size: 12px;
          text-align: right; } }
  .solution-problem {
    width: 100%;
    display: block; }

.about {
  margin-top: 60px;
  padding: 60px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    .about {
      margin-top: 30px;
      padding: 30px; } }
  .about .common-hl {
    font-size: 32px; }
    @media screen and (max-width: 767px) {
      .about .common-hl {
        font-size: 24px; } }
  .about .common-lede {
    color: #000; }
  .about-mov {
    width: 80%;
    margin: 40px auto 0;
    padding-top: 56.25%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-mov {
        width: 100%;
        margin-top: 30px; } }
    .about-mov iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
    .about-mov-note {
      width: 80%;
      margin: 5px auto 0;
      color: #000;
      font-size: 14px;
      text-align: right; }
  .about-sponsor {
    margin-top: 16px;
    width: 100%;
    text-align: center; }
    .about-sponsor-inner {
      padding: 5px 20px;
      display: inline-block;
      background-color: #e4f5ff;
      border-radius: 8px;
      color: #215ecc;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .about-sponsor-inner {
          padding: 10px 20px;
          text-align: left; } }

.function {
  width: 100%;
  padding: 80px 0;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .function {
      padding: 50px 0; } }
  .function-lede {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .function-lede {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .function-lede {
        width: 90%; } }
  .function-flow {
    margin-top: 50px;
    position: relative; }
    .function-flow-hl {
      width: 640px;
      margin: 0 auto;
      padding: 10px;
      background-color: #fff;
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
      position: absolute;
      top: -24px;
      left: 0;
      right: 0;
      z-index: 5;
      color: #215ecc;
      font-size: 22px;
      text-align: center; }
    .function-flow-img {
      width: 100%;
      max-width: 1025px;
      margin: 0 auto;
      display: block;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 999px) {
        .function-flow-img {
          max-width: 360px;
          margin: 0 auto;
          display: block; } }
    .function-flow-note {
      width: 100%;
      max-width: 1000px;
      margin: 5px auto 0;
      padding: 4px;
      background-color: #e4f5ff;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 999px) {
        .function-flow-note {
          max-width: 360px;
          font-size: 14px; } }
  .function-step {
    margin: 80px 0;
    padding-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .function-step {
        margin: 50px 0; } }
    .function-step-bg {
      width: 480px;
      height: 100%;
      background-image: linear-gradient(45deg, #1965ed, #00b0dc);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
      @media screen and (max-width: 999px) {
        .function-step-bg {
          width: 100%;
          height: 180px; } }
    .function-step-detail {
      width: calc(100% - 560px);
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 999px) {
        .function-step-detail {
          width: 100%;
          margin-top: 20px; } }
      .function-step-detail-wrap {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 80px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 1280px) {
          .function-step-detail-wrap {
            width: 94%; } }
        @media screen and (max-width: 767px) {
          .function-step-detail-wrap {
            width: 90%; } }
        @media screen and (max-width: 999px) {
          .function-step-detail-wrap {
            padding: 40px 0 0;
            flex-direction: column-reverse; } }
      .function-step-detail-head {
        display: flex;
        justify-content: flex-start; }
        .function-step-detail-head-num {
          width: 140px;
          text-align: center; }
          @media screen and (max-width: 999px) {
            .function-step-detail-head-num {
              width: 100px; } }
          .function-step-detail-head-num-inner {
            width: 100%;
            height: 36px;
            position: relative;
            background-color: #e4f5ff;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #215ecc;
            font-size: 20px;
            font-weight: 700; }
            @media screen and (max-width: 999px) {
              .function-step-detail-head-num-inner {
                font-size: 16px; } }
            .function-step-detail-head-num-inner::before {
              content: '';
              position: absolute;
              top: 0;
              right: -20px;
              border-top: solid 18px transparent;
              border-bottom: solid 18px transparent;
              border-left: solid 20px #e4f5ff; }
        .function-step-detail-head-note {
          height: 36px;
          margin-left: 50px;
          padding: 6px 30px 0;
          display: inline-block;
          background-color: #4dbf07;
          border-radius: 4px;
          color: #fff;
          font-weight: 700; }
          @media screen and (max-width: 999px) {
            .function-step-detail-head-note {
              margin-left: 40px;
              padding: 9px 15px 0;
              font-size: 13px; } }
      .function-step-detail-hl {
        margin-top: 10px;
        color: #215ecc;
        font-size: 32px;
        font-weight: 700; }
        @media screen and (max-width: 999px) {
          .function-step-detail-hl {
            font-size: 28px; } }
      .function-step-detail-lede {
        margin-top: 10px; }
      .function-step-detail-list {
        margin-top: 40px; }
        @media screen and (max-width: 999px) {
          .function-step-detail-list {
            margin-top: 20px; } }
      .function-step-detail-item {
        width: 100%;
        padding: 20px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        .function-step-detail-item:nth-child(n+2) {
          margin-top: 20px; }
        .function-step-detail-item-inner {
          width: calc(100% - 80px); }
        .function-step-detail-item-hl {
          color: #215ecc;
          font-size: 24px;
          font-weight: 700; }
          @media screen and (max-width: 999px) {
            .function-step-detail-item-hl {
              font-size: 20px; } }
        .function-step-detail-item-txt {
          font-size: 16px; }
          @media screen and (max-width: 999px) {
            .function-step-detail-item-txt {
              font-size: 14px; } }
        .function-step-detail-item-list {
          margin-top: 5px;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: space-between; }
        .function-step-detail-item-item {
          width: 47.5%;
          font-size: 15px; }
          @media screen and (max-width: 999px) {
            .function-step-detail-item-item {
              width: 100%;
              font-size: 14px; } }
      .function-step-detail-icon {
        width: 64px;
        height: 64px;
        display: block; }
    .function-step-pic {
      position: relative;
      z-index: 3; }
      @media screen and (max-width: 999px) {
        .function-step-pic {
          display: none; } }
      .function-step-pic-sp {
        display: none; }
        @media screen and (max-width: 999px) {
          .function-step-pic-sp {
            width: 100%;
            max-width: 480px;
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 3;
            display: block; } }
    .function-step-demo {
      width: 100%;
      display: inline-block; }
      @media screen and (max-width: 999px) {
        .function-step-demo {
          max-width: 480px;
          margin-right: auto;
          margin-left: auto;
          display: block; } }
      .function-step-demo-wrap {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 80px;
        padding: 50px 60px;
        background-color: #e4f5ff;
        border-radius: 8px;
        position: relative;
        z-index: 5; }
        @media screen and (max-width: 1280px) {
          .function-step-demo-wrap {
            width: 94%; } }
        @media screen and (max-width: 767px) {
          .function-step-demo-wrap {
            width: 90%; } }
        @media screen and (max-width: 999px) {
          .function-step-demo-wrap {
            margin-top: 30px;
            margin-bottom: 0;
            padding: 30px; } }
        .function-step-demo-wrap1 {
          margin-bottom: 40px; }
        .function-step-demo-wrap2 {
          margin-top: 0; }
      .function-step-demo-hl {
        width: 100%;
        padding: 8px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
        color: #215ecc;
        font-size: 26px;
        text-align: center; }
        @media screen and (max-width: 999px) {
          .function-step-demo-hl {
            font-size: 18px; } }
      .function-step-demo-list {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 999px) {
          .function-step-demo-list {
            margin-top: 15px;
            display: block; } }
      .function-step-demo-item {
        width: 31%;
        padding: 25px 30px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
        @media screen and (max-width: 999px) {
          .function-step-demo-item {
            width: 100%; } }
        @media screen and (max-width: 999px) {
          .function-step-demo-item:nth-child(n+2) {
            margin-top: 15px; } }
        .function-step-demo-item-pic {
          margin: 0 auto;
          display: block; }
        .function-step-demo-item-hl {
          margin-top: 15px;
          color: #215ecc;
          font-size: 18px;
          font-weight: 700;
          text-align: center; }
          @media screen and (max-width: 999px) {
            .function-step-demo-item-hl {
              font-size: 16px; } }
        .function-step-demo-item-txt {
          margin-top: 15px; }
          @media screen and (max-width: 999px) {
            .function-step-demo-item-txt {
              font-size: 14px; } }
      .function-step-demo-2col {
        margin-top: 30px;
        padding: 30px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 999px) {
          .function-step-demo-2col {
            display: block; } }
        .function-step-demo-2col-img {
          width: 40%;
          display: block; }
          @media screen and (max-width: 999px) {
            .function-step-demo-2col-img {
              width: 100%;
              max-width: 640px; } }
        .function-step-demo-2col-detail {
          width: 55%; }
          @media screen and (max-width: 999px) {
            .function-step-demo-2col-detail {
              width: 100%; } }
        .function-step-demo-2col-hl {
          color: #215ecc;
          font-size: 18px;
          font-weight: 700; }
          @media screen and (max-width: 999px) {
            .function-step-demo-2col-hl {
              margin-top: 20px; } }
          @media screen and (max-width: 767px) {
            .function-step-demo-2col-hl {
              font-size: 16px; } }
          .function-step-demo-2col-hl-mt {
            margin-top: 24px; }
            @media screen and (max-width: 999px) {
              .function-step-demo-2col-hl-mt {
                margin-top: 16px; } }
        .function-step-demo-2col-txt {
          margin-top: 12px;
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .function-step-demo-2col-txt {
              font-size: 14px; } }
        .function-step-demo-2col-list {
          margin-top: 12px; }
        .function-step-demo-2col-item {
          margin-top: 4px; }
          @media screen and (max-width: 767px) {
            .function-step-demo-2col-item {
              font-size: 14px; } }
  .function-add {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 30px;
    border: dashed 2px #e4f5ff;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1280px) {
      .function-add {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .function-add {
        width: 90%; } }
    @media screen and (max-width: 999px) {
      .function-add {
        width: 100%;
        margin-bottom: 0;
        padding: 30px; } }
    .function-add-hl {
      color: #215ecc;
      font-size: 30px;
      text-align: center; }
      @media screen and (max-width: 999px) {
        .function-add-hl {
          font-size: 18px; } }
    .function-add-list {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 999px) {
        .function-add-list {
          display: block; } }
    .function-add-item {
      width: 31%;
      border: solid 1px #e4f5ff;
      border-radius: 8px; }
      @media screen and (max-width: 999px) {
        .function-add-item {
          width: 100%; } }
      @media screen and (max-width: 999px) {
        .function-add-item:nth-child(n+2) {
          margin-top: 15px; } }
      .function-add-item-hl {
        padding: 15px 0;
        background-color: #e4f5ff;
        color: #215ecc;
        font-size: 20px;
        font-weight: 700;
        text-align: center; }
        @media screen and (max-width: 999px) {
          .function-add-item-hl {
            font-size: 16px; } }
      .function-add-item-list {
        padding: 15px;
        line-height: 1.75; }
        @media screen and (max-width: 999px) {
          .function-add-item-list {
            font-size: 14px; } }
    .function-add-note {
      color: #215ecc;
      text-align: right; }
      @media screen and (max-width: 999px) {
        .function-add-note {
          font-size: 14px; } }

/* STEP2
----------------- */
.function-step2 .function-step-bg {
  right: auto;
  left: 0; }
.function-step2 .function-step-detail-wrap {
  flex-direction: row-reverse; }
  @media screen and (max-width: 999px) {
    .function-step2 .function-step-detail-wrap {
      flex-direction: column-reverse; } }
.function-step2 .function-step-demo-step2 {
  width: 100%;
  margin-top: 30px;
  display: block; }
  @media screen and (max-width: 999px) {
    .function-step2 .function-step-demo-step2 {
      max-width: 800px;
      margin: 15px auto 0; } }
  @media screen and (max-width: 767px) {
    .function-step2 .function-step-demo-step2 {
      max-width: 300px; } }

/* STEP3
----------------- */
.function-step3.function-step {
  margin-bottom: 0; }
@media screen and (max-width: 999px) {
  .function-step3 .function-step-bg {
    height: 80px; } }
.function-step3 .function-step-detail-wrap {
  padding-top: 100px; }
.function-step3 .function-step-detail {
  width: 100%; }
.function-step3 .function-step-detail-wrap {
  flex-direction: column; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-detail-wrap {
      padding-top: 43px; } }
.function-step3 .function-step-detail-lede {
  width: 60%; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-detail-lede {
      width: 100%; } }
.function-step3 .function-step-detail-list {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-detail-list {
      margin-bottom: 0;
      display: block; } }
.function-step3 .function-step-detail-item {
  width: 47.5%;
  margin-top: 0; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-detail-item {
      width: 100%; } }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-detail-item:nth-child(n+2) {
      margin-top: 15px; } }
.function-step3 .function-step-demo-wrap {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-demo-wrap {
      width: 100%; } }
.function-step3 .function-step-demo {
  margin-top: 20px; }
.function-step3 .function-step-demo-list {
  margin-top: 20px;
  display: block; }
.function-step3 .function-step-demo-item {
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding-left: 15px; }
  @media screen and (max-width: 999px) {
    .function-step3 .function-step-demo-item {
      font-size: 15px; } }
  .function-step3 .function-step-demo-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #215ecc;
    border-radius: 50%; }
  .function-step3 .function-step-demo-item:nth-child(n+2) {
    margin-top: 4px; }

.case {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f5f5;
  margin-top: -25px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .case {
      padding: 50px 0; } }
  .case-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .case-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .case-inner {
        width: 90%; } }
  @media screen and (max-width: 767px) {
    .case .common-hl {
      text-align: center; } }
  .case-wrap {
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
  .case-name {
    width: 100%;
    padding: 15px 40px;
    background-color: #215ecc;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .case-name {
        padding: 15px 30px;
        font-size: 22px; } }
    .case-name-hono {
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .case-name-hono {
          font-size: 16px; } }
  .case-detail {
    width: 64%; }
    @media screen and (max-width: 999px) {
      .case-detail {
        width: 100%; } }
    .case-detail-wrap {
      padding: 20px 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 999px) {
        .case-detail-wrap {
          padding: 15px 30px;
          display: block; } }
  .case-ttl {
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .case-ttl {
        font-size: 20px; } }
  .case-txt {
    margin-top: 10px;
    line-height: 1.75; }
  .case-profile {
    width: 31%; }
    @media screen and (max-width: 999px) {
      .case-profile {
        width: 100%;
        margin-top: 15px; } }
    .case-profile-logo {
      width: auto;
      height: 70px;
      display: block; }
      @media screen and (max-width: 999px) {
        .case-profile-logo {
          margin: 0 auto; } }
      .case-profile-logo-wrap {
        width: 100%;
        height: 70px; }
      .case-profile-logo-fujita {
        margin-top: 10px;
        height: 44px; }
        @media screen and (max-width: 767px) {
          .case-profile-logo-fujita {
            max-width: 80%;
            height: auto; } }
    .case-profile-detail {
      margin-top: 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
    .case-profile-data {
      width: calc(100% - 175px); }
      @media screen and (max-width: 767px) {
        .case-profile-data {
          width: calc(100% - 140px); } }
      .case-profile-data-hl {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.25; }
        @media screen and (max-width: 767px) {
          .case-profile-data-hl {
            font-size: 14px; } }
        .case-profile-data-hl-time {
          font-size: 11px; }
      .case-profile-data-item {
        color: #666;
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          .case-profile-data-item {
            font-size: 14px; } }
    .case-profile-pic {
      width: 150px;
      height: auto; }
      @media screen and (max-width: 767px) {
        .case-profile-pic {
          width: 120px; } }
  .case-result {
    margin-top: 5px;
    padding: 0 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-result {
        padding: 0 30px 30px;
        display: block; } }
    .case-result-item {
      width: 31%;
      padding: 15px 20px;
      background-color: #e4f5ff;
      border-radius: 8px; }
      @media screen and (max-width: 767px) {
        .case-result-item {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .case-result-item:nth-child(n+2) {
          margin-top: 15px; } }
    .case-result-shl {
      color: #215ecc;
      font-size: 15px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .case-result-shl {
          font-size: 14px; } }
    .case-result-hl {
      font-size: 18px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .case-result-hl {
          font-size: 16px; } }
    .case-result-txt {
      margin-top: 5px;
      font-size: 14px; }
  .case-link {
    width: 100%;
    display: block;
    transition: all .3s ease-in-out;
    color: #000; }
    .case-link:hover {
      opacity: .7; }
      @media screen and (max-width: 767px) {
        .case-link:hover {
          opacity: 1; } }

.security {
  width: 100%;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .security {
      padding: 50px 0; } }
  .security-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .security-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .security-inner {
        width: 90%; } }
  .security-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .security-list {
        display: block; } }
  .security-item {
    width: 47.5%;
    border: solid 1px #ccc;
    border-radius: 8px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .security-item {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .security-item:nth-child(n+2) {
        margin-top: 60px; } }
    .security-item-hl {
      width: 330px;
      margin: -32px auto 0;
      padding: 15px;
      background-color: #215ecc;
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
      color: #fff;
      border-radius: 6px;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .security-item-hl {
          width: 240px;
          font-size: 18px; } }
      .security-item-hl-icon {
        margin-right: 8px;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 767px) {
          .security-item-hl-icon {
            width: 28px; } }
  .security-detail-list {
    padding: 20px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .security-detail-list {
        display: block; } }
  .security-detail-item {
    width: 47.5%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .security-detail-item {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .security-detail-item:nth-child(n+2) {
        margin-top: 15px; } }
    .security-detail-item-hl {
      padding: 10px 20px;
      background-color: #e4f5ff;
      display: flex;
      align-items: center;
      color: #215ecc;
      font-size: 18px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .security-detail-item-hl {
          font-size: 16px; } }
    .security-detail-item-txt {
      padding: 10px 20px; }
      @media screen and (max-width: 767px) {
        .security-detail-item-txt {
          font-size: 15px; } }
  .security-isms {
    width: 100%;
    margin-top: 40px;
    padding: 30px;
    border: dashed 1px #ccc;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .security-isms {
        display: block; } }
    .security-isms-cont {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .security-isms-cont {
          width: 100%; } }
      .security-isms-cont-hl {
        color: #215ecc;
        font-size: 20px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .security-isms-cont-hl {
            font-size: 18px; } }
      .security-isms-cont-txt {
        margin-top: 16px; }
        @media screen and (max-width: 767px) {
          .security-isms-cont-txt {
            font-size: 14px; } }
      .security-isms-cont-note {
        margin-top: 12px;
        padding: 8px 16px;
        background-color: #f5f5f5;
        display: inline-block;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .security-isms-cont-note {
            font-size: 12px; } }
    .security-isms-logo-wrap {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .security-isms-logo-wrap {
          width: 100%;
          margin-top: 30px; } }
      .security-isms-logo-wrap > li {
        width: 30%; }

.flow {
  width: 100%;
  padding: 80px 0;
  background-color: #e4f5ff; }
  @media screen and (max-width: 767px) {
    .flow {
      padding: 50px 0; } }
  .flow-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .flow-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .flow-inner {
        width: 90%; } }
  .flow .common-hl {
    text-align: center; }
  .flow-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .flow-list {
        display: block; } }
  .flow-item {
    width: 17.5%;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow-item {
        width: 100%;
        padding-top: 30px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .flow-item:nth-child(n+2) {
        margin-top: 70px; } }
    .flow-item::after {
      content: "";
      margin: auto 0;
      display: block;
      position: absolute;
      top: 0;
      right: -30px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 15px solid #215ecc;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media screen and (max-width: 767px) {
        .flow-item::after {
          content: "";
          margin: 0 auto;
          display: block;
          position: absolute;
          top: auto;
          left: 0;
          right: 0;
          bottom: -40px;
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 15px solid #215ecc; } }
    .flow-item:last-child::after {
      content: none; }
    .flow-item-num {
      margin: -40px auto 0;
      display: block; }
      @media screen and (max-width: 767px) {
        .flow-item-num {
          width: 60px;
          height: 60px;
          margin-top: 0;
          position: absolute;
          top: -30px;
          left: 0;
          right: 0; } }
    .flow-item-txt {
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .flow-item-txt {
          font-size: 18px; } }
    .flow-item-icon {
      display: block;
      margin: 10px auto 0; }

.faq {
  width: 100%;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .faq {
      padding: 50px 0; } }
  .faq-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .faq-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .faq-inner {
        width: 90%; } }
  @media screen and (max-width: 767px) {
    .faq .common-hl {
      text-align: center; } }
  .faq-list {
    margin-top: 30px;
    border-bottom: solid 1px #ccc; }
  .faq-btn {
    display: none; }
    .faq-btn:checked + .faq-title + .faq-content {
      max-height: 2500px;
      transition: all 1.5s; }
    .faq-btn:checked + .faq-title::before {
      transform: rotate(90deg) !important; }
  .faq-item {
    position: relative;
    cursor: pointer; }
  .faq-title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    border-top: solid 1px #ccc;
    padding: 30px 0;
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .faq-title {
        font-size: 16px; } }
    .faq-title::before {
      content: "";
      width: 2px;
      height: 0.75em;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      background-color: #999;
      transition: all 0.3s; }
    .faq-title::after {
      content: "";
      width: 2px;
      height: 0.75em;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      background-color: #999;
      transition: all 0.3s;
      transform: rotate(90deg); }
    .faq-title-inner {
      width: calc(100% - 40px);
      padding-left: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
  .faq-q {
    width: 60px;
    color: #215ecc;
    font-size: 40px;
    font-weight: 700;
    line-height: 1; }
    .faq-q-txt {
      width: calc(100% - 60px); }
  .faq-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    cursor: default;
    background: #e4f5ff; }
    .faq-content-inner {
      padding: 30px 40px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        .faq-content-inner {
          font-size: 16px; } }
    .faq-content a:hover {
      text-decoration: underline; }

.contact {
  width: 100%;
  padding: 80px 0;
  background-image: linear-gradient(45deg, #1965ed, #00b0dc); }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 50px 0; } }
  .contact-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .contact-inner {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .contact-inner {
        width: 90%; } }
  @media screen and (max-width: 767px) {
    .contact .common-hl {
      text-align: center; } }
  .contact-hl {
    color: #fff; }
  .contact-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .contact-list {
        display: block; } }
  .contact-item {
    width: 47.5%; }
    @media screen and (max-width: 767px) {
      .contact-item {
        width: 100%;
        margin-top: 20px; } }
    .contact-item-lede {
      color: #fff;
      font-weight: 700;
      text-align: center; }
  .contact-btn {
    margin-top: 10px;
    padding: 32px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    display: block;
    transition: opacity .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .contact-btn {
        padding: 20px; } }
    .contact-btn:hover {
      opacity: .5; }
    .contact-btn-icon {
      margin: 0 auto;
      display: block; }
    .contact-btn-txt {
      font-size: 20px;
      font-weight: 700;
      text-align: center; }

.footer {
  padding: 20px 0; }
  .footer-inner {
    padding: 10px 3%; }
  .footer-wrap-upper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-wrap-upper {
        display: block; } }
  .footer-logo {
    width: 170px;
    height: auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .footer-logo {
        width: 120px; } }
  .footer-item {
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .footer-item {
        margin-top: 5px;
        margin-left: 0; } }
    .footer-item-link {
      font-size: 14px; }
      .footer-item-link:hover {
        text-decoration: underline; }
  .footer-list {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-list {
        margin-top: 15px;
        display: block; } }
  .footer-sns {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-sns {
        justify-content: space-around; } }
    .footer-sns-link {
      display: inline-block; }
      .footer-sns-link-yt {
        width: 50px;
        height: auto; }
        .footer-sns-link-yt img {
          vertical-align: bottom; }
      .footer-sns-link-fb {
        width: 36px;
        height: auto;
        margin-left: 20px; }
  .footer-cr {
    margin-top: 30px;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer-cr {
        margin-top: 10px; } }

.news-container .footer {
  border-top: solid 1px #ccc; }

.case-container .footer {
  border-top: solid 1px #ccc; }
