@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------------------------------------
	base
---------------------------------------- */
html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 105px;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.55rem;
    line-height: 2;
    margin-bottom: 0;
  }
}

* {
  word-break: break-all;
}

section {
  padding: 2.6em 0;
}
@media screen and (min-width: 600px) {
  section {
    padding: 2em 0;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.inner {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.secTtl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.75;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 2.8rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.4rem;
  }
}

.secHeading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.3;
  color: #004066;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .secHeading {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secHeading {
    font-size: 7.8rem;
  }
}
.secHeading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#253fd6), to(#16c1ff));
  background: linear-gradient(to right, #253fd6, #16c1ff);
}
@media screen and (min-width: 600px) {
  .secHeading::after {
    width: 180px;
  }
}
.secHeading span {
  background: -webkit-gradient(linear, left top, right top, from(#2407f9), to(#16c1ff));
  background: linear-gradient(to right, #2407f9, #16c1ff);
  background: -webkit-linear-gradient(to right, #2407f9, #16c1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.secLead {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .secLead {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secLead {
    font-size: 2.8rem;
  }
}

.secTxt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .secTxt {
    font-size: 1.55rem;
  }
}
.secTxt span {
  font-weight: 800;
}

.txtLinkWrap {
  text-align: center;
  margin-top: 30px;
}

.txtLink {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .txtLink {
    font-size: 2rem;
  }
}
.txtLink span {
  padding-right: 55px;
  position: relative;
}
.txtLink span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icn_arrow_blue.png) no-repeat center center/100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 50px;
}
@media screen and (min-width: 600px) {
  .header {
    height: 60px;
  }
}
.header__container {
  background: #fff;
  padding: 5px 10px 5px 15px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .header__container {
    padding: 5px 10px 5px 20px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 180px;
  }
}
@media screen and (min-width: 1240px) {
  .header__logo {
    width: 232px;
  }
}
.header__logo img {
  vertical-align: middle;
}
.header__nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 50px 25px;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav.panelactive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav li {
    margin-left: 25px;
  }
}
.header__nav li a {
  display: block;
  font-size: 15px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: 0.6em;
    border-bottom: 1px solid #0095d8;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav li a {
    font-size: 14px;
  }
}
.header__right {
  margin-right: 45px;
}
@media screen and (max-width: 599px) {
  .header__right {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    margin-right: 0;
  }
}
.header__right__cv {
  font-size: 1rem;
  font-weight: 800;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .header__right__cv {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 1240px) {
  .header__right__cv {
    font-size: 1.4rem;
    margin: 0 30px 0 0;
  }
}
.header__right .cv__btn__wrap {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__right .cv__btn__wrap .cv__btn {
  width: 100px;
  padding: 3px;
  border: 2px solid #ffb097;
  font-size: 1rem;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn {
    font-size: 1.2rem;
    width: 120px;
    padding: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 146px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 168px;
    font-size: 1.55rem;
  }
}
.header__right .cv__btn__wrap .cv__btn.-dl {
  border: 2px solid #5fc3f0;
}
.header__right .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 10px;
  }
}

.header__hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__hamburger span {
  width: 25px;
  height: 2px;
  background-color: #0095d8;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  margin: 6px 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

.header__hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__bg {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .header__bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__bg {
    display: none;
  }
}
.header__bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}

@media screen and (max-width: 1023px) {
  .header__bg.show {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .header #js-focus-trap {
    display: none;
  }
}
.sp-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .sp-cv {
    display: none;
  }
}
.sp-cv__btn {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.sp-cv .cv__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.sp-cv .cv__btn__wrap .cv__btn {
  width: 48%;
  font-size: 1.3rem;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(2) {
  margin-top: 0;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 15px 29px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  #footer .footer__bottom {
    padding: 20px 40px 29px;
  }
}
#footer .footer-logo {
  margin-top: 5px;
}
#footer .footer-logo img {
  margin-left: -10px;
}
#footer .footer-logo p {
  margin-top: 2px;
  font-size: 1rem;
  color: #666;
}
@media screen and (min-width: 600px) {
  #footer .footer-logo p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 600px) {
  .footer-privacymark {
    margin-right: 90px;
  }
}

