@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%;
  background: #f1f1f1;
}

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

* {
  word-break: break-all;
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  section {
    padding: 4em 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: 2rem;
  line-height: 1.75;
  color: #253fd6;
}
@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.8rem;
  }
}

.txtLinkWrap {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .txtLinkWrap {
    margin-top: 50px;
  }
}

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

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  padding: 5px 10px 5px 15px;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 5px 10px 5px 20px;
    height: 60px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: 0.6em;
    border-bottom: 1px solid #253fd6;
    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;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
}
@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;
  -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.6rem;
  }
}
.header__right .cv__btn__wrap .cv__btn.-dl {
  border: 2px solid #929fea;
}
.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: #253fd6;
  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;
  border-bottom: 1px solid #ddd;
  padding: 0 0 25px;
}
@media screen and (min-width: 600px) {
  .kv {
    margin-top: 60px;
  }
}
.kv__img {
  max-width: 460px;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .kv__img {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px 0 0 30px;
    margin: 0;
    max-width: 100%;
    width: 46.875vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__img {
    width: 600px;
  }
}
.kv .inner {
  position: relative;
  z-index: 2;
  max-width: 460px;
}
@media print, screen and (min-width: 1024px) {
  .kv .inner {
    max-width: 1150px;
  }
}
@media print, screen and (min-width: 1320px) {
  .kv .inner {
    max-width: 1220px;
  }
}
.kv__catch {
  padding: 13px 0;
  color: #292929;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 374px) {
  .kv__catch {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .kv__catch {
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    padding: 20px 0 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__catch {
    margin-top: 10px;
    font-size: 2.34vw;
    padding: 60px 0 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__catch {
    margin-top: 0;
    font-size: 3.6rem;
  }
}
.kv__catch .txt1 {
  color: #253fd6;
  font-weight: bold;
  font-size: 1.5em;
}
.kv__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 7px;
}
.kv__point li {
  color: #253fd6;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 2px 10px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .kv__point li {
    padding: 2px 14px;
    margin-right: 14px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__point li {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.kv__point li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #253fd6;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media print, screen and (min-width: 1280px) {
  .kv__bottom {
    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;
  }
}
.kv__txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .kv__txt {
    font-size: 1.7rem;
    line-height: 2;
  }
}
.kv .cv__btn__wrap {
  margin: 20px auto 0;
}
@media print, screen and (min-width: 1280px) {
  .kv .cv__btn__wrap {
    margin: 0 -15px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 0 0 0 30px;
  }
}
.kv .cv__btn__wrap .cv__btnItemTxt {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.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 {
  margin: 0 auto;
}
@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: 257px;
    font-size: 1.8rem;
    padding: 14px 10px 14px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn__wrap .cv__btn {
    margin: 0;
  }
}
.kv .cv__btn__wrap .cv__btn span {
  width: 36px;
  height: 36px;
}

.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: 25px 0;
  position: relative;
  z-index: 2;
}

.kvSlider {
  height: 50px;
  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 {
  background: #eff5ff;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .lead {
    padding: 40px 0;
  }
}
.lead .secTtl {
  color: #292929;
}
.lead__list {
  max-width: 970px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (min-width: 600px) {
  .lead__list {
    margin: 35px auto 0;
  }
}
.lead__item {
  font-size: 1.5rem;
  line-height: 1.833;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #93b3ea;
  padding: 16px 20px;
}
@media screen and (min-width: 600px) {
  .lead__item {
    font-size: 1.8rem;
    border-radius: 28px;
    padding: 20px 36px;
    margin-bottom: 20px;
  }
}
.lead__item span {
  color: #253fd6;
  font-weight: bold;
  font-size: 1.2em;
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about {
  padding: 80px 0 50px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about {
    padding: 120px 0 50px;
  }
}
.about::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #253fd6 transparent transparent transparent;
  border-width: 22px 70px 0px 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
@media screen and (min-width: 600px) {
  .about::before {
    border-width: 32px 108px 0px 108px;
    top: 55px;
  }
}
.about .secTtl {
  color: #292929;
  line-height: 1.57;
}
.about__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 20px 0;
}
@media screen and (min-width: 600px) {
  .about__txt {
    font-size: 1.6rem;
    text-align: center;
    margin: 40px 0 60px;
  }
}
.about__txt span {
  font-size: 1.2em;
  font-weight: bold;
  color: #253fd6;
}
.about .point2__list {
  margin: 60px 0 20px;
}
@media print, screen and (min-width: 1024px) {
  .about .point2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0 10px;
  }
}
.about .point2__item {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) {
  .about .point2__item {
    width: 400px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about .point2__item {
    width: 32%;
    margin: 0 8px 0 0;
  }
}
.about .point2__item::after {
  position: absolute;
  content: "";
  right: 10px;
  top: -6px;
  width: 146px;
  height: 140px;
  background: url(../images/point2_img1.png) no-repeat center center/100%;
}
@media screen and (min-width: 600px) {
  .about .point2__item::after {
    width: 154px;
    height: 147px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .point2__item::after {
    right: 38px;
  }
}
.about .point2__item:nth-child(1) .point2__item__ttl {
  padding: 10px 30px;
}
.about .point2__item:nth-child(1) .point2__item__ttl::before {
  display: none;
}
.about .point2__item:nth-child(2)::after {
  background-image: url(../images/point2_img2.png);
  width: 103px;
  height: 133px;
  top: -1px;
}
@media screen and (min-width: 600px) {
  .about .point2__item:nth-child(2)::after {
    width: 108px;
    height: 140px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .point2__item:nth-child(2) .point2__item__name {
    padding-left: 50px;
  }
}
.about .point2__item:nth-child(2) .point2__item__ttl {
  background: #b4caf0;
}
.about .point2__item:nth-child(2) .point2__item__ttl::after {
  border-color: transparent transparent transparent #b4caf0;
}
.about .point2__item:nth-child(3)::after {
  background-image: url(../images/point2_img3.png);
  width: 143px;
  height: 124px;
  top: 3px;
}
@media screen and (min-width: 600px) {
  .about .point2__item:nth-child(3)::after {
    width: 159px;
    height: 138px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .point2__item:nth-child(3) .point2__item__name {
    padding-left: 40px;
  }
}
.about .point2__item:nth-child(3) .point2__item__ttl {
  background: #93b3ea;
}
.about .point2__item:nth-child(3) .point2__item__ttl::after {
  border-color: transparent transparent transparent #93b3ea;
}
.about .point2__item__name {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 108px;
}
@media screen and (min-width: 600px) {
  .about .point2__item__name {
    display: inline-block;
    padding-left: 30px;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about .point2__item__name {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .point2__item__name {
    padding-left: 70px;
  }
}
.about .point2__item__name span {
  font-size: 1.4rem;
}
.about .point2__item__ttl {
  color: #253fd6;
  font-size: 2.4rem;
  font-weight: 600;
  background: #d8e3f7;
  padding: 10px 40px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about .point2__item__ttl {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about .point2__item__ttl::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent #fff;
    top: 0;
    left: -1px;
  }
}
@media screen and (min-width: 600px) {
  .about .point2__item__ttl::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent #d8e3f7;
    top: 0;
    left: 99.9%;
    z-index: 2;
  }
}
.about .point2__item__info li {
  color: #292929;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875;
  padding-left: 28px;
  background: url(../images/icn_check_sky.svg) no-repeat center left 6px/12px;
}
@media screen and (min-width: 600px) {
  .about .point2__item__info li {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  padding: 20px 0 40px;
}
@media print, screen and (min-width: 1024px) {
  .point {
    padding: 20px 0 90px;
  }
}
.point__subTtl {
  text-align: center;
  margin-bottom: 10px;
}
.point__subTtl span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #253fd6;
  border-radius: 8px;
  padding: 0 15px 2px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .point__subTtl span {
    font-size: 1.8rem;
  }
}
.point__subTtl span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #253fd6 transparent transparent transparent;
  border-width: 18px 20px 0px 20px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point__list {
  margin-top: 10px;
}
.point__item {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .point__item {
    padding-bottom: 0;
  }
}
.point__item__head {
  padding: 10px 0 20px;
  background: url(../images/point_head_bg.png) no-repeat top left/529px;
}
@media screen and (min-width: 600px) {
  .point__item__head {
    padding: 0 0 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head {
    padding: 0 0 42px;
  }
}
.point__item__head__num {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .point__item__head__num {
    font-size: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__num {
    font-size: 20.9rem;
    margin-left: -35px;
  }
}
@media screen and (min-width: 600px) {
  .point__item__head__main {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__main {
    margin-top: -80px;
  }
}
.point__item__head__sub {
  color: #253fd6;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.77;
}
@media screen and (min-width: 600px) {
  .point__item__head__sub {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__sub {
    font-size: 2.2rem;
  }
}
.point__item__head__ttl {
  color: #231815;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.375;
}
@media screen and (min-width: 600px) {
  .point__item__head__ttl {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__ttl {
    font-size: 3.4rem;
  }
}
.point__item__body {
  margin: 0 auto;
  width: 94%;
}
@media print, screen and (min-width: 1024px) {
  .point__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.point__item__txt {
  font-size: 1.5rem;
  line-height: 2.25;
  margin: 20px 0;
}
@media screen and (min-width: 600px) {
  .point__item__txt {
    font-size: 1.6rem;
    margin: 30px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__txt {
    margin: 0 6% 0 0;
    max-width: 560px;
    width: 100%;
  }
}
.point__item__txt span {
  color: #253fd6;
  font-weight: bold;
}
.point__item__img {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .point__item__img {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .point .point1 .point__item__img img {
    width: 40%;
  }
}
.point .point2 {
  background: #eff5ff;
}
@media print, screen and (min-width: 1024px) {
  .point .point2 {
    margin-top: -24px;
  }
}
@media screen and (max-width: 599px) {
  .point .point2 .point__item__img img {
    width: 80%;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point2 .point__item__head {
    background: url(../images/point_head_bg_right.png) no-repeat top right/529px;
    text-align: right;
  }
  .point .point2 .point__item__head__num {
    margin-right: -35px;
  }
  .point .point2 .point__item__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  .point .point2 .point__item__txt {
    margin: 0 0 0 4%;
  }
  .point .point2 .point__item__img {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 599px) {
  .point .point3 .point__item__img img {
    width: 60%;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point3 .point__item__txt {
    margin-top: 20px;
  }
  .point .point3 .point__item__img {
    margin-top: -100px;
  }
}
.point__catch {
  color: #292929;
  line-height: 1.57;
  margin: 30px 0;
}
@media screen and (min-width: 600px) {
  .point__catch {
    margin: 80px 0 40px;
  }
}

/* --------------------------------------------------
	pro
-------------------------------------------------- */
.pro {
  background: #eff5ff;
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .pro {
    padding: 50px 0 60px;
  }
}
.pro__lead {
  text-align: center;
  line-height: 2.25;
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .pro__lead {
    font-size: 1.6rem;
  }
}
.pro__item {
  margin-top: 140px;
  background: linear-gradient(93.48deg, #3a74d8, #253fd6);
  border: 3px solid #bbc3f2;
  border-radius: 30px;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  .pro__item {
    margin-top: 80px;
    padding: 24px 42px 32px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pro__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 20px;
  background: linear-gradient(93.48deg, #253fd6, #3a74d8);
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(2) {
    padding: 24px 30px 32px 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(2) .pro__item__img {
    margin: -65px 0 0 40px;
  }
}
.pro__item__img {
  max-width: 240px;
  margin: -135px auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1024px) {
  .pro__item__img {
    max-width: 372px;
    width: 35%;
    margin: -65px 40px 0 0;
  }
}
.pro__item__body {
  color: #fff;
}
.pro__item__ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .pro__item__ttl {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .pro__item__ttl {
    font-size: 2.6rem;
  }
}
.pro__item__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 5px;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .pro__item__txt {
    font-size: 1.6rem;
  }
}
.pro .cv__wrap {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .pro .cv__wrap {
    margin-top: 70px;
  }
}
.pro .kv__bnr {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro .kv__bnr__item {
  padding-top: 40px;
  width: 200px;
  height: 200px;
  margin: 0 15px 20px;
}
@media screen and (min-width: 600px) {
  .pro .kv__bnr__item {
    padding-top: 50px;
    width: 240px;
    height: 240px;
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pro .kv__bnr__item {
    width: 257px;
    height: 257px;
  }
}
.pro .kv__bnr__item__ttl {
  margin-bottom: 12px;
  font-size: 1.8rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .pro .kv__bnr__item__ttl {
    font-size: 2.1rem;
  }
}
.pro .kv__bnr__item__info {
  font-size: 1.1rem;
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  padding: 40px 0 0;
}
.case .case-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25;
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .case .case-txt {
    font-size: 1.6rem;
  }
}
.case .list {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .case .list {
    margin-top: 40px;
  }
}
.case .list .box {
  position: relative;
  margin-top: 50px;
}
.case .list .box.box01 {
  margin-top: 0;
}
.case .list .box.box01 .information .title {
  margin: 45px 0 30px;
}
.case .list .box.box02 .information .title {
  margin: 30px 0 20px;
}
.case .list .box.box03 .information .title {
  margin: 30px 0 20px;
}
.case .list .box .contents-inner {
  max-width: 1055px;
  width: 100%;
  margin: 0 auto;
}
.case .list .box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  background: linear-gradient(93.48deg, #3a74d8, #253fd6);
  color: #fff;
}
@media screen and (max-width: 899px) {
  .case .list .box .box-title {
    height: auto;
    padding: 10px 3vw;
    line-height: 1.6;
  }
}
.case .list .box .box-title span:nth-of-type(1) {
  padding-right: 25px;
  background: url("../images/sec07-border.png") no-repeat right center/2px;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .case .list .box .box-title span:nth-of-type(1) {
    padding-right: 15px;
    font-size: 14px;
  }
}
.case .list .box .box-title span:nth-of-type(1) b {
  font-size: 28px;
}
@media screen and (max-width: 899px) {
  .case .list .box .box-title span:nth-of-type(1) b {
    font-size: 20px;
  }
}
.case .list .box .box-title span:nth-of-type(2) {
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .case .list .box .box-title span:nth-of-type(2) {
    padding-left: 15px;
    font-size: 16px;
  }
}
.case .list .box .information {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  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;
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  .case .list .box .information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 3vw;
  }
}
.case .list .box .information .left {
  width: 450px;
  padding-left: 20px;
}
@media screen and (max-width: 899px) {
  .case .list .box .information .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.case .list .box .information .left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.case .list .box .information .left .logo span {
  font-size: 15px;
}
@media screen and (max-width: 899px) {
  .case .list .box .information .left .logo span {
    padding-left: 15px;
    font-size: 14px;
  }
}
.case .list .box .information .left .title {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .case .list .box .information .left .title {
    min-height: auto;
    margin: 15px 0;
    font-size: 18px;
  }
}
.case .list .box .information .left p {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .case .list .box .information .left p {
    margin-top: 15px;
    font-size: 12px;
  }
}
.case .list .box .information .right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
@media screen and (max-width: 899px) {
  .case .list .box .information .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .case .list .box .information .right img {
    width: 100%;
  }
}
.case .list .box .before-after {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  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;
  margin-top: 25px;
  padding: 25px 30px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after {
    display: block;
    padding: 15px 3vw;
  }
}
.case .list .box .before-after::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 45px;
  background: url("../images/sec07-arrow.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after::before {
    content: none;
  }
}
.case .list .box .before-after > div {
  width: 42%;
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after > div {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after > div.before {
    position: relative;
  }
  .case .list .box .before-after > div.before::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -50px;
    width: 20px;
    height: 40px;
    background: url("../images/sec07-arrow.png") no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.case .list .box .before-after > div.before .headline {
  border-bottom-color: #253fd6;
}
.case .list .box .before-after > div.before .headline span:nth-of-type(1) {
  background-color: #253fd6;
}
.case .list .box .before-after > div.before .headline span:nth-of-type(2) {
  color: #253fd6;
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after > div.after {
    margin-top: 60px;
  }
}
.case .list .box .before-after > div.after .headline {
  border-bottom-color: #FF532F;
}
.case .list .box .before-after > div.after .headline span:nth-of-type(1) {
  background-color: #FF532F;
}
.case .list .box .before-after > div.after .headline span:nth-of-type(2) {
  color: #FF532F;
}
.case .list .box .before-after > div .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 2px solid #000;
}
.case .list .box .before-after > div .headline span:nth-of-type(1) {
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
}
.case .list .box .before-after > div .headline span:nth-of-type(2) {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.case .list .box .before-after > div p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .case .list .box .before-after > div p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.case .list .box .download-btn {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 8px 0 15px;
  border: 1px solid #253fd6;
  color: #253fd6;
  text-align: center;
  background: url("../images/sec07-icn01.png") no-repeat 30px center;
  background-size: 32px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case .list .box .download-btn:hover {
  background-color: #253fd6;
}
.case .list .box .download-btn:hover p:nth-of-type(1) {
  color: #fff;
}
.case .list .box .download-btn:hover p:nth-of-type(2) {
  background-color: #fff;
  color: #253fd6;
}
@media screen and (max-width: 899px) {
  .case .list .box .download-btn {
    background-position: 15px center;
    background-size: 20px auto;
  }
}
.case .list .box .download-btn a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case .list .box .download-btn p {
  display: block;
}
.case .list .box .download-btn p:nth-of-type(1) {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 899px) {
  .case .list .box .download-btn p:nth-of-type(1) {
    font-size: 14px;
  }
}
.case .list .box .download-btn p:nth-of-type(2) {
  width: 260px;
  height: 30px;
  margin: 2px auto 0;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  background-color: #253fd6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 899px) {
  .case .list .box .download-btn p:nth-of-type(2) {
    width: 70%;
    height: auto;
    padding: 5px;
    line-height: 1.6;
    font-size: 12px;
  }
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
.company {
  padding: 80px 0 0;
}
.company .secTtl {
  color: #292929;
}
@media screen and (max-width: 599px) {
  .company .secTtl {
    font-size: 1.8rem;
  }
}
.company__container {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .company__container {
    margin-top: 60px;
  }
}
.company__note {
  text-align: right;
  color: #666;
  margin: 20px 0 15px;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .company__note {
    margin: 40px 0;
    font-size: 1.1rem;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
  margin: 0 10px;
}
.slick-slide > div {
  margin: 0 auto;
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  background: #f3f5f7;
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .flow {
    padding: 40px 0 70px;
  }
}
.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 #253fd6;
  }
}
@media screen and (min-width: 600px) {
  .flow__list1 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.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 #253fd6;
  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: 242px;
    -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: 600;
  color: #253fd6;
  display: inline-block;
  background: #e7ff87;
  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: "¥";
  color: #00528e;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  border: 2px solid #e7ff87;
}
.flow__item__head__ttl {
  color: #231815;
  font-size: 1.6rem;
  font-weight: 600;
  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: 2rem;
  }
}
.flow__item__head__ttl span {
  font-size: 3.4rem;
  font-weight: 600;
  color: #253fd6;
  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.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item__txt {
    width: 75%;
  }
}

/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv {
  padding: 30px 0 40px;
}
@media screen and (min-width: 600px) {
  .cv {
    padding: 40px 0 70px;
  }
}
.cv__ttl {
  margin-bottom: 30px;
}
.cv__wrap {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
          box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
  padding: 30px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 40px 10px 45px;
  }
}
.cv__txt {
  text-align: center;
  font-size: 1.6rem;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2.1rem;
  }
}
.cv__logo {
  max-width: 240px;
  width: 100%;
  margin: 15px auto 25px;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 296px;
    margin: 15px auto 35px;
  }
}
.cv__catch {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.93;
  color: #292929;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__catch {
    font-size: 2.4rem;
  }
}
.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: -4px;
}
@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: #253fd6;
}
.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, #ff5530, #ff765a);
  border: 3px solid #ffaa97;
  -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, #253fd6, #3a74d8);
  border: 3px solid #929fea;
}
.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: 25px;
}
@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;
  }
}
.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 {
  padding: 50px 0;
  background: #eff5ff;
}
@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: 8px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #253fd6;
  color: #253fd6;
}
@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 #253fd6;
  font-size: 15px;
  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;
  color: #292929;
}
@media screen and (max-width: 600px) {
  .companyInfo .list > div table th {
    width: 100%;
  }
}

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

.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 */