.to-top {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 599px) {
  .to-top {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .to-top {
    bottom: 30px;
    right: 30px;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  margin-top: 50px;
  position: relative;
  background: #f3f8fa;
}
@media screen and (min-width: 600px) {
  .kv {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1130px) {
  .kv {
    height: 460px;
  }
}
.kv__img {
  margin: -95px 0 0 -45px;
  width: 158%;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .kv__img {
    margin: -85px 0 0 auto;
    width: 683px;
    height: 351px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__img {
    position: absolute;
    right: -170px;
    margin: 0;
    width: 61.25vw;
    height: 31.49vw;
    bottom: -100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__img {
    width: 784px;
    height: 403px;
    right: -22%;
    bottom: -70px;
  }
}
.kv .inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 92%;
}
@media screen and (min-width: 600px) {
  .kv .inner {
    width: 90%;
  }
}
@media screen and (min-width: 1130px) {
  .kv .inner {
    max-width: 1220px;
  }
}
.kv__catch {
  padding: 15px 0 0;
}
@media screen and (min-width: 600px) {
  .kv__catch {
    padding: 33px 0 0;
  }
}
.kv__catch__sub {
  font-size: 1.2rem;
  font-weight: 800;
  background: #fff;
  padding: 7px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .kv__catch__sub {
    text-align: left;
    display: inline-block;
    font-size: 1.4rem;
    padding: 4px 12px 4px 17px;
  }
}
@media screen and (min-width: 1280px) {
  .kv__catch__sub {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__catch__sub {
    font-size: 1.8rem;
  }
}
.kv__catch__ttl {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.43;
  margin-top: 6px;
}
@media screen and (min-width: 600px) {
  .kv__catch__ttl {
    margin-top: 10px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .kv__catch__ttl {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__catch__ttl {
    font-size: 4.6rem;
  }
}
.kv__catch__ttl span {
  background: -webkit-gradient(linear, left top, right top, from(#2407f9), to(#16c1ff));
  background: linear-gradient(to right, #2407f9, #16c1ff);
  background: -webkit-linear-gradient(to right, #2407f9, #16c1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.kv__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .kv__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1130px) {
  .kv__txt {
    line-height: 2;
  }
}
.kv .cv__btn__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 0 0 0 30px;
  }
}
.kv .cv__btn__wrap .cv__btnItemTxt {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn__wrap .cv__btnItemTxt {
    font-size: 1.4rem;
  }
}
.kv .cv__btn__wrap .cv__btnItemTxt span {
  padding: 0 17px;
}
.kv .cv__btn__wrap .cv__btnItemTxt span::before,
.kv .cv__btn__wrap .cv__btnItemTxt span::after {
  width: 12px;
  height: 26px;
  bottom: 2px;
}
.kv .cv__btn__wrap .cv__btn {
  width: 200px;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 10px 10px 20px;
  border-radius: 33px;
}
@media screen and (max-width: 599px) {
  .kv .cv__btn__wrap .cv__btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn {
    width: 250px;
    padding: 14px 12px 14px 25px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn__wrap .cv__btn {
    width: 257px;
  }
}
.kv .cv__btn__wrap .cv__btn span {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn span {
    width: 36px;
    height: 36px;
  }
}
.kv__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .kv__bnr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__bnr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 12px;
    right: -40px;
    z-index: 2;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__bnr {
    right: -70px;
  }
}
.kv__bnr__item {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item {
    width: 206px;
    height: 206px;
    padding-top: 30px;
  }
}
.kv__bnr__item:nth-child(2) {
  margin-left: 15px;
}
.kv__bnr__item:nth-child(2) .kv__bnr__item__num span {
  background: -webkit-gradient(linear, left top, right top, from(#5fc3f0), to(#0095d8));
  background: linear-gradient(to right, #5fc3f0, #0095d8);
  background: -webkit-linear-gradient(to right, #5fc3f0, #0095d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__bnr__item__ttl {
  color: #1d3b51;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__ttl {
    font-size: 1.6rem;
  }
}
.kv__bnr__item__ttl::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1d3b51;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__ttl::after {
    width: 128px;
    height: 2px;
  }
}
.kv__bnr__item__sub {
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__sub {
    font-size: 1.2rem;
  }
}
.kv__bnr__item__num {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__num {
    font-size: 1.2rem;
  }
}
.kv__bnr__item__num span {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
  background: linear-gradient(to right, #ff8a00, #ff4768);
  background: -webkit-linear-gradient(to right, #ff8a00, #ff4768);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__num span {
    font-size: 5.4rem;
  }
}
.kv__bnr__item__info {
  color: #666;
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__info {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.sp-cv {
  bottom: -8em;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 599px) {
  .sp-cv.show {
    bottom: 0;
  }
}

.to-top {
  display: none;
}

.kvBottom {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.kvSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kvSlider > div {
  margin: 0 20px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .kvSlider > div {
    margin: 0;
  }
}
.kvSlider > div img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 599px) {
  .kvSlider > div img {
    width: 80%;
  }
}

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  padding: 10px 0 30px;
}
@media screen and (min-width: 600px) {
  .lead {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead {
    padding: 50px 0 70px;
  }
}
.lead__ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.46875;
  position: relative;
}
@media print, screen and (max-width: 374px) {
  .lead__ttl {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 600px) {
  .lead__ttl {
    font-size: 3.4rem;
  }
}
.lead__list {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .lead__list {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lead__item {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .lead__item {
    width: 32%;
    margin: 0;
  }
}
.lead__item:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .lead__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__item:nth-child(3) .lead__item__img {
    margin: 30px 0 -5px 0px;
  }
  .lead__item:nth-child(3) .lead__item__img::after {
    left: 71%;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__item:nth-child(2) .lead__item__img {
    margin: 30px 0 -5px 30px;
  }
  .lead__item:nth-child(2) .lead__item__img::after {
    left: 58%;
  }
}
.lead__item__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.2);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.2);
  position: relative;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .lead__item__txtWrap {
    min-height: 120px;
  }
}
.lead__item__txtWrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16.5px 0 16.5px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}
.lead__item__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__txt {
    font-size: 1.55rem;
  }
}
.lead__item__txt span {
  font-size: 1.9rem;
  font-weight: 800;
  color: #0095d8;
  line-height: 1.5;
}
.lead__item__img {
  max-width: 180px;
  margin: 30px auto 0;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__img {
    max-width: 220px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__item__img::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 175px;
    background: url(../images/lead_arrow.png) no-repeat center bottom/100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
  }
}
.lead__catch {
  text-align: center;
  font-size: 1.55rem;
  font-weight: 800;
  max-width: 1000px;
  width: 100%;
  margin: 25px auto;
  border: 1px dotted #16c1ff;
  border-radius: 55px;
  padding: 30px 20px;
  line-height: 1.6;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .lead__catch {
    font-size: 1.9rem;
    margin: 28px auto 52px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__catch {
    font-size: 2.2rem;
  }
}
.lead__catch span {
  color: #0095d8;
}
.lead__point {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .lead__point {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lead__point__item {
  text-align: center;
  max-width: 340px;
  margin: 20px auto;
  padding: 10px 10px 15px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .lead__point__item {
    padding: 25px 15px;
    width: 32%;
    margin: 0;
  }
}
.lead__point__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#2407f9), to(#2405f9)) border-box border-box;
  background: linear-gradient(to right, #2407f9 0%, #2405f9 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.lead__point__item:nth-child(2)::before {
  background: -webkit-gradient(linear, left top, right top, from(#2405f9), to(#1b6dfc)) border-box border-box;
  background: linear-gradient(to right, #2405f9 0%, #1b6dfc 100%) border-box border-box;
}
.lead__point__item:nth-child(3)::before {
  background: -webkit-gradient(linear, left top, right top, from(#1b6dfc), to(#16c1ff)) border-box border-box;
  background: linear-gradient(to right, #1b6dfc 0%, #16c1ff 100%) border-box border-box;
}
.lead__point__item__txt {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .lead__point__item__txt {
    font-size: 1.55rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__point__item__txt {
    font-size: 1.7rem;
  }
}
.lead__point__item__txt span {
  font-weight: 800;
  font-size: 1.4em;
  color: #0095d8;
  line-height: 1.4;
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  padding: 25px 0 40px;
  border-radius: 50px;
  background: #f3f8fa;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .point {
    padding: 70px 0;
    border-radius: 80px;
  }
}
.point__subTtl {
  text-align: center;
  margin-bottom: 20px;
}
.point__subTtl span {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#253fd6), to(#16c1ff));
  background: linear-gradient(to right, #253fd6, #16c1ff);
  position: relative;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 10px;
  padding: 0 20px 2px;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .point__subTtl span {
    font-size: 1.9rem;
    max-width: 340px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__subTtl span {
    font-size: 2.2rem;
    max-width: 412px;
  }
}
.point__subTtl span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #2682eb transparent transparent transparent;
  border-width: 12px 18px 0px 18px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point__list {
  margin-top: 30px;
}
.point__item {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .point__item {
    padding-bottom: 80px;
  }
}
.point__item__head {
  border: 2px solid #2407f9;
  color: #2407f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px;
}
@media print, screen and (min-width: 1024px) {
  .point__item__head {
    padding: 15px 30px;
  }
}
.point__item__head__num {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .point__item__head__num {
    font-size: 5rem;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__num {
    font-size: 5rem;
    padding-right: 25px;
  }
}
.point__item__head__num span {
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .point__item__head__num span {
    font-size: 1.55rem;
    margin-right: 10px;
  }
}
.point__item__head__ttl {
  font-size: 1.7rem;
  font-weight: 600;
  border-left: 2px solid #2407f9;
  padding-left: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .point__item__head__ttl {
    font-size: 2.2rem;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__ttl {
    font-size: 2.6rem;
    padding-left: 30px;
    line-height: 2;
  }
}
.point__item__txt {
  font-size: 1.55rem;
  max-width: 714px;
  margin: 0 auto;
  word-break: break-word;
}
.point__item__txt span {
  color: #0095d8;
  font-weight: 700;
}
.point .point1__wrap {
  margin: 35px 0 0;
}
@media screen and (min-width: 600px) {
  .point .point1__wrap {
    margin: 35px 0 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.point .point1__item {
  margin: 0 auto 35px;
}
@media screen and (min-width: 600px) {
  .point .point1__item {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point1__item {
    width: 48%;
    margin: 0;
  }
}
.point .point1__item:nth-child(2) .point1__ttl {
  color: #fff;
  background: #0095d8;
}
.point .point1__item:nth-child(2) .point1__txt {
  color: #000;
}
.point .point1__ttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.025em;
  color: #666;
  background: #f2f2f2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .point .point1__ttl {
    font-size: 2rem;
  }
}
.point .point1__img {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .point .point1__img {
    width: auto;
    height: 340px;
    margin: 0;
  }
}
.point .point1__img .point1__img1 {
  width: 340px;
}
.point .point1__img .point1__img2 {
  width: 320px;
}
.point .point1__txt {
  text-align: center;
  color: #666;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .point .point1__txt {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.point .point2 .about__sh {
  margin-top: 32px;
}
.point .point2 .point__item__txt {
  text-align: center;
  max-width: 100%;
}
.point .point2 .point__item__txt1 {
  margin: 8px 0 40px;
}
.point .point3 {
  padding-bottom: 0;
}
.point .point3 .point__item__txt {
  max-width: 532px;
}
@media print, screen and (min-width: 1024px) {
  .point .point3 .point__item__txt {
    margin: 0;
  }
}
.point .point3__inner {
  max-width: 986px;
  margin: 20px auto 40px;
}
@media print, screen and (min-width: 1024px) {
  .point .point3__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.point .point3__img {
  width: 224px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .point .point3__img {
    width: 384px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point3__img {
    margin: 0;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about__sh {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  .about__sh {
    font-size: 1.9rem;
  }
}
.about__list {
  margin: 15px auto;
}
@media screen and (min-width: 600px) {
  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px auto 30px;
  }
}
.about__item {
  background: linear-gradient(100deg, #253fd6, #16c1ff);
  margin-bottom: 15px;
  padding: 6px 10px 10px 10px;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .about__item {
    width: 48.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item {
    width: 32%;
    max-width: 360px;
  }
}
.about__item__ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .about__item__ttl {
    font-size: 1.9rem;
  }
}
.about__item__wrap {
  background: #f2f8fa;
  border-radius: 10px;
  padding: 10px 28px 15px;
}
@media screen and (min-width: 600px) {
  .about__item__wrap {
    min-height: 196px;
  }
}
.about__item__img {
  margin: 0 auto 5px;
  max-width: 70px;
  width: 25%;
}
.about__item__list li {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.about__item__list li::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 7px;
  width: 13px;
  height: 12px;
  background: url(../images/icn_check_blue.svg) no-repeat center center/100%;
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
@media screen and (min-width: 600px) {
  .company {
    padding: 50px 0 80px;
  }
}
.company__ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .company__ttl {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .company__ttl {
    font-size: 3.2rem;
  }
}
.company .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company__container {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .company__container {
    margin-top: 60px;
  }
}
.company__list {
  display: none;
}
.company__list img {
  margin: 0 auto;
}
.company__note {
  text-align: right;
  color: #666;
  font-size: 1.2rem;
  margin: 15px 0;
}

.slick-slide {
  margin: 0 20px;
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  background: #f3f8fa;
  padding-bottom: 65px;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .flow__list {
    border-bottom: 1px solid #2407f9;
  }
}
@media screen and (min-width: 600px) {
  .flow__list1 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list1 {
    margin-top: 30px;
  }
}
.flow__list1 .flow__item:nth-of-type(3) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__list2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flow__list2 .flow__item:nth-of-type(2) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 15px 85px;
  border-bottom: 1px solid #2407f9;
  background: url(../images/icn_flow_line.png) no-repeat left bottom/76px;
  height: 205px;
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item {
    height: 232px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0 0 0 82px;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
.flow__item__head {
  line-height: 1.5;
}
.flow__item__head__img {
  height: 44px;
  padding-left: 70px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item__head__img {
    margin-bottom: 25px;
  }
}
.flow__item__head__img img {
  width: auto;
  height: 100%;
}
.flow__item__head__subttl {
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  background: #fcee21;
  border-radius: 6px;
  padding: 0 5px;
  line-height: 1.6;
}
.flow__item__head__subttl2 {
  padding-left: 35px;
  position: relative;
}
.flow__item__head__subttl2::before {
  position: absolute;
  content: "¥";
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  border: 2px solid #fcee21;
}
.flow__item__head__ttl {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl {
    font-size: 1.9rem;
  }
}
.flow__item__head__ttl span {
  font-size: 3.4rem;
  font-weight: 600;
  color: #2407f9;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl span {
    font-size: 4.1rem;
  }
}
.flow__item__txt {
  font-size: 1.5rem;
  line-height: 1.75;
  width: 96%;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .flow__item__txt {
    font-size: 1.55rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item__txt {
    width: 75%;
  }
}

/* --------------------------------------------------
	pro
-------------------------------------------------- */
.pro {
  background: linear-gradient(100deg, #253fd6, #16c1ff);
  padding-bottom: 40px;
  padding-top: 120px;
  margin-top: -80px;
}
@media screen and (min-width: 600px) {
  .pro {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pro__item {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 1024px) {
  .pro__item {
    width: 32%;
    margin: 0;
  }
}
.pro__item__body {
  padding: 15px 10%;
}
@media print, screen and (min-width: 1024px) {
  .pro__item__body {
    padding: 25px 10%;
  }
}
.pro__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro__item__head .--name {
  font-size: 2rem;
  font-weight: 800;
  margin-right: 12px;
}
.pro__item__head .--tag {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.7;
  color: #fff;
  background: #000;
  padding: 1px 10px;
}
@media print, screen and (min-width: 1024px) {
  .pro__item__head .--tag {
    font-size: 1.3rem;
  }
}
.pro__item__txt {
  font-size: 1.55rem;
  line-height: 2;
  margin-top: 8px;
}
.pro .secHeading span {
  color: #fff;
  background: transparent;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.pro .secHeading::after {
  background: #fff;
}
.pro .secLead {
  color: #fff;
}
.pro .secTxt {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .pro .secTxt {
    margin-bottom: 42px;
  }
}
.pro .txtLinkWrap {
  margin-top: 45px;
}
.pro .txtLink span {
  color: #fff;
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: #f3f8fa;
  padding-bottom: 4em;
}
.case__list {
  margin: 30px 0;
}
@media print, screen and (min-width: 1024px) {
  .case__list {
    margin: 50px 0;
  }
}
.case__item {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .case__item {
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item {
    padding: 40px 38px;
  }
}
.case__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .case__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.case__item__head {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .case__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__body {
    padding-right: 0.8em;
  }
}
.case__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .case__item__meta {
    margin-bottom: 20px;
  }
}
.case__item__meta .pro__item__cat {
  margin-top: 0;
}
.case__item__num {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: "Montserrat", serif;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .case__item__num {
    font-size: 3.4rem;
  }
}
.case__item__company {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 600px) {
  .case__item__company {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__company {
    font-size: 1.8rem;
  }
}
.case__item__ttl {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.57;
}
@media screen and (min-width: 600px) {
  .case__item__ttl {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__ttl {
    font-size: 2.4rem;
  }
}
.case__item__info {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .case__item__info {
    margin-top: 30px;
  }
}
.case__item__info__cont {
  margin-right: 22px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case__item__info__ttl {
  font-size: 1.1rem;
  color: #666;
  border: 1px solid #666;
  text-align: center;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .case__item__info__ttl {
    font-size: 1.3rem;
    padding: 14px 8px;
    margin-right: 15px;
  }
}
.case__item__info__txt {
  font-size: 1.3rem;
  color: #666;
  display: inline-block;
  line-height: 1.79;
}
@media screen and (min-width: 600px) {
  .case__item__info__txt {
    font-size: 1.45rem;
  }
}
.case__item__img {
  max-width: 388px;
  width: 100%;
  margin: 20px auto;
}
@media print, screen and (min-width: 1024px) {
  .case__item__img {
    margin: 0;
  }
}
.case__item__bottom__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/case_lead_bg.png) no-repeat center center/cover;
}
.case__item__bottom__lead .case__item__bottom__ttl:nth-child(2) {
  color: #fff;
}
.case__item__bottom__ttl {
  text-align: center;
  width: 50%;
  font-size: 1.4rem;
  font-weight: 800;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__ttl {
    font-size: 1.55rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__ttl {
    font-size: 1.9rem;
  }
}
.case__item__bottom__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(1) {
  padding: 0 10px 0 0;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(1) {
    padding: 0 25px 0 0;
  }
}
.case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(2) {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(2) {
    padding: 0 5px 0 20px;
  }
}
.case__item__bottom__cont__txt {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__cont__txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__cont__txt {
    font-size: 1.55rem;
    margin-top: 15px;
  }
}
.case .pro__item__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.case .pro__item__cat li {
  color: #fff;
  background: #000;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 10px 5px 0;
  padding: 3px 8px 5px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .case .pro__item__cat li {
    font-size: 1.3rem;
  }
}

/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv {
  padding: 30px 0 40px;
}
@media screen and (min-width: 600px) {
  .cv {
    padding: 40px 0 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv {
    padding: 40px 0 95px;
  }
}
.cv__wrap {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.1);
          box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.1);
  padding: 25px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 40px 10px 50px;
  }
}
.cv__txt {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2rem;
  }
}
.cv__logo {
  max-width: 250px;
  width: 100%;
  margin: 15px auto 30px;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 300px;
    margin: 15px auto 45px;
  }
}
.cv__catch {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.8;
  color: #292929;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    text-align: center;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__catch {
    font-size: 2.2rem;
  }
}
.cv__btnItemTxt {
  text-align: center;
  color: #ff5530;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .cv__btnItemTxt {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.cv__btnItemTxt span {
  padding: 0 17px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .cv__btnItemTxt span {
    padding: 0 22px;
  }
}
.cv__btnItemTxt span::before, .cv__btnItemTxt span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 32px;
  bottom: 2px;
}
@media screen and (min-width: 600px) {
  .cv__btnItemTxt span::before, .cv__btnItemTxt span::after {
    width: 16px;
  }
}
.cv__btnItemTxt span::before {
  left: 0;
  background: url(../images/icn_orange_left.svg) no-repeat center center/100%;
}
.cv__btnItemTxt span::after {
  right: 0;
  background: url(../images/icn_orange_right.svg) no-repeat center center/100%;
}
.cv__btnItemTxt.--dl {
  color: #0095d8;
}
.cv__btnItemTxt.--dl span::before {
  background-image: url(../images/icn_blue_left.svg);
}
.cv__btnItemTxt.--dl span::after {
  background-image: url(../images/icn_blue_right.svg);
}
.cv__btn {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 250px;
  padding: 14px 14px 14px 20px;
  background: linear-gradient(93.48deg, #ff8a00, #ff4768);
  border: 3px solid #ffb097;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
  border-radius: 50px;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .cv__btn {
    padding: 20px 20px 20px 36px;
    width: 360px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn.-dl {
  background: linear-gradient(93.48deg, #5fc3f0, #0095d8);
  border: 3px solid #5fc3f0;
}
.cv__btn span {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 600px) {
  .cv__btn span {
    width: 54px;
    height: 54px;
  }
}
.cv__btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cv__btn__wrap {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.cv__btn__wrap .cv__btnItem:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 0 0 0 40px;
  }
}

/* --------------------------------------------------
	companyInfo
-------------------------------------------------- */
.companyInfo {
  background-color: #f3f8fa;
  padding: 50px 0;
}
@media screen and (max-width: 899px) {
  .companyInfo {
    padding: 40px 3vw;
  }
}

.companyInfo .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .companyInfo .contents-inner {
    padding: 0 3vw;
  }
}

.companyInfo .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  .companyInfo .list {
    display: block;
  }
}

.companyInfo .list > div {
  width: 49%;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .companyInfo .list > div:nth-of-type(2) {
    margin-top: 30px;
  }
}

.companyInfo .list > div .headline {
  padding-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div .headline {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}

.companyInfo .list > div table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div table {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .companyInfo .list > div table tr,
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    display: block;
    width: 100%;
  }
}
.companyInfo .list > div table th,
.companyInfo .list > div table td {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14.5px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}

.companyInfo .list > div table th {
  width: 160px;
  text-align: left;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .companyInfo .list > div table th {
    width: 100%;
  }
}

.companyInfo .list > div table td a {
  color: #404040;
}

.companyInfo .list > div table td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.companyInfo .list > div table td ul li span:nth-of-type(1) {
  padding-right: 10px;
}

.companyInfo .list > div table td ul li.indent span:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}

.companyInfo .list > div .logo {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div .logo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 899px) {
  .companyInfo .list > div .logo img {
    width: 70%;
    max-width: 250px;
  }
}
/*# sourceMappingURL=style.css.map